Историја ревизија

Аутор SHA1 Порука Датум
  Bill Hoffman 26c08ee33b ENH: remove ifdef code and use makefile definitions пре 22 година
  Bill Hoffman a413160fec ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32 пре 22 година
  Ken Martin 072db6ad70 removed redundent includes пре 22 година
  Ken Martin 103f115f25 remove shadowed variable пре 22 година
  Brad King 3cdde61776 ENH: Makefiles now have rules to do a global generate if the CMake listfiles have changed. Necessary for when try-compiles are added to a listfile. пре 22 година
  Andy Cedilnik b41978fef7 ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -i пре 22 година
  Bill Hoffman 60f9816f96 ENH: do not output make install rules on windows because they do not work пре 22 година
  Andy Cedilnik ea6a84cc64 ENH: Fix install problem пре 22 година
  Brad King df2280a7ab BUG: Fixed implementation of long dependency list support. The proxy target must have a corresponding file to work correctly. Instead of using a proxy target, we now just list one line for each dependency and then print one copy of the build rule at the end. пре 22 година
  Ken Martin 75ce40f4d6 minor fix пре 22 година
  Ken Martin e8d1ee2712 added outputEcho method and fixed make help for nmake and borland пре 22 година
  Ken Martin 439f07e83c added make help target first cut пре 22 година
  Ken Martin 333562e8cc fix for debug libs on UNIX пре 22 година
  Andy Cedilnik 2dff3c60ea ERR: Remove debug пре 22 година
  Brad King 8daa162753 ENH: Dependency lists are now split into multiple make lines to allow longer lists on limited make programs. пре 22 година
  Andy Cedilnik f5559b0ec8 ENH: Add support for -pthread пре 22 година
  Brad King 1f3106c1b0 BUG: Adding link flags to an executable that links to shared libraries must be done for both EXECUTABLE and WIN32_EXECUTABLE targets. пре 22 година
  Bill Hoffman 4808d9cec2 BUG (85): allow . to be in the name of an executable пре 22 година
  Ken Martin 7d33e05a15 all Makefiles now have both full path to exe and short version пре 22 година
  Andy Cedilnik c198fa1af3 ENH: Syntax cleanup пре 22 година
  Bill Hoffman 63ca58ceaf ENH: allow lib prefix for to stay for nmake and borland make as it is not a system prefix пре 22 година
  Andy Cedilnik b036f6e91d ENH: Fix echo's to use @echo. This way verbose mode does not print twice: Bug #45 - add @ from echo commands пре 22 година
  Bill Hoffman 2ba1c0ab06 ENH: performance fixes for network depends пре 22 година
  Ken Martin 85d16ea235 fix for utility depends bug#76 пре 22 година
  Brad King 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. пре 22 година
  Brad King d92dcccb06 BUG: Uninitialized std::string returns bad pointers from c_str() on some platforms. пре 22 година
  Brad King 2db5cc8c31 BUG: When executable output path is not set, we still need to generate the full path to the executable target. пре 22 година
  Ken Martin 0b3b21fa63 warning fixes пре 22 година
  Ken Martin ba68f771b3 yikes added new custom command support пре 22 година
  Bill Hoffman 5730bd6b1b fix for .def files and nmake and spaces in the path пре 22 година