index
:
winapi-debug
master
WinAPI: C++ wrappers for DbgHelp
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
test
(
unfollow
)
Commit message (
Collapse
)
Author
2020-09-20
pdb::error: include function name in error message
Egor Tensin
2020-09-14
fix GCC builds
Egor Tensin
2020-09-14
clean up includes
Egor Tensin
2020-09-14
add missing copyright headers
Egor Tensin
2020-09-14
unit_tests: adjust test messages
Egor Tensin
2020-09-14
unit_tests: fix the tests
Egor Tensin
Sometimes, 0x0 would creep into a call stack for some reason.
2020-09-14
unit_tests: more call stack tests
Egor Tensin
2020-09-14
test_lib: test -> test_ns
Egor Tensin
2020-09-14
clang-format: regroup #includes
Egor Tensin
2020-09-14
unit_tests: add a test for call stack collection
Egor Tensin
2020-09-14
unit_tests: rework enum_symbols test
Egor Tensin
2020-09-14
call_stack: can't noinline w/ MSVC, let's try a DLL
Egor Tensin
2020-09-13
call_stack: try to fix __declspec(noinline) #3
Egor Tensin
2020-09-13
call_stack: try to fix __declspec(noinline) #2
Egor Tensin
2020-09-13
call_stack: try to fix __declspec(noinline)
Egor Tensin
2020-03-27
add some unit tests
Egor Tensin
2020-03-24
switch to Boost.Nowide everywhere
Egor Tensin
2020-03-21
CallStack: overhaul the API
Egor Tensin
2020-03-16
test: foobar -> symbols
Egor Tensin
2020-03-16
DbgHelp: start fixing the API
Egor Tensin
2020-01-16
test/foobar: noinline just in case
Egor Tensin
2020-01-16
add call stack collection support
Egor Tensin
2020-01-15
lab_rat -> foobar
Egor Tensin
2020-01-15
lab_rat: decrease total symbol count
Egor Tensin
2020-01-15
lab_rat: namespace the functions
Egor Tensin
2020-01-15
add test/ to test, for starters, enum_symbols
Egor Tensin