Commit History

Author SHA1 Message Date
  Andy Cedilnik 2dff3c60ea ERR: Remove debug 22 years ago
  Brad King 8daa162753 ENH: Dependency lists are now split into multiple make lines to allow longer lists on limited make programs. 22 years ago
  Andy Cedilnik f5559b0ec8 ENH: Add support for -pthread 22 years ago
  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 years ago
  Bill Hoffman 4808d9cec2 BUG (85): allow . to be in the name of an executable 22 years ago
  Ken Martin 7d33e05a15 all Makefiles now have both full path to exe and short version 22 years ago
  Andy Cedilnik c198fa1af3 ENH: Syntax cleanup 22 years ago
  Bill Hoffman 63ca58ceaf ENH: allow lib prefix for to stay for nmake and borland make as it is not a system prefix 22 years ago
  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 years ago
  Bill Hoffman 2ba1c0ab06 ENH: performance fixes for network depends 22 years ago
  Ken Martin 85d16ea235 fix for utility depends bug#76 22 years ago
  Brad King 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 years ago
  Brad King d92dcccb06 BUG: Uninitialized std::string returns bad pointers from c_str() on some platforms. 22 years ago
  Brad King 2db5cc8c31 BUG: When executable output path is not set, we still need to generate the full path to the executable target. 22 years ago
  Ken Martin 0b3b21fa63 warning fixes 22 years ago
  Ken Martin ba68f771b3 yikes added new custom command support 22 years ago
  Bill Hoffman 5730bd6b1b fix for .def files and nmake and spaces in the path 22 years ago
  Brad King 1a1be82532 BUG: When building a C executable, we should add CMAKE_SHARED_LIBRARY_C_FLAGS, not CMAKE_SHARED_LIBRARY_LINK_FLAGS. The latter is already added by the link line procedure. 22 years ago
  Andy Cedilnik 444ba9e442 ENH: Add support for make test even for fresh build of cmake 22 years ago
  Andy Cedilnik 4e88020581 ENH: Support cmake in directory with space 22 years ago
  Bill Hoffman fc170d5be6 fix for correct path style in depend file 23 years ago
  Andy Cedilnik 77c538d12b BUG: Fix problem with lib in the name of library. If there was lib in the name of library, then on Windows (where there is not lib prefix), cmake split the name wrongly. This only manifested when full path to the library is specified. 23 years ago
  Bill Hoffman ae5a80c795 spelling errors 23 years ago
  Brad King c9cec2add5 ENH: Running "make test" can now have ARGS specified on the command line. These ARGS are passed to ctest. 23 years ago
  Bill Hoffman 217f4b764a BUG: fix for spaces in paths in library path 23 years ago
  Brad King cde384411d Several fixes/improvements: 23 years ago
  Brad King 9cbb4fd308 BUG: Fixed typo in previous fix. 23 years ago
  Brad King 594bc7f22b BUG: Fixed directory creation for spaces in install path. 23 years ago
  Brad King 5bb1a79c9f ENH: Support for spaces in paths during make install. 23 years ago
  Brad King c8694bb509 BUG: When there are no link flags, we want an empty string, not a null pointer. 23 years ago