Antony Polukhin
|
d9d6512743
|
Update copyright years
|
2019-01-12 22:15:16 +03:00 |
|
Antony Polukhin
|
819f2b1c86
|
bump copyright years
|
2018-08-07 22:41:22 +03:00 |
|
Antony Polukhin
|
fb47f17836
|
Allow to specify exact location of the backtrace.h header. Fixes #59
|
2018-08-07 22:29:00 +03:00 |
|
Antony Polukhin
|
7f20c8c676
|
Disable async unsafe code
|
2018-01-29 23:22:31 +03:00 |
|
Antony Polukhin
|
75f79a1177
|
Updated the docs to better reflect the MinGW situation. Refs #14, #34, #36
|
2017-11-12 22:31:35 +03:00 |
|
Antony Polukhin
|
8ab572d823
|
Docs improved. Fixes #35
|
2017-11-05 20:13:05 +03:00 |
|
Antony Polukhin
|
c2ac4b28ba
|
Updated docs to describe stacktrace usage with MinGW (refs #14)
|
2017-10-31 08:44:26 +03:00 |
|
Antony Polukhin
|
1614e8ff7d
|
Fix typos in docs (including #25)
|
2017-07-16 08:51:24 +03:00 |
|
Daniel James
|
86299b8a7e
|
Set the documentation reference id
The default one generated from the title was clashing with the boostbook
reference documentation.
|
2017-07-15 22:21:24 +01:00 |
|
Daniel James
|
5afad6fcc7
|
Remove redundant dependency on autodoc
It's not needed because 'stacktrace' already depends on autodoc.
|
2017-07-15 22:20:47 +01:00 |
|
Antony Polukhin
|
ba2f260d95
|
Remove doubtful example from 'Getting Started' section
|
2017-07-04 23:31:23 +03:00 |
|
Antony Polukhin
|
f5318e3591
|
Updated and improved the documentation, fixed possible alignment issue in the terminate_handler example
|
2017-05-26 21:08:59 +03:00 |
|
Antony Polukhin
|
55063fd438
|
Add id to .qbk (refs #17)
|
2017-04-27 22:35:14 +03:00 |
|
Antony Polukhin
|
61d11f8d48
|
Separated the stack collecting from decoding headers, dropped windows.h dependency for capturing stack, added tests on minimal files inclusion for stack capturing headers
|
2017-04-20 20:09:49 +03:00 |
|
Antony Polukhin
|
a208f422a5
|
Docs regenerated
|
2017-04-15 15:12:01 +03:00 |
|
Antony Polukhin
|
b6fad0f575
|
Make sure that frames with 0x0 addresses are not stored
|
2017-03-16 23:10:09 +03:00 |
|
Antony Polukhin
|
5552c97150
|
MinGW fixes. Docs updated to satisfy the prereview requests
|
2017-03-16 22:46:21 +03:00 |
|
Antony Polukhin
|
672a1dcbe3
|
Minor fixes for the docs
|
2017-02-14 17:30:29 +03:00 |
|
Antony Polukhin
|
224750cbef
|
Added more examples on safe_dump_to (shared memory example) and changed interface of safe dumping into the memory
|
2017-01-27 21:56:27 +03:00 |
|
Antony Polukhin
|
ea6e7fabe9
|
Improve docs and move safe dumping into a separate header file
|
2017-01-26 22:22:40 +03:00 |
|
Antony Polukhin
|
c9315559a3
|
Improved docs by describing macro and libraries
|
2017-01-15 22:43:31 +03:00 |
|
Antony Polukhin
|
c221f0c2dd
|
Multiple minor fixes, improved docs, changed the example to use Boost.Exception
|
2017-01-13 22:36:25 +03:00 |
|
Antony Polukhin
|
85c31f691d
|
Macro for enabling/disabling addr2line usage
|
2017-01-08 12:05:45 +03:00 |
|
Antony Polukhin
|
41ed839e49
|
Added thanks to Bjorn Reese
|
2016-12-17 14:09:40 +03:00 |
|
Jon Kalb
|
fb5927eef8
|
Better Motivation docs
Clean up the wording in the Motivation section.
|
2016-12-16 00:12:27 -08:00 |
|
Antony Polukhin
|
3439bcef48
|
Fix typo in docs
|
2016-12-11 01:54:28 +03:00 |
|
Antony Polukhin
|
4fc45a64cb
|
Make paths in docs slightly shorter, polish docs
|
2016-12-10 22:20:48 +03:00 |
|
Antony Polukhin
|
d747ab0fac
|
Improve docs by adding more examples and Acknowledgements section, improve output for unwind backend
|
2016-12-10 22:10:08 +03:00 |
|
Antony Polukhin
|
c6bdf49f08
|
Better testing of examples, better tests coverage
|
2016-12-10 02:39:39 +03:00 |
|
Antony Polukhin
|
903a1dc081
|
Allow to setup max trace length, added more tests, added meta folder and updated the Jamfali for building docs
|
2016-12-08 10:02:28 +03:00 |
|
Antony Polukhin
|
4ce841ef65
|
Code deduplicated and simplified, added empty() functions and some explicit bool operators, speed-up and improved the output of the ostream operators, improved tests coverage
|
2016-12-01 09:55:17 +03:00 |
|
Antony Polukhin
|
fd513391ca
|
Async signal safe backend implmented and notes about async-safety were added to the docs.
|
2016-11-30 10:47:58 +03:00 |
|
Antony Polukhin
|
7cbe206b45
|
Update Jamfile for docs
|
2016-11-26 23:25:49 +03:00 |
|
Antony Polukhin
|
aff892356f
|
Changed classname from frame_view to frame
|
2016-11-25 21:59:30 +03:00 |
|
Antony Polukhin
|
1fdcac743d
|
Added one more example, more information about the backends added to the docs
|
2016-10-26 22:26:37 +03:00 |
|
Antony Polukhin
|
4c30f8e9cb
|
frame_view and iterator are not nested classes any more, reordered some functions to make reference documentation look better
|
2016-10-26 22:25:16 +03:00 |
|
Antony Polukhin
|
8768a721b1
|
Doxyden output improved, improved docs and added more examples
|
2016-10-26 22:23:09 +03:00 |
|
Marek Kurdej
|
ccc51015b0
|
Fix typos in documentation.
|
2016-10-14 17:42:33 +02:00 |
|
Antony Polukhin
|
11b3b1f83e
|
Removed one of the warnings
|
2016-10-14 09:16:38 +03:00 |
|
Antony Polukhin
|
40d1fcba36
|
Improved reference documentation (now explicit operator bool is documented)
|
2016-10-12 20:25:05 +03:00 |
|
Antony Polukhin
|
46860b50a9
|
Docs updated, now all the macro are documented
|
2016-10-11 23:23:45 +03:00 |
|
Antony Polukhin
|
0963de1ff7
|
More examples, added content to 'getting started' section in docs, improved some tests
|
2016-09-14 22:01:49 +03:00 |
|
Antony Polukhin
|
77dd6b048d
|
Added a warning about early development stage
|
2016-09-08 08:21:18 +03:00 |
|
Antony Polukhin
|
2d6c03e7dc
|
Fixed libunwind backend, added docs, fixed tests and compilation, changed return type of stacktrace::operator[]
|
2016-09-08 08:18:18 +03:00 |
|