Commit History

Author SHA1 Message Date
  Brad King a75079d9e0 ENH: When detecting the compiler id try compiling only to an object file. 18 years ago
  Brad King c12a7e388d BUG: When configuring compiler information files into the CMakeFiles directory in the project build tree, use IMMEDIATE option for CONFIGURE_FILE explicitly. It is needed in case the user sets CMAKE_BACKWARDS_COMPATIBILITY to 2.0 or lower. 18 years ago
  Brad King bbbb2be765 BUG: When forcing the C and CXX compilers do not try to detect the ABI information. Cleanup configured language compiler info files by always using @ONLY. This addresses bug#6297. 18 years ago
  Alexander Neundorf ff9ed18dad 18 years ago
  Alexander Neundorf 930bb0cd37 18 years ago
  Alexander Neundorf 5fb7dab541 18 years ago
  Alexander Neundorf 422dc631b6 18 years ago
  Alexander Neundorf c8dd1caff9 18 years ago
  Alexander Neundorf 61d3444f93 18 years ago
  Brad King 44ab336a0c ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included. 18 years ago
  Brad King eac71647dd ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-bp and CMake-Modules-CompilerId-mp1 are included. 18 years ago
  Alexander Neundorf f693951480 18 years ago
  Bill Hoffman 3a32cec969 ENH: merge in changes for beos support 19 years ago
  Brad King 7001a88a74 BUG: Search for the compiler only once and store a full path to it in the cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always. 19 years ago
  Brad King 592f602c98 BUG: CMAKE_AR should be advanced. 19 years ago
  Brad King d56e6a9241 BUG: Fixed building of C++-only projects and added a test. 19 years ago
  Ken Martin 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 years ago
  Bill Hoffman c80faed7f6 ENH: add mingw test to cxx 19 years ago
  Bill Hoffman aa98e3647d ENH: fix more than one argument passed in to compilers via environment 20 years ago
  Bill Hoffman b7fa820118 ENH: add documentation support for modules 20 years ago
  Ken Martin c6b011e35e ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree 20 years ago
  Bill Hoffman b8b298104b ENH: make sure flags set in CC or CXX environment variables stay with the compiler 20 years ago
  Ken Martin 2e4264e0d1 ENH: do not check for gnu for visual studio 21 years ago
  Bill Hoffman 66a08c10e5 ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code 21 years ago
  Bill Hoffman 89fe29a41a ENH: reduce the number of times gnu is tested for 22 years ago
  Brad King 9a4c654d23 BUG: Fixed same spaces-in-paths problem for CMakeTestGNU.c as in CMakeDetermineCCompiler.cmake. 22 years ago
  Andy Cedilnik 8149dbed29 ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log 22 years ago
  Bill Hoffman d9a74e1b1e ENH: move full path compiler to internal and not just advanced 23 years ago
  Bill Hoffman 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them 23 years ago
  Bill Hoffman 3da465e24f ENH: look for AIX compiler as well 23 years ago