summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCXXCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* BUG: only check for a toolchain prefix (e.g. "arm-linux-" inAlexander Neundorf2008-09-081-20/+24
* BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_T...Alexander Neundorf2008-09-071-1/+8
* BUG: make the toolchain-prefix recognition work with prefixes which containAlexander Neundorf2008-05-151-4/+7
* ENH: Improvied compiler identification robustnessBrad King2008-02-251-1/+3
* ENH: When detecting the compiler id try compiling only to an object file.Brad King2008-02-111-0/+8
* BUG: When configuring compiler information files into the CMakeFiles director...Brad King2008-02-041-2/+3
* BUG: When forcing the C and CXX compilers do not try to detect the ABI inform...Brad King2008-02-031-2/+3
* ENH: if CMAKE_(C|CXX)_COMPILER is preset to a list of two elements, use theAlexander Neundorf2007-07-181-0/+9
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-021-15/+1
* ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to loadAlexander Neundorf2007-06-261-1/+1
* ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where theAlexander Neundorf2007-06-111-11/+0
* BUG: don't fail if a compiler is given in CMAKE_C/CXX_COMPILER but it can'tAlexander Neundorf2007-05-211-2/+10
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-14/+61
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-031-1/+1
* ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId t...Brad King2007-04-281-33/+36
* STYLE: fix typo "CCC" -> "CC", add comments which variables it setsAlexander Neundorf2007-04-251-0/+7
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-0/+8
* BUG: Search for the compiler only once and store a full path to it in the cac...Brad King2006-08-291-10/+11
* BUG: CMAKE_AR should be advanced.Brad King2006-07-221-0/+1
* BUG: Fixed building of C++-only projects and added a test.Brad King2006-07-211-0/+10
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-3/+3
* ENH: add mingw test to cxxBill Hoffman2006-04-171-1/+7
* ENH: fix more than one argument passed in to compilers via environmentBill Hoffman2006-01-251-1/+1
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-3/+3
* ENH: make sure flags set in CC or CXX environment variables stay with the com...Bill Hoffman2005-07-201-0/+3
* ENH: do not check for gnu for visual studioKen Martin2004-09-151-0/+5
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-3/+1
* ENH: reduce the number of times gnu is tested forBill Hoffman2003-12-121-15/+17
* BUG: Fixed same spaces-in-paths problem for CMakeTestGNU.c as in CMakeDetermi...Brad King2003-10-171-1/+1
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C...Andy Cedilnik2003-08-081-3/+10
* ENH: move full path compiler to internal and not just advancedBill Hoffman2003-02-141-1/+1
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-1/+5
* ENH: look for AIX compiler as wellBill Hoffman2003-01-061-1/+1
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-1/+1
* ERR: Need double-quotes around expression to be mached in IF command.Brad King2002-12-121-2/+2
* clean up compiler picking codeBill Hoffman2002-12-061-5/+3
* fix for generator picked compilersBill Hoffman2002-12-061-4/+14
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-191-6/+5
* fixes to better honor env CC and CXXBill Hoffman2002-11-191-10/+13
* BUG: fix handling of CXXBill Hoffman2002-11-191-3/+14
* BUG: fix path problemsBill Hoffman2002-11-121-1/+1
* store the compiler in the cacheBill Hoffman2002-11-081-2/+6
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-3/+12
* *** empty log message ***Bill Hoffman2002-10-251-2/+3
* closer to removing autoconfBill Hoffman2002-10-231-1/+4
* test for gnu compilerBill Hoffman2002-10-221-0/+9
* new cmake based configurationBill Hoffman2002-10-221-0/+5