index
:
~anholt/apitrace
frameretrace
loopsecs
timing
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-30
cli: Silence unused copyWrapper function warning.
José Fonseca
1
-0
/
+4
2014-12-30
cli: Cleanup pager code.
José Fonseca
1
-19
/
+28
2014-12-17
cli: Use mkstemp instead of mktemp.
Jose Fonseca
1
-5
/
+5
2014-12-15
cli: Fix freed pointer deref on trace --debug.
José Fonseca
1
-1
/
+2
2014-12-02
cli: Use LLDB on MacOSX when tracing inside debugger.
José Fonseca
1
-7
/
+43
2014-10-02
cmake: Package/install .PDB files too.
José Fonseca
1
-0
/
+1
2014-09-26
trace: Serialize wide-strings properly.
José Fonseca
3
-0
/
+35
2014-08-26
cli: prefer detected python executable instead of harcoded one
Laurent Carlier
4
-6
/
+11
2014-07-08
cmake: Avoid target_compile_definitions.
José Fonseca
1
-2
/
+2
2014-06-24
cli/pickle: Pass argument names.
José Fonseca
1
-0
/
+7
2014-06-24
cli/pickle: Treat pointers specially.
José Fonseca
2
-1
/
+11
2014-06-24
cli/pickle: Pass structures as dictionaries.
José Fonseca
1
-1
/
+1
2014-06-24
cli/pickle: Pass across tuples/lists consistently.
José Fonseca
1
-2
/
+2
2014-06-24
cli/pickle: More efficient tuples.
José Fonseca
2
-3
/
+23
2014-06-24
cli/pickle: Pickle call flags as well.
José Fonseca
1
-0
/
+2
2014-06-24
cli: Exit early when script is not found.
José Fonseca
4
-17
/
+1
2014-06-24
cli/diff-state: Get usage from jsondiff.py script.
José Fonseca
1
-47
/
+27
2014-06-18
d2d1trace: Don't provide d2d1.dll/dwrite.dll stubs.
José Fonseca
1
-0
/
+7
2014-06-18
inject: Handle Windows API Sets.
Jose Fonseca
1
-7
/
+2
2014-06-17
Avoid deprecated GetVersionEx function.
José Fonseca
1
-11
/
+3
2014-06-13
cmake: Fix CMP0043 violations.
José Fonseca
2
-17
/
+6
2014-05-28
cli: Fix wrapper search with Ninja builds.
José Fonseca
1
-1
/
+1
2014-05-23
cli: Simplify tracing with gdb.
José Fonseca
1
-7
/
+35
2014-05-15
cli,retrace: Use @nn notation for threads.
José Fonseca
1
-7
/
+7
2014-05-13
cli: Fix operation order.
José Fonseca
1
-1
/
+3
2014-05-02
cli: Ensure variable is initialized.
José Fonseca
1
-1
/
+1
2013-12-10
apitrace trim: plug memory leak in trim_trace() (cli_trim.cpp)
Lawrence L Love
1
-0
/
+1
2013-12-10
apitrace: Allow multiple --calls and/or --frames input options
Lawrence L Love
3
-4
/
+4
2013-12-10
trim: clean up help output
Lawrence L Love
1
-0
/
+2
2013-11-21
cli: Ensure we link against libdl.
Alexander Monakov
1
-0
/
+1
2013-10-28
cgltrace: Use DYLD_FRAMEWORK_PATH instead of DYLD_LIBRARY_PATH.
José Fonseca
1
-3
/
+4
2013-10-23
cli: Suggest using the trace -v option when wrapper wasn't found.
José Fonseca
1
-1
/
+1
2013-10-16
cli: use $LIB to handle multilib automagically on glibc
Alexander Monakov
1
-0
/
+32
2013-10-13
cli: Fix invalid option message.
José Fonseca
8
-8
/
+8
2013-10-10
cli: Don't use the DLL injection method for OpenGL on Windows 8.
José Fonseca
1
-1
/
+20
2013-09-20
cmake: Link ${LIBBACKTRACE_LIBRARIES} once.
José Fonseca
1
-1
/
+0
2013-09-20
common: dump backtrace on signals
Alexander Monakov
1
-0
/
+1
2013-07-25
cli: Fix sed message.
José Fonseca
1
-1
/
+1
2013-07-11
Replace dynamic_cast with virtual functions.
Nigel Stewart
1
-1
/
+1
2013-07-09
cli/sed: Very basic stream editing of traces.
José Fonseca
4
-0
/
+311
2013-07-09
cli/trim: Fix error message.
José Fonseca
1
-1
/
+1
2013-06-16
Rename trim::CallSet to trace::FastCallSet
Carl Worth
6
-306
/
+5
2013-06-16
Extend trim::CallSet with a new range-based add method.
Carl Worth
2
-41
/
+56
2013-06-16
trim: Use custom skiplist for required list (instead of std::set<unsigned>)
Carl Worth
6
-7
/
+294
2013-06-12
cli: Don't replace, but instead prepend the environment variable.
José Fonseca
1
-22
/
+40
2013-06-09
cli: Fix typo in earlier commit.
José Fonseca
1
-1
/
+1
2013-06-09
retrace: Don't output color when stdout is not a tty (issue #143).
José Fonseca
1
-1
/
+1
2013-05-30
cli: Allow to use `apitrace trace` from MSVC build directories.
José Fonseca
4
-16
/
+45
2013-05-30
cli: Prevent NULL pointer deref when trace verbose output is enabled.
José Fonseca
1
-1
/
+2
2013-04-23
Move default argument to declaration.
José Fonseca
2
-2
/
+2
[next]