| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: bug fix for IBM broken xlC 6.0.0.4 compiler | Bill Hoffman | 2004-01-20 | 1 | -1/+1 |
|
|
* | ENH: add a local target for libraries as well as executables | Bill Hoffman | 2004-01-09 | 1 | -3/+16 |
|
|
* | ENH: fix for hp make and relative paths never have targets with a ./ at the s... | Bill Hoffman | 2004-01-06 | 1 | -7/+1 |
|
|
* | BUG: borland make treats ./target and target as different also convert to out... | Bill Hoffman | 2003-12-30 | 1 | -1/+11 |
|
|
* | only generate test target when enabled | Ken Martin | 2003-12-29 | 1 | -8/+11 |
|
|
* | BUG: use ./ infront of the current directory | Bill Hoffman | 2003-12-29 | 1 | -3/+9 |
|
|
* | ENH: use cd pwd trick for path for libnames | Bill Hoffman | 2003-12-24 | 1 | -9/+23 |
|
|
* | BUG: use full paths via pwd for -L paths on unix shells | Bill Hoffman | 2003-12-24 | 1 | -5/+12 |
|
|
* | ENH: move relative path to parent generator class | Bill Hoffman | 2003-12-22 | 1 | -108/+47 |
|
|
* | ENH: make new relative rpath work with spaces | Bill Hoffman | 2003-12-22 | 1 | -2/+2 |
|
|
* | ENH: use fullpaths based on the actual current directory | Bill Hoffman | 2003-12-22 | 1 | -1/+4 |
|
|
* | ENH: use a full path for rpath | Bill Hoffman | 2003-12-22 | 1 | -1/+1 |
|
|
* | ENH: add support for relative paths in makefiles | Bill Hoffman | 2003-12-22 | 1 | -63/+148 |
|
|
* | ERR: Remove debug | Andy Cedilnik | 2003-12-18 | 1 | -1/+0 |
|
|
* | BUG: Fix Bug #445 - Same library in multiple projects can cause problems | Andy Cedilnik | 2003-12-18 | 1 | -4/+5 |
|
|
* | ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX. | Brad King | 2003-12-12 | 1 | -3/+4 |
|
|
* | BUG: roll back change for variable used in path | Bill Hoffman | 2003-12-10 | 1 | -57/+47 |
|
|
* | ENH: use variables for output paths | Bill Hoffman | 2003-12-09 | 1 | -47/+57 |
|
|
* | ENH: Adding implementation of shared library version support on UNIX. This a... | Brad King | 2003-11-26 | 1 | -74/+229 |
|
|
* | BUG: fix for bug 346, borland should now support dash in the path | Bill Hoffman | 2003-11-05 | 1 | -1/+9 |
|
|
* | BUG#318: cmake.check_depends now collects all dependencies for cmake.depends ... | Brad King | 2003-10-31 | 1 | -3/+4 |
|
|
* | BUG: fix for bug 303 pass makeflags to sub makes | Bill Hoffman | 2003-10-28 | 1 | -2/+11 |
|
|
* | ENH: Added support for "make VERBOSE=1" to run one-time verbose make runs wit... | Brad King | 2003-08-26 | 1 | -5/+7 |
|
|
* | ENH: remove ifdef code and use makefile definitions | Bill Hoffman | 2003-08-22 | 1 | -26/+28 |
|
|
* | ENH: add the unix makefile generator as an option from the windows GUI, this ... | Bill Hoffman | 2003-08-21 | 1 | -1/+1 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | remove shadowed variable | Ken Martin | 2003-08-08 | 1 | -2/+2 |
|
|
* | ENH: Makefiles now have rules to do a global generate if the CMake listfiles ... | Brad King | 2003-08-07 | 1 | -13/+31 |
|
|
* | ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -i | Andy Cedilnik | 2003-08-06 | 1 | -0/+9 |
|
|
* | ENH: do not output make install rules on windows because they do not work | Bill Hoffman | 2003-08-06 | 1 | -0/+5 |
|
|
* | ENH: Fix install problem | Andy Cedilnik | 2003-08-06 | 1 | -1/+1 |
|
|
* | BUG: Fixed implementation of long dependency list support. The proxy target ... | Brad King | 2003-08-05 | 1 | -18/+7 |
|
|
* | minor fix | Ken Martin | 2003-08-05 | 1 | -4/+4 |
|
|
* | added outputEcho method and fixed make help for nmake and borland | Ken Martin | 2003-08-05 | 1 | -35/+48 |
|
|
* | added make help target first cut | Ken Martin | 2003-08-04 | 1 | -1/+47 |
|
|
* | fix for debug libs on UNIX | Ken Martin | 2003-08-04 | 1 | -2/+12 |
|
|
* | ERR: Remove debug | Andy Cedilnik | 2003-08-01 | 1 | -1/+0 |
|
|
* | ENH: Dependency lists are now split into multiple make lines to allow longer ... | Brad King | 2003-08-01 | 1 | -15/+35 |
|
|
* | ENH: Add support for -pthread | Andy Cedilnik | 2003-08-01 | 1 | -1/+1 |
|
|
* | BUG: Adding link flags to an executable that links to shared libraries must b... | Brad King | 2003-08-01 | 1 | -1/+2 |
|
|
* | BUG (85): allow . to be in the name of an executable | Bill Hoffman | 2003-08-01 | 1 | -6/+34 |
|
|
* | all Makefiles now have both full path to exe and short version | Ken Martin | 2003-08-01 | 1 | -11/+10 |
|
|
* | ENH: Syntax cleanup | Andy Cedilnik | 2003-08-01 | 1 | -2/+2 |
|
|
* | ENH: allow lib prefix for to stay for nmake and borland make as it is not a s... | Bill Hoffman | 2003-08-01 | 1 | -0/+9 |
|
|
* | ENH: Fix echo's to use @echo. This way verbose mode does not print twice: Bug... | Andy Cedilnik | 2003-08-01 | 1 | -9/+9 |
|
|
* | ENH: performance fixes for network depends | Bill Hoffman | 2003-07-28 | 1 | -2/+5 |
|
|
* | fix for utility depends bug#76 | Ken Martin | 2003-07-24 | 1 | -0/+2 |
|
|
* | ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr... | Brad King | 2003-06-23 | 1 | -4/+6 |
|
|
* | BUG: Uninitialized std::string returns bad pointers from c_str() on some plat... | Brad King | 2003-06-11 | 1 | -2/+2 |
|
|
* | BUG: When executable output path is not set, we still need to generate the fu... | Brad King | 2003-06-11 | 1 | -2/+29 |
|
|