]> git.cworth.org Git - apitrace/history - trace_parser.cpp
Implement find next for the on-demand-loaded files.
[apitrace] / trace_parser.cpp
2011-09-11 José FonsecaPlug leaks of signature inner structures.
2011-09-11 José FonsecaCut more of the recently gained fat of the Parser(...
2011-09-11 José FonsecaReset pending call lists on Parser::setBookmark().
2011-09-11 José FonsecaDrop m_supportsSeeking.
2011-09-11 José FonsecaInterleave parse_xxx and scan_xxx methods.
2011-09-11 José FonsecaCleanup a few loose ends from last commits.
2011-09-11 José FonsecaParse the signatures only once.
2011-09-11 José FonsecaPass size_t to File::skip().
2011-09-06 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-06 Zack RusinSwitch the gui to the on-demand-loader.
2011-09-03 José FonsecaMerge branch 'master' into on-demand-loading
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 Zack RusinFix memory usage in the on-demand-loading.
2011-09-01 Zack RusinFirst working implementation of on-demand-loading of...
2011-08-27 Zack RusinReset the container after deleting all the elements.
2011-08-27 Zack RusinSome initial thoughts on the on-demand loading api.
2011-08-25 Zack RusinMerge branch 'compression'
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-16 José FonsecaFix segfault running glretrace without args.
2011-08-06 Zack RusinAutomatically detect whether trace is zlib or snappy...
2011-08-06 Zack RusinMake Snappy compression/decompression the default
2011-08-06 Zack RusinSpecify which call caused an error.
2011-08-06 Zack RusinAbstract file writing operation into a class of its...
2011-05-28 José FonsecaSet FunctionSig's id.
2011-05-28 José FonsecaBetter naming for bitmask signature.
2011-05-28 José FonsecaUnify Call::Signature into FunctionSig.
2011-05-28 José FonsecaUnify Struct::Signature into StructSig
2011-05-28 José FonsecaUnify Enum::Signature into EnumSig.
2011-05-28 José FonsecaUnify Bitmask::Signature with BitmaskSig.
2011-05-28 José FonsecaUnify Bitmask::Pair with BitmaskVal.
2011-05-28 José FonsecaUse regular C strings everywhere.
2011-05-25 José FonsecaA bit more debugging info when parsing.
2011-05-21 José FonsecaRemove EVENT_MESSAGE.
2011-05-20 José FonsecaFix spacing of error message.
2011-05-17 José FonsecaPrint a warning on incomplete calls.
2011-05-09 José FonsecaMerge branch 'master' into multi-context
2011-05-07 José FonsecaBe robust against premature EOF in more places.
2011-04-24 Zack RusinPlugging some memory leaks
2011-04-18 Zack RusinMerge branch 'trace-editing'
2011-04-15 José FonsecaMake Trace::Parser::version a non static member.
2011-04-13 José FonsecaAccept zero valued bitmasks.
2011-04-10 José FonsecaMove trace parse methods to .cpp.
2011-03-25 José FonsecaMove Trace::Parser::version to .cpp to avoid duplicate...