aboutsummaryrefslogtreecommitdiff
path: root/build-aux/m4/ax_cxx_compile_stdcxx.m4
AgeCommit message (Collapse)Author
2024-08-30build: Remove Autotools-based build systemHennadii Stepanov
2024-06-05build: no-longer allow GCC-10 in C++20 checkfanquake
Reverts part of fa67f096bdea9db59dd20c470c9e32f3dac5be94, now that we require a minimum of GCC 11. See also: https://github.com/bitcoin/bitcoin/pull/28349#issuecomment-1745143612.
2023-12-07build: Require C++20 compilerMarcoFalke
2022-03-02build: update ax_cxx_compile_stdcxx to serial 14MarcoFalke
2020-04-11Update ax_cxx_compile_stdcxx.m4Pieter Wuille
2017-02-22build: force a c++ standard to be specifiedCory Fields
Newer compilers may switch to newer standards by default. For example, gcc6 uses std=gnu++14 by default.
2016-04-28build: update ax_cxx_compile_stdcxx to serial 4Wladimir J. van der Laan
2016-04-26build: Enable C++11 build, require C++11 compilerWladimir J. van der Laan
Implements #6211.