summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ModuleNoticesTest: Do not require "Kitware" copyrightBrad King2010-08-171-1/+1
| | | | | | When a module is first contributed Kitware has made no modifications on which to place a copyright. Require the contributor to have a copyright notice, but not specifically by Kitware.
* KWSys Nightly Date StampKWSys Robot2010-08-171-1/+1
|
* KWSys: Fix GetActualCaseForPath for UNC pathsBrad King2010-08-161-39/+46
| | | | | | See issue #11023. Author: Clinton Stimpson <clinton@elemtech.com>
* KWSys: Fix SplitPath for leading '\' on WindowsBrad King2010-08-161-2/+2
| | | | | Windows paths may begin with a single backslash when the drive letter is omitted. Recognize this as a root path component.
* KWSys Nightly Date StampKWSys Robot2010-08-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-08-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-08-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-08-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-08-121-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-08-111-1/+1
|
* Merge topic 'ImprovedVersionCheckingInSomeModules'Brad King2010-08-109-107/+66
|\ | | | | | | | | | | | | | | | | | | | | | | | | 430336c Merge branch 'findsubversion_fphsa_cleanup' b6c6156 Use FPHSA() in FindSWIG, including version checking. 656cd2f Improved version checking for FindCUDA using the new mode of FPHSA 126db7b Improved version checking for FindSubversion using the new mode of FPHSA() 77d909b Fix DETAILS string with version number in FHPSA() 19b68b9 Improved version checking for FindJava using the new FPHSA() mode 6bb0b6e Improved version checking for FindRuby using the new mode of FPHSA() 946493f FindSquish doesn't detect the version, remove that from the documentation cb9d1ea Add version checking support to FindFlex and FindPerlLibs
| * Merge branch 'findsubversion_fphsa_cleanup'Brad King2010-08-101-4/+2
| |\ | | | | | | | | | | | | | | | | | | into ImprovedVersionCheckingInSomeModules Conflicts: Modules/FindSubversion.cmake
| * | Use FPHSA() in FindSWIG, including version checking.Alex Neundorf2010-08-071-12/+6
| | | | | | | | | | | | Alex
| * | Improved version checking for FindCUDA using the new mode of FPHSAAlex Neundorf2010-08-071-29/+8
| | | | | | | | | | | | Alex
| * | Improved version checking for FindSubversion using the new mode of FPHSA()Alex Neundorf2010-08-071-13/+20
| | | | | | | | | | | | Alex
| * | Fix DETAILS string with version number in FHPSA()Alex Neundorf2010-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | If found, the version which was found should be stored in the DETAILS string, but it was dereferenced twice, which was wrong. Alex
| * | Improved version checking for FindJava using the new FPHSA() modeAlex Neundorf2010-08-071-29/+15
| | | | | | | | | | | | Alex
| * | Improved version checking for FindRuby using the new mode of FPHSA()Alex Neundorf2010-08-071-19/+7
| | | | | | | | | | | | Alex
| * | FindSquish doesn't detect the version, remove that from the documentationAlex Neundorf2010-08-071-3/+0
| | | | | | | | | | | | Alex
| * | Add version checking support to FindFlex and FindPerlLibsAlex Neundorf2010-08-072-3/+12
| | | | | | | | | | | | | | | | | | Use the new mode of FPHSA() to add version checking for these two modules. Alex
* | | Merge topic 'remove_submit_large_output'Brad King2010-08-105-102/+0
|\ \ \ | | | | | | | | | | | | | | | | 929b1c6 Remove the ctest submit larget output test.
| * | | Remove the ctest submit larget output test.Bill Hoffman2010-08-095-102/+0
| | | | | | | | | | | | | | | | | | | | This test is better covered in CDash now. It is always failing due to changes in CDash. So, it is better removed from CMake.
* | | | Merge topic 'libarchive-wrapper'Brad King2010-08-107-128/+382
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aef6723 cmArchiveWrite: Fix signed/unsigned compare/convert 1b5b2ed Include entries for directories in tarballs (#11020) c7c9009 Create class cmArchiveWrite to wrap libarchive (#11020) ac26737 Merge branch 'system-libarchive-include' into libarchive-wrapper 3296e6a Include headers from chosen libarchive (#10923)
| * | | | cmArchiveWrite: Fix signed/unsigned compare/convertBrad King2010-08-091-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libarchive interface accepts size_t but returns ssize_t. The std streams interface wants streamsize, which is typically ssize_t. Since no one type for our variable matches without conversions, make the conversions explicit to avoid -Wsign-conversion and -Wsign-compare warnings.
| * | | | Include entries for directories in tarballs (#11020)Brad King2010-08-061-123/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use libarchive through class cmArchiveWrite to implement the method cmSystemTools::CreateTar. The class includes entries for directories by automatically traversing the tree on disk.
| * | | | Create class cmArchiveWrite to wrap libarchive (#11020)Brad King2010-08-063-0/+328
| | | | |
| * | | | Merge branch 'system-libarchive-include' into libarchive-wrapperBrad King2010-08-054-5/+28
| |\ \ \ \
| | * | | | Include headers from chosen libarchive (#10923)Brad King2010-08-054-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CMAKE_USE_SYSTEM_LIBARCHIVE is on we must include the system libarchive headers to match the library that will be linked.
* | | | | | Merge topic 'module-header-spelling'Brad King2010-08-10270-270/+270
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2cde67a Modules: Fix spelling 'To distributed' -> 'To distribute'
| * | | | | | Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-09270-270/+270
| | | | | | |
* | | | | | | Merge topic 'mingw-response-files'Brad King2010-08-101-1/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b03f4ec No response files with GNU ld <= 2.16 (#10913)
| * | | | | | | No response files with GNU ld <= 2.16 (#10913)Brad King2010-08-061-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Older GNU ld does not support the @FILE syntax for response files. Check the ld version on MinGW and MSYS before enabling the syntax.
* | | | | | | | Merge topic 'findsubversion_fphsa_cleanup'Brad King2010-08-101-5/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | a918bd5 FindSubversion: set compatibility variables based on FPHSA()
| * | | | | | | FindSubversion: set compatibility variables based on FPHSA()Kovarththanan Rajaratnam2010-08-041-5/+4
| | | | | | | |
* | | | | | | | Merge topic 'findzlib_use_fphsa'Brad King2010-08-101-15/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f183ca FindZLIB: use the FPHSA version mode
| * | | | | | | | FindZLIB: use the FPHSA version modeKovarththanan Rajaratnam2010-08-041-15/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Remove our implementation of version checking and instead use FPHSA()
* | | | | | | | Merge topic 'find-boost'Brad King2010-08-101-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 187e969 FindBoost: Search for Boost 1.43 and 1.44 2fec615 FindBoost: Search for Boost 1.42
| * | | | | | | | FindBoost: Search for Boost 1.43 and 1.44Brad King2010-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current release is 1.43 and the next release will be 1.44.
| * | | | | | | | FindBoost: Search for Boost 1.42Brad King2010-07-281-1/+2
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-101-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-091-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-081-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-071-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-08-061-1/+1
| |_|_|/ / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2010-08-051-1/+1
| |/ / / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2010-08-041-1/+1
| | | |
* | | | Merge topic 'ExternalProject-cygwin-make'Brad King2010-08-031-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ed43ea6 ExternalProject: Fix $(MAKE) with cygpath on Windows
| * | | | ExternalProject: Fix $(MAKE) with cygpath on WindowsBrad King2010-08-021-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | In non-cygwin builds using Cygwin's make tool, use cygpath to transform the value of $(MAKE) to something Windows understands.
* | | | | Merge topic 'find_cygwin17'Brad King2010-08-031-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 462fa2d FindCygwin: add new registry entry for Cygwin 1.7 (#10951)
| * | | | | FindCygwin: add new registry entry for Cygwin 1.7 (#10951)Kovarththanan Rajaratnam2010-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for Cygwin 1.7 which uses a new registry entry Patch by Fabrice Aeschbacher