6570 Commits

Author SHA1 Message Date
Andy Cedilnik
7a49a0ce4a BUG: Return proper values 2005-12-28 16:44:32 -05:00
Andy Cedilnik
5d1000e68c COMP: Remove more warnings 2005-12-28 16:43:39 -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
ee1d5b3a98 COMP: Fix path to include files 2005-12-28 16:29:58 -05:00
Andy Cedilnik
c622641ac1 COMP: Remove more warnings and rename library to cmtar 2005-12-28 15:31:20 -05:00
Andy Cedilnik
1f18c369cf COMP: Remove warning 2005-12-28 15:03:14 -05:00
Andy Cedilnik
18d31fd97c COMP: Several borland fixes 2005-12-28 14:58:07 -05:00
Andy Cedilnik
d715d52a11 COMP: Remove warnings 2005-12-28 14:50:42 -05:00
Andy Cedilnik
f2a67f59fe ENH: First cut at enabling tar 2005-12-28 13:36:29 -05:00
Andy Cedilnik
cbc6fee109 COMP: Only do O_BINARY on windows 2005-12-28 13:35:54 -05:00
Andy Cedilnik
3d7939b1c3 COMP: Fix windows 2005-12-28 13:33:49 -05:00
Andy Cedilnik
09237c63c3 STYLE: Nightly Version update 2005-12-28 13:01:25 -05:00
Andy Cedilnik
a5b4a61c7c ENH: Fix building on cygwin 2005-12-28 12:34:45 -05:00
Andy Cedilnik
e1ca8321ed COMP: Fix build on sun by adding missing include 2005-12-28 12:24:27 -05:00
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