Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-23 | 1 | -1/+1 |
| | |||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 16 | -38/+371 |
| | | | | msys and mingw | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | ENH: make sure depend helper actually works, if a depend library gets ↵ | Bill Hoffman | 2005-12-21 | 2 | -7/+42 |
| | | | | updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used | ||||
* | BUG: Libraries and executables that are built with version numbers and ↵ | Brad King | 2005-12-21 | 1 | -5/+35 |
| | | | | symlinks should be built by a rule using the real file name. The symlink file names should be rules that just depend on the main rule. This way if a version number changes a target will re-link with the new name and the symlinks will be updated. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | COMP: Fix build on uclibc | Andy Cedilnik | 2005-12-20 | 1 | -1/+1 |
| | |||||
* | ENH: remove duplicates | Bill Hoffman | 2005-12-20 | 1 | -2/+2 |
| | |||||
* | ENH: Improved robustness of sharing parent pipes with children. This ↵ | Brad King | 2005-12-20 | 1 | -38/+88 |
| | | | | ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-20 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 2560, Xcode does not create correct bundles | Bill Hoffman | 2005-12-19 | 2 | -23/+43 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-17 | 1 | -1/+1 |
| | |||||
* | ENH: make sure uncommented modules are not documented | Bill Hoffman | 2005-12-16 | 1 | -2/+1 |
| | |||||
* | BUG: Return if the file is in any directory not just in first one | Andy Cedilnik | 2005-12-16 | 1 | -1/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | BUG: Fix test | Andy Cedilnik | 2005-12-15 | 2 | -2/+2 |
| | |||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 35 | -140/+132 |
| | |||||
* | ENH: Report an error if the target does not exists | Andy Cedilnik | 2005-12-15 | 1 | -1/+7 |
| | |||||
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 24 | -80/+89 |
| | |||||
* | ENH: fix module documenation to handle bad docs and fix qt3 docs | Bill Hoffman | 2005-12-15 | 2 | -15/+18 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-15 | 1 | -1/+1 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 116 | -762/+964 |
| | |||||
* | ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other ↵ | Brad King | 2005-12-14 | 1 | -1/+1 |
| | | | | CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL). | ||||
* | COMP: Fix conversion warning. | Brad King | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ↵ | Brad King | 2005-12-14 | 5 | -175/+95 |
| | | | | 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. | ||||
* | COMP: Fixed unused variable warning. | Brad King | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | BUG: Fix the problem with update.xml.tmp not being coppied | Andy Cedilnik | 2005-12-13 | 1 | -5/+0 |
| | |||||
* | ENH: removed TARGET_DIR_PREFIX support and someother fix | Ken Martin | 2005-12-13 | 1 | -10/+3 |
| | |||||
* | ENH: removed TARGET_DIR_PREFIX support | Ken Martin | 2005-12-13 | 1 | -5/+0 |
| | |||||
* | STYLE: fix missing docs | Ken Martin | 2005-12-13 | 1 | -1/+4 |
| | |||||
* | ENH: Added support for parallel builds in VS 8. There is now a special ↵ | Brad King | 2005-12-13 | 5 | -1/+149 |
| | | | | target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. | ||||
* | BUG: Fix storage/use of argc/argv in CMakeSetup dialog. | Brad King | 2005-12-13 | 2 | -5/+9 |
| | |||||
* | ENH: removed the add to path | Ken Martin | 2005-12-13 | 1 | -251/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | ENH: fix for bug 2584, empty source groups with children skipped | Bill Hoffman | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-11 | 1 | -1/+1 |
| | |||||
* | COMP: for a in range(100): write_on_board(No std in kwsys...) | Andy Cedilnik | 2005-12-11 | 1 | -1/+1 |
| | |||||
* | ENH: Allow the installer to overwrite the install prefix | Andy Cedilnik | 2005-12-10 | 1 | -2/+7 |
| | |||||
* | ENH: Add a method to remove remaining arguments | Andy Cedilnik | 2005-12-10 | 2 | -0/+12 |
| | |||||
* | COMP: Fix the exporting so that it can actually be used | Andy Cedilnik | 2005-12-10 | 1 | -1/+7 |
| | |||||
* | ENH: Add another signature to FindProgram that matches more to the one from ↵ | Andy Cedilnik | 2005-12-10 | 2 | -0/+21 |
| | | | | CMake | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-10 | 1 | -1/+1 |
| | |||||
* | ENH: try to fix hp build problem | Bill Hoffman | 2005-12-10 | 2 | -3/+3 |
| | |||||
* | ENH: fix compile error | Andy Cedilnik | 2005-12-09 | 1 | -2/+2 |
| | |||||
* | ENH: clean up style a bit | Bill Hoffman | 2005-12-09 | 2 | -11/+13 |
| | |||||
* | PERF: apply patch for bug 2575 speeds up depend scanning | Bill Hoffman | 2005-12-09 | 3 | -25/+174 |
| |