Commit History

Author SHA1 Message Date
  Bill Hoffman c2ef51e181 ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem 21 years ago
  Bill Hoffman 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
  Bill Hoffman 63e6237600 BUG: fix bug where custom command generated .h files do not get the header_file_only flag set 21 years ago
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 years ago
  Brad King 3c5bccf8a1 BUG: Fix crash when adding a custom command to a source file that cannot be created. 21 years ago
  Brad King 9b1771aef4 BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile instance for the listfile containing the TRY_COMPILE call, not the top level listfile. 21 years ago
  Brad King f99d948916 ERR: Removed duplicate default arguments. 21 years ago
  Brad King b6da1d1271 ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. 21 years ago
  Bill Hoffman c8101e8e47 BUG: fix for bug 998, fix spelling errors 21 years ago
  Andy Cedilnik 42ea896d22 ENH: When running cmake with PreLoad make sure CMAKE_CURRENT_SOURCE/BINARY_DIR works 21 years ago
  Bill Hoffman 5b63b1843e BUG: fix spelling errors BUG 952 21 years ago
  Bill Hoffman 40fbba22a4 ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search them first, PATH second, and last the paths listed in the FIND call 21 years ago
  Andy Cedilnik d1470b7d7c ENH: Detect if there were problems writing file 21 years ago
  Andy Cedilnik 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 21 years ago
  Andy Cedilnik e09e1679ab ENH: Add method to get definition even if it does not exists 21 years ago
  Bill Hoffman 8b0b749a11 ENH: add SUBDIR PREORDER and fix clean for non-relative paths 21 years ago
  Bill Hoffman d59e06595c BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH 21 years ago
  Andy Cedilnik 55a71ba572 ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops 21 years ago
  Andy Cedilnik 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 21 years ago
  Andy Cedilnik 4a1f15c344 ENH: If configure file fails do not create directory 21 years ago
  Bill Hoffman ddb815c125 ENH: add new subdirectory exclude from top option 21 years ago
  Andy Cedilnik f93b1e6d48 ENH: Try to remove warning 21 years ago
  Andy Cedilnik 3f752ea4cd ENH: Move implementation of configure_file to cmMakefile, so that other classes can use it 21 years ago
  Brad King 1dd718457f ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code. 21 years ago
  Andy Cedilnik 07bd2d8264 ERR: Fix GetModulesFile 21 years ago
  Andy Cedilnik b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 21 years ago
  Bill Hoffman 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project 22 years ago
  Bill Hoffman eff0a824c4 BUG: hack fix for problem of MS vs 6 and custom target commands 22 years ago
  Andy Cedilnik ac2859aaa3 ENH: Start includding the scripting support 22 years ago
  Ken Martin 3baca1e34f added beta release support 22 years ago