summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2016-11-271-1/+1
|
* CMake Nightly Date StampKitware Robot2016-11-261-1/+1
|
* CMake Nightly Date StampKitware Robot2016-11-251-1/+1
|
* CMake Nightly Date StampKitware Robot2016-11-241-1/+1
|
* CMake Nightly Date StampKitware Robot2016-11-231-1/+1
|
* Merge topic 'eclipse-subprojects'Brad King2016-11-221-0/+8
|\ | | | | | | | | f84a3acd Eclipse: Fix indexer for subprojects
| * Eclipse: Fix indexer for subprojectsAdam Weisi2016-11-211-0/+8
| | | | | | | | | | | | | | | | | | Using `add_subdirectory(source_dir binary_dir)` with `source_dir` not a subdirectory needs to add a `[Subprojects]` entry to the source path in Eclipse. The Eclipse indexer seems to use those entries as reference to index source files. Closes: #15984
* | Merge topic 'imported-interface-no-system'Brad King2016-11-222-1/+5
|\ \ | | | | | | | | | | | | 46005251 Allow NO_SYSTEM_FROM_IMPORTED on imported INTERFACE libraries
| * | Allow NO_SYSTEM_FROM_IMPORTED on imported INTERFACE librariesBrad King2016-11-212-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Imported INTERFACE libraries can specify include directories via `INTERFACE_INCLUDE_DIRECTORIES` so the default behavior of treating them as system include directories applies. Allow users to turn this off by setting `NO_SYSTEM_FROM_IMPORTED` on such targets. Closes: #16443
* | | CMake Nightly Date StampKitware Robot2016-11-221-1/+1
|/ /
* | Merge topic 'capture-clang-tidy-errors'Brad King2016-11-211-6/+18
|\ \ | | | | | | | | | | | | | | | | | | 80ebc55a cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zero ce1abfa4 cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report why 44de6157 cmake: Comment why we ignore the include-what-you-use return code
| * | cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zeroBrad King2016-11-181-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | When using `<LANG>_CLANG_TIDY` our internal launcher for the tool must capture its return code and stderr and report them on failure. Otherwise incorrect command lines silently fail. Closes: #16435
| * | cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report whyBrad King2016-11-181-3/+7
| | |
| * | cmake: Comment why we ignore the include-what-you-use return codeBrad King2016-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The include-what-you-use tool always returns non-zero to indicate that it did not actually produce an object file as Clang would from the same command line. Add a comment explaining that this is why we ignore its return code. Also update our `pseudo_iwyu` test suite tool to always exit with an error too.
* | | Merge topic 'update-kwsys'Brad King2016-11-211-0/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | 4775a99f Merge branch 'upstream-KWSys' into update-kwsys 0a56e6fe KWSys 2016-11-18 (2a3f6f6b)
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-181-0/+11
| | | | | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2016-11-18 (2a3f6f6b)
* | | | CMake Nightly Date StampKitware Robot2016-11-211-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2016-11-201-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2016-11-191-1/+1
|/ /
* | Merge topic 'auto_project_regeneration'Brad King2016-11-184-11/+65
|\ \ | | | | | | | | | | | | 427b6da9 VS: Teach `cmake --build` to reconfigure if needed before building
| * | VS: Teach `cmake --build` to reconfigure if needed before buildingYves Frederix2016-11-174-11/+65
| | | | | | | | | | | | | | | | | | | | | Visual Studio's build system does not cleanly handle itself being re-generated during the build. Teach `cmake --build` to check whether the build system needs to be re-generated before launching the native build tool.
* | | Merge topic 'tolerate-removed-cache'Brad King2016-11-181-0/+20
|\ \ \ | | | | | | | | | | | | | | | | 25b6e7b7 Tolerate removed/replaced CMakeCache.txt with old CMakeFiles/
| * | | Tolerate removed/replaced CMakeCache.txt with old CMakeFiles/Brad King2016-11-171-0/+20
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Users or scripts commonly remove or replace `CMakeCache.txt` without also removing `CMakeFiles/`. In this case the information saved in the cache from platform information initialization is missing, so we need to re-initialize it. In such a case, remove the platform information directory so that re-initialization will occur and restore needed information to the cache. Closes: #14820
* | | Merge topic 'xcode-add-override-keyword'Brad King2016-11-181-26/+28
|\ \ \ | | | | | | | | | | | | | | | | c0e223cd Xcode: Add override keyword to suppress warnings
| * | | Xcode: Add override keyword to suppress warningsGregor Jasny2016-11-171-26/+28
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-11-181-1/+1
|/ /
* | Merge topic 'improve_ctest_memcheck_output'Brad King2016-11-171-10/+22
|\ \ | | | | | | | | | | | | f0d50957 ctest: Improve output for `-T memcheck`
| * | ctest: Improve output for `-T memcheck`Bill Hoffman2016-11-171-10/+22
| | | | | | | | | | | | | | | Show how many defects each test that had a defect produced. Also tell the user where to find the full log files.
* | | Merge topic 'update-kwsys'Brad King2016-11-172-1/+8
|\ \ \ | |_|/ |/| | | | | | | | | | | 451e9f93 Merge branch 'upstream-KWSys' into update-kwsys 572ac897 KWSys 2016-11-16 (a0c60eec)
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-162-1/+8
| | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2016-11-16 (a0c60eec)
* | | CMake Nightly Date StampKitware Robot2016-11-171-1/+1
|/ /
* | Merge topic 'ccmake_fix_print_keys'Brad King2016-11-162-49/+46
|\ \ | | | | | | | | | | | | | | | 5ca4abb2 ccmake: Correctly display edit mode and associated keys a9562eac ccmake: Add missing spaces to match the previous text length
| * | ccmake: Correctly display edit mode and associated keysSylvain Joubert2016-11-152-49/+46
| | | | | | | | | | | | | | | | | | | | | | | | Specific widgets can implement `PrintKeys` but their effects were hidden by the main widget `PrintKeys`. Fix this to give the user a better hint about the edit mode status. Closes: #13757
| * | ccmake: Add missing spaces to match the previous text lengthSylvain Joubert2016-11-151-1/+1
| | | | | | | | | | | | There was a "glitch" leaving "it" on the screen
* | | Merge topic 'vs-suppress-upgrade-prompt'Brad King2016-11-161-0/+10
|\ \ \ | | | | | | | | | | | | | | | | 7c8f7737 VS: Disable project upgrade prompt on VS 2013 and above
| * | | VS: Disable project upgrade prompt on VS 2013 and aboveErik Christensen2016-11-151-0/+10
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | When opening projects in Visual Studio that specify an older toolset version, a prompt is displayed the first time asking the user whether to upgrade the projects. This is meant for project files that are maintained manually and updated through the IDE. For CMake-generated projects this does not make sense, so add content to tell VS not to upgrade.
* | | Merge topic 'Empty_CTestTestfile_on_BUILD_TESTING_OFF'Brad King2016-11-161-4/+7
|\ \ \ | | | | | | | | | | | | | | | | ae4cfa8b Remove CTestTestfile.cmake when BUILD_TESTING is OFF
| * | | Remove CTestTestfile.cmake when BUILD_TESTING is OFFSylvain Joubert2016-11-151-4/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | When disabling BUILD_TESTING after a previous configure, the `CTestTestfile.cmake` was left unchanged. As a result, ctest would see the tests while the user disabled testing. Now when BUILD_TESTING is OFF any existing `CTestTestfile.cmake` is removed ensuring an empty test list.
* | | Merge topic 'childEncoding'Brad King2016-11-1620-54/+489
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f55fcdc8 CTest: Use UTF-8 encoding for output from Git 40bd42df Add Encoding option for RunChild, RunMakeCommand and RunProcess 595feb32 Windows: Encode child process output to internally-used encoding 96103972 Add cmProcessOutput class to be used for decoding text data 92c865b8 cmCTestBuildHandler: Use size_t in ProcessBuffer length argument
| * | | CTest: Use UTF-8 encoding for output from GitDāvis Mosāns2016-11-151-6/+11
| | | |
| * | | Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-1412-27/+47
| | | |
| * | | Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-149-26/+196
| | | | | | | | | | | | | | | | | | | | | | | | Typically Windows applications (eg. MSVC compiler) use current console's codepage for output to pipes so we need to encode that to our internally-used encoding (`KWSYS_ENCODING_DEFAULT_CODEPAGE`).
| * | | Add cmProcessOutput class to be used for decoding text dataDāvis Mosāns2016-11-143-0/+240
| | | | | | | | | | | | | | | | | | | | This allows to decode text data we receive from external process which uses external encoding to our internal encoding.
| * | | cmCTestBuildHandler: Use size_t in ProcessBuffer length argumentBrad King2016-11-142-2/+2
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-11-161-1/+1
| |_|/ |/| |
* | | Merge topic 'add-SHA-3'Brad King2016-11-154-10/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f636d1e7 Help: Add notes for topic 'add-SHA-3' cb5dba8e Tests: Add SHA-3 algorithm coverage to CPack checksum test a9fa6099 ExternalProject: Add support for SHA-3 algorithms b4ffd26f ExternalData: Add support for SHA-3 algorithms 60939702 file: Add support for SHA-3 algorithms 92f95aed string: Add support for SHA-3 algorithms c326209f cmCryptoHash: Add support for SHA-3 algorithms 979e8ba6 Help: De-duplicate and spell out supported hash algorithms 7a79f7e3 librhash: Activate SHA-3 implementation 87584b5e Merge branch 'upstream-librhash' into add-SHA-3 7fcbd47e librhash 2016-11-06 (de79828d) c50c32a3 librhash: Update import script to add SHA-3 implementation
| * | | file: Add support for SHA-3 algorithmsBrad King2016-11-101-1/+3
| | | |
| * | | string: Add support for SHA-3 algorithmsBrad King2016-11-101-1/+3
| | | |
| * | | cmCryptoHash: Add support for SHA-3 algorithmsBrad King2016-11-102-8/+29
| | | |
* | | | Merge topic 'cmake-server-fix-16423'Brad King2016-11-152-28/+77
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 516a2cd3 server-mode: Reset GlobalGenerator before configure