summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'msvc_cuda_files_use_consistent_obj_names'Brad King2018-01-317-26/+51
|\
| * CUDA: Use MSVC default pattern for naming object filesRobert Maynard2018-01-307-26/+51
* | Merge topic 'generate_speedup'Brad King2018-01-312-29/+6
|\ \
| * | cmLocalGenerator: change ImportedGeneratorTargets from vector to mapFrank Winklmeier2018-01-302-24/+6
| * | cmLocalGenerator: remove public GetImportedGeneratorTargetsFrank Winklmeier2018-01-301-5/+0
| |/
* | Merge topic 'source_group-TREE-args'Brad King2018-01-316-91/+181
|\ \
| * | source_group: Fix TREE argument parsingMateusz Janek2018-01-306-91/+181
* | | Merge topic 'CheckIPOSupported-doc-Fortran'Brad King2018-01-311-1/+1
|\ \ \
| * | | CheckIPOSupported: Document existing Fortran supportBrad King2018-01-301-1/+1
| | |/ | |/|
* | | Merge topic 'vs-restore-order'Brad King2018-01-311-2/+2
|\ \ \
| * | | VS: Restore the order of the AdditionalIncludeDirectories tagVitaly Stakhovsky2018-01-301-2/+2
* | | | Merge topic 'dedup-ComputeObjectFilenames'Brad King2018-01-316-38/+21
|\ \ \ \
| * | | | Makefile,Ninja: De-duplicate ComputeObjectFilenames methodBrad King2018-01-296-38/+21
| |/ / /
* | | | Merge topic 'adsp-asmembler-identification'Brad King2018-01-311-0/+4
|\ \ \ \
| * | | | ASM: ADSP assembler identificationAnton Danielsson2018-01-301-0/+4
* | | | | Merge topic 'FindCUDA-restore-config-types'Brad King2018-01-311-0/+12
|\ \ \ \ \
| * | | | | FindCUDA: Fix regression in per-config flagsBrad King2018-01-301-0/+12
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2018-01-311-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'update_foreach_range_doc'Brad King2018-01-301-4/+4
|\ \ \ \
| * | | | Help: Better explain that foreach(RANGE ) is inclusive.Robert Maynard2018-01-291-4/+4
| | |/ / | |/| |
* | | | Merge topic 'doc-typo-CMAKE_INCLUDE_CURRENT_DIR'Brad King2018-01-301-1/+1
|\ \ \ \
| * | | | Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR docssilvioprog2018-01-291-1/+1
* | | | | Merge topic 'doc-typo-CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE'Brad King2018-01-301-1/+1
|\ \ \ \ \
| * | | | | Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE docssilvioprog2018-01-291-1/+1
| |/ / / /
* | | | | Merge topic 'vcxproj-DebugInformationFormat-newline'Brad King2018-01-301-4/+5
|\ \ \ \ \
| * | | | | VS: Use newline for empty DebugInformationFormat tagsRobert Dailey2018-01-261-4/+5
| |/ / / /
* | | | | Merge topic 'xcode-gen-warning'Brad King2018-01-301-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cmGlobalXCodeGenerator: Avoid -Wconditional-uninitialized warningBrad King2018-01-291-1/+1
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2018-01-301-1/+1
|/ / /
* | | Merge topic 'reduce-temporaries'Brad King2018-01-2969-314/+302
|\ \ \
| * | | Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-2669-314/+302
* | | | Merge topic 'ctest_start_function_scope'Brad King2018-01-2911-4/+50
|\ \ \ \
| * | | | Help: add release notes, documentation for CTEST_RUN_CURRENT_SCRIPT behaviorKyle Edwards2018-01-263-0/+14
| * | | | cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-268-4/+36
* | | | | Merge topic 'intel-cxx17-flags'Brad King2018-01-292-1/+13
|\ \ \ \ \
| * | | | | Intel: Add C++17 compiler optionsChristian Pfeiffer2018-01-271-0/+11
| * | | | | Intel: Correct the C11 ext flagChristian Pfeiffer2018-01-271-1/+2
* | | | | | CMake Nightly Date StampKitware Robot2018-01-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2018-01-281-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-01-271-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'test-genex-speedup'Brad King2018-01-2687-312/+165
|\ \ \ \
| * | | | Tests: Speed up RunCMake.TargetPropertyGeneratorExpressionsBrad King2018-01-2562-241/+135
| * | | | Tests: Speed up RunCMake.GeneratorExpressionBrad King2018-01-2525-71/+30
| | |/ / | |/| |
* | | | Merge topic 'dedup-uv-signal-hack'Brad King2018-01-264-74/+48
|\ \ \ \
| * | | | De-duplicate cmUVSignalHackRAIIBrad King2018-01-254-74/+48
| * | | | cmUVSignalHackRAII: Use nullptr instead of NULLBrad King2018-01-251-2/+2
| | |_|/ | |/| |
* | | | Merge topic 'ctest-chrono'Brad King2018-01-2638-212/+272
|\ \ \ \
| * | | | Make use of std::chrono throughout every componentWouter Klouwen2018-01-2318-62/+86
| * | | | CTest: add safe conversion from cmDuration to integer typesWouter Klouwen2018-01-237-40/+74
| * | | | CTest: introduce cmDurationWouter Klouwen2018-01-2319-109/+111