Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -10/+13 |
| | |||||
* | BUG: Fixed finding of MinGW libraries with a windows build of CMake. | Brad King | 2006-02-07 | 1 | -6/+63 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 1 | -6/+4 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | ENH: Improved support for user-configured search paths. Paths given in the ↵ | Brad King | 2006-01-27 | 1 | -6/+49 |
| | | | | CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH. | ||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify. | ||||
* | ENH: fix bundles for Mac and Xcode | Bill Hoffman | 2006-01-05 | 1 | -0/+1 |
| | |||||
* | ENH: add new cmakedefine01 feature from bug report 2603 | Bill Hoffman | 2006-01-03 | 1 | -1/+16 |
| | |||||
* | ENH: change framework order | Bill Hoffman | 2006-01-02 | 1 | -1/+1 |
| | |||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+12 |
| | |||||
* | ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ↵ | Brad King | 2005-12-14 | 1 | -32/+0 |
| | | | | the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed. | ||||
* | ENH: Add variable for debugging. This variable CMAKE_PARENT_LIST_FILE holds ↵ | Andy Cedilnik | 2005-11-30 | 1 | -0/+6 |
| | | | | the parent CMake list file of the current cmake list file. | ||||
* | BUG: Do not expand escape sequences when re-expanding variables in include ↵ | Brad King | 2005-11-22 | 1 | -3/+3 |
| | | | | directories, link directories, and link libraries. | ||||
* | ENH: some fixes for better backwards compatibility | Ken Martin | 2005-10-10 | 1 | -1/+2 |
| | |||||
* | ENH: Add set and get test propety command | Andy Cedilnik | 2005-07-31 | 1 | -0/+5 |
| | |||||
* | BUG: InitializeFromParent should copy include file regular expressions. | Brad King | 2005-07-27 | 1 | -0/+4 |
| | |||||
* | BUG: fix for bug 1850 wrapping can leave out files if they are a substring ↵ | Bill Hoffman | 2005-07-14 | 1 | -2/+5 |
| | | | | of another file | ||||
* | FIX: apply patch from bug# 1965 | Bill Hoffman | 2005-07-13 | 1 | -162/+223 |
| | |||||
* | BUG: library return values were not UNIX slashes on Win98 | Ken Martin | 2005-07-07 | 1 | -2/+6 |
| | |||||
* | ENH: cleaned up some old methods and vars | Ken Martin | 2005-07-07 | 1 | -7/+3 |
| | |||||
* | BUG: dont pass unverified char * to streams | Ken Martin | 2005-06-27 | 1 | -2/+4 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -45/+6 |
| | | | | of const junk | ||||
* | BUG: goof in new feature fixed | Ken Martin | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | ENH: modified GET_TARGET_PROPERTIES to work with all targets | Ken Martin | 2005-06-20 | 1 | -2/+43 |
| | |||||
* | ENH: Improve handling of escaped characters | Andy Cedilnik | 2005-06-17 | 1 | -4/+6 |
| | |||||
* | ENH: Add extra argument | Andy Cedilnik | 2005-06-16 | 1 | -1/+6 |
| | |||||
* | ENH: Use the new parser that supports nested variables | Andy Cedilnik | 2005-06-13 | 1 | -0/+50 |
| | |||||
* | ENH: remove old 1.2 compatability from cmake 2.2 | Ken Martin | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | ENH: remove old 1.2 compatability from cmake 2.2 | Ken Martin | 2005-06-10 | 1 | -32/+9 |
| | |||||
* | BUG: If there is a fatal error, stop processing list file | Andy Cedilnik | 2005-05-05 | 1 | -0/+4 |
| | |||||
* | ENH: Improve internal test handling by creating a test class. Command ↵ | Andy Cedilnik | 2005-04-24 | 1 | -0/+46 |
| | | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file | ||||
* | ENH: Speedup by storing source name without last extension | Andy Cedilnik | 2005-04-13 | 1 | -2/+1 |
| | |||||
* | ENH: performance improvements | Bill Hoffman | 2005-04-12 | 1 | -4/+5 |
| | |||||
* | BUG: Do not repeat paths when trying the lib/ to lib64/ replacement. | Brad King | 2005-04-07 | 1 | -1/+1 |
| | |||||
* | ENH: Adding automatic generation of several 64-bit search path forms. | Brad King | 2005-04-07 | 1 | -5/+18 |
| | |||||
* | ENH: better fix for 64 bit, add 64 to the name of all directories in the ↵ | Bill Hoffman | 2005-04-06 | 1 | -9/+13 |
| | | | | search path | ||||
* | BUG: try to address Bug 1673 . | Bill Hoffman | 2005-04-05 | 1 | -1/+17 |
| | |||||
* | ENH: More ctest changes and move SetupTest to superclass | Andy Cedilnik | 2005-04-01 | 1 | -0/+21 |
| | |||||
* | ENH: removed GetParentProjects | Ken Martin | 2005-03-29 | 1 | -4/+0 |
| | |||||
* | BUG: Initializing from parent should copy link directories as well. | Brad King | 2005-03-22 | 1 | -0/+3 |
| | |||||
* | 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 |
| |