summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use stable_sort to preserve test order (#11877)David Cole2011-02-181-1/+1
| | | | | | Using sort results in a possibly-modified sorting when all elements are "tied" - use stable_sort instead to preserve the original ordering of tied elements.
* KWSys Nightly Date StampKWSys Robot2011-02-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-02-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-02-161-1/+1
|
* Begin post-2.8.4 developmentDavid Cole2011-02-151-2/+2
|
* CMake 2.8.4v2.8.4David Cole2011-02-152-1/+21
|
* Merge branch 'release'David Cole2011-02-152-3/+396
|\
| * CMake 2.8.4-rc2David Cole2011-01-312-1/+86
| |
| * Merge branch 'release'David Cole2011-01-312-3/+311
| |\
| | * CMake 2.8.4-rc1David Cole2011-01-122-3/+311
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-02-151-1/+1
| | |
* | | Merge topic 'copyright-FindPerlLibs'Brad King2011-02-141-0/+1
|\ \ \ | | | | | | | | | | | | | | | | bff5772 FindPerlLibs: Add notice of copyright
| * | | FindPerlLibs: Add notice of copyrightAndreas Schneider2011-02-101-0/+1
| | | | | | | | | | | | | | | | I'm the original author of this module. See bug #7898.
* | | | Merge topic 'doc-MSVC_VERSION-issue-11833'Brad King2011-02-141-2/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 5cdd05b Fix documentation of MSVC_VERSION (#11833)
| * | | | Fix documentation of MSVC_VERSION (#11833)Brad King2011-02-101-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Previously the example version number was wrong. Instead list all the known versions with correct numbers.
* | | | | Merge topic 'linux-standard-base'Brad King2011-02-144-18/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee55a4f libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815) 41b7b3e libarchive: Define major/minor/makedev only where needed (#11648)
| * | | | | libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815)Brad King2011-02-081-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | libarchive: Define major/minor/makedev only where needed (#11648)Brad King2011-02-073-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | KWSys Nightly Date StampKWSys Robot2011-02-141-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-02-131-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-02-121-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-02-111-1/+1
| |/ / / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-02-101-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-02-091-1/+1
| | | | |
* | | | | Merge topic 'CPack-ComponentMoreZipTests'Brad King2011-02-088-36/+123
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b8da1a1 Avoid foreach IN LISTS syntax which is not supported by CMake 2.6 92ced20 CPack Tests the different ways of packaging components
| * | | | | Avoid foreach IN LISTS syntax which is not supported by CMake 2.6Eric NOULARD2011-01-311-2/+2
| | | | | |
| * | | | | CPack Tests the different ways of packaging componentsEric NOULARD2011-01-308-36/+123
| | | | | |
* | | | | | Merge topic 'FixCrashInGraphVizWriter'Brad King2011-02-081-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 00e7ea7 Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
| * | | | | | Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is usedAlex Neundorf2011-02-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GraphVizWriter could crash if GRAPHVIZ_TARGET_IGNORE_REGEX was set. Patch from Christian Ehrlicher. Alex
* | | | | | | Merge topic 'fix-clang-warnings'Brad King2011-02-082-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c310450 Silence the may be used uninitialized warnings: initialize stuff.
| * | | | | | | Silence the may be used uninitialized warnings: initialize stuff.David Cole2011-02-032-2/+2
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-081-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-071-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-061-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-051-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-041-1/+1
|/ / / / / /
* | | | | | KWSys Nightly Date StampKWSys Robot2011-02-031-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-02-021-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-02-011-2/+2
| |_|_|/ / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-01-311-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-01-301-1/+1
|/ / / /
* | | | KWSys Nightly Date StampKWSys Robot2011-01-291-1/+1
| | | |
* | | | Merge topic 'fix-11695-spaces-in-vs10-rc-defs'Brad King2011-01-288-22/+147
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 008d116 VSResource: Avoid windres /D with quoted spaces (#11695) 8f9919d Avoid space in rc /D values for VS6 and Cygwin (#11695) 78fe97f Fix line too long KWStyle issue (#11695) 6627560 VS10: Escape double quote chars in defines for rc files (#11695)
| * | | | VSResource: Avoid windres /D with quoted spaces (#11695)David Cole2011-01-274-13/+109
| | | | | | | | | | | | | | | | | | | | Improve test: print out what's happening along the way.
| * | | | Avoid space in rc /D values for VS6 and Cygwin (#11695)David Cole2011-01-261-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Change to the test only. Using a space in an rc /D value will not work at present with VS6 or Cygwin rc compilers.
| * | | | Fix line too long KWStyle issue (#11695)David Cole2011-01-261-1/+2
| | | | |
| * | | | VS10: Escape double quote chars in defines for rc files (#11695)David Cole2011-01-266-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To get rc defines to work in the VS10 IDE requires \" when constructing PreprocessorDefinitions strings. This is different than defines for cl. Also, per-file rc defines were not being generated. Fix that, too.
* | | | | Merge topic 'avoid-purify-in-CTestTest2'Brad King2011-01-281-7/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2b082aa CTestTest2: Avoid running purify unless requested
| * | | | | CTestTest2: Avoid running purify unless requestedDavid Cole2011-01-271-7/+6
| | | | | |
* | | | | | Merge topic 'fix-xcode-generator-crash'Brad King2011-01-281-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | b08657c Xcode: Fix crash: avoid strlen call on NULL char *