Commit History

Author SHA1 Message Date
  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
  Bill Hoffman 60f9816f96 ENH: do not output make install rules on windows because they do not work 22 years ago
  Andy Cedilnik ea6a84cc64 ENH: Fix install problem 22 years ago
  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 years ago
  Ken Martin 75ce40f4d6 minor fix 22 years ago
  Ken Martin e8d1ee2712 added outputEcho method and fixed make help for nmake and borland 22 years ago
  Ken Martin 439f07e83c added make help target first cut 22 years ago
  Ken Martin 333562e8cc fix for debug libs on UNIX 22 years ago
  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