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
2019-06-22Can't read negative number of bytes.Bartosz Taudul
2019-02-16Don't thrash memory bandwith during file load.Bartosz Taudul
2018-05-03Parallelize file reading.Bartosz Taudul
2018-05-03Move block decompression to a separate function.Bartosz Taudul
2018-05-01Specialized Read function writing directly to registers.Bartosz Taudul
2018-04-30Split FileRead::Skip into small and big part.Bartosz Taudul
2018-04-30Remove one level of indirection in FileRead.Bartosz Taudul
2018-04-21Try to not crash when opening invalid files.Bartosz Taudul
2018-04-20Allow skipping data when reading file.Bartosz Taudul
2018-04-02Add support for determining FileRead EOF.Bartosz Taudul
2018-03-17File read buffer doesn't need to be preserved.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-10-01Fast read path.Bartosz Taudul
2017-09-30Compress saved traces using LZ4.Bartosz Taudul
2017-09-30Buffer reads.Bartosz Taudul
2017-09-30Add file wrappers.Bartosz Taudul