Commit Graph

21 Commits

Author SHA1 Message Date
Antony Polukhin 0ec802df84 Update copyright years 2024-01-07 13:03:02 +03:00
Antony Polukhin 4cf47389c1 Update copyright years 2023-01-19 10:21:22 +03:00
Antony Polukhin 75b7986f97 update copyright years 2022-01-30 14:47:24 +03:00
Antony Polukhin a00587f4d7 update copyright years 2021-01-03 19:24:15 +03:00
Antony Polukhin ade7d54dc7 update copyright year 2020-01-18 14:11:02 +03:00
Antony Polukhin d9d6512743 Update copyright years 2019-01-12 22:15:16 +03:00
Antony Polukhin 99da94f5bd Rework the tests, deal with visibility issues, make sure that libbacktrace implementation now uses export tables 2018-09-16 23:23:33 +03:00
Antony Polukhin 819f2b1c86 bump copyright years 2018-08-07 22:41:22 +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 2e29ee7648 Separation of stack collecting and stack decoding headers, part 3 2017-04-20 20:07:41 +03:00
Antony Polukhin 1c6fa29299 Fix one more issue with MinGW tests 2017-03-01 23:25:28 +03:00
Antony Polukhin 116dd872b8 Allow users to easily skip frames (API change), add more tests and update docs 2017-02-07 22:58:22 +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 a2431640b9 Move around code in test to make Coveralls happy and produce more reliable coverage results 2017-01-03 16:09:02 +03:00
Antony Polukhin 99e4b53742 Started reimplementing stacktrace with Allocator 2016-12-26 22:12:29 +03:00
Antony Polukhin d8ff16f7a9 More tests 2016-12-10 01:39:04 +03:00
Antony Polukhin 76cfb88fc0 Fixes for linkage and tests 2016-09-14 21:58:15 +03:00
Antony Polukhin 326d931bb0 Now header-only by default, fixes for tests and builds, better backend auto-detection 2016-09-13 00:13:02 +03:00
Antony Polukhin 6522b60c72 Added noop backend. Do not skip frames in backends anymore, because it is impossible to guess the inlining heuristics on different compilers. Fixed tests, added more tests, simplified code, improved docs 2016-09-08 21:42:43 +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
Antony Polukhin b8d1ff2730 Initial version of stacktrace library 2016-06-04 15:51:28 +03:00