Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -186/+73 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -40/+113 |
| | |||||
* | ENH: cleanup by removing all the olf local generate junk that i not longer ↵ | Ken Martin | 2005-03-10 | 1 | -4/+0 |
| | | | | needed | ||||
* | COMP: HP compiler does not like initializing a const std::string & with a ↵ | Brad King | 2005-02-24 | 1 | -1/+2 |
| | | | | const char* (which requires the reference to be bound to a temporary with the scope of the reference). | ||||
* | BUG: Fixed GetCacheMinorVersion to not always return 0. | Brad King | 2005-02-24 | 1 | -6/+16 |
| | |||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -297/+194 |
| | | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. | ||||
* | BUG: cmSourceFile instances should delete their own custom commands when a ↵ | Brad King | 2005-02-18 | 1 | -4/+0 |
| | | | | new one is set. | ||||
* | ENH: more tests are passing | Bill Hoffman | 2005-02-16 | 1 | -0/+14 |
| | |||||
* | ENH: fix for relative paths | Ken Martin | 2004-12-03 | 1 | -5/+26 |
| | |||||
* | BUG: fix for 1369 before include directories need to be always added | Bill Hoffman | 2004-12-02 | 1 | -2/+14 |
| | |||||
* | ENH: look in the windows LIB env variable for libraries | Bill Hoffman | 2004-10-27 | 1 | -0/+1 |
| | |||||
* | PERF: Remove several classes from the bootstrap and so making bootstrap ↵ | Andy Cedilnik | 2004-10-27 | 1 | -1/+14 |
| | | | | smaller and faster | ||||
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -2/+2 |
| | | | | cmStdString | ||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -7/+6 |
| | | | | directory. | ||||
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | ENH: define language extensions in cmake files and not hard coded, also fix ↵ | Bill Hoffman | 2004-09-03 | 1 | -0/+3 |
| | | | | trycompile problem | ||||
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | BUG: fix bug where custom command generated .h files do not get the ↵ | Bill Hoffman | 2004-08-09 | 1 | -2/+4 |
| | | | | header_file_only flag set | ||||
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -0/+13 |
| | |||||
* | BUG: Fix crash when adding a custom command to a source file that cannot be ↵ | Brad King | 2004-08-04 | 1 | -7/+15 |
| | | | | created. | ||||
* | BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile ↵ | Brad King | 2004-08-04 | 1 | -1/+2 |
| | | | | instance for the listfile containing the TRY_COMPILE call, not the top level listfile. | ||||
* | ERR: Removed duplicate default arguments. | Brad King | 2004-08-04 | 1 | -2/+2 |
| | |||||
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and ↵ | Brad King | 2004-08-04 | 1 | -3/+17 |
| | | | | CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. | ||||
* | BUG: fix for bug 998, fix spelling errors | Bill Hoffman | 2004-07-26 | 1 | -1/+1 |
| | |||||
* | ENH: When running cmake with PreLoad make sure ↵ | Andy Cedilnik | 2004-07-20 | 1 | -0/+8 |
| | | | | CMAKE_CURRENT_SOURCE/BINARY_DIR works | ||||
* | BUG: fix spelling errors BUG 952 | Bill Hoffman | 2004-07-09 | 1 | -2/+2 |
| | |||||
* | ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search ↵ | Bill Hoffman | 2004-06-30 | 1 | -3/+3 |
| | | | | them first, PATH second, and last the paths listed in the FIND call | ||||
* | ENH: Detect if there were problems writing file | Andy Cedilnik | 2004-05-27 | 1 | -4/+11 |
| | |||||
* | ENH: Implement additional make clean files as a directory property instead ↵ | Andy Cedilnik | 2004-05-20 | 1 | -0/+35 |
| | | | | of cmake variable | ||||
* | ENH: Add method to get definition even if it does not exists | Andy Cedilnik | 2004-04-27 | 1 | -0/+10 |
| | |||||
* | ENH: add SUBDIR PREORDER and fix clean for non-relative paths | Bill Hoffman | 2004-04-23 | 1 | -1/+10 |
| | |||||
* | BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵ | Bill Hoffman | 2004-04-22 | 1 | -0/+1 |
| | | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH | ||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 1 | -0/+21 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵ | Andy Cedilnik | 2004-04-15 | 1 | -0/+5 |
| | | | | opposite to ADD_DEFINITIONS | ||||
* | ENH: If configure file fails do not create directory | Andy Cedilnik | 2004-03-28 | 1 | -0/+5 |
| | |||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -3/+15 |
| | |||||
* | ENH: Try to remove warning | Andy Cedilnik | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | ENH: Move implementation of configure_file to cmMakefile, so that other ↵ | Andy Cedilnik | 2004-03-09 | 1 | -0/+68 |
| | | | | classes can use it | ||||
* | ENH: Moved variable and #cmakedefine replacement from ↵ | Brad King | 2004-03-03 | 1 | -1/+63 |
| | | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code. | ||||
* | ERR: Fix GetModulesFile | Andy Cedilnik | 2004-02-29 | 1 | -0/+1 |
| | |||||
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -17/+37 |
| | |||||
* | ENH: generate a sln and dsw file for each sub project in a project | Bill Hoffman | 2003-11-26 | 1 | -0/+4 |
| | |||||
* | BUG: hack fix for problem of MS vs 6 and custom target commands | Bill Hoffman | 2003-11-03 | 1 | -3/+22 |
| | |||||
* | ENH: Start includding the scripting support | Andy Cedilnik | 2003-10-29 | 1 | -2/+17 |
| | |||||
* | added beta release support | Ken Martin | 2003-08-11 | 1 | -0/+4 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | removed duplicate include | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: When fixing cache value with uninitialized type, collapse full paths ↵ | Andy Cedilnik | 2003-08-08 | 1 | -0/+20 |
| | | | | for PATH and FILEPATH. Closes Bug #82 - Specifying relative path when entering path can break things | ||||
* | ENH: Handle untyped but initialized values for boolean AddCacheDefinition. ↵ | Andy Cedilnik | 2003-08-08 | 1 | -2/+10 |
| | | | | Closes Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | ENH: oops, initialize variable | Andy Cedilnik | 2003-08-06 | 1 | -1/+1 |
| |