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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-20
common: carve out RawStackFrame::dump
Alexander Monakov
2
-17
/
+18
2013-09-20
common/backtrace: move namespace trace -> os
Alexander Monakov
3
-10
/
+16
2013-09-20
common: rename trace_backtrace.* -> os_backtrace.*
Alexander Monakov
5
-6
/
+4
2013-09-11
Build fixes for VS2013
Nigel Stewart
2
-2
/
+3
2013-07-11
Replace dynamic_cast with virtual functions.
Nigel Stewart
3
-2
/
+23
2013-07-08
Use consistent cpp logic for including backtrace.h
José Fonseca
1
-3
/
+3
2013-07-08
Resolve C4267 MS compiler warnings
Nigel Stewart
3
-5
/
+5
2013-07-08
Delete the file object if the trace file could not be loaded due to being an ...
Peter Lohrmann
1
-0
/
+2
2013-07-02
common: Add platform #ifdefs for non-cmake build convenience.
Nigel Stewart
2
-1
/
+7
2013-07-02
Resolve some MS compiler warnings (in picky mode)
Nigel Stewart
3
-5
/
+5
2013-06-17
os: Ensure len is properly computed on all getProcessName code paths.
José Fonseca
1
-6
/
+14
2013-06-17
os: Improve String with more comments and checks.
José Fonseca
1
-3
/
+31
2013-06-16
Use rand() on windows.
José Fonseca
2
-1
/
+14
2013-06-16
Use skiplist-based FastCallSet within trace::CallSet
Carl Worth
4
-14
/
+32
2013-06-16
Rename trim::CallSet to trace::FastCallSet
Carl Worth
4
-5
/
+299
2013-06-15
Fix pre-processor logic.
Vinjn Zhang
1
-1
/
+1
2013-06-13
d3dretrace: Handle deferred d3d11 contexts better.
José Fonseca
1
-0
/
+2
2013-06-12
cli: Don't replace, but instead prepend the environment variable.
José Fonseca
1
-0
/
+2
2013-06-01
retrace: Don't try to recreate existing directories.
José Fonseca
1
-3
/
+0
2013-05-28
Merge branch 'libbacktrace'
José Fonseca
2
-188
/
+135
2013-05-28
common: Add copyright headers to trace_backtrace.hpp
José Fonseca
1
-0
/
+26
2013-05-28
common: Fix C pre-processor logic.
José Fonseca
1
-1
/
+1
2013-05-25
retrace: Create snapshot directory if it does not exist.
José Fonseca
3
-20
/
+35
2013-05-23
Use libstdc++ demangler
Alexander Monakov
1
-0
/
+4
2013-05-23
Remove GlibcBacktraceProvider
Alexander Monakov
1
-112
/
+0
2013-05-23
Switch to libbacktrace provider
Alexander Monakov
2
-3
/
+3
2013-05-23
Implement libbacktrace provider
Alexander Monakov
1
-0
/
+92
2013-05-23
Cleanup backtrace setup code
Alexander Monakov
2
-84
/
+21
2013-05-13
Merge branch 'backtrace'
José Fonseca
13
-20
/
+763
2013-05-13
common: Cleanup backtrace.
Alexander Monakov
1
-9
/
+4
2013-05-13
Re-add backtrace_is_needed() call.
José Fonseca
1
-1
/
+1
2013-05-13
Fix Android build.
Alexander Monakov
1
-1
/
+1
2013-05-10
retrace: Join with runner threads before destroy runner objects.
José Fonseca
1
-0
/
+10
2013-05-10
os: Prevent app from redirecting log messages.
José Fonseca
2
-2
/
+12
2013-05-10
trace: Check process id also when the destructor is invoked.
José Fonseca
2
-18
/
+24
2013-05-09
Try to be robust against fork.
José Fonseca
3
-2
/
+48
2013-05-06
Use ids for frames.
José Fonseca
9
-68
/
+124
2013-05-05
Fix windows build.
José Fonseca
1
-2
/
+2
2013-05-05
Cleanup the backtrace representation.
José Fonseca
12
-225
/
+122
2013-05-04
Remove FunctionSig::backtrace member.
José Fonseca
6
-18
/
+16
2013-05-04
Backtrace via call detail
Eugene Velesevich
13
-22
/
+819
2013-04-23
os: Be more concise with the semantics of os::abort.
José Fonseca
3
-7
/
+10
2013-04-23
os: Bring back the compiler TLS check.
José Fonseca
1
-10
/
+4
2013-04-23
os: Fallback to OS TLS when compiler does not support it (issue #120).
José Fonseca
2
-13
/
+24
2013-04-23
os: Simplify os::thread_specific_ptr.
José Fonseca
1
-26
/
+15
2013-04-23
Revert "Remove os::thread_specific_ptr"
José Fonseca
1
-1
/
+80
2013-04-13
gltrace,glretrace: A few more tweaks to (no) side-effects flags.
José Fonseca
1
-4
/
+0
2013-04-12
Fix sorting of callFlagTable
Carl Worth
1
-3
/
+3
2013-04-12
trim: Greatly expand the list of calls considered to have no side effects
Carl Worth
1
-0
/
+319
2013-04-11
gui: Handle calls stranded between frames gracefully (issue #117).
José Fonseca
2
-3
/
+14
[prev]
[next]