70 Commits

Author SHA1 Message Date
jkalmbach 020706a297 Aligned stackwalker.h include to be the first in stackwalker.cpp 1.20 2018-07-21 11:46:47 +02:00
jkalmbach 8e7b3ac024 Removed old BuildProcessTemplates and old Release directories 2018-07-21 11:44:55 +02:00
Jochen Kalmbach 51e8a5ea0b Added link to AppVoyer builds 2018-07-12 16:49:29 +02:00
Jochen Kalmbach 525e49713c Added latest build result to readme.md 2018-07-12 16:46:53 +02:00
Jochen Kalmbach 73d1261d64 Merge pull request #24 from matlo607/add-ci-appveyor
[ci] add appveyor.yml
2018-07-12 16:38:22 +02:00
Matthieu Longo 4900028f72 [cmake] fix installation of PDB with Visual Studio 2015 2018-07-12 01:07:42 +02:00
Matthieu Longo 5d5adafa0c fix regression warning C4010: single-line comment contains line-continuation character 2018-07-12 00:58:06 +02:00
Matthieu Longo 7b65fa6f92 [ci] add appveyor.yml 2018-07-12 00:19:31 +02:00
Jochen Kalmbach ca99194439 Merge pull request #22 from matlo607/clang-format
Fix spelling, add clang format file and reformat files
2018-07-11 19:16:12 +02:00
Jochen Kalmbach e95a1eedbb Merge pull request #23 from matlo607/cmake-fix-pdb-name-vs2013
[cmake] fix installation of pdb file for all versions of Visual Studio
2018-07-11 19:02:22 +02:00
Matthieu Longo 6e878375ed Find and rename PDB file if using old version of Visual Studio 2018-07-11 17:57:05 +02:00
Matthieu Longo d70cf80b16 [README] add cmake command to run in powershell 2018-07-11 17:56:01 +02:00
Matthieu Longo 0561ee5c30 Reformatting code using clang-format 2018-07-11 16:47:00 +02:00
Matthieu Longo 6c182ea59f Add .clang-format 2018-07-11 16:32:31 +02:00
Matthieu Longo f1d001ca09 Replace tabulation by spaces and remove trailing white spaces 2018-07-11 16:32:31 +02:00
Matthieu Longo 94298fdf7b fix spelling 2018-07-11 16:32:22 +02:00
jkalmbach 799a21fe8a Added *.vc.db/*.vc.opendb to gitignore 2018-07-10 20:35:14 +02:00
Jochen Kalmbach 0aaba794cd Merge pull request #21 from matlo607/add-guards-header
Add include guards
2018-07-10 20:31:38 +02:00
Jochen Kalmbach a8b8850c07 Merge pull request #20 from matlo607/feature-cmake
Adding support for cmake
2018-07-10 20:23:03 +02:00
Jochen Kalmbach a1b62b2874 Merge pull request #19 from matlo607/vs2017-fix-warning
[VS2017] fix warning C4091: 'typedef ' ignored on left of 'StackWalker::CallstackEntryType' when no variable is declared
2018-07-10 20:21:39 +02:00
Matthieu Longo fadd5ec251 Add include guards 2018-07-10 18:05:04 +02:00
Matthieu Longo ab2a3ea901 Add CMakeLists.txt 2018-07-10 16:11:33 +02:00
Matthieu Longo 1cee8728bc [VS2017] fix warning C4091: 'typedef ' ignored on left of 'StackWalker::CallstackEntryType' when no variable is declared 2018-07-10 14:52:40 +02:00
Jochen Kalmbach 16b1b07b8b Merge pull request #15 from domalb/ShowObject
adding ShowObject
2018-05-31 13:50:04 +02:00
Domenico Albani 37afaa85b5 Added tests and comments for ShowObject 2018-05-31 13:47:07 +02:00
Domenico Albani 773327c3d6 added ShowObject 2018-05-29 13:32:11 +02:00
Jochen Kalmbach 3fc13c31de Merge pull request #10 from pbinks/master
Small corrections to text
2018-03-13 15:58:18 +01:00
Paul Binks 1dead36998 Small corrections to text 2018-03-13 13:11:02 +00:00
Jochen Kalmbach a23bef52ab Create CODE_OF_CONDUCT.md 2018-03-01 11:11:38 +01:00
Jochen Kalmbach 8ad0f01228 Added _TRUNCATE to _snprint_s 2018-03-01 11:05:45 +01:00
jkalmbach 9038915cdd Bu sure all strings are NUL-terminated (solves #8) 2018-02-03 10:15:49 +01:00
Jochen Kalmbach 611c5ea19a Merge pull request #7 from olivierlevon/patch-2
Update README.md for some typos
2017-12-25 21:08:27 +01:00
olivierlevon 949c59d5e1 some typo fixes 2017-12-25 20:58:39 +01:00
olivierlevon dd3e2f7135 Update README.md 2017-12-25 20:45:58 +01:00
Jochen Kalmbach 7d8bd4c872 Merge pull request #5 from danquist/master
Clean up Readme file
2017-12-23 10:32:12 +01:00
DanQuist 772e3a1ca8 Update README.md 2017-11-16 20:27:50 -06:00
DanQuist dc75fb3d76 Update README.md
Remove trailing lt symbols
2017-11-16 14:00:56 -06:00
DanQuist 66fde120cd Fix readme formatting 2017-11-16 13:56:45 -06:00
DanQuist b994a8906f Fix README formatting 2017-11-16 13:55:14 -06:00
Jochen Kalmbach e4175b51a5 Merge pull request #4 from yisonPylkita/patch-2
Added syntax highlighting to README.md
2017-10-11 21:59:47 +02:00
Wojciech Bartnik 4353c6e4ba Added syntax highlighting to README.md 2017-10-11 17:52:15 +02:00
Jochen Kalmbach 4418553bf0 Create LICENSE 2017-09-06 21:29:54 +02:00
Jochen Kalmbach 9e02a02ea3 Update README.md
Migrated documentation from CodeProject to GitHub
2017-08-08 15:07:57 +02:00
Jochen Kalmbach a0fcb1b9de Create README.md 2017-08-08 14:15:30 +02:00
jkalmbach ede557da2c VC2015 Support 2016-12-30 10:59:00 +01:00
jkalmbach a4b63d8d9e Added .vs to gitignore 2015-10-25 14:53:18 +01:00
jkalmbach 541ed02ba5 Added VS2015 solution/project 2015-10-25 14:52:42 +01:00
jkalmbach 9f84e9c519 Added comment for x64/x86 cross-process targets in Context 2015-10-25 14:52:11 +01:00
jkalmbach 1b711b2777 Fixed Bug of not working on XP anymore... now only uses GetThreadId, if SDK supports it 2014-11-21 17:18:57 +01:00
jkalmbach c9e3721ff3 Added VirtualProtect again... 2014-09-16 14:56:22 +02:00