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
path: root/update
AgeCommit message (Expand)Author
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-03Build release target by default.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-17Allow stripping data from captures.Bartosz Taudul
2020-07-17Use getopt in the update utility.Bartosz Taudul
2020-06-20Fix build on macosSimonas Kazlauskas
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-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-12Handle FileReadError.Bartosz Taudul
2020-02-12Add mmap() wrapper.Bartosz Taudul
2020-02-08Fix typo.Bartosz Taudul
2020-02-08Expose zstd in update utility.Bartosz Taudul
2020-02-08Add zstd to project files.Bartosz Taudul
2020-02-08Display update utility elapsed time.Bartosz Taudul
2020-02-08Display compression ratio in update utility.Bartosz Taudul
2020-01-28Use Martin Ankerl's robin hood unordered map.Bartosz Taudul
2019-11-03Get 64-bit file size.Bartosz Taudul
2019-09-29Expose extreme compression level in update utility.Bartosz Taudul
2019-09-29Don't perform background tasks during trace upgrade.Bartosz Taudul
2019-09-29Add loading/saving messages to update utility.Bartosz Taudul
2019-09-20Add task dispatcher to server.Bartosz Taudul
2019-08-19Extract thread compression into a separate class.Bartosz Taudul
2019-08-12Handle legacy file versions.Bartosz Taudul
2019-07-28Link with Thread Building Blocks, if available.Bartosz Taudul
2019-07-24Migrate to VS2019, vcpkg.Bartosz Taudul
2019-03-13Wait for source location zones in update tool.Bartosz Taudul
2019-02-17Fix printf type.Bartosz Taudul
2018-12-31Display dump file size change in the update utility.Bartosz Taudul
2018-08-26Allow specifying FileWrite compression level.Bartosz Taudul
2018-08-26Add optional high compression mode to update utility.Bartosz Taudul
2018-08-26Add LZ4HC support to FileWrite.Bartosz Taudul
2018-07-29Display trace update summary.Bartosz Taudul
2018-07-17Fix msvc builds when required c++ standard version is set to lower than c++17.Rokas Kupstys
2018-07-08Add trace update utility.Bartosz Taudul