6521 Commits

Author SHA1 Message Date
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
abebb974aa COMP: Define _CRT_SECURE_NO_DEPRECATE to build CMake itself on VS8. This disables 1000s of deprecation warnings about standard code. 2005-11-22 13:36:21 -05:00
Bill Hoffman
2dff0978b9 BUG: fix for bug 2488 2005-11-22 12:04:41 -05:00
Bill Hoffman
066d5259c0 ENH: more compiler flags 2005-11-22 11:44:07 -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
Brad King
ed5493509e BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481. 2005-11-22 11:33:46 -05:00
Bill Hoffman
21fffc63a2 ENH: set java compiler works 2005-11-22 11:28:14 -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
Ken Martin
1ecb0e02af BUG: fixe dproblem with not uninstalling start menu entries 2005-11-18 15:03:32 -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
a9c2ff474e COMP: Need target-level dependency from wrapper targets on Wrap executable target. 2005-11-17 16:49:48 -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