summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-12-02Fix typo in previous commit.José Fonseca1-7/+7
2011-12-02Fix build on certain mingw versions.José Fonseca1-0/+31
2011-12-02Introduce call flags.José Fonseca8-13/+408
2011-12-01Minor cleanups and better documentation for the spec generation scripts.José Fonseca1-0/+1
2011-11-29Support 'apitrace diff-images' on Windows.José Fonseca1-1/+1
2011-11-29Refactor the code to find scripts.José Fonseca4-39/+165
2011-11-27Allow to retrace with EGL too.José Fonseca2-6/+47
2011-11-27Add "apitrace repack" command.José Fonseca4-7/+113
2011-11-27Return read bytes in File::read().José Fonseca3-13/+14
2011-11-27Don't call overridden virtual methods from the base destructor.José Fonseca3-1/+5
2011-11-25Remove unused includes from trace_file.cppKan-Ru Chen1-8/+0
2011-11-24Cleanup and generalize os string class.José Fonseca6-122/+211
2011-11-24Parse doubles to a new Double class rather than to the Float class.Carl Worth4-2/+34
2011-11-24Abort on failure to open trace (fixes issue #50).José Fonseca1-1/+4
2011-11-11Abstract execv().José Fonseca4-4/+184
2011-11-10Add an "--api" option to "apitrace trace" allowing to choose egl.José Fonseca2-13/+43
2011-11-06Fix "apitrace trace" when running from installed location.Carl Worth1-1/+1
2011-11-03Only re-allocate if the snappy cache buffer when it is not big enough.José Fonseca1-11/+11
2011-11-03Fix typo.José Fonseca1-1/+1
2011-11-03Make findFile non-static, given it will be necessary for other commands.José Fonseca2-24/+40
2011-11-03Split common functionality out of cli.José Fonseca2-0/+188
2011-11-03Make file_exists as os::Path method.José Fonseca3-0/+26
2011-11-03Add os::Path.trimFilename function.Carl Worth1-1/+39
2011-11-03Mac OS X: Fix getProcessName() to avoid assertion failure in truncateCarl Worth1-0/+1
2011-11-01Fix typos in _vscprintf comment.José Fonseca1-2/+2
2011-10-31More os::Path fixes.José Fonseca2-3/+4
2011-10-31Fix os::Path::format on MinwGW.José Fonseca1-1/+18
2011-10-31Include sys/syslimits.h for PATH_MAX on MacOSX.José Fonseca1-0/+1
2011-10-30Move os::Path to a separate header.José Fonseca5-122/+240
2011-10-30Many fixes to os::Path.José Fonseca4-25/+24
2011-10-28Add a path manipulating class.José Fonseca4-47/+126
2011-10-27Switch os functions to camelcase.José Fonseca5-51/+55
2011-10-27Lower case namespaces.José Fonseca24-129/+129
2011-10-26Rename trace writer files to group nicely.José Fonseca2-0/+0
2011-10-26Re-organize the Trace::File code.José Fonseca7-255/+266
2011-10-16Generated code formatting improvements.José Fonseca1-4/+4
2011-10-14Bring some of the virtual-memory-regionsJosé Fonseca3-1/+48
2011-10-11Add comment about SetUnhandledExceptionFilterJosé Fonseca1-0/+6
2011-10-11Handle null strings in json writer.José Fonseca1-0/+5
2011-10-08Upgrade bundled zlib to 1.2.5 again.José Fonseca1-14/+7
2011-10-05Remove unnecessary include.José Fonseca1-1/+1
2011-09-28Fix signed/unsigned comparisons.José Fonseca4-16/+16
2011-09-24Make sure we reset the state when loading another trace fileZack Rusin1-0/+2
2011-09-24Attempt to retrace incomplete calls.José Fonseca1-3/+5
2011-09-22Install the signal handlers as early as possible,José Fonseca1-4/+6
2011-09-21Put all common code in a subdirectory.José Fonseca25-0/+5330
2008-07-07Autogenerate d3d8.dll wrapper.José Fonseca2-117/+0
2008-07-05Basic logging mechanism.José Fonseca2-0/+117