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
/
utils
(
unfollow
)
Commit message (
Expand
)
Author
2021-05-29
move _address functions to winapi::address
Egor Tensin
2021-05-29
rename class Repo to PostMortem
Egor Tensin
2021-05-29
namespace pdb -> namespace winapi
Egor Tensin
2021-05-29
include/pdb/ -> include/winapi/debug/
Egor Tensin
2021-05-15
rename the project
Egor Tensin
2021-05-15
switch from Boost.Nowide to winapi-utf8
Egor Tensin
2021-04-07
cmake: check CTest tests output
Egor Tensin
2021-03-24
cmake: use install_pdbs()
Egor Tensin
2021-03-24
add CTest tests
Egor Tensin
2020-09-14
disable Boost autolinking feature
Egor Tensin
2020-03-24
switch to Boost.Nowide everywhere
Egor Tensin
2020-03-16
DbgHelp: start fixing the API
Egor Tensin
2020-01-15
enum_symbols: support symbol mask using --mask
Egor Tensin
2020-01-15
enum_symbols: use DbgHelp instead of Repo
Egor Tensin
2020-01-15
mingw builds: external definitions for static members
Egor Tensin
2020-01-15
mingw builds: fix boost::program_options::validate overloads
Egor Tensin
2020-01-15
mingw builds: work around missing SymTagEnum
Egor Tensin
2020-01-15
mingw builds: get rid of #pragma warning
Egor Tensin
2020-01-14
addr2name: fix usage message
Egor Tensin
2020-01-14
clang-format all the code
Egor Tensin
2019-12-21
cmake: install() PDBs & use Boost::*
Egor Tensin
2019-12-15
AppVeyor: package artifacts
Egor Tensin
2019-12-09
minor improvements to CMakeLists.txt
Egor Tensin
2017-08-06
define WIN32_LEAN_AND_MEAN
Egor Tensin
2017-06-25
code style
Egor Tensin
2017-06-22
refactor command-line parameters parsing
Egor Tensin
2017-06-01
get rid of third-party warnings
Egor Tensin
2017-05-22
add line numbers to symbols
Egor Tensin
2017-05-20
addr2name: include module names
Egor Tensin
2017-05-20
code style
Egor Tensin
2017-05-19
refactoring
Egor Tensin
2017-05-19
add displacement to symbols
Egor Tensin