aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Toolset.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Another try to use the proper linkerVsevolod Stakhov2023-07-161-2/+4
|
* [Minor] Do not use lld when clang is not the compiler...Vsevolod Stakhov2023-07-161-1/+9
|
* [Minor] Add autodetection of the libc++Vsevolod Stakhov2023-02-191-1/+16
|
* [Minor] Several fixes for clang-16Vsevolod Stakhov2023-02-171-1/+7
|
* [Minor] Remove -Weffc++ flag by defaultVsevolod Stakhov2022-12-021-2/+2
|
* [Minor] Various improvements into the toolset detection scriptsVsevolod Stakhov2022-05-151-9/+11
|
* [Fix] fix static buildingDuncan Bellamy2021-09-271-1/+1
|
* [Minor] Allow to enable libc++ conditionallyVsevolod Stakhov2021-02-091-2/+8
|
* [Minor] Toolset: Use libc++ as libstdc++ is broken on old compilersVsevolod Stakhov2021-02-091-2/+4
|
* [Minor] Allow timestamping of the compilationVsevolod Stakhov2021-01-221-0/+5
|
* [Project] Allow static libstdc++Vsevolod Stakhov2021-01-221-0/+9
|
* [Minor] Make sanitizer optionalVsevolod Stakhov2021-01-071-1/+2
|
* [Minor] Print always IPO statusChristian Göttsche2020-04-111-0/+3
|
* [Feature] Support multiple base32 alphabetsVsevolod Stakhov2020-04-091-1/+1
|
* [Minor] Support gcc static analyzer (from gcc 10)Vsevolod Stakhov2020-04-091-0/+8
|
* [Minor] Slghtly improve cmake reporting + use -O0 with full debugVsevolod Stakhov2020-03-301-4/+9
|
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-9/+0
|
* [Minor] Remove dwarf-5 as it is not working with rpmVsevolod Stakhov2020-01-271-5/+1
|
* [Minor] CMake: Add ENABLE_LTO optionPeter Wu2020-01-211-2/+9
| | | | | | | | * The `CMAKE_BUILD_TYPE=None` option is commonly used to respect the user's optimization flags. Users may be interested in enabling LTO anyway in that case. Implement this the Debian build. * Remove typo, the value is called RelWithDebInfo. Enable LTO for this by default.
* [Minor] Fix misprintVsevolod Stakhov2019-12-271-1/+1
|
* [Minor] Remove enforced "-O3" from contrib librariesVsevolod Stakhov2019-12-251-2/+2
|
* [Minor] It seems that -gembed-source is not working at allVsevolod Stakhov2019-12-201-1/+1
|
* [Minor] Fix misprintVsevolod Stakhov2019-12-201-1/+1
|
* [Minor] Fix fast math usageVsevolod Stakhov2019-12-201-5/+11
|
* [Minor] Improve build flags handling, add fast-math optionVsevolod Stakhov2019-12-201-15/+33
|
* Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++Petr Vaněk2019-12-131-2/+2
| | | | | The CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable should be used with C++ rather than CMAKE_C_FLAGS_{DEBUG,RELEASE}.
* [Rework] Further cmake system reworkVsevolod Stakhov2019-11-181-0/+162