summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove basic support for Elbrus 2000 (e2k)Aliaksey Kandratsenka2022-05-301-1/+0
| | | | This reverts commit 3b1c60cc4ea737ff151977dbcd164c5e2eb859fb.
* fix cmake gperftools_enable_libunwind invalidstdpain2021-06-201-1/+1
|
* prefer backtrace() on OSXAliaksey Kandratsenka2021-02-281-0/+1
| | | | | It seems to work and _Unwind_Backtrace which is configured otherwise doesn't.
* always respect --enable-frame-pointersAliaksey Kandratsenka2021-02-141-41/+0
| | | | | | 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).
* amputate unused dynamic annotations supportAliaksey Kandratsenka2021-02-141-3/+0
|
* don't check for snprintfAliaksey Kandratsenka2021-02-141-3/+0
|
* don't check for unused uname symbolAliaksey Kandratsenka2021-02-141-4/+0
|
* don't check for useless __builtin_stack_pointerAliaksey Kandratsenka2021-02-141-3/+0
| | | | It doesn't seem to be supported anyways, and we're not using it too.
* don't bother checking for stl namespace and use stdAliaksey Kandratsenka2021-02-141-6/+0
| | | | Because there are no compilers left that don't do std namespace.
* use standard way to print size_t-sized intsAliaksey Kandratsenka2021-02-141-9/+0
| | | | | | I.e. just use zu/zd/zx instead of finding out right size and defining PRI{u,x,d}S defines. Compilers have long caught up to this part of standard.
* amputate checking for __int64Aliaksey Kandratsenka2021-02-141-3/+0
| | | | Since everything supports stdint.h this days.
* amputate checking for conflict-signal.hAliaksey Kandratsenka2021-02-141-3/+0
| | | | It was never found or used.
* amputate checking for inline keyword supportAliaksey Kandratsenka2021-02-141-6/+0
| | | | It is supported everywhere now.
* Add support for Elbrus 2000 (e2k)SSE42021-01-301-0/+1
|
* Update cmakeokhowang(王沛文)2020-12-195-82/+264
|
* Fix a few macros for AppleIsaac Hier2020-12-191-105/+5
|
* Work on fixing linking errors in stacktraceIsaac Hier2020-12-191-1/+1
|
* Fix config headers, add more unit testsIsaac Hier2020-12-192-11/+11
|
* Finish configure.ac conversion to CMake, start on Makefile.amIsaac Hier2020-12-196-16/+119
|
* Generate config headerIsaac Hier2020-12-195-13/+457
|
* Add architecture checksIsaac Hier2020-12-191-0/+10
|
* Add most of CMake buildIsaac Hier2020-12-191-0/+63