Commit History

Author SHA1 Message Date
  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 years ago
  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 years ago
  Luis Ibanez bf7470be7c FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. 24 years ago
  Amitha Perera e19a90ab20 BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case it 24 years ago
  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 years ago
  Bill Hoffman a946931f91 BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target 24 years ago
  Bill Hoffman 29ef645272 BUG: executable extension wrong for ctest search, and was not looking in Debug and Release 24 years ago
  Amitha Perera a4dc7f7b97 BUG: the rule for generating a library no longer has the full path, and so the 24 years ago
  Bill Hoffman 30a56de4b7 ENH: add custom commands for targets 24 years ago
  Sebastien Barre 4372a40922 Lib path should be converted to native path too. 24 years ago
  Bill Hoffman a07808f816 crazy fix for putenv, and native path called on custom command paths 24 years ago
  Sebastien Barre b180bf609b fix warning for Borland build 24 years ago
  Sebastien Barre 5b251bde7e Add options for library manager (lib). 24 years ago
  Bill Hoffman 47ae31d307 remove suffix rules 24 years ago
  Bill Hoffman daf890359c add new suffix rules 24 years ago
  Bill Hoffman 906ebb5547 fix warning 24 years ago
  Bill Hoffman c80c5d245d ENH: fix various problems caused by the generalization of nmake generator 24 years ago
  Sebastien Barre f670003d24 Nmake build: move most of hard-coded values to config parameters 24 years ago
  Luis Ibanez 1be3b0fd99 ENH: GENERATED_CODE case added to switch. 24 years ago
  Bill Hoffman e7bb895afd ENH: borland generator 2 is working more or less 24 years ago
  Bill Hoffman ed50410ae7 bug: fix same path comparison when short paths are used 24 years ago
  Berk Geveci 0180d3156f ENH: nmake generator much closer to working with spaces 24 years ago
  Luis Ibanez 42e2874d75 ENH: Support for FLTK Fluid tool added. 24 years ago
  Bill Hoffman eecf4b9cbf ENH: add advanced variable types and command line wizard gui 24 years ago
  Bill Hoffman 12551a33c3 NMake with spaces in directories 24 years ago
  Bill Hoffman bf1840a52d ENH: look for cmake test with .exe if nmake 24 years ago
  Franck Bettinger 3e16ec5eda Added a make depend in the clean rule to refresh the dependencies 24 years ago
  Franck Bettinger d66eb731a9 undo the last change because of problem with some versions of make 24 years ago
  Franck Bettinger dad526aad6 added the deletion of cmake.depends in the cleaning so that it is recomputed even source files (i.e. .cxx or .h) are generated 24 years ago
  Bill Hoffman 407afb906c closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used by Dart, nmake makefiles work with borland make and nmake 24 years ago