summaryrefslogtreecommitdiff
path: root/Modules/CMakeASMInformation.cmake
Commit message (Expand)AuthorAgeFilesLines
* ASM: Remove unneeded empty variablesRobert Maynard2020-07-301-10/+0
* Modules: Collapse consecutive whitespace in stringsDaan De Meyer2020-03-231-2/+2
* Modules: Introduce CMAKE_EFFECTIVE_SYSTEM_NAME to lookup compiler infoGregor Jasny2018-04-181-4/+4
* Unhardcode the CMAKE_CONFIGURATION_TYPES valuesBeren Minor2018-01-081-32/+1
* Do not initialize CMAKE_BUILD_TYPE on multi-config generatorsBastien Schatt2017-04-061-2/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Strip CMAKE_<LANG>_FLAGS[_<CONFIG>] initializer whitespaceBrad King2016-07-011-4/+5
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-1/+1
* Load CMAKE_USER_MAKE_RULES_OVERRIDE[_ASM] for assembler (#15108)Mikhail Nikonov2014-08-271-0/+18
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-18/+18
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-76/+76
* Fix #12358: make optionally enabling ASM work againAlex Neundorf2011-08-171-1/+1
* Initialize ASM rpath flags for executables with those for shared libsBrad King2011-03-021-0/+12
* Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use itAlex Neundorf2011-02-231-1/+1
* Change the default rules so they fit better to the new ASM handlingAlex Neundorf2011-02-231-4/+2
* Rework the way assembler is handled, use the C/CXX compiler by defaultAlex Neundorf2011-01-301-0/+3
* Detect a COMPILER_ID also for ASM.Alex Neundorf2010-08-151-7/+14
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* -make CMAKE_ASM_FLAGS_INIT and friends work (#10577)Alex Neundorf2010-05-121-0/+35
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+14
* BUG: Fix ASM source file extension default listBrad King2009-02-271-3/+3
* ENH: fix problem where rc language recursively included itself because CMAKE_...Bill Hoffman2008-10-141-1/+1
* STYLE: Remove trailing whitespace.Brad King2008-03-031-1/+1
* ENH: add CMAKE_INCLUDE_FLAG_ASM${ASM_DIALECT} and don't allow presetAlexander Neundorf2007-07-111-13/+12
* ENH: initial support for assembler in cmake, needs testing by our usersAlexander Neundorf2007-06-281-0/+62