summaryrefslogtreecommitdiff
path: root/gui/saverthread.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-07trace: Switch trace representation to memory pool.Francisco Jerez1-4/+4
2016-03-05gui: clang-modernize.Jose Fonseca1-14/+14
2015-06-05gui: Fix leak when saving traces.James Legg1-0/+1
2014-09-26trace: Serialize wide-strings properly.José Fonseca1-0/+10
2012-07-06gui: Fix editing of the shadersZack Rusin1-3/+5
2012-04-15Cleanup how pointers are handled.José Fonseca1-5/+1
2012-01-27Correctly copy "out" arguments to the "leave" portion of the traceCarl Worth1-2/+2
2011-11-24Parse doubles to a new Double class rather than to the Float class.Carl Worth1-0/+5
2011-10-27Lower case namespaces.José Fonseca1-43/+43
2011-09-14Actually save the edited calls.Zack Rusin1-1/+1
2011-09-13Implement trace saving.Zack Rusin1-33/+145
2011-08-28Change apiarray to use a qvector instead of a qlistZack Rusin1-1/+1
2011-08-28Switch more places from qlist to qvector.Zack Rusin1-1/+1
2011-08-28Switch list to a vector.Zack Rusin1-1/+1
2011-05-28Make Trace::Writer methods a bit more consistent.José Fonseca1-2/+2
2011-05-28Better naming for bitmask signature.José Fonseca1-8/+8
2011-05-28Unify Call::Signature into FunctionSig.José Fonseca1-4/+4
2011-05-28Unify Struct::Signature into StructSigJosé Fonseca1-5/+5
2011-05-28Turn trace writer into a class.José Fonseca1-39/+39
2011-05-24trace_write -> trace_writerJosé Fonseca1-1/+1
2011-05-07Fully segregate Floats from doubles.José Fonseca1-1/+1
2011-04-23s/TRACE_PATH/TRACE_FILE/José Fonseca1-1/+1
2011-04-19Large chunk of functionality to show errors.Zack Rusin1-1/+1
2011-04-18Fix saving of traces with pointers.Zack Rusin1-4/+4
2011-04-18Lots of various cosmetic changes to the call editing.Zack Rusin1-1/+1
2011-04-18A first working version of saving :)Zack Rusin1-10/+9
2011-04-17Do some initial saving.Zack Rusin1-11/+32
2011-04-17Save the blob.Zack Rusin1-1/+2
2011-04-17Implement a bulk of trace saving.Zack Rusin1-0/+238