]> git.cworth.org Git - apitrace/history - trace_file.hpp
Delete loadertest and cleanup some of the new api.
[apitrace] / trace_file.hpp
2011-09-11 José FonsecaEliminate Trace::File::filename().
2011-09-11 José FonsecaImplement ZlibFile::currentOffset.
2011-09-06 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-04 Zack RusinAdd code to report parsing/scanning progress.
2011-09-03 José FonsecaMake skip length size_t.
2011-09-03 José FonsecaMerge branch 'master' into on-demand-loading
2011-09-03 José FonsecaSplit flushCache into read/write versions.
2011-09-02 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-02 Zack RusinImplement scanning/skipping of fragments of the trace
2011-09-01 José FonsecaAlways use size_t for length in files.
2011-09-01 Zack RusinFirst working implementation of on-demand-loading of...
2011-09-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-08-27 Zack RusinMerge branch 'master' into on-demand-loading
2011-08-27 Zack RusinSome initial thoughts on the on-demand loading api.
2011-08-26 José FonsecaFile::getc should return -1 (EOF) on failure.
2011-08-25 Zack RusinMerge branch 'compression'
2011-08-25 José FonsecaMake FlushDeep the default and only flush type.
2011-08-25 José FonsecaAdd copyright headers.
2011-08-25 Zack RusinInline some File methods.
2011-08-25 Zack RusinExport SnappyFile class to its own file.
2011-08-24 José FonsecaMerge branch 'master' into compression
2011-08-24 Zack RusinMerge branch 'master' into compression
2011-08-23 Zack RusinVarious changes to the flushing code.
2011-08-08 Zack RusinAdd a file identifier to snappy compressed traces
2011-08-06 Zack RusinAutomatically detect whether trace is zlib or snappy...
2011-08-06 Zack Rusingets returns an int
2011-08-06 Zack RusinAdd snappy compression/decompression code.
2011-08-06 Zack RusinAbstract file writing operation into a class of its...