summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeASMInformation.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-041-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
'column1'>| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f26c3d5c60 CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3437 | * | | | | | | | | | | | | | | | | | | | | | CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C versionRolf Eike Beer2019-06-121-1/+1 | | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'release-3.15'Brad King2019-06-120-0/+0 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-129-27/+82 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !3433 * | | | | | | | | | | | | | | | | | | | | | Merge topic 'capabilities-fileapi'Brad King2019-06-129-27/+82 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | / / / / / / / / / / / / / / / | |_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c932f49842 cmake: Teach -E capabilities to report supported fileapi requests 6696855f72 cmake: Simplify implementation of -E capabilities 6b815e58ba fileapi: Factor out helper to construct a version object Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3433 | * | | | | | | | | | | | | | | | | | | | cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-076-1/+55 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #19339 | * | | | | | | | | | | | | | | | | | | | cmake: Simplify implementation of -E capabilitiesBrad King2019-06-074-12/+8 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `cmake -E capabilities` command-line tool is implemented only in a full-featured (non-bootstrap) CMake, and server mode is now always available in this case. | * | | | | | | | | | | | | | | | | | | | fileapi: Factor out helper to construct a version objectBrad King2019-06-072-14/+19 | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-06-121-1/+1 | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Merge topic 'get-runtime-dependencies'Kyle Edwards2019-06-1189-3/+3690 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 54ec4c1e79 GetPrerequisites: Add deprecation notice 1f9ef25130 file: Add GET_RUNTIME_DEPENDENCIES mode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3335 | * | | | | | | | | | | | | | | | | | | | GetPrerequisites: Add deprecation noticeKyle Edwards2019-06-102-0/+6 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetPrerequisites has now been superceded by file(GET_RUNTIME_DEPENDENCIES), so add a deprecation notice stating such. | * | | | | | | | | | | | | | | | | | | | file: Add GET_RUNTIME_DEPENDENCIES modeKyle Edwards2019-06-10