Historia zmian

Autor SHA1 Wiadomość Data
  Bill Hoffman 3c748ec5ad ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make 24 lat temu
  Bill Hoffman 12c5f0fa26 ENH: fix for borland tlib files with dash in them problem. 24 lat temu
  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 lat temu
  Berk Geveci 0813149896 Better support for parallel builds. Subdirs depend on their parent. 24 lat temu
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 lat temu
  Bill Hoffman 8efc43b7d5 BUG: remove warning from hpux make 24 lat temu
  Ken Martin 475364ac48 some fixes to recent screwerd up changes 24 lat temu
  Sebastien Barre 201764e166 Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output) 24 lat temu
  Bill Hoffman cddba435b8 ENH: add silent and suffixes to check depend file 24 lat temu
  Berk Geveci 67a5a82586 Improved performance by removing implicit rules. 24 lat temu
  Bill Hoffman 0358cc83d0 remove extra logic not needed anymore because of better depends 24 lat temu
  Berk Geveci c88408141b Quote echo 24 lat temu
  Bill Hoffman d253ef49bc BUG: put back recursive call to make for checking sources 24 lat temu
  Berk Geveci 0ac6b2d7a0 Type || should have been && 24 lat temu
  Bill Hoffman d1fb9d757f ENH: remove one call to make, and clean echo stuff a bit 24 lat temu
  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 lat temu
  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 lat temu
  Amitha Perera a9cdcba660 BUG: Don't generate build rules for header files. 24 lat temu
  Bill Hoffman 2c7bb2bf34 BUG: fix so you can remove a directory in the source tree, and clean up echo of commands 24 lat temu
  Bill Hoffman 602d0ee102 ENH: add support for DESTDIR in install targets 24 lat temu
  Amitha Perera 9ad7f0905a ENH: Add option to disable use of -rpath. 24 lat temu
  Bill Hoffman 9402460977 ENH: add make silent flag for nmake and move .SILENT: directive to top of makefile 24 lat temu
  Bill Hoffman b67dc16be6 ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff 24 lat temu
  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 lat temu
  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 lat temu
  Luis Ibanez bf7470be7c FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. 24 lat temu
  Amitha Perera e19a90ab20 BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case it 24 lat temu
  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 lat temu
  Bill Hoffman a946931f91 BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target 24 lat temu
  Bill Hoffman 29ef645272 BUG: executable extension wrong for ctest search, and was not looking in Debug and Release 24 lat temu