summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCompilerId.cmake
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-071-0/+5
* VS: Add the entry point when compiling for WindowsCEPatrick Gansterer2012-11-301-1/+1
* VS: Set the correct SubSystem when determinating the CompilerIdPatrick Gansterer2012-11-301-0/+3
* VS: Make DetermineCompilerId working with WinCE tooPatrick Gansterer2012-11-271-0/+3
* VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefilePatrick Gansterer2012-11-261-6/+7
* VS: Remove TargetMachine for linker when checking compiler idPatrick Gansterer2012-11-201-3/+0
* OS X: Ignore MACOSX_DEPLOYMENT_TARGET during Xcode compiler idBrad King2012-09-241-0/+8
* VS11: Add VS 2012 Express support (#13348)Brad King2012-09-181-1/+1
* Make platform information files specific to the CMake versionBrad King2012-08-241-2/+2
* VS: Detect the compiler id and tool locationBrad King2012-08-221-1/+62
* Xcode: Detect the compiler id and tool locationBrad King2012-08-221-1/+35
* CMakeDetermineCompilerId: Prepare to detect IDE compiler idBrad King2012-08-221-27/+43
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-36/+36
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-156/+156
* ASM compiler detection: remove debug output (#13270)Alex Neundorf2012-06-121-6/+0
* Add framework to detect compiler version with its id (#12408)Brad King2011-12-071-2/+16
* Add temporary debug output for compiler ID detection for ASMAlex Neundorf2011-03-011-0/+7
* Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-1/+3
* Add timeout to execute_process() in CMAKE_DETERMINE_COMPILER_ID().Alex Neundorf2010-08-171-3/+10
* Detect a COMPILER_ID also for ASM.Alex Neundorf2010-08-151-0/+11
* Remove trailing spacesAlex Neundorf2010-08-151-2/+2
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Support multiple arguments in CC,CXX,FC valuesBrad King2010-03-151-0/+1
* Add alternate per-vendor compiler id detectionBrad King2010-02-011-0/+40
* Change the way 32/64 bit compiles are detected with MSVC and intel makefile b...Bill Hoffman2009-11-191-1/+10
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* BUG: make compiler id detection (almost) work again with sdcc 2.8.0 RC1,Alexander Neundorf2008-03-091-4/+4
* ENH: Improvied compiler identification robustnessBrad King2008-02-251-37/+39
* ENH: Cleanup chrpath feature by not displaying exe format or placing non-adva...Brad King2008-01-211-4/+2
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-181-6/+6
* ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id ...Brad King2008-01-071-91/+158
* ENH: check the magic code of the executable file to determine the executableAlexander Neundorf2008-01-021-0/+32
* BUG: Need to strip leading and trailing whitespace off the compiler 'ARG1'. ...Brad King2007-12-151-2/+5
* BUG: fix compiler id test on cygwinAlexander Neundorf2007-08-101-2/+2
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-091-2/+2
* BUG: use ${LANG}_COMPILER_ARG1 also here, otherwise some compilers won't beAlexander Neundorf2007-06-271-2/+2
* STYLE: remove out commented codeAlexander Neundorf2007-06-071-3/+1
* ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automaticAlexander Neundorf2007-05-251-0/+2
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-251-41/+37
* BUG: If the Fortran CompilerId source fails to compile it should not be a fai...Brad King2007-05-181-4/+6
* ENH: fix up compiler id to be more robustBill Hoffman2007-05-171-0/+11
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-031-7/+8
* STYLE: comment which says which variables this macro setsAlexander Neundorf2007-04-301-0/+2
* ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId t...Brad King2007-04-281-0/+111