Aliaksey Kandratsenka
f7c6fb6c8e
bump version to 2.9.1
2021-03-02 19:32:07 -08:00
Aliaksey Kandratsenka
c2f60400a8
prefer backtrace() on OSX
...
It seems to work and _Unwind_Backtrace which is configured otherwise
doesn't.
2021-02-28 17:52:17 -08:00
Aliaksey Kandratsenka
47b5b59ca9
bump version to 2.9
2021-02-21 15:16:06 -08:00
Aliaksey Kandratsenka
d7cbc8c2ff
unbreak cmake build
...
It was trying to use third_party/valgrind.h header which I recently
removed.
2021-02-21 15:01:01 -08:00
Aliaksey Kandratsenka
96ba58e19b
bump version to 2.9rc
2021-02-14 23:18:57 -08:00
Aliaksey Kandratsenka
17bab484ae
always respect --enable-frame-pointers
...
Previously it only was respected on x86_64, but this days lots of modern
ABIs are without frame pointers by default (e.g. arm64 and riscv, and
even older mips).
2021-02-14 16:44:28 -08:00
Aliaksey Kandratsenka
419c85814d
amputate unused dynamic annotations support
2021-02-14 16:09:17 -08:00
Aliaksey Kandratsenka
73a72cdb61
don't check for snprintf
2021-02-14 15:44:14 -08:00
Aliaksey Kandratsenka
95b52b0504
don't check for unused uname symbol
2021-02-14 15:44:14 -08:00
Aliaksey Kandratsenka
ac68c97187
don't check for useless __builtin_stack_pointer
...
It doesn't seem to be supported anyways, and we're not using it too.
2021-02-14 15:44:14 -08:00
Aliaksey Kandratsenka
7271bb72be
unbreak cmake check for TLS support
2021-02-14 15:44:14 -08:00
Aliaksey Kandratsenka
7c106ca241
don't bother checking for stl namespace and use std
...
Because there are no compilers left that don't do std namespace.
2021-02-14 15:44:14 -08:00
Aliaksey Kandratsenka
0c11d35f4a
amputate checking for __int64
...
Since everything supports stdint.h this days.
2021-02-14 15:44:14 -08:00
Aliaksey Kandratsenka
92718aaaeb
amputate checking for conflict-signal.h
...
It was never found or used.
2021-02-14 15:12:19 -08:00
Aliaksey Kandratsenka
9bb2937261
amputate checking for inline keyword support
...
It is supported everywhere now.
2021-02-14 15:12:19 -08:00
Aliaksey Kandratsenka
d8eb315fb1
bump version to 2.8.1
2020-12-20 23:35:08 -08:00
Aliaksey Kandratsenka
6ed61f8e91
add note that cmake build is preliminary
2020-12-19 19:14:50 -08:00
okhowang(王沛文)
6bbf2ed150
Update cmake
2020-12-19 18:52:40 -08:00
Isaac Hier
913d3eb7d7
Fix a few macros for Apple
2020-12-19 18:52:40 -08:00
Isaac Hier
64a73b1cb8
Work on fixing linking errors in stacktrace
2020-12-19 18:52:40 -08:00
Isaac Hier
b788d51eb4
Fix conditional definitions
2020-12-19 18:52:40 -08:00
Isaac Hier
495229b625
Make internal tcmalloc libs
2020-12-19 18:52:40 -08:00
Isaac Hier
cca7f6f669
More unit tests and libraries
2020-12-19 18:52:40 -08:00
Isaac Hier
11dc65c3c4
Fix config headers, add more unit tests
2020-12-19 18:52:40 -08:00
Isaac Hier
6078fe40d9
Finish configure.ac conversion to CMake, start on Makefile.am
2020-12-19 18:52:40 -08:00
Isaac Hier
515fb22196
Generate config header
2020-12-19 18:52:40 -08:00
Isaac Hier
4adb5ff74d
Add architecture checks
2020-12-19 18:52:40 -08:00
Isaac Hier
fa9bedc82c
Add most of CMake build
2020-12-19 18:52:40 -08:00
Isaac Hier
9e4f72fd1f
Define options, start system checks
2020-12-19 18:52:40 -08:00
Isaac Hier
a6ce98174b
Add CMakeLists.txt
2020-12-19 18:52:40 -08:00