| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 CMAKE_SHARED_LIBRARY_C_FLAGS... | Brad King | 2003-05-16 | 1 | -2/+2 |
|
|
* | 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 nam... | Andy Cedilnik | 2003-02-19 | 1 | -1/+1 |
|
|
* | spelling errors | Bill Hoffman | 2003-02-14 | 1 | -2/+2 |
|
|
* | ENH: Running "make test" can now have ARGS specified on the command line. Th... | Brad King | 2003-02-10 | 1 | -1/+4 |
|
|
* | BUG: fix for spaces in paths in library path | Bill Hoffman | 2003-02-08 | 1 | -1/+1 |
|
|
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -1/+12 |
|
|
* | BUG: Fixed typo in previous fix. | Brad King | 2003-01-20 | 1 | -1/+1 |
|
|
* | BUG: Fixed directory creation for spaces in install path. | Brad King | 2003-01-20 | 1 | -8/+8 |
|
|
* | ENH: Support for spaces in paths during make install. | Brad King | 2003-01-17 | 1 | -73/+71 |
|
|
* | BUG: When there are no link flags, we want an empty string, not a null pointer. | Brad King | 2002-12-31 | 1 | -1/+8 |
|
|
* | ENH: Support LINK_FLAGS property for static libraries. | Brad King | 2002-12-31 | 1 | -1/+2 |
|
|
* | WAR: remove warinings | Bill Hoffman | 2002-12-23 | 1 | -0/+6 |
|
|
* | ENH: fixes for borland with spaces in the path | Bill Hoffman | 2002-12-22 | 1 | -0/+12 |
|
|
* | clean up warning and use more short paths | Bill Hoffman | 2002-12-22 | 1 | -10/+11 |
|
|
* | ENH: add target properties | Bill Hoffman | 2002-12-20 | 1 | -28/+86 |
|
|
* | BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file. | Brad King | 2002-12-13 | 1 | -2/+2 |
|
|
* | ENH: Added source file property OBJECT_DEPENDS to support generated header fi... | Brad King | 2002-12-13 | 1 | -4/+36 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 1 | -3/+3 |
|
|
* | Add comment support, so that you can see in build process what the custom com... | Andy Cedilnik | 2002-12-10 | 1 | -3/+5 |
|
|
* | BUG: do not output empty depends | Bill Hoffman | 2002-12-10 | 1 | -9/+9 |
|
|
* | remove cerr | Bill Hoffman | 2002-12-10 | 1 | -1/+0 |
|
|
* | BUG: fix bug in depends | Bill Hoffman | 2002-12-10 | 1 | -12/+30 |
|
|
* | Rename variable to remove warning | Andy Cedilnik | 2002-12-09 | 1 | -6/+6 |
|
|
* | ENH: fix IntDir jump and build problem | Bill Hoffman | 2002-12-06 | 1 | -27/+41 |
|
|
* | use correct path type for check_cache file | Bill Hoffman | 2002-12-05 | 1 | -5/+15 |
|
|
* | ENH: add a rule to automatically re-run cmake from the top if the CMakeCache.... | Bill Hoffman | 2002-12-05 | 1 | -2/+10 |
|
|
* | ENH: When a full path to a library cannot be parsed, just add the whole path ... | Brad King | 2002-12-04 | 1 | -0/+9 |
|
|
* | correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ... | Bill Hoffman | 2002-12-03 | 1 | -2/+0 |
|
|
* | ENH: remove forced enable language call because a PROJECT command is now adde... | Bill Hoffman | 2002-12-02 | 1 | -9/+0 |
|
|
* | BUG: add a space around the compile flags | Bill Hoffman | 2002-12-02 | 1 | -0/+1 |
|
|