Commit History

Author SHA1 Message Date
  Brad King fad0651d84 BUG: Fix jump-over-and-build for missing libraries when the relative path to the library is different between the source and destination of the jump. 22 years ago
  Bill Hoffman 7f018b58ac ENH: bug fix for IBM broken xlC 6.0.0.4 compiler 22 years ago
  Bill Hoffman c1f83b0515 ENH: add a local target for libraries as well as executables 22 years ago
  Bill Hoffman d1efed1415 ENH: fix for hp make and relative paths never have targets with a ./ at the start of the name 22 years ago
  Bill Hoffman ae69928e69 BUG: borland make treats ./target and target as different also convert to outputpathrelative may get passed a quoted path 22 years ago
  Ken Martin d0bc3b9acd only generate test target when enabled 22 years ago
  Bill Hoffman b753a6794b BUG: use ./ infront of the current directory 22 years ago
  Bill Hoffman fbd0bafca7 ENH: use cd pwd trick for path for libnames 22 years ago
  Bill Hoffman f3c42f593e BUG: use full paths via pwd for -L paths on unix shells 22 years ago
  Bill Hoffman d79e3ae698 ENH: move relative path to parent generator class 22 years ago
  Bill Hoffman a5fa6e2fe2 ENH: make new relative rpath work with spaces 22 years ago
  Bill Hoffman f0bc1ed9b2 ENH: use fullpaths based on the actual current directory 22 years ago
  Bill Hoffman 4f8afac655 ENH: use a full path for rpath 22 years ago
  Bill Hoffman eb9fc21543 ENH: add support for relative paths in makefiles 22 years ago
  Andy Cedilnik 1b2f84a727 ERR: Remove debug 22 years ago
  Andy Cedilnik c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 years ago
  Brad King c1add9106c ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX. 22 years ago
  Bill Hoffman 5acab1eed1 BUG: roll back change for variable used in path 22 years ago
  Bill Hoffman 1eca26f4c4 ENH: use variables for output paths 22 years ago
  Brad King 9229e6bc8b ENH: Adding implementation of shared library version support on UNIX. This addresses the feature request described in bug#32. 22 years ago
  Bill Hoffman 34853be45a BUG: fix for bug 346, borland should now support dash in the path 22 years ago
  Brad King b7361dd04e BUG#318: cmake.check_depends now collects all dependencies for cmake.depends and then uses a single rule. 22 years ago
  Bill Hoffman 3e2c1f3477 BUG: fix for bug 303 pass makeflags to sub makes 22 years ago
  Brad King a381efce42 ENH: Added support for "make VERBOSE=1" to run one-time verbose make runs without changing CMAKE_VERBOSE_MAKEFILE. 22 years ago
  Bill Hoffman 26c08ee33b ENH: remove ifdef code and use makefile definitions 22 years ago
  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 years ago
  Ken Martin 072db6ad70 removed redundent includes 22 years ago
  Ken Martin 103f115f25 remove shadowed variable 22 years ago
  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 years ago
  Andy Cedilnik b41978fef7 ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -i 22 years ago