Historial de Commits

Autor SHA1 Mensaje Fecha
  Brad King c1add9106c ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX. hace 22 años
  Bill Hoffman 5acab1eed1 BUG: roll back change for variable used in path hace 22 años
  Bill Hoffman 1eca26f4c4 ENH: use variables for output paths hace 22 años
  Brad King 9229e6bc8b ENH: Adding implementation of shared library version support on UNIX. This addresses the feature request described in bug#32. hace 22 años
  Bill Hoffman 34853be45a BUG: fix for bug 346, borland should now support dash in the path hace 22 años
  Brad King b7361dd04e BUG#318: cmake.check_depends now collects all dependencies for cmake.depends and then uses a single rule. hace 22 años
  Bill Hoffman 3e2c1f3477 BUG: fix for bug 303 pass makeflags to sub makes hace 22 años
  Brad King a381efce42 ENH: Added support for "make VERBOSE=1" to run one-time verbose make runs without changing CMAKE_VERBOSE_MAKEFILE. hace 22 años
  Bill Hoffman 26c08ee33b ENH: remove ifdef code and use makefile definitions hace 22 años
  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 hace 22 años
  Ken Martin 072db6ad70 removed redundent includes hace 22 años
  Ken Martin 103f115f25 remove shadowed variable hace 22 años
  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. hace 22 años
  Andy Cedilnik b41978fef7 ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -i hace 22 años
  Bill Hoffman 60f9816f96 ENH: do not output make install rules on windows because they do not work hace 22 años
  Andy Cedilnik ea6a84cc64 ENH: Fix install problem hace 22 años
  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. hace 22 años
  Ken Martin 75ce40f4d6 minor fix hace 22 años
  Ken Martin e8d1ee2712 added outputEcho method and fixed make help for nmake and borland hace 22 años
  Ken Martin 439f07e83c added make help target first cut hace 22 años
  Ken Martin 333562e8cc fix for debug libs on UNIX hace 22 años
  Andy Cedilnik 2dff3c60ea ERR: Remove debug hace 22 años
  Brad King 8daa162753 ENH: Dependency lists are now split into multiple make lines to allow longer lists on limited make programs. hace 22 años
  Andy Cedilnik f5559b0ec8 ENH: Add support for -pthread hace 22 años
  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. hace 22 años
  Bill Hoffman 4808d9cec2 BUG (85): allow . to be in the name of an executable hace 22 años
  Ken Martin 7d33e05a15 all Makefiles now have both full path to exe and short version hace 22 años
  Andy Cedilnik c198fa1af3 ENH: Syntax cleanup hace 22 años
  Bill Hoffman 63ca58ceaf ENH: allow lib prefix for to stay for nmake and borland make as it is not a system prefix hace 22 años
  Andy Cedilnik b036f6e91d ENH: Fix echo's to use @echo. This way verbose mode does not print twice: Bug #45 - add @ from echo commands hace 22 años