summaryrefslogtreecommitdiff
path: root/Modules/CMakeCXXInformation.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: also load a processor-specific file if existsAlexander Neundorf2007-06-051-14/+31
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-13/+17
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-031-2/+7
* ENH: Adding support to link specifically to an archive or a shared library ba...Brad King2006-09-151-4/+12
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...Brad King2006-04-111-0/+5
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-061-1/+1
* ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ...Bill Hoffman2006-03-021-1/+14
* ENH: fix spelling errorsBill Hoffman2006-02-271-1/+1
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1