Commit Graph

6554 Commits

Author SHA1 Message Date
Andy Cedilnik 3a945312ac ENH: Windows fixes 2005-12-28 11:00:46 -05:00
Andy Cedilnik bc1548b236 ENH: Initial import 2005-12-28 10:18:37 -05:00
Bill Hoffman 552842d11f ENH: make sure -F is not duplicated 2005-12-27 15:33:47 -05:00
Bill Hoffman 82bb6fae0d ENH: add framework support to FIND_FILE 2005-12-27 14:56:56 -05:00
Andy Cedilnik c04cbcac70 ENH: Fix command line argument parsing 2005-12-27 13:10:23 -05:00
Bill Hoffman 79479233d4 ENH: remove warning 2005-12-27 13:03:01 -05:00
Bill Hoffman 452925649a ENH: add better support for framework linking 2005-12-26 13:14:19 -05:00
Andy Cedilnik 102ab85a17 STYLE: Nightly Version update 2005-12-26 01:06:58 -05:00
Andy Cedilnik 41e0d83b69 STYLE: Nightly Version update 2005-12-25 01:07:33 -05:00
Andy Cedilnik c8993a5952 STYLE: Nightly Version update 2005-12-24 01:03:56 -05:00
Andy Cedilnik ba556d47dd STYLE: Nightly Version update 2005-12-23 01:09:53 -05:00
Bill Hoffman f6588b7919 ENH: fix borland make clean targets before build, add new generators for msys and mingw 2005-12-22 16:42:36 -05:00
Andy Cedilnik 001bbb0d99 STYLE: Nightly Version update 2005-12-22 01:13:46 -05:00
Bill Hoffman 391d3ed631 ENH: make sure depend helper actually works, if a depend library gets updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used 2005-12-21 15:45:55 -05:00
Brad King 5b95c0a881 BUG: Libraries and executables that are built with version numbers and 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. 2005-12-21 08:46:41 -05:00
Andy Cedilnik 932c5b74b8 STYLE: Nightly Version update 2005-12-21 01:04:27 -05:00
Andy Cedilnik c3a5319a09 COMP: Fix build on uclibc 2005-12-20 14:07:02 -05:00
Bill Hoffman b0c38460bd ENH: remove duplicates 2005-12-20 13:53:27 -05:00
Brad King a0e413ce63 ENH: Improved robustness of sharing parent pipes with children. This 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. 2005-12-20 13:22:22 -05:00
Andy Cedilnik f4c00316c2 STYLE: Nightly Version update 2005-12-20 01:11:17 -05:00
Bill Hoffman 5261f51e45 BUG: fix for bug 2560, Xcode does not create correct bundles 2005-12-19 11:29:57 -05:00
Andy Cedilnik 64f7c3c41c STYLE: Nightly Version update 2005-12-19 01:06:21 -05:00
Andy Cedilnik 19138bc9c4 STYLE: Nightly Version update 2005-12-18 01:05:59 -05:00
Andy Cedilnik ea016d68ea STYLE: Nightly Version update 2005-12-17 01:12:23 -05:00
Bill Hoffman 037487a488 ENH: make sure uncommented modules are not documented 2005-12-16 16:49:01 -05:00
Andy Cedilnik affced3f81 BUG: Return if the file is in any directory not just in first one 2005-12-16 09:03:04 -05:00
Andy Cedilnik 945073f3fd STYLE: Nightly Version update 2005-12-16 01:12:06 -05:00
Andy Cedilnik 0795d64a23 BUG: Fix test 2005-12-15 16:28:50 -05:00
Ken Martin 74eaecfc3e ENH: cleanups 2005-12-15 14:17:43 -05:00
Andy Cedilnik 5966baeec3 ENH: Report an error if the target does not exists 2005-12-15 12:01:28 -05:00
Ken Martin d2689c95a1 ENH: some style fixes for the book 2005-12-15 10:41:19 -05:00
Bill Hoffman 4b0fd57bef ENH: fix module documenation to handle bad docs and fix qt3 docs 2005-12-15 09:19:23 -05:00
Andy Cedilnik eef9390dc6 STYLE: Nightly Version update 2005-12-15 01:47:49 -05:00
Bill Hoffman b7fa820118 ENH: add documentation support for modules 2005-12-14 13:51:08 -05:00
Brad King 805d365d47 ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL). 2005-12-14 11:00:44 -05:00
Brad King 9f38df7046 COMP: Fix conversion warning. 2005-12-14 10:58:09 -05:00
Brad King 163e3ff56c ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has 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. 2005-12-14 10:47:33 -05:00
Brad King af36d6e2e7 COMP: Fixed unused variable warning. 2005-12-13 18:23:37 -05:00
Andy Cedilnik 5007cbce3b BUG: Fix the problem with update.xml.tmp not being coppied 2005-12-13 15:16:46 -05:00
Ken Martin c3c349109b ENH: removed TARGET_DIR_PREFIX support and someother fix 2005-12-13 15:14:08 -05:00
Ken Martin 0b69b892ed ENH: removed TARGET_DIR_PREFIX support 2005-12-13 15:13:17 -05:00
Ken Martin fa3120a4a5 STYLE: fix missing docs 2005-12-13 15:12:37 -05:00
Brad King 1c7075057f ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. 2005-12-13 14:21:28 -05:00
Brad King a8d199df49 BUG: Fix storage/use of argc/argv in CMakeSetup dialog. 2005-12-13 14:14:16 -05:00
Ken Martin be019c96d4 ENH: removed the add to path 2005-12-13 14:07:25 -05:00
Andy Cedilnik 23ba8f965a STYLE: Nightly Version update 2005-12-13 04:24:25 -05:00
Bill Hoffman 129299f900 ENH: fix for bug 2584, empty source groups with children skipped 2005-12-12 11:34:17 -05:00
Andy Cedilnik b08a9e3508 STYLE: Nightly Version update 2005-12-12 04:17:07 -05:00
Andy Cedilnik d512aa1cc3 STYLE: Nightly Version update 2005-12-11 04:20:32 -05:00
Andy Cedilnik ccf5a130ef COMP: for a in range(100): write_on_board(No std in kwsys...) 2005-12-11 00:12:40 -05:00