summaryrefslogtreecommitdiff
path: root/Modules/CMakeCXXInformation.cmake
Commit message (Expand)AuthorAgeFilesLines
* LINK_WHAT_YOU_USE feature: externalize configurationMarc Chevrier2021-07-091-0/+9
* Launchers: Support setting linker launchersBobby D Reynolds2021-05-281-0/+5
* Modules: Collapse consecutive whitespace in stringsDaan De Meyer2020-03-231-3/+3
* launcher: support setting a compiler launcher through the environmentBen Boeckel2019-12-051-0/+5
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-1/+6
* Modules: Introduce CMAKE_EFFECTIVE_SYSTEM_NAME to lookup compiler infoGregor Jasny2018-04-181-4/+4
* GenericSystem: Remove misspelled flag defaultChristian Pfeiffer2018-01-231-4/+0
* Unhardcode the CMAKE_CONFIGURATION_TYPES valuesBeren Minor2018-01-081-23/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Strip CMAKE_<LANG>_FLAGS[_<CONFIG>] initializer whitespaceBrad King2016-07-011-4/+5
* Compiler: Add infrastructure for detecting compiler wrappersChuck Atkins2015-12-071-0/+8
* Revert "Disable shared library support when compiler links statically" (#15855)Brad King2015-11-231-4/+0
* Disable shared library support when compiler links staticallyBrad King2015-09-301-0/+4
* Re-order 'ar' options 'cq' => 'qc'Brad King2015-09-091-1/+1
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-1/+1
* Support duplicate object names in large archives (#14874)Brad King2014-04-161-2/+2
* Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622)Brad King2013-12-031-1/+1
* Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606)Brad King2013-12-021-2/+2
* Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606)Brad King2013-12-021-1/+1
* Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)Brad King2013-11-181-1/+0
* Quote ${CMAKE_<LANG>_COMPILER} while enabling a languageBrad King2013-10-221-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-38/+38
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-153/+153
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* Add platform variable for flags specific to shared librariesStephen Kelly2012-06-121-0/+4
* Add platform variables for position independent code flagsStephen Kelly2012-06-121-0/+8
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-1/+1
* Fix CXX/Fortran MODULE flags when enabled before C (#12929)Brad King2012-02-031-6/+8
* Load platform files that need to know the ABI when possibleBrad King2011-12-051-0/+6
* Merge topic 'relative-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-5/+9
|\
| * Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725)Brad King2011-01-191-5/+9
* | Allow platform files to set large archive rules (#11674)Brad King2011-01-101-3/+9
* | Reset platform/compiler info status for each languageBrad King2010-09-281-0/+2
* | Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|/
* Reduce duplication in Platform/<os>.cmake filesBrad King2009-12-021-0/+8
* Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAGBrad King2009-12-021-8/+0
* Use work-around from bug 4772 for C++ and FortranBrad King2009-10-061-1/+9
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: Load platform-independent per-compiler filesBrad King2009-07-231-0/+5
* ENH: fix problem where rc language recursively included itself because CMAKE_...Bill Hoffman2008-10-141-1/+1
* ENH: Build large archives incrementallyBrad King2008-08-041-7/+5
* ENH: fix init flags getting stuffed into the compile line by force.Bill Hoffman2008-04-211-5/+6
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-0/+8
* BUG: CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG should get its default value from CMAK...Brad King2008-01-231-2/+2
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-0/+12
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-1/+1
* BUG: fix for bug 6167 get rid of extra space in flagsBill Hoffman2007-12-171-1/+4
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-021-20/+13
* ENH: first include the processor specific file, then the compiler file, thisAlexander Neundorf2007-06-121-11/+12
* ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where theAlexander Neundorf2007-06-111-0/+9