コミット履歴

作者 SHA1 メッセージ 日付
  Bill Hoffman 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them 23 年 前
  Bill Hoffman af1c727a1f ENH: add a check to make sure cmake can find the c or C++ compiler for trycompile 23 年 前
  Bill Hoffman b0f4a4cb39 ENH: fix IntDir jump and build problem 23 年 前
  Bill Hoffman 96189f79d5 ENH: unify EnableLanguage across all generators 23 年 前
  Bill Hoffman 1e8914ada8 BUG: fix get make command problems. 23 年 前
  Bill Hoffman e2d1104881 determine CMAKE_MAKE_PROGRAM in EnableLanguage 23 年 前
  Andy Cedilnik 43a4436551 Fix problem on unix with space 23 年 前
  Bill Hoffman 2905d39689 ENH: check to make sure cmake matches the cmake used to generate the cache 23 年 前
  Bill Hoffman 7b54b22ccd ENH: force a global generate if the cache version does not match the running cmake 23 年 前
  Bill Hoffman d1051bb575 clean up flags with _init flags 23 年 前
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble 23 年 前
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 年 前
  Andy Cedilnik c3007233ec Rename variables to remove warnings 23 年 前
  Brad King 5ce73bdd14 ENH: Added explicit declarations of some C functions that are hard to get from standard headers in como (www.comeaucomputing.com) strict mode. 23 年 前
  Andy Cedilnik 561a3da204 Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile 23 年 前
  Andy Cedilnik b5de000f26 Improve backward compatibility, so that all backward compatibility stuff is in two modules; fix invoking of try_compile; add checking for header files and sizes of types 23 年 前
  Ken Martin 6132184cc3 better trycompile and enable langiages 23 年 前
  Brad King de48dbbf7c ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux. 23 年 前
  Ken Martin 25ff4552b3 new arch 23 年 前
  Ken Martin a888ba53fa in progress 23 年 前