summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Version updateAndy Cedilnik2005-12-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-231-1/+1
|
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-2216-38/+371
| | | | msys and mingw
* STYLE: Nightly Version updateAndy Cedilnik2005-12-221-1/+1
|
* ENH: make sure depend helper actually works, if a depend library gets ↵Bill Hoffman2005-12-212-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 King2005-12-211-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 updateAndy Cedilnik2005-12-211-1/+1
|
* COMP: Fix build on uclibcAndy Cedilnik2005-12-201-1/+1
|
* ENH: remove duplicatesBill Hoffman2005-12-201-2/+2
|
* ENH: Improved robustness of sharing parent pipes with children. This ↵Brad King2005-12-201-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 updateAndy Cedilnik2005-12-201-1/+1
|
* BUG: fix for bug 2560, Xcode does not create correct bundlesBill Hoffman2005-12-192-23/+43
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-191-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-181-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-171-1/+1
|
* ENH: make sure uncommented modules are not documentedBill Hoffman2005-12-161-2/+1
|
* BUG: Return if the file is in any directory not just in first oneAndy Cedilnik2005-12-161-1/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-161-1/+1
|
* BUG: Fix testAndy Cedilnik2005-12-152-2/+2
|
* ENH: cleanupsKen Martin2005-12-1535-140/+132
|
* ENH: Report an error if the target does not existsAndy Cedilnik2005-12-151-1/+7
|
* ENH: some style fixes for the bookKen Martin2005-12-1524-80/+89
|
* ENH: fix module documenation to handle bad docs and fix qt3 docsBill Hoffman2005-12-152-15/+18
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-151-1/+1
|
* ENH: add documentation support for modulesBill Hoffman2005-12-14116-762/+964
|
* ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other ↵Brad King2005-12-141-1/+1
| | | | CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL).
* COMP: Fix conversion warning.Brad King2005-12-141-1/+1
|
* ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ↵Brad King2005-12-145-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 King2005-12-131-1/+1
|
* BUG: Fix the problem with update.xml.tmp not being coppiedAndy Cedilnik2005-12-131-5/+0
|
* ENH: removed TARGET_DIR_PREFIX support and someother fixKen Martin2005-12-131-10/+3
|
* ENH: removed TARGET_DIR_PREFIX supportKen Martin2005-12-131-5/+0
|
* STYLE: fix missing docsKen Martin2005-12-131-1/+4
|
* ENH: Added support for parallel builds in VS 8. There is now a special ↵Brad King2005-12-135-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 King2005-12-132-5/+9
|
* ENH: removed the add to pathKen Martin2005-12-131-251/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-131-1/+1
|
* ENH: fix for bug 2584, empty source groups with children skippedBill Hoffman2005-12-121-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-121-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-111-1/+1
|
* COMP: for a in range(100): write_on_board(No std in kwsys...)Andy Cedilnik2005-12-111-1/+1
|
* ENH: Allow the installer to overwrite the install prefixAndy Cedilnik2005-12-101-2/+7
|
* ENH: Add a method to remove remaining argumentsAndy Cedilnik2005-12-102-0/+12
|
* COMP: Fix the exporting so that it can actually be usedAndy Cedilnik2005-12-101-1/+7
|
* ENH: Add another signature to FindProgram that matches more to the one from ↵Andy Cedilnik2005-12-102-0/+21
| | | | CMake
* STYLE: Nightly Version updateAndy Cedilnik2005-12-101-1/+1
|
* ENH: try to fix hp build problemBill Hoffman2005-12-102-3/+3
|
* ENH: fix compile errorAndy Cedilnik2005-12-091-2/+2
|
* ENH: clean up style a bitBill Hoffman2005-12-092-11/+13
|
* PERF: apply patch for bug 2575 speeds up depend scanningBill Hoffman2005-12-093-25/+174
|