5198 Commits

Author SHA1 Message Date
Andy Cedilnik
8b9512559d COMP: Cleanup regular expressions 2005-12-30 14:50:15 -05:00
Andy Cedilnik
7b02221059 COMP: Remove unused variable 2005-12-30 14:31:13 -05:00
Andy Cedilnik
6d0f0e0acb COMP: Fix support for gzip on non-32 bit platforms 2005-12-30 14:22:46 -05:00
Andy Cedilnik
2804a0d7db COMP: Remove shadow variable warning 2005-12-30 13:22:10 -05:00
Andy Cedilnik
081625c610 COMP: Use mangle names 2005-12-30 12:58:33 -05:00
Andy Cedilnik
416bbaef53 COMP: Remove warnings 2005-12-30 12:58:00 -05:00
Andy Cedilnik
bc447c7f92 STYLE: Nightly Version update 2005-12-30 01:11:57 -05:00
Andy Cedilnik
abe4fd77fc ENH: Make the syntax more line tar 2005-12-29 12:19:13 -05:00
Andy Cedilnik
14c256ddba ENH: Make additional file names optional 2005-12-29 10:52:19 -05:00
Andy Cedilnik
d1180fc4e1 ENH: Add untaring support 2005-12-29 10:43:12 -05:00
Andy Cedilnik
ebfaf365ad STYLE: Nightly Version update 2005-12-29 01:04:21 -05:00
Andy Cedilnik
2fcd41323b COMP: Fix complex test and fix bootstrap 2005-12-28 17:02:16 -05:00
Andy Cedilnik
0ef674b906 COMP: Add missing include 2005-12-28 16:53:46 -05:00
Andy Cedilnik
7a49a0ce4a BUG: Return proper values 2005-12-28 16:44:32 -05:00
Andy Cedilnik
5222266e7e ENH: Add command to create tar 2005-12-28 16:31:12 -05:00
Andy Cedilnik
fdc844ecdb ENH: Add method to create tar 2005-12-28 16:30:55 -05:00
Andy Cedilnik
ba63b6f15e COMP: Link tar library to cmake 2005-12-28 16:30:28 -05:00
Andy Cedilnik
09237c63c3 STYLE: Nightly Version update 2005-12-28 13:01:25 -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
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
5966baeec3 ENH: Report an error if the target does not exists 2005-12-15 12:01:28 -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