Brad King
d0b32ca5cd
Merge topic 'fix-clang-warnings'
...
acd8161
ccmake: Remove extra parens around comparison
2011-02-22 14:30:29 -05:00
Brad King
b346093a03
Merge topic 'fix-8154-improve-list-documentation'
...
2d14b15
Clarify list subcommand documentation (#8154 )
2011-02-22 14:30:25 -05:00
Brad King
4d8fee4659
Merge topic 'fix-10446-improve-dash-E-docs'
...
1019d82
Documentation: Sync two differing copies of -E docs (#10446 )
2434d88
Documentation: document platform specific -E commands (#10446 )
2011-02-22 14:30:20 -05:00
Brad King
377ed8e764
Merge topic 'fix-11526-mac-remove-carbon-refs'
...
0037dcb
Removed most usage of Carbon in favour of CoreFoundation
2011-02-22 14:30:12 -05:00
Brad King
37e4b034d4
Merge topic 'eliminate-unnecessary-test-isms'
...
a6a21c8
Tests: Eliminate unnecessary files and variables.
2011-02-22 14:30:05 -05:00
Brad King
70bd240e6c
Merge topic 'increase-ep-test-timeout'
...
42b26ee
ExternalProject Test: Increase test timeout value
2011-02-22 14:29:49 -05:00
KWSys Robot
73bbef36d0
KWSys Nightly Date Stamp
2011-02-22 00:10:58 -05:00
KWSys Robot
1ca15f85f1
KWSys Nightly Date Stamp
2011-02-21 00:11:05 -05:00
KWSys Robot
dff3d7da3f
KWSys Nightly Date Stamp
2011-02-20 00:12:08 -05:00
KWSys Robot
9e81dddc4f
KWSys Nightly Date Stamp
2011-02-19 00:10:09 -05:00
KWSys Robot
16b99e6cae
KWSys Nightly Date Stamp
2011-02-18 00:12:04 -05:00
KWSys Robot
e0d64d5cb1
KWSys Nightly Date Stamp
2011-02-17 00:12:06 -05:00
KWSys Robot
8caed60208
KWSys Nightly Date Stamp
2011-02-16 00:12:03 -05:00
David Cole
4d1240eb0a
Begin post-2.8.4 development
2011-02-15 11:45:45 -05:00
David Cole
1bb4c7be11
CMake 2.8.4
2011-02-15 10:31:54 -05:00
David Cole
d5d661d2b2
Merge branch 'release'
2011-02-15 10:27:32 -05:00
Brad King
acd8161bad
ccmake: Remove extra parens around comparison
...
The Clang compiler warns about extra parenthesis in the code
if ((form->curpage == field->page))
~ ^ ~
because the idiom is commonly used when an assignment is intended
instead of a comparison. Remove the extra enclosing layer.
2011-02-15 08:46:50 -05:00
KWSys Robot
d4884710a4
KWSys Nightly Date Stamp
2011-02-15 00:12:12 -05:00
Brad King
6720f97d3b
Merge topic 'copyright-FindPerlLibs'
...
bff5772
FindPerlLibs: Add notice of copyright
2011-02-14 16:34:39 -05:00
Brad King
d02519e974
Merge topic 'doc-MSVC_VERSION-issue-11833'
...
5cdd05b
Fix documentation of MSVC_VERSION (#11833 )
2011-02-14 16:34:29 -05:00
Brad King
42a5e8d978
Merge topic 'linux-standard-base'
...
ee55a4f
libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815 )
41b7b3e
libarchive: Define major/minor/makedev only where needed (#11648 )
2011-02-14 16:34:11 -05:00
KWSys Robot
2a2fca24aa
KWSys Nightly Date Stamp
2011-02-14 00:10:26 -05:00
KWSys Robot
d26ef5c118
KWSys Nightly Date Stamp
2011-02-13 00:10:44 -05:00
KWSys Robot
84dafee565
KWSys Nightly Date Stamp
2011-02-12 00:10:49 -05:00
KWSys Robot
831c5ebe58
KWSys Nightly Date Stamp
2011-02-11 00:12:06 -05:00
Andreas Schneider
bff5772084
FindPerlLibs: Add notice of copyright
...
I'm the original author of this module. See bug #7898 .
2011-02-10 13:46:35 -05:00
Brad King
5cdd05bc68
Fix documentation of MSVC_VERSION ( #11833 )
...
Previously the example version number was wrong. Instead list all the
known versions with correct numbers.
2011-02-10 08:20:33 -05:00
KWSys Robot
e53b7cbadf
KWSys Nightly Date Stamp
2011-02-10 00:12:13 -05:00
KWSys Robot
7258b0674c
KWSys Nightly Date Stamp
2011-02-09 00:12:08 -05:00
Brad King
ee55a4f709
libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL ( #11815 )
...
OpenSSL is not part of the Linux Standard Base but its headers and
libraries may still be found at build time even though they may not be
available at runtime. Use it only if explicitly allowed.
2011-02-08 15:22:50 -05:00
Brad King
d5fceb4f07
Merge topic 'CPack-ComponentMoreZipTests'
...
b8da1a1
Avoid foreach IN LISTS syntax which is not supported by CMake 2.6
92ced20
CPack Tests the different ways of packaging components
2011-02-08 14:18:53 -05:00
Brad King
7f87205161
Merge topic 'FixCrashInGraphVizWriter'
...
00e7ea7
Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
2011-02-08 14:18:48 -05:00
Brad King
5b8869faea
Merge topic 'fix-clang-warnings'
...
c310450
Silence the may be used uninitialized warnings: initialize stuff.
2011-02-08 14:18:36 -05:00
KWSys Robot
68c004aa11
KWSys Nightly Date Stamp
2011-02-08 00:12:07 -05:00
David Cole
2d14b15ec2
Clarify list subcommand documentation ( #8154 )
...
Make it clear that list subcommands that modify the list
do so in the current CMake variable scope, regardless of
the original scope of the list variable involved.
2011-02-07 16:55:07 -05:00
Brad King
41b7b3efa4
libarchive: Define major/minor/makedev only where needed ( #11648 )
...
If neither MAJOR_IN_MKDEV or MAJOR_IN_SYSMACROS is defined then provide
our own implementation of these macros locally. This complements the
change in commit cf5ad183
(Fix major() check for LSB 4.0, 2011-01-12).
This patch is based on upstream libarchive SVN commit 1553 (Shuffle the
major/minor/makedev support a bit; this should work on both Windows and
Haiku, 2009-10-31).
Inspired-by: Tim Kientzle <kientzle@freebsd.org>
2011-02-07 10:06:50 -05:00
KWSys Robot
d7a51814a3
KWSys Nightly Date Stamp
2011-02-07 00:12:05 -05:00
KWSys Robot
f97a1c6493
KWSys Nightly Date Stamp
2011-02-06 00:12:08 -05:00
KWSys Robot
d27dfc25c1
KWSys Nightly Date Stamp
2011-02-05 00:12:02 -05:00
Alex Neundorf
00e7ea76e8
Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
...
GraphVizWriter could crash if GRAPHVIZ_TARGET_IGNORE_REGEX was set.
Patch from Christian Ehrlicher.
Alex
2011-02-04 20:31:18 +01:00
David Cole
1019d82727
Documentation: Sync two differing copies of -E docs ( #10446 )
...
Alphabetize both lists. Put platform-specific docs in both places too.
2011-02-04 11:45:26 -05:00
Kovarththanan Rajaratnam
2434d8826e
Documentation: document platform specific -E commands ( #10446 )
...
Signed-off-by: Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
2011-02-04 11:45:20 -05:00
KWSys Robot
aa78a60ca6
KWSys Nightly Date Stamp
2011-02-04 00:10:46 -05:00
David Cole
c310450daf
Silence the may be used uninitialized warnings: initialize stuff.
2011-02-03 10:21:32 -05:00
KWSys Robot
26eba9cb9c
KWSys Nightly Date Stamp
2011-02-03 00:11:02 -05:00
KWSys Robot
bd7dd34aba
KWSys Nightly Date Stamp
2011-02-02 00:12:27 -05:00
KWSys Robot
4f1e1fe782
KWSys Nightly Date Stamp
2011-02-01 08:38:03 -05:00
Sean McBride
0037dcb6af
Removed most usage of Carbon in favour of CoreFoundation
2011-01-31 18:21:20 -05:00
David Cole
086cd2fa40
CMake 2.8.4-rc2
2011-01-31 13:03:26 -05:00
David Cole
37f4a1d121
Merge branch 'release'
2011-01-31 12:43:34 -05:00