summaryrefslogtreecommitdiff
path: root/CompileFlags.cmake
Commit message (Expand)AuthorAgeFilesLines
* Source: Adjust stack sizes and recursion limits to work togetherBrad King2023-03-131-7/+8
* own CMakeLists: remove unreachable codeMichael Hirsch2022-11-061-5/+0
* Build: `add_definitions()` → `add_compile_definitions()`Alex Turbov2022-09-221-2/+2
* Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-221-3/+3
* Add linker prefix for "-stack" flag on MSVC buildsWilliam R. Dieter2022-08-011-1/+1
* LCC: get rid of excess -Wunused-but-set-variable on release buildsmakise-homura2022-07-061-0/+9
* Suppress MSVC 14.28 C5105 warning triggered by Windows SDKBrad King2020-11-171-0/+6
* Linux: Compile with _FILE_OFFSET_BITS=64 on 32-bit LinuxMarc Chevrier2020-09-231-0/+6
* Check for support before adding bigtoc linker flagAlexander Grund2019-12-091-2/+10
* Fixing warnings generated by clang 8.0 on WindowsZsolt Parragi2019-05-291-4/+7
* cmake: use correct stack size with gnu mode clang on windowsZsolt Parragi2019-05-231-0/+6
* ppc64: Work around TOC overflow with platform specific linker flagsChuck Atkins2019-02-271-0/+9
* Remove now-unused code once used on IRIXBrad King2019-01-111-7/+0
* CMake: Enable /MP for MSVC toolchainRobert Dailey2018-02-151-0/+23
* Windows: Increase stack size used by CMake binariesBrad King2018-01-301-0/+4
* HP-UX: Drop support for building CMake on HP-UXBrad King2017-08-071-12/+0
* SunPro: update flags used for CMake itselfDaniel Pfeifer2017-05-261-1/+2
* Update SunPro flags used for CMake itself to support C++11Brad King2017-05-081-1/+8
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-4/+0
* CompileFlags: Tell PGI compiler not to issue warning diagnosticsBrad King2016-09-281-0/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Modules: Fix typos in name of `CMAKE_COMPILER_IS_GNUCC` variableBrad King2016-09-141-1/+1
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-5/+0
|\
| * Remove VS 6 special case.Stephen Kelly2015-01-111-3/+0
| * Remove some obsolete stuff.Stephen Kelly2015-01-111-2/+0
* | SolarisStudio: Use alternative standard library to build CMake.Stephen Kelly2015-01-111-0/+8
|/
* Merge topic 'fix-gcc-hppa'Brad King2014-11-101-6/+10
|\
| * Workaround for short jump tables on PA-RISC.Chuck Atkins2014-11-101-6/+10
* | Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-1/+1
|/
* Merge topic 'matches-cleanup'Brad King2014-04-151-3/+3
|\
| * Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficientRolf Eike Beer2014-04-141-2/+2
| * Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-3/+3
* | CompileFlags: add better selection which aCC version gets -AA +hpxstd98 flagsRolf Eike Beer2014-04-131-2/+6
|/
* CompileFlags: Add -AA +hpxstd98 on HP-UX 11.11 with aCCRolf Eike Beer2014-04-041-0/+8
* CompileFlags: Test for C++ features after selecting flagsRolf Eike Beer2014-04-041-1/+2
* Improve ld flags for CMake itself on Linux/HPPAGuy Martin2014-01-171-1/+1
* Linux/PA-RISC: Link with --unique=.text.* to help binutilsRolf Eike Beer2012-10-311-0/+6
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-10/+10
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-36/+36
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Re-disable MSVC CRT deprecation warningsBrad King2009-10-281-1/+6
* Disable Intel CRT deprecation warningsBrad King2009-10-271-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-0/+12
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-2/+5
* COMP: Fix warnings on VS9.Brad King2008-01-301-2/+2
* ENH: start trying to cleanup CMakeLists filesKen Martin2007-05-101-0/+44