Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-19Use pkg-config to link with TBB, but silence errors.Bartosz Taudul
2020-05-13Target native architecture.Bartosz Taudul
2020-04-22Use debug vcpkg librariesDavid Farrell
2020-04-21Updated Visual Studio project files to use vcpkg directory for dependenciesDavid Farrell
2020-04-12Remove -fomit-frame-pointer.Bartosz Taudul
2020-04-03Handle ^C in capture utility on windows.Bartosz Taudul
2020-04-03The capture utility will connect to localhost by default.Bartosz Taudul
2020-04-02Add missing vcpkg triplets.Bartosz Taudul
2020-04-01Query source location of each assembly instruction.Bartosz Taudul
2020-03-19Remove benaphore, use std::mutex on cygwin.Bartosz Taudul
2020-03-02Extract texture compression functionality.Bartosz Taudul
2020-02-12Add mmap() wrapper.Bartosz Taudul
2020-02-08Fix typo.Bartosz Taudul
2020-02-08Add zstd to project files.Bartosz Taudul
2020-02-08Display trace file size in capture utility.Bartosz Taudul
2020-01-31RealToString() is always called with separator set to true.Bartosz Taudul
2020-01-28Use Martin Ankerl's robin hood unordered map.Bartosz Taudul
2019-11-10Don't care about memory usage tracking data races.Bartosz Taudul
2019-11-07Display elapsed time in capture utility.Bartosz Taudul
2019-10-26Add data transferred display to capture utility.Bartosz Taudul
2019-09-21Allow specifying network port in server.Bartosz Taudul
2019-09-20Add task dispatcher to server.Bartosz Taudul
2019-08-19Extract thread compression into a separate class.Bartosz Taudul
2019-08-15Remove redundant GetTimeBegin().Bartosz Taudul
2019-07-28Link with Thread Building Blocks, if available.Bartosz Taudul
2019-07-24Migrate to VS2019, vcpkg.Bartosz Taudul
2019-06-18Extract text printing functions.Bartosz Taudul
2019-02-12Handle dropped connection in capture utility.Bartosz Taudul
2019-01-24Fix MSVC build.Bartosz Taudul
2019-01-24Disconnect on ^C in capture utility.Bartosz Taudul
2019-01-15Store failure reason strings in Worker.Bartosz Taudul
2019-01-15Capture utility also displays failure messages.Bartosz Taudul
2018-09-18Display time span during capture in capture utility.Bartosz Taudul
2018-09-18More compact network statistics display.Bartosz Taudul
2018-09-09Non-on-demand client is only able to handle one connection.Bartosz Taudul
2018-09-09Send protocol version to verify handshake.Bartosz Taudul
2018-08-26Add LZ4HC support to FileWrite.Bartosz Taudul
2018-08-05Fix capture utility.Bartosz Taudul
2018-07-17Fix msvc builds when required c++ standard version is set to lower than c++17.Rokas Kupstys
2018-06-27Store build objects in separate directories.Bartosz Taudul
2018-05-08Use C++17 in server.Bartosz Taudul
2018-04-01Move benaphore to common directory.Bartosz Taudul
2018-03-31Add unaligned read/write helpers.Bartosz Taudul
2018-03-29Doh! FileWrite destructor was never called.Bartosz Taudul
2018-03-18Disable statistics collection in capture tool.Bartosz Taudul
2018-03-10Display basic capture information.Bartosz Taudul
2018-03-10Link with pthreads.Bartosz Taudul
2018-03-10Add command line trace capture utility.Bartosz Taudul