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 |
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 |
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 |
Andy Cedilnik
|
ea7c7bb34d
|
ENH: Allow the installer to overwrite the install prefix
|
2005-12-10 12:11:20 -05:00 |
Andy Cedilnik
|
5e56c7c201
|
ENH: Add a method to remove remaining arguments
|
2005-12-10 12:10:09 -05:00 |
Andy Cedilnik
|
5999a81bcd
|
COMP: Fix the exporting so that it can actually be used
|
2005-12-10 12:09:24 -05:00 |
Andy Cedilnik
|
33c891f8d8
|
ENH: Add another signature to FindProgram that matches more to the one from CMake
|
2005-12-10 12:08:55 -05:00 |
Andy Cedilnik
|
9c64a17845
|
STYLE: Nightly Version update
|
2005-12-10 04:21:56 -05:00 |
Bill Hoffman
|
90bdb216a4
|
ENH: try to fix hp build problem
|
2005-12-09 23:04:33 -05:00 |
Andy Cedilnik
|
63a5effc7f
|
ENH: fix compile error
|
2005-12-09 16:32:19 -05:00 |
Bill Hoffman
|
d13643aa92
|
ENH: clean up style a bit
|
2005-12-09 14:30:11 -05:00 |
Bill Hoffman
|
92b6c8e742
|
PERF: apply patch for bug 2575 speeds up depend scanning
|
2005-12-09 13:58:55 -05:00 |
Andy Cedilnik
|
3a3ffea532
|
STYLE: Nightly Version update
|
2005-12-09 04:17:46 -05:00 |
Andy Cedilnik
|
25e9bceb0a
|
STYLE: Nightly Version update
|
2005-12-08 04:21:52 -05:00 |
Andy Cedilnik
|
02b961f29c
|
ENH: Make commands scriptable
|
2005-12-07 11:39:08 -05:00 |
Andy Cedilnik
|
19398fd2c8
|
STYLE: Nightly Version update
|
2005-12-06 10:55:07 -05:00 |
Andy Cedilnik
|
22a434121a
|
STYLE: Nightly Version update
|
2005-12-05 08:19:58 -05:00 |
Andy Cedilnik
|
33691be50e
|
STYLE: Nightly Version update
|
2005-12-04 05:04:27 -05:00 |
Andy Cedilnik
|
13e6693ad2
|
STYLE: Nightly Version update
|
2005-12-03 06:10:02 -05:00 |
Andy Cedilnik
|
a6356e2db9
|
STYLE: Nightly Version update
|
2005-12-02 05:30:26 -05:00 |
Andy Cedilnik
|
782bef7374
|
ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2
|
2005-12-01 11:41:00 -05:00 |
Andy Cedilnik
|
e95224b2e7
|
STYLE: Nightly Version update
|
2005-12-01 05:32:27 -05:00 |
Andy Cedilnik
|
1578bebdad
|
ENH: Add variable for debugging. This variable CMAKE_PARENT_LIST_FILE holds the parent CMake list file of the current cmake list file.
|
2005-11-30 13:46:48 -05:00 |
Andy Cedilnik
|
358a9b133d
|
STYLE: Nightly Version update
|
2005-11-30 05:22:50 -05:00 |
Andy Cedilnik
|
b8b27089e7
|
STYLE: Nightly Version update
|
2005-11-29 05:24:45 -05:00 |
Andy Cedilnik
|
c1cdb723b1
|
STYLE: Nightly Version update
|
2005-11-28 05:17:59 -05:00 |
Andy Cedilnik
|
b1cf98492e
|
STYLE: Nightly Version update
|
2005-11-27 05:27:51 -05:00 |
Andy Cedilnik
|
820bda2e00
|
STYLE: Nightly Version update
|
2005-11-26 05:21:29 -05:00 |
Andy Cedilnik
|
4918330de7
|
STYLE: Nightly Version update
|
2005-11-25 05:18:47 -05:00 |
Andy Cedilnik
|
36653b9619
|
STYLE: Nightly Version update
|
2005-11-24 05:21:13 -05:00 |
Bill Hoffman
|
d0e801247f
|
ENH: executable prefix and post fix variables should not be the same as the executable extension
|
2005-11-23 10:27:05 -05:00 |
Andy Cedilnik
|
77fb139317
|
STYLE: Nightly Version update
|
2005-11-23 05:35:51 -05:00 |
Brad King
|
102dd34bdc
|
BUG: Do not expand escape sequences when re-expanding variables in include directories, link directories, and link libraries.
|
2005-11-22 17:03:07 -05:00 |
Brad King
|
130d469dd4
|
BUG: Do not accept a directory name as a library.
|
2005-11-22 16:59:31 -05:00 |
Bill Hoffman
|
76724c23bf
|
BUG: fix for bug 2357, do not allow targets to link to directories
|
2005-11-22 16:08:16 -05:00 |
Bill Hoffman
|
9312deb035
|
BUG: fix spelling error
|
2005-11-22 15:15:52 -05:00 |
Brad King
|
d952f68738
|
BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer.
|
2005-11-22 13:37:42 -05:00 |
Brad King
|
ed72b56512
|
STYLE: Fixed documentation to state target_EXPORTS default right after DEFINE_SYMBOL documentation instead of many sentences later in a random place.
|
2005-11-22 11:35:41 -05:00 |
Andy Cedilnik
|
8830c100ab
|
STYLE: Nightly Version update
|
2005-11-22 05:18:36 -05:00 |
Andy Cedilnik
|
4c2dee2bad
|
STYLE: Nightly Version update
|
2005-11-21 05:18:40 -05:00 |
Andy Cedilnik
|
0a15a96dc3
|
STYLE: Nightly Version update
|
2005-11-20 05:30:50 -05:00 |
Bill Hoffman
|
49840778b9
|
ENH: add some more properties for visual studio projects
|
2005-11-19 09:40:11 -05:00 |
Bill Hoffman
|
9104097502
|
COMP: fix compile error
|
2005-11-19 08:29:28 -05:00 |
Bill Hoffman
|
c3d9a7ca5a
|
ENH: fix docs
|
2005-11-19 08:04:36 -05:00 |
Andy Cedilnik
|
408abf5d08
|
STYLE: Nightly Version update
|
2005-11-19 05:22:02 -05:00 |
Bill Hoffman
|
1c01c12af3
|
ENH: more chars need quotes
|
2005-11-18 16:59:53 -05:00 |
Bill Hoffman
|
47622dde01
|
ENH: fixes for Xcode 2.2
|
2005-11-18 14:12:09 -05:00 |
Bill Hoffman
|
c0ee3a13a5
|
ENH: add new error regex
|
2005-11-18 10:40:31 -05:00 |
Brad King
|
036a78056c
|
BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute.
|
2005-11-18 10:36:52 -05:00 |
Brad King
|
8dc8232027
|
BUG: Fixed XML escapes for custom commands. Also added escaping of newlines for VS 2005.
|
2005-11-17 15:57:51 -05:00 |
Brad King
|
0df3c162fb
|
BUG: Do not dereference an end iterator.
|
2005-11-17 15:44:43 -05:00 |
Brad King
|
70b4e1051e
|
BUG: Fixed support for external object files built by custom commands. Also added a test to keep it working.
|
2005-11-17 13:49:10 -05:00 |
Ken Martin
|
6ce463dab3
|
STYLE: fix docs
|
2005-11-17 11:46:16 -05:00 |
Ken Martin
|
4d2ce04caa
|
STYLE: fix docs
|
2005-11-17 11:39:02 -05:00 |
Ken Martin
|
f6ef36d8b2
|
STYLE: fix docs
|
2005-11-17 11:20:51 -05:00 |
Ken Martin
|
bb7577f4e7
|
STYLE: fix docs
|
2005-11-17 11:04:11 -05:00 |
Ken Martin
|
590377dcdd
|
STYLE: fix docs
|
2005-11-17 10:41:37 -05:00 |
Ken Martin
|
71934cedbd
|
STYLE: fix docs
|
2005-11-17 10:36:55 -05:00 |
Ken Martin
|
5385811e60
|
STYLE: fix docs
|
2005-11-17 10:28:35 -05:00 |
Ken Martin
|
ef5fe4b256
|
STYLE: fix docs
|
2005-11-17 10:22:05 -05:00 |
Ken Martin
|
fb6d598813
|
BUG: clean up scoping
|
2005-11-17 09:44:32 -05:00 |
Ken Martin
|
435f4ad8b0
|
BUG: fix incrementing past end
|
2005-11-17 09:33:17 -05:00 |
Ken Martin
|
7321be8f6d
|
BUG: fix incrementing past end
|
2005-11-17 09:32:07 -05:00 |
Ken Martin
|
1e2a08e452
|
STYLE: fix docs
|
2005-11-17 09:31:43 -05:00 |
Andy Cedilnik
|
a1c7a6f4d3
|
STYLE: Nightly Version update
|
2005-11-17 05:24:39 -05:00 |
Ken Martin
|
25b26ae808
|
STYLE: fix docs
|
2005-11-16 14:41:10 -05:00 |
Ken Martin
|
0342189356
|
STYLE: fix docs
|
2005-11-16 14:27:38 -05:00 |
Ken Martin
|
d1840f2e57
|
STYLE: fix docs
|
2005-11-16 14:11:09 -05:00 |
Ken Martin
|
69d931f643
|
STYLE: fix docs
|
2005-11-16 14:02:30 -05:00 |
Bill Hoffman
|
8b7091a0a6
|
ENH: fixes for xcode21 and build styles and comments in the generated project
|
2005-11-16 13:13:39 -05:00 |
Ken Martin
|
7a1745b84b
|
STYLE: fix docs
|
2005-11-16 12:11:14 -05:00 |
Ken Martin
|
0334c77316
|
STYLE: fix docs
|
2005-11-16 12:10:37 -05:00 |
Ken Martin
|
bd45a7bb18
|
STYLE: fix docs
|
2005-11-16 12:05:04 -05:00 |
Ken Martin
|
89f3e97730
|
STYLE: fix docs
|
2005-11-16 11:57:36 -05:00 |
Brad King
|
e3876623f6
|
STYLE: Documented reference to "man select_tut".
|
2005-11-16 11:39:43 -05:00 |
Brad King
|
5dae3d67f4
|
BUG: Do not close handle obtained from GetModuleHandle which does not increase the reference count of the module.
|
2005-11-16 11:36:05 -05:00 |
Ken Martin
|
1d4b3f8388
|
STYLE: fix docs
|
2005-11-16 11:25:47 -05:00 |
Ken Martin
|
f6a6522801
|
STYLE: fix docs
|
2005-11-16 10:40:16 -05:00 |
Ken Martin
|
0629e2561c
|
STYLE: fix docs
|
2005-11-16 10:37:02 -05:00 |
Ken Martin
|
e3b06f10dd
|
STYLE: fix docs
|
2005-11-16 10:26:41 -05:00 |
Ken Martin
|
3395e137fa
|
STYLE: fix docs
|
2005-11-16 10:22:58 -05:00 |
Ken Martin
|
a043b6608c
|
STYLE: fix docs
|
2005-11-16 10:16:57 -05:00 |
Ken Martin
|
09b3d9d2f1
|
STYLE: removed some docs that did not make sense
|
2005-11-16 10:08:02 -05:00 |
Andy Cedilnik
|
4de14f89b1
|
STYLE: Nightly Version update
|
2005-11-16 06:30:40 -05:00 |
Ken Martin
|
51cf783089
|
STYLE: updated comments
|
2005-11-15 13:30:44 -05:00 |
Andy Cedilnik
|
b1e0e86331
|
STYLE: Nightly Version update
|
2005-11-15 05:27:54 -05:00 |
Andy Cedilnik
|
6174cc7091
|
STYLE: Nightly Version update
|
2005-11-14 05:24:49 -05:00 |
Andy Cedilnik
|
0255f596b8
|
STYLE: Nightly Version update
|
2005-11-13 05:20:31 -05:00 |
Andy Cedilnik
|
b366c14c32
|
STYLE: Nightly Version update
|
2005-11-12 05:28:48 -05:00 |
Andy Cedilnik
|
870bb34fb9
|
STYLE: Nightly Version update
|
2005-11-11 05:51:12 -05:00 |
Ken Martin
|
4d3537597e
|
ENH: added tutorial tests
|
2005-11-10 10:55:34 -05:00 |
Ken Martin
|
3480c252a3
|
ENH: change the pass regexp so that it overrides the return value
|
2005-11-10 10:55:04 -05:00 |
Andy Cedilnik
|
aadec14903
|
STYLE: Nightly Version update
|
2005-11-10 04:48:05 -05:00 |
Andy Cedilnik
|
4245eb0b53
|
STYLE: More comments
|
2005-11-09 11:14:54 -05:00 |
Andy Cedilnik
|
4e9d832525
|
ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and add help in cmSetTestsPropertiesCommand
|
2005-11-09 11:07:36 -05:00 |
Andy Cedilnik
|
a285a90809
|
COMP: Fix all dashboards
|
2005-11-09 07:22:28 -05:00 |
Andy Cedilnik
|
933c97546b
|
STYLE: Nightly Version update
|
2005-11-09 05:33:01 -05:00 |
Andy Cedilnik
|
1de28a762f
|
ENH: Add test for output regular expression
|
2005-11-08 17:59:58 -05:00 |
Andy Cedilnik
|
34e7834451
|
ENH: Add support for output reguilar expression
|
2005-11-08 17:59:20 -05:00 |
Andy Cedilnik
|
eccc4779e4
|
STYLE: Nightly Version update
|
2005-11-08 05:33:37 -05:00 |
Andy Cedilnik
|
a2578e6b4d
|
STYLE: Nightly Version update
|
2005-11-07 05:34:08 -05:00 |
Andy Cedilnik
|
cf4609d15f
|
STYLE: Nightly Version update
|
2005-11-06 05:22:11 -05:00 |
Andy Cedilnik
|
aa59ab1608
|
STYLE: Nightly Version update
|
2005-11-05 04:18:56 -05:00 |
Ken Martin
|
4dcff55479
|
DOC: updated comment about the inherited ivar
|
2005-11-04 10:52:15 -05:00 |
Andy Cedilnik
|
5acbbcbba3
|
STYLE: Nightly Version update
|
2005-11-03 04:24:06 -05:00 |
Andy Cedilnik
|
35b529cc3e
|
STYLE: Nightly Version update
|
2005-11-02 04:14:20 -05:00 |
Andy Cedilnik
|
a8d79ab9cc
|
STYLE: Nightly Version update
|
2005-10-31 12:09:36 -05:00 |
Andy Cedilnik
|
726e3cbaf1
|
STYLE: Nightly Version update
|
2005-10-30 08:01:58 -05:00 |
Bill Hoffman
|
c78df46153
|
BUG: fix stack over write bug
|
2005-10-28 11:52:23 -04:00 |
Bill Hoffman
|
08be73fff1
|
BUG: make the clean target work
|
2005-10-28 11:02:29 -04:00 |