Sergiu Deitsch
2bd06dbe36
ci(deps): update to gtest 1.14 ( #1105 )
2024-06-13 01:40:15 +02:00
Sergiu Deitsch
409e19881d
cmake: require gtest 1.11 ( #1104 )
2024-06-13 01:16:50 +02:00
Sergiu Deitsch
0c10a02229
Merge branch '0.7.x'
2024-06-13 00:01:17 +02:00
Sergiu Deitsch
9ca8073cb2
docs: use annotations
2024-06-12 23:58:10 +02:00
Sergiu Deitsch
c4b63c7a4e
docs: use footnotes
2024-06-12 23:57:35 +02:00
Sergiu Deitsch
5cf7a9afd3
docs: describe failure writer
2024-06-12 23:56:44 +02:00
Sergiu Deitsch
d49e700897
docs: move flags out of logging
2024-06-12 23:54:11 +02:00
Sergiu Deitsch
44c2e9d9ad
Merge branch '0.7.x'
2024-06-12 01:20:27 +02:00
Sergiu Deitsch
df683bbc81
docs: provide custom sinks example ( #1103 )
2024-06-12 01:20:04 +02:00
Sergiu Deitsch
0bad9688a0
docs(bazel): update archive url
2024-06-11 20:52:53 +02:00
Sergiu Deitsch
1cd4d78817
Merge branch '0.7.x'
2024-06-11 20:13:53 +02:00
Sergiu Deitsch
30c9ed3687
docs: update version
2024-06-11 19:57:05 +02:00
Sergiu Deitsch
645acfe606
docs: move to mkdocs-material ( #1101 )
2024-06-11 19:53:37 +02:00
Sergiu Deitsch
cfe648e9c5
docs: move to mkdocs-material ( #1101 )
2024-06-11 19:48:12 +02:00
Sergiu Deitsch
cc0de6c200
Merge branch '0.7.x'
2024-06-08 17:11:26 +02:00
Sergiu Deitsch
7b134a5c82
release 0.7.1 ( #1098 )
2024-06-08 17:07:34 +02:00
Vertexwahn
d76999015c
feat(bazel): port to bzlmod ( #1097 )
2024-06-08 16:02:59 +02:00
xppt
4c50627c38
fix(symbolize): format unknown stack frames ( #1092 )
2024-04-22 21:17:57 +02:00
dependabot[bot]
6e6a817a44
build(deps): bump codecov/codecov-action from 3 to 4 ( #1071 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 21:17:57 +02:00
xppt
cd4ef77d58
fix(symbolize): format unknown stack frames ( #1092 )
2024-04-22 21:08:44 +02:00
dependabot[bot]
c0813f90bb
build(deps): bump codecov/codecov-action from 3 to 4 ( #1071 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 13:40:27 +02:00
Sergiu Deitsch
442c6fcbf1
fix: rework android detection ( #1094 )
2024-04-22 00:48:01 +02:00
Sergiu Deitsch
2b36dfe444
fix: rework android detection ( #1094 )
2024-04-22 00:47:36 +02:00
Victor Zheng PhD
eecd37e7eb
fix(bazel): add missing emscripten defines ( #1082 )
2024-04-22 00:39:29 +02:00
Sergiu Deitsch
f73750564e
fix: error message typo
2024-04-22 00:39:29 +02:00
Ram Subhash D
46e4721fb6
fix(readme): correct LOG_IF_EVERY_N typo ( #1077 )
2024-04-22 00:39:29 +02:00
Sergiu Deitsch
fd15ff9a54
fix(readme): wording
2024-04-22 00:39:29 +02:00
Victor Zheng PhD
31429d85b8
fix(bazel): add missing emscripten defines ( #1082 )
2024-03-11 11:20:22 +01:00
Sergiu Deitsch
ea0748d8df
feat: remove deprecations ( #1078 )
2024-02-21 18:56:43 +01:00
Sergiu Deitsch
5a7856ab96
fix: error message typo
2024-02-19 20:08:00 +01:00
Ram Subhash D
8a1c086d39
fix(readme): correct LOG_IF_EVERY_N typo ( #1077 )
2024-02-19 20:07:33 +01:00
Sergiu Deitsch
a189fc3d7d
fix(readme): wording
2024-02-18 13:24:53 +01:00
Sergiu Deitsch
34b8da6496
release 0.7 ( #1076 )
2024-02-17 18:49:26 +01:00
Sergiu Deitsch
7a807f3805
feat: allow to obtain the stack trace as a string ( #1075 )
2024-02-17 18:41:40 +01:00
Sergiu Deitsch
b24e4d9445
feat: support failure functions that throw ( #1074 )
2024-02-17 18:41:11 +01:00
Rishik Reddy
de77d0b97b
fix(readme): eliminate typo ( #1072 )
2024-02-17 18:28:52 +01:00
Sergiu Deitsch
68b6ce38eb
ci(coverage): update to gcovr 7.0 ( #1070 )
2024-01-27 14:03:18 +01:00
dependabot[bot]
9b34110745
build(deps): bump actions/cache from 3 to 4 ( #1064 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 19:30:29 +01:00
Vertexwahn
ac12a9e794
Add MODULE.bazel file ( #1059 )
...
This is the first step of the bzlmod migration: https://bazel.build/external/migration . If/when we no longer support older Bazel versions (bzlmod became GA in 6.0), we can remove WORKSPACE.
2024-01-11 10:41:55 +01:00
Sergiu Deitsch
7e6fca90e8
cmake: rework elf detection ( #1058 )
2024-01-10 14:06:18 +01:00
Sergiu Deitsch
8d13b3bb0c
fix: unify LogMessage and LogMessageInfo ( #1057 )
...
Deprecate the custom prefix callback accepting LogMessageInfo in favor
of existing LogMessage data structure extended with necessary data
fields to avoid redundancies.
2024-01-10 02:03:54 +01:00
Sergiu Deitsch
2293c6fc5a
fix(symbolize): use correct format specifier ( #1056 )
2024-01-10 00:43:02 +01:00
Sergiu Deitsch
ec455f2cc1
fix: better encapsulate internals ( #1055 )
2024-01-09 23:51:43 +01:00
Sergiu Deitsch
2b5a53c880
cmake: replace check_function_exists by check_cxx_symbol_exists ( #1054 )
2024-01-09 20:05:22 +01:00
Sergiu Deitsch
dd77d0fd38
fix: move LogMessageVoidify into internal namespace ( #1053 )
2024-01-09 13:46:26 +01:00
Sergiu Deitsch
941c66fbcb
cmake: bump SOVERSION ( #1052 )
2024-01-09 00:39:54 +01:00
Sergiu Deitsch
9377254062
feat(dbghelp): show source line number if present ( #1051 )
2024-01-08 19:04:22 +01:00
Sergiu Deitsch
c469cc23a1
fix: unify additional debug output ( #1050 )
2024-01-08 16:26:41 +01:00
Sergiu Deitsch
7af231e6bf
feat: provide fallback for accessing process name ( #1049 )
2024-01-08 11:18:59 +01:00
Sergiu Deitsch
aaefca72b3
fix(symbolize): cleanup ( #1048 )
2024-01-08 01:40:29 +01:00