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
2021-01-27Use system getopt in capture utility on unix.Bartosz Taudul
2021-01-27Enable Link Time Optimization on unix.Bartosz Taudul
2021-01-26Use proper capstone include path.Bartosz Taudul
2021-01-26Remove all lingering references to 32-bit win32 builds.Bartosz Taudul
2021-01-26Update all sln files to MSVC 2019.Bartosz Taudul
2021-01-26ARM clang doesn't support -march=native.Bartosz Taudul
2021-01-26Don't pass -s parameter to clang.Bartosz Taudul
2020-10-06Display failure callstack in capture utility.Bartosz Taudul
2020-10-03Build release target by default.Bartosz Taudul
2020-09-24Use 127.0.0.1 instead of localhost in capture.Bartosz Taudul
2020-09-20Early check if output is writable in capture utility.Bartosz Taudul
2020-09-20Mark Usage() as a noreturn function.Bartosz Taudul
2020-09-20Prevent overwriting existing files by the capture utility.Bartosz Taudul
2020-07-31Factor out Unix build logic into shared files.Jim Blandy
2020-07-31Factor out makefile TBB detection, apply to all tools.Jim Blandy
2020-07-11Fix getopt include for Windows build of capturekubouch
2020-07-11Move getopt to rootkubouch
2020-06-19Revert "Use pkg-config to link with TBB, but silence errors."Bartosz Taudul
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