Commit History

Author SHA1 Message Date
  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
  Ken Martin 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 years ago
  Ken Martin 3023eb7ccb ENH: Makefile performance improvements 19 years ago
  Bill Hoffman e015df7d06 ENH: better finding of mingw from msys, and delete CMakeFiles directory when cache is deleted 20 years ago
  Bill Hoffman aa98e3647d ENH: fix more than one argument passed in to compilers via environment 20 years ago
  Bill Hoffman f6588b7919 ENH: fix borland make clean targets before build, add new generators for msys and mingw 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
  Bill Hoffman 36dd18efce ENH: stuff to keep compiler tests from re-running all the time 21 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 e7295161f7 ENH: use CFLAGS for testing for gnu 22 years ago
  Bill Hoffman f0f9b50770 BUG: use the flags when testing for type of gnu compiler 22 years ago
  Bill Hoffman 89fe29a41a ENH: reduce the number of times gnu is tested for 22 years ago
  Brad King b0e79efddd BUG: Fix for spaces in path when loading CMakeTestGNU.c. 22 years ago
  Bill Hoffman 96e8cd82c7 ENH: put the system path after the paths specified on to the FIND command 22 years ago
  Bill Hoffman a413160fec ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32 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
  Bill Hoffman bd74882d3e ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages 23 years ago
  Brad King 38b2667de2 ERR: Need double-quotes around expression to be mached in IF command. 23 years ago
  Bill Hoffman b6cb67eaa9 BUG: fix C compiler init 23 years ago
  Bill Hoffman b3ca217a23 clean up compiler picking code 23 years ago
  Bill Hoffman 35fb6f22ba fix for generator picked compilers 23 years ago
  Bill Hoffman 5a75e03037 allow flags to be in the CC and CXX environment variables 23 years ago
  Bill Hoffman 7140c6f364 fixes to better honor env CC and CXX 23 years ago
  Bill Hoffman 9b14032ab4 BUG: fix handling of CXX 23 years ago