Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Brad King | 2003-11-26 | 1 | -74/+229 |
| | | | | addresses the feature request described in bug#32. | ||||
* | 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 |
| | | | | and then uses a single rule. | ||||
* | 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 ↵ | Brad King | 2003-08-26 | 1 | -5/+7 |
| | | | | without changing CMAKE_VERBOSE_MAKEFILE. | ||||
* | 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 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | 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 |
| | | | | have changed. Necessary for when try-compiles are added to a listfile. | ||||
* | 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 |
| | | | | 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. | ||||
* | 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 |
| | | | | lists on limited make programs. | ||||
* | 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 ↵ | Brad King | 2003-08-01 | 1 | -1/+2 |
| | | | | be done for both EXECUTABLE and WIN32_EXECUTABLE targets. | ||||
* | 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 ↵ | Bill Hoffman | 2003-08-01 | 1 | -0/+9 |
| | | | | system prefix | ||||
* | ENH: Fix echo's to use @echo. This way verbose mode does not print twice: ↵ | Andy Cedilnik | 2003-08-01 | 1 | -9/+9 |
| | | | | Bug #45 - add @ from echo commands | ||||
* | 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 ↵ | Brad King | 2003-06-23 | 1 | -4/+6 |
| | | | | cmRegularExpression. | ||||
* | BUG: Uninitialized std::string returns bad pointers from c_str() on some ↵ | Brad King | 2003-06-11 | 1 | -2/+2 |
| | | | | platforms. | ||||
* | BUG: When executable output path is not set, we still need to generate the ↵ | Brad King | 2003-06-11 | 1 | -2/+29 |
| | | | | full path to the executable target. | ||||
* | warning fixes | Ken Martin | 2003-06-03 | 1 | -3/+3 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -142/+186 |
| | |||||
* | fix for .def files and nmake and spaces in the path | Bill Hoffman | 2003-05-19 | 1 | -1/+1 |
| | |||||
* | BUG: When building a C executable, we should add ↵ | Brad King | 2003-05-16 | 1 | -2/+2 |
| | | | | CMAKE_SHARED_LIBRARY_C_FLAGS, not CMAKE_SHARED_LIBRARY_LINK_FLAGS. The latter is already added by the link line procedure. | ||||
* | ENH: Add support for make test even for fresh build of cmake | Andy Cedilnik | 2003-05-05 | 1 | -9/+16 |
| | |||||
* | ENH: Support cmake in directory with space | Andy Cedilnik | 2003-03-20 | 1 | -1/+1 |
| | |||||
* | fix for correct path style in depend file | Bill Hoffman | 2003-02-20 | 1 | -3/+3 |
| | |||||
* | BUG: Fix problem with lib in the name of library. If there was lib in the ↵ | Andy Cedilnik | 2003-02-19 | 1 | -1/+1 |
| | | | | 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. |