Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add release candidate to versions | Bill Hoffman | 2006-11-28 | 1 | -0/+5 |
| | |||||
* | ENH: fix from main treev2.4.4 | Bill Hoffman | 2006-11-20 | 1 | -2/+7 |
| | |||||
* | ENH: move fix for replace of @var@ in cmake files from main tree and a ↵ | Bill Hoffman | 2006-11-17 | 1 | -1/+1 |
| | | | | better message for cpack and nsis | ||||
* | ENH: move fix from main tree | Bill Hoffman | 2006-11-16 | 1 | -0/+15 |
| | |||||
* | ENH: merge changes from the main tree to the 2.4 branch | Bill Hoffman | 2006-10-13 | 1 | -20/+71 |
| | |||||
* | ENH: move changes from main tree to branch | Bill Hoffman | 2006-07-27 | 1 | -1/+1 |
| | |||||
* | ENH: move changes from main tree to release branch | Bill Hoffman | 2006-07-24 | 1 | -0/+41 |
| | |||||
* | ENH: merge main tree into branch | Bill Hoffman | 2006-06-30 | 1 | -10/+96 |
| | |||||
* | ENH: merge from main tree | Bill Hoffman | 2006-05-14 | 1 | -55/+107 |
| | |||||
* | ENH: move changes from main tree and change version to 2.4.2 | Bill Hoffman | 2006-05-07 | 1 | -0/+15 |
| | |||||
* | ENH: merge in changes from main tree and change version to 2.4.1-beta | Bill Hoffman | 2006-04-29 | 1 | -2/+2 |
| | |||||
* | ENH: fix re-run of cmake based on configured files that are done with copy ↵ | Bill Hoffman | 2006-04-12 | 1 | -1/+0 |
| | | | | if different and never change | ||||
* | ENH: some performance optimizations | Ken Martin | 2006-04-11 | 1 | -8/+12 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -17/+58 |
| | | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. | ||||
* | ENH: add support for re-running cmake if the cmakefiles change | Bill Hoffman | 2006-04-10 | 1 | -0/+1 |
| | |||||
* | BUG: Fix logic. If the variable is not set, then it is always ok to write ↵ | Andy Cedilnik | 2006-03-22 | 1 | -1/+1 |
| | | | | the file | ||||
* | ENH: Allow blocking of writing into the source tree | Andy Cedilnik | 2006-03-22 | 1 | -0/+32 |
| | |||||
* | ENH: added some new functionality | Ken Martin | 2006-03-22 | 1 | -1/+31 |
| | |||||
* | ENH: Remove things from bootstrap | Andy Cedilnik | 2006-03-22 | 1 | -1/+9 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -198/+199 |
| | |||||
* | BUG: Clarified confusing error message. | Brad King | 2006-03-14 | 1 | -1/+5 |
| | |||||
* | ENH: removed unused methods after find changes | Bill Hoffman | 2006-03-02 | 1 | -228/+0 |
| | |||||
* | COMP: Even more global target fixes | Andy Cedilnik | 2006-02-24 | 1 | -0/+2 |
| | |||||
* | ENH: Add a notion of a global target | Andy Cedilnik | 2006-02-23 | 1 | -0/+1 |
| | |||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -0/+8 |
| | | | | creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. | ||||
* | ENH: put the system path ahead of the command path | Bill Hoffman | 2006-02-17 | 1 | -5/+4 |
| | |||||
* | BUG: Need to include empty arguments when parsing prefix/suffix lists for ↵ | Brad King | 2006-02-10 | 1 | -2/+2 |
| | | | | FindLibrary. | ||||
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 1 | -24/+26 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | 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 |
| |