summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ctest-output-options'Brad King2015-02-2483-586/+1049
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | ff1ddd2a ctest_upload: Add QUIET option 0b87b2a3 ctest_memcheck: Add QUIET option fc58bdb9 ctest_coverage: Add QUIET option 876a680d ctest_test: Add QUIET option 49ba4545 ctest_build: Add QUIET option f999dc0b ctest_configure: Add QUIET option 645ad117 ctest_update: Add QUIET option 19d1a559 ctest_start: Add QUIET option 1643b905 ctest_submit: Add QUIET option 12db1139 CTest: Add cmCTestOptionalLog macro
| * ctest_upload: Add QUIET optionZack Galbreath2015-02-239-3/+44
| |
| * ctest_memcheck: Add QUIET optionZack Galbreath2015-02-237-48/+65
| |
| * ctest_coverage: Add QUIET optionZack Galbreath2015-02-2316-216/+290
| |
| * ctest_test: Add QUIET optionZack Galbreath2015-02-2311-50/+105
| |
| * ctest_build: Add QUIET optionZack Galbreath2015-02-239-40/+99
| |
| * ctest_configure: Add QUIET optionZack Galbreath2015-02-239-9/+54
| |
| * ctest_update: Add QUIET optionZack Galbreath2015-02-235-40/+89
| |
| * ctest_start: Add QUIET optionZack Galbreath2015-02-2310-42/+102
| | | | | | | | | | This suppresses all non-error messages that would have otherwise been printed by this function.
| * ctest_submit: Add QUIET optionZack Galbreath2015-02-2311-126/+173
| | | | | | | | | | Specifying this option prevents CTest from printing any non-error messages to the console for this call to ctest_submit().
| * CTest: Add cmCTestOptionalLog macroZack Galbreath2015-02-232-12/+28
| | | | | | | | | | | | | | | | | | cmCTestOptionalLog takes a boolean argument that indicates whether or not the message should be suppressed. Note that error messages will still be printed, even if suppression is requested. This macro will allow us to provide more fine-grained control over what messages CTest prints to the console.
* | Merge topic 'test-RunCMake-refactor-ctest'Brad King2015-02-24149-120/+104
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | e2b9e7f7 Tests: Drop unnecessary stderr matching from RunCMake.ctest_memcheck 7ce9f6e2 Tests: Teach RunCMake to tolerate 'Error kstat returned' lines in test output 69de0f7e Tests: Teach RunCMake to tolerate Guard Malloc lines in test output 57f2aa7c Tests: Teach RunCMake to tolerate BullseyeCoverage lines in test output b04c8ec3 Tests: Match curl error in RunCMake.ctest_submit FailDrop-* cases 1d82105e Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck} d7662141 Tests: Rename RunCMake.{CTestSubmit => ctest_submit} 9b50388b Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck) 76e7c22b Tests: Rename RunCMake.CTestMemcheck internals to match CTestSubmit
| * Tests: Drop unnecessary stderr matching from RunCMake.ctest_memcheckBrad King2015-02-235-15/+0
| | | | | | | | | | | | | | | | The Dummy*-stderr.txt files were needed only to match platform-specific memcheck tooling output and verify that stderr is otherwise empty. Now that the RunCMake infrastructure knows how to strip such lines before matching, we can simply drop these files and use the default empty string match.
| * Tests: Teach RunCMake to tolerate 'Error kstat returned' lines in test outputBrad King2015-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | When RunCMake tests run on Solaris, the output may contain unexpected lines of the form "Error kstat returned...". These lines are printed by SystemInformationImplementation::RunProcess when called from SystemInformationImplementation::ParseValueFromKStat (see issue #12066). Until someone investigates why kstat returns values outside the range it documents, simply remove such lines from the actual output before matching it against the expected output.
| * Tests: Teach RunCMake to tolerate Guard Malloc lines in test outputBrad King2015-02-231-1/+1
| | | | | | | | | | | | | | When RunCMake tests run under Xcode Guard Malloc, Guard Malloc may add lines of the form "<tool>(<pid>) malloc:..." to the output. Remove such lines from the actual output before matching it against the expected output.
| * Tests: Teach RunCMake to tolerate BullseyeCoverage lines in test outputBrad King2015-02-231-1/+1
| | | | | | | | | | | | When RunCMake tests run under dynamic analysis, Bullseye may add lines of the form "BullseyeCoverage..." to the output. Remove such lines from the actual output before matching it against the expected output.
| * Tests: Match curl error in RunCMake.ctest_submit FailDrop-* casesBrad King2015-02-233-3/+3
| | | | | | | | | | Port the regexes over from the CTestTestFailedSubmit tests for ftp, http, and https. No such match is needed for the other protocols.
| * Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck}Brad King2015-02-1985-30/+30
| | | | | | | | Follow the convention of naming tests after the command they test.
| * Tests: Rename RunCMake.{CTestSubmit => ctest_submit}Brad King2015-02-1962-37/+37
| | | | | | | | Follow the convention of naming tests after the command they test.
| * Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)Brad King2015-02-194-31/+30
| | | | | | | | | | Provide the "run_ctest" macro for use in other tests that also want to cover running "ctest" scripts.
| * Tests: Rename RunCMake.CTestMemcheck internals to match CTestSubmitBrad King2015-02-194-12/+12
| |
* | CMake Nightly Date StampKitware Robot2015-02-241-1/+1
| |
* | Merge branch 'release'Brad King2015-02-230-0/+0
|\ \
| * | CMake 3.2.0-rc2v3.2.0-rc2Brad King2015-02-231-1/+1
| | |
* | | Merge topic 'wix-shortcut-properties'Brad King2015-02-2315-152/+409
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cc01c14 CPackWIX: Add release notes for the wix-shortcut-properties topic. 135febf0 CPackWIX: Enhance CMake CPack WIX generated installer. e6731f48 CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 279605f5 CPackWIX: Add installed file properties for the creation of shortcuts. 53d7daff CPackWIX: Refactor start menu and desktop shortcut creation. dc0f3fb4 CPackWIX: Explicitly list CPack WIX headers for IDE convenience.
| * | | CPackWIX: Add release notes for the wix-shortcut-properties topic.Nils Gladitz2015-02-231-0/+9
| | | |
| * | | CPackWIX: Enhance CMake CPack WIX generated installer.Nils Gladitz2015-02-221-0/+22
| | | |
| * | | CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.Nils Gladitz2015-02-217-1/+47
| | | |
| * | | CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-219-12/+83
| | | |
| * | | CPackWIX: Refactor start menu and desktop shortcut creation.Nils Gladitz2015-02-217-150/+249
| | | |
| * | | CPackWIX: Explicitly list CPack WIX headers for IDE convenience.Nils Gladitz2015-02-201-0/+10
| | | |
* | | | Merge topic 'rpm_package_architecture'Brad King2015-02-234-6/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b6f94e6b Help: Add notes for topic 'rpm_package_architecture' f174b919 Tests: CpackRPM test component architecture 3aa9f89d CPackRPM: Support rpm architecture in components 761562fe CPackRPM: Fix CPACK_RPM_PACKAGE_ARCHITECTURE
| * | | | Help: Add notes for topic 'rpm_package_architecture'Brad King2015-02-231-0/+6
| | | | |
| * | | | Tests: CpackRPM test component architectureJoshua A Clayton2015-02-232-0/+14
| | | | | | | | | | | | | | | | | | | | Test creating rpms of type "noarch", native, and "armv7hf"
| * | | | CPackRPM: Support rpm architecture in componentsJoshua A Clayton2015-02-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPACK_RPM_<component>_PACKAGE_ARCHITECTURE variable allows the same project to support packages of different architectures including noarch, native and foreign architectures.
| * | | | CPackRPM: Fix CPACK_RPM_PACKAGE_ARCHITECTUREJoshua A Clayton2015-02-231-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BuildArch must only be added to a spec file for a "noarch" package or rpmbuild will fail. For all others, the --target argument sets the package architecture. In the process of Fixing rpm architecture, we make it mandatory, adding a default value of native architecture (the same as if no --target argument is present). Update the documentation at the top of the file to make it mandatory.
* | | | | Merge branch 'release'Brad King2015-02-230-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'FindCurses-remove-unused-check' into releaseBrad King2015-02-201-2/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'private-FindJsonCpp' into releaseBrad King2015-02-207-12/+10
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'if-optimize'Brad King2015-02-231-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 51f8de81 if(): avoid one needless string compare for all if() statements
| * | | | | | | if(): avoid one needless string compare for all if() statementsRolf Eike Beer2015-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If it's known that it is an "if" it can't be an "elseif".
* | | | | | | | Merge topic 'rpm_run_tests_on_other_platforms'Brad King2015-02-231-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8c0474cd CPackRPM: run tests on more platforms than just Linux
| * | | | | | | | CPackRPM: run tests on more platforms than just LinuxDomen Vrankar2015-02-231-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lift the restriction that limits use of CPackRPM tests to Linux OS only because RPM can also be used on e.g. AIX which is Unix OS.
* | | | | | | | Merge topic 'minor-cleanups'Brad King2015-02-236-38/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c021f59c cmMakefile: Store macro list in a vector not in a map. 2d130896 cmMakefile: Fix list of macros generation. f1969234 cmFunctionCommand: Remove ineffectual code. 1116698a cmTarget: Don't needlessly clear vectors in the destructor.
| * | | | | | | | cmMakefile: Store macro list in a vector not in a map.Stephen Kelly2015-02-214-28/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The signature was computed (incorrectly) and stored as the map value, but never used. Remove it now.
| * | | | | | | | cmMakefile: Fix list of macros generation.Stephen Kelly2015-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was broken by commit 7ee56f03 (Convert loops into the commonly used pattern., 2015-01-17).
| * | | | | | | | cmFunctionCommand: Remove ineffectual code.Stephen Kelly2015-02-211-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name variable is never used.
| * | | | | | | | cmTarget: Don't needlessly clear vectors in the destructor.Stephen Kelly2015-02-211-5/+5
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | This will be done anyway for us.
* | | | | | | | Merge topic 'fix-graphiz-typo'Brad King2015-02-231-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f93438cd Fix typo, graphiz -> graphviz.
| * | | | | | | | Fix typo, graphiz -> graphviz.Stephen Kelly2015-02-211-1/+1
| | |_|_|_|_|/ / | |/| | | | | |