커밋 기록

작성자 SHA1 메시지 날짜
  Bill Hoffman 3c748ec5ad ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make 24 년 전
  Bill Hoffman 12c5f0fa26 ENH: fix for borland tlib files with dash in them problem. 24 년 전
  Bill Hoffman 142119be95 ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do not want to build when doing a make depend 24 년 전
  Berk Geveci 0813149896 Better support for parallel builds. Subdirs depend on their parent. 24 년 전
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 년 전
  Bill Hoffman 8efc43b7d5 BUG: remove warning from hpux make 24 년 전
  Ken Martin 475364ac48 some fixes to recent screwerd up changes 24 년 전
  Sebastien Barre 201764e166 Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output) 24 년 전
  Bill Hoffman cddba435b8 ENH: add silent and suffixes to check depend file 24 년 전
  Berk Geveci 67a5a82586 Improved performance by removing implicit rules. 24 년 전
  Bill Hoffman 0358cc83d0 remove extra logic not needed anymore because of better depends 24 년 전
  Berk Geveci c88408141b Quote echo 24 년 전
  Bill Hoffman d253ef49bc BUG: put back recursive call to make for checking sources 24 년 전
  Berk Geveci 0ac6b2d7a0 Type || should have been && 24 년 전
  Bill Hoffman d1fb9d757f ENH: remove one call to make, and clean echo stuff a bit 24 년 전
  Berk Geveci cff85a6386 BUG: fix long depend list because it gets cut on the hp: I may look like berk, but it is bill H. 24 년 전
  Bill Hoffman e4843d83a4 ENH: remove the rule to run make depend from the top with each change in any cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed 24 년 전
  Amitha Perera a9cdcba660 BUG: Don't generate build rules for header files. 24 년 전
  Bill Hoffman 2c7bb2bf34 BUG: fix so you can remove a directory in the source tree, and clean up echo of commands 24 년 전
  Bill Hoffman 602d0ee102 ENH: add support for DESTDIR in install targets 24 년 전
  Amitha Perera 9ad7f0905a ENH: Add option to disable use of -rpath. 24 년 전
  Bill Hoffman 9402460977 ENH: add make silent flag for nmake and move .SILENT: directive to top of makefile 24 년 전
  Bill Hoffman b67dc16be6 ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff 24 년 전
  Brad King 633041837c ENH: Improved dependency generation. If any cmake.depends is out of date, all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change. 24 년 전
  Brad King 4108b22486 BUG: cmake.depends files of zero size were not being re-written in some cases. Added a comment output to the top of the file so it will be re-written every time. 24 년 전
  Luis Ibanez bf7470be7c FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. 24 년 전
  Amitha Perera e19a90ab20 BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case it 24 년 전
  Brad King ee31c3e0a4 ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped. 24 년 전
  Bill Hoffman a946931f91 BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target 24 년 전
  Bill Hoffman 29ef645272 BUG: executable extension wrong for ctest search, and was not looking in Debug and Release 24 년 전