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
/
src
/
dbghelp.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
*
namespace pdb -> namespace winapi
Egor Tensin
2021-05-29
*
include/pdb/ -> include/winapi/debug/
Egor Tensin
2021-05-29
*
export pdb::file to winapi-common's File
Egor Tensin
2021-05-16
*
use error reporting from winapi-common
Egor Tensin
2021-05-15
*
rename the project
Egor Tensin
2021-05-15
*
switch from Boost.Nowide to winapi-utf8
Egor Tensin
2021-05-15
*
get rid of SafeInt
Egor Tensin
2021-05-15
*
pdb::error: include function name in error message
Egor Tensin
2020-09-20
*
DbgHelp: fix move ctor
Egor Tensin
2020-09-14
*
clang-format: regroup #includes
Egor Tensin
2020-09-14
*
switch to Boost.Nowide everywhere
Egor Tensin
2020-03-24
*
DbgHelp: start fixing the API
Egor Tensin
2020-03-16
*
mingw builds: lowercase header file names
Egor Tensin
2020-01-25
*
add call stack collection support
Egor Tensin
2020-01-16
*
enum_symbols: support symbol mask using --mask
Egor Tensin
2020-01-15
*
DbgHelp: add more enum_* methods
Egor Tensin
2020-01-15
*
refactoring
Egor Tensin
2020-01-15
*
mingw builds: workaround incorrect SymLoadModule64
Egor Tensin
2020-01-15
*
mingw builds: get rid of #pragma warning
Egor Tensin
2020-01-15
*
fix SafeInt usage
Egor Tensin
2020-01-14
*
clang-format all the code
Egor Tensin
2020-01-14
*
get rid of third-party warnings
Egor Tensin
2017-06-01
*
add line numbers to symbols
Egor Tensin
2017-05-22
*
code style
Egor Tensin
2017-05-20
*
hardening
Egor Tensin
2017-05-19
*
hardening & refactoring
Egor Tensin
2017-05-19
*
add displacement to symbols
Egor Tensin
2017-05-19
*
initial commit
Egor Tensin
2017-05-17