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
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2020-02-08Add zstd compression to FileWrite.Bartosz Taudul
2020-02-08Gather file compression statistics.Bartosz Taudul
2019-09-29Set extreme compression level to really be extreme.Bartosz Taudul
2019-06-22Ignore useless warnings.Bartosz Taudul
2018-08-26Allow specifying FileWrite compression level.Bartosz Taudul
2018-08-26Add LZ4HC support to FileWrite.Bartosz Taudul
2018-04-30Remove one level of indirection in FileWrite.Bartosz Taudul
2018-04-21Try to not crash when opening invalid files.Bartosz Taudul
2018-03-17Split read/write functions into small and big variants.Bartosz Taudul
2017-11-20Force inline file read and write functions.Bartosz Taudul
2017-10-10Remove +x flag from files.Bartosz Taudul
2017-10-01Missing includes.Bartosz Taudul
2017-09-30Compress saved traces using LZ4.Bartosz Taudul
2017-09-30Buffer writes.Bartosz Taudul
2017-09-30Add file wrappers.Bartosz Taudul