summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FPHSA(): add missing "]" to documentationAlex Neundorf2012-03-191-1/+1
* find_package: add OPTIONAL_COMPONENTS keywordAlex Neundorf2012-03-191-5/+39
* find_package: additional test for checking the error messageAlex Neundorf2012-03-134-0/+13
* find_package: add test for setting Foo_FOUND to FALSE in a Config fileAlex Neundorf2012-03-133-0/+14
* find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSEAlex Neundorf2012-03-131-4/+34
* Merge topic 'doc-Fortran-mod-dir-issue-13034'Brad King2012-03-131-1/+6
|\
| * Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034)Brad King2012-03-121-1/+6
* | Merge topic 'test-RunCMake'Brad King2012-03-1346-133/+111
|\ \
| * | Use generalized RunCMake test infrastrucure for build_command testBrad King2012-03-1213-100/+27
| * | Use generalized RunCMake test infrastrucure for find_package testBrad King2012-03-1234-84/+19
| * | Add stronger infrastructure for CMake-only testsBrad King2012-03-124-4/+120
| |/
* | Merge topic 'ExactVersionModeForVersionFile'Brad King2012-03-133-1/+121
|\ \
| * | WriteBasicConfigVersionFile: add test for ExactVersion modeAlex Neundorf2012-03-101-0/+70
| * | write_basic_package_version_file: add ExactVersion modeAlex Neundorf2012-03-102-1/+47
| * | write_basic_package_version_file(): improve documentationAlex Neundorf2012-03-101-0/+4
* | | Merge topic 'update-KWIML'Brad King2012-03-131-17/+29
|\ \ \
| * \ \ Merge branch 'upstream-kwiml' into update-KWIMLBrad King2012-03-091-17/+29
| |\ \ \
| | * | | KWIML: Make test_INT robust to #define-d int#_t and INT#_CBrad King2012-03-091-17/+29
* | | | | Merge topic 'fix-cpack-hdiutil-retry-loops'Brad King2012-03-132-5/+9
|\ \ \ \ \
| * | | | | CPack: Fix retry logic when calls to hdiutil failDavid Cole2012-03-092-5/+9
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ctest-match-valgrind'Brad King2012-03-131-1/+1
|\ \ \ \ \
| * | | | | CTest: Match valgrind errors with "points to" (#12922)Alexandru Ciobanu2012-03-091-1/+1
* | | | | | Merge topic 'ctest-clang-in-xcode'Brad King2012-03-131-0/+1
|\ \ \ \ \ \
| * | | | | | CTest: Detect Xcode error "Command ... failed with exit code"Alexandru Ciobanu2012-03-091-0/+1
* | | | | | | Merge topic 'cleanup-object-file-names'Brad King2012-03-1318-279/+73
|\ \ \ \ \ \ \
| * | | | | | | Hide Makefile local object info inside local generatorBrad King2012-03-083-31/+39
| * | | | | | | VS: Simplify object name computationBrad King2012-03-065-71/+34
| * | | | | | | Remove unused partial OBJECT_FILES property implementationBrad King2012-03-0614-177/+0
* | | | | | | | Merge topic 'suppress-warnings'Brad King2012-03-131-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Suppress warnings occurring on the dashboards using the PGI compiler.David Cole2012-03-071-1/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'FindCxxTest-version-4-issue-13022'Brad King2012-03-131-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | FindCxxTest: Add support for CxxTest 4 (#13022)Droscy2012-03-071-2/+4
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-131-1/+1
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-121-1/+1
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-111-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-101-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-091-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'qt4-deploy'David Cole2012-03-081-0/+6
|\ \ \ \ \ \
| * | | | | | DeployQt4: Add path to Qt dlls on Windows.Clinton Stimpson2012-03-071-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'find_package_fatal_error_if_required_and_config_not_found'David Cole2012-03-0813-3/+30
|\ \ \ \ \ \
| * | | | | | find_package: Test that REQUIRED aborts processing correctlyBrad King2012-03-0712-3/+26
| * | | | | | find_package: error out if REQUIRED Config has not been foundAlex Neundorf2012-03-061-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'MakingConfigFilesEasier_ConfigureMacro'David Cole2012-03-085-32/+228
|\ \ \ \ \ \
| * | | | | | wrap write_basic_config_version_file as write_basic_package_version_file()Alex Neundorf2012-03-074-35/+44
| * | | | | | add CMakePackageConfigHelpers: configure_package_config_file()Alex Neundorf2012-03-073-0/+187
* | | | | | | Merge topic 'fix-12189-support-SBCS-in-VS'David Cole2012-03-088-3/+61
|\ \ \ \ \ \ \
| * | | | | | | VS6: Avoid SBCS test on VS6 (#12189)David Cole2012-03-061-1/+3
| * | | | | | | VS6: Avoid _MBCS define when _SBCS is defined (#12189)David Cole2012-02-211-3/+5
| * | | | | | | Visual Studio: Allow setting Single Byte Character Set (#12189)Aaron C. Meadows2012-02-177-0/+54
* | | | | | | | Merge topic 'CPackNSIS-addMissingDoc'David Cole2012-03-082-10/+23
|\ \ \ \ \ \ \ \