Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling errors | Bill Hoffman | 2003-02-14 | 1 | -2/+2 |
| | |||||
* | ENH: Running "make test" can now have ARGS specified on the command line. ↵ | Brad King | 2003-02-10 | 1 | -1/+4 |
| | | | | These ARGS are passed to ctest. | ||||
* | 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 |
| | | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones. | ||||
* | 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 ↵ | Brad King | 2002-12-13 | 1 | -4/+36 |
| | | | | files included in non-generated sources. | ||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -3/+3 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | Add comment support, so that you can see in build process what the custom ↵ | Andy Cedilnik | 2002-12-10 | 1 | -3/+5 |
| | | | | command does | ||||
* | 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 ↵ | Bill Hoffman | 2002-12-05 | 1 | -2/+10 |
| | | | | CMakeCache.txt file is changed | ||||
* | ENH: When a full path to a library cannot be parsed, just add the whole path ↵ | Brad King | 2002-12-04 | 1 | -0/+9 |
| | | | | to the link line. If it isn't a valid path, the linker will complain. | ||||
* | correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵ | Bill Hoffman | 2002-12-03 | 1 | -2/+0 |
| | | | | the rules | ||||
* | ENH: remove forced enable language call because a PROJECT command is now ↵ | Bill Hoffman | 2002-12-02 | 1 | -9/+0 |
| | | | | added to each project | ||||
* | BUG: add a space around the compile flags | Bill Hoffman | 2002-12-02 | 1 | -0/+1 |
| | |||||
* | BUG: fix compile flags for a single file | Bill Hoffman | 2002-12-02 | 1 | -3/+5 |
| | |||||
* | fix for paths with spaces and borland | Bill Hoffman | 2002-11-22 | 1 | -1/+8 |
| | |||||
* | fix for create shared library | Bill Hoffman | 2002-11-21 | 1 | -0/+6 |
| | |||||
* | ERR: Fixed unused parameter warning. | Brad King | 2002-11-20 | 1 | -4/+6 |
| | |||||
* | fix some warnings | Bill Hoffman | 2002-11-19 | 1 | -5/+1 |
| | |||||
* | fix warning | Bill Hoffman | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | fix some compiler warnings hopefully | Ken Martin | 2002-11-17 | 1 | -3/+3 |
| | |||||
* | BUG: fix for borland run time dll | Bill Hoffman | 2002-11-15 | 1 | -1/+6 |
| | |||||
* | Fix compile flags on c files in static liobraries on windows | Andy Cedilnik | 2002-11-14 | 1 | -9/+7 |
| | |||||
* | BUG: fix flags for c compiler on windows | Andy Cedilnik | 2002-11-14 | 1 | -2/+2 |
| | |||||
* | Added missing space. | Berk Geveci | 2002-11-14 | 1 | -0/+1 |
| | |||||
* | Fix building on NMake. Use short paths | Andy Cedilnik | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | reorder tWR so that it does not crash with shared | Bill Hoffman | 2002-11-14 | 1 | -5/+5 |
| | |||||
* | add support for borland run time flag for shared builds | Bill Hoffman | 2002-11-14 | 1 | -1/+17 |
| | |||||
* | BUG: fix for build out of dir for windows | Bill Hoffman | 2002-11-13 | 1 | -0/+29 |
| | |||||
* | ENH: space fixes and add a status option to message command | Ken Martin | 2002-11-13 | 1 | -0/+1 |
| | |||||
* | BUG: fix path problems | Bill Hoffman | 2002-11-12 | 1 | -3/+12 |
| | |||||
* | ENH: add .def file support | Bill Hoffman | 2002-11-12 | 1 | -1/+13 |
| | |||||
* | BUG: change to new variables | Bill Hoffman | 2002-11-12 | 1 | -4/+6 |
| | |||||
* | BUG: fix reg expression | Bill Hoffman | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Brad King | 2002-11-12 | 1 | -16/+16 |
| | |||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 1 | -14/+62 |
| |