summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FindPostgreSQL: Remove unused linesTamar Kranenburg2015-06-011-5/+0
|
* Merge topic 'FindPkgConfig_fix_extra_path'Brad King2015-06-014-1/+108
|\ | | | | | | | | d4c6531a FindPkgConfig: Fix extra paths for CMAKE_{FRAMEWORK,APPBUNDLE}_PATH vars
| * FindPkgConfig: Fix extra paths for CMAKE_{FRAMEWORK,APPBUNDLE}_PATH varsDaniele E. Domenichelli2015-05-294-1/+108
| | | | | | | | | | | | | | | | The CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH cache variables are supposed to be used to generate the extra paths passed to pkg-config, but instead the CMAKE_PREFIX_PATH variable is used. This bug was introduced by the refactor in commit v3.1.0-rc1~747^2~1.
* | Merge topic 'FindMatlab-fix-visibility-and-reconfiguration'Brad King2015-06-016-4/+63
|\ \ | | | | | | | | | | | | | | | | | | 8444809c FindMatlab: fix reconfiguration of Matlab_ROOT_DIR 5752e558 FindMatlab: fix header visibility of the generated mex files 221a0263 FindMatlab: Drop incorrect usage option from test helper script
| * | FindMatlab: fix reconfiguration of Matlab_ROOT_DIRRaffi Enficiaud2015-06-015-2/+62
| | |
| * | FindMatlab: fix header visibility of the generated mex filesRaffi Enficiaud2015-06-011-1/+1
| | |
| * | FindMatlab: Drop incorrect usage option from test helper scriptRaffi Enficiaud2015-06-011-1/+0
| | | | | | | | | | | | There is no 'working_directory' option.
* | | Merge topic 'doc-add_dependencies-no-install'Brad King2015-06-011-1/+2
|\ \ \ | | | | | | | | | | | | | | | | 9504d7a9 Help: Explicitly mention lack of 'install' support in add_dependencies
| * | | Help: Explicitly mention lack of 'install' support in add_dependenciesBrad King2015-06-011-1/+2
| |/ / | | | | | | | | | | | | | | | CMake-generated targets are not supported by add_dependencies. State this explicitly and use 'install' as an example since this may be commonly attempted.
* | | Merge topic 'doc-cmake-compile-features-typo'Brad King2015-06-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | a9b1838f Help: Fix typo in cmake-compile-features(7) manual (#15594)
| * | | Help: Fix typo in cmake-compile-features(7) manual (#15594)Erik Sjölund2015-05-291-1/+1
| |/ / | | | | | | | | | | | | | | | | | | target_link_libraries() is being used in the example code but target_include_directories() was probably meant to be used. The sentence that starts with "Consuming code then" indicates that the example is about using the appropriate include directory.
* | | Merge topic 'file-log-less-data'Brad King2015-06-011-20/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | eba12a43 cmFileCommand: Do not log raw protocol data from curl (#15589) 7e10f169 cmFileCommand: Clarify logic for populating LOG variable 0d37dcd3 cmFileCommand: Rename variable verboseLog => logVar 43c01e07 cmFileCommand: Remove leftover no-op debugging logic
| * | | cmFileCommand: Do not log raw protocol data from curl (#15589)Brad King2015-05-281-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | Teach cmFileCommandCurlDebugCallback to filter the debug data by type and show only summary information instead of the raw data. This avoids allocating memory for all data transferred by UPLOAD or DOWNLOAD.
| * | | cmFileCommand: Clarify logic for populating LOG variableBrad King2015-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The chunkDebug buffer we use to accumulate the LOG variable content is populated if and only if a log variable was requested by the call, but it is much clearer to check that a log variable was requested explicitly before populating it.
| * | | cmFileCommand: Rename variable verboseLog => logVarBrad King2015-05-281-5/+4
| | | | | | | | | | | | | | | | | | | | This makes the LOG variable name consistent between UPLOAD and DOWNLOAD implementations.
| * | | cmFileCommand: Remove leftover no-op debugging logicBrad King2015-05-281-11/+0
| | |/ | |/| | | | | | | | | | | | | Remove debugging logic left from commit v2.6.0~305 (add DOWNLOAD option to FILE command, 2008-02-06). The CURLE_OPERATION_TIMEOUTED code path does nothing that the code immediately after it does not do.
* | | Merge topic 'update-kwsys'Brad King2015-06-013-14/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | bf365792 Merge branch 'upstream-kwsys' into update-kwsys ee71b751 KWSys 2015-05-27 (61e0419f)
| * \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-05-283-14/+51
| |\ \ \
| | * | | KWSys 2015-05-27 (61e0419f)KWSys Robot2015-05-283-14/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 61e0419f | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' b1d560a0..61e0419f Brad King (1): 61e0419f SystemTools: Teach RemoveFile to tolerate missing file Matt McCormick (1): 9a6b7c3f cmake: Set CMP0056 to NEW
* | | | | CMake Nightly Date StampKitware Robot2015-06-011-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-05-311-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-05-301-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2015-05-291-1/+1
| |_|/ |/| |
* | | Merge branch 'release'Brad King2015-05-280-0/+0
|\ \ \
| * \ \ Merge branch 'ctest-update-gmake-error-match' into releaseBrad King2015-05-271-2/+2
| |\ \ \
| * \ \ \ Merge branch 'fix-function-missing-endforeach' into releaseBrad King2015-05-189-1/+34
| |\ \ \ \
| * \ \ \ \ Merge branch 'InstallRequiredSystemLibraries-vs2015' into releaseBrad King2015-05-041-2/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mingw32-make-backslash-workaround' into releaseBrad King2015-05-012-0/+11
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.1'Brad King2015-05-280-0/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ctest-update-gmake-error-match' into release-3.1Brad King2015-05-271-2/+2
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
* | | | | | | | | Merge topic 'ctest-xml-refactor'Brad King2015-05-2826-714/+919
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de2ef305 cmCTest: Drop unused method overloads b04500a7 cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter 8fbc509a cmCTestCoverageHandler: Port to cmXMLWriter 82455a9d cmCTestBuildHandler: Port to cmXMLWriter 1dbd86fd cmCTestLaunch: Port to cmXMLWriter a53bd63e cmCTest: Port GenerateNotesFile to cmXMLWriter 9c0bb7d8 cmCTestConfigureHandler: Port to cmXMLWriter 6cf5cc71 cmCTestUploadHandler: Port to cmXMLWriter ed42c203 cmCTestUpdateHandler: Port to cmXMLWriter 18825baf cmCTest: Port to cmXMLWriter f6413400 Add cmXMLWriter class to consolidate XML generation
| * | | | | | | | | cmCTest: Drop unused method overloadsDaniel Pfeifer2015-05-262-115/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The StartXML, EndXML, and AddSiteProperties overloads that take a stream directly are no longer called anywhere. All clients hvae been ported to cmXMLWriter. Drop the old overloads.
| * | | | | | | | | cmCTest{Test,MemCheck}Handler: Port to cmXMLWriterDaniel Pfeifer2015-05-264-224/+202
| | | | | | | | | |
| * | | | | | | | | cmCTestCoverageHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-262-158/+153
| | | | | | | | | |
| * | | | | | | | | cmCTestBuildHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-262-63/+46
| | | | | | | | | |
| * | | | | | | | | cmCTestLaunch: Port to cmXMLWriterDaniel Pfeifer2015-05-262-74/+61
| | | | | | | | | |
| * | | | | | | | | cmCTest: Port GenerateNotesFile to cmXMLWriterDaniel Pfeifer2015-05-262-25/+27
| | | | | | | | | |
| * | | | | | | | | cmCTestConfigureHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-22/+16
| | | | | | | | | |
| * | | | | | | | | cmCTestUploadHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-21/+25
| | | | | | | | | |
| * | | | | | | | | cmCTestUpdateHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-269-78/+78
| | | | | | | | | |
| * | | | | | | | | cmCTest: Port to cmXMLWriterDaniel Pfeifer2015-05-262-0/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-implement StartXML, EndXML, and AddSiteProperties using cmXMLWriter. Leave the old overloads behind for use by CTest/* until they are ported.
| * | | | | | | | | Add cmXMLWriter class to consolidate XML generationDaniel Pfeifer2015-05-263-0/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly track XML generation state (indentation, element closure, etc.) so that clients can avoid manually/implicitly maintaining it.
* | | | | | | | | | Merge topic 'ctest-xml-minor-cleanup'Brad King2015-05-284-15/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b26e5b55 CTest: Generate NamedMeasurement elements directly into xml file 965cf8e6 CTest: Drop stray content from Configure.xml
| * | | | | | | | | CTest: Generate NamedMeasurement elements directly into xml fileDaniel Pfeifer2015-05-263-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-order the logic to avoid use of a temporary std::ostringstream.
| * | | | | | | | | CTest: Drop stray content from Configure.xmlDaniel Pfeifer2015-05-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove content left accidentally since commit v2.4.0~2876 (some bug fixes for my recent checkins and some more cleanup, 2004-09-07).
* | | | | | | | | | Merge topic 'ctest-update-gmake-error-match'Brad King2015-05-281-2/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | | 44a4e545 ctest_build: Fix regression in GNU make error message matching
| * | | | | | | | ctest_build: Fix regression in GNU make error message matchingZack Galbreath2015-05-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The regex update in commit v3.1.2~4^2 (ctest_build: Update GNU make error message matching, 2015-01-28) broke matching of the messages it updated. Remove the escape character before the square brackets added by that commit.
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-05-281-1/+1
| | | | | | | | |
* | | | | | | | | Merge topic 'test-genex-TARGET_FILE-on-INTERFACE'Brad King2015-05-274-0/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89253992 Tests: Add case for rejecting $<TARGET_FILE:...> on an INTERFACE library
| * | | | | | | | | Tests: Add case for rejecting $<TARGET_FILE:...> on an INTERFACE libraryBrad King2015-05-264-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an explicit test for this existing error. We already cover it for an OBJECT library but INTERFACE libraries are not allowed either.