summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ctest_memcheck: join *SAN_OPTIONS with :Jamie Snape2017-01-091-4/+4
|
* MEMORYCHECK_SUPPRESSIONS_FILE: add support for sanitizersJamie Snape2017-01-091-1/+8
|
* ctest_memcheck: add support for standalone LeakSanitizerJamie Snape2017-01-092-0/+18
|
* CMake Nightly Date StampKitware Robot2017-01-091-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-081-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-071-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-061-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-051-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-041-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-031-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-021-1/+1
|
* CMake Nightly Date StampKitware Robot2017-01-011-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-311-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-301-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-291-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-281-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-271-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-261-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-251-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-241-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-231-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-221-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-211-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-201-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-191-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-181-1/+1
|
* CMake Nightly Date StampKitware Robot2016-12-171-1/+1
|
* Merge topic 'refactor-compile-pdb-path'Brad King2016-12-164-31/+25
|\ | | | | | | | | 6271df8f Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
| * Makefile,Ninja: De-duplicate MSVC compiler PDB path selectionBrad King2016-12-154-31/+25
| | | | | | | | | | Add a helper to cmCommonTargetGenerator instead of duplicating it in cmMakefileTargetGenerator and cmNinjaTargetGenerator.
* | CMake Nightly Date StampKitware Robot2016-12-161-1/+1
|/
* Merge topic 'codelite-build-and-clean-targets-enhancement'Brad King2016-12-152-25/+46
|\ | | | | | | | | f1739418 CodeLite: Make build/clean/rebuild operations optionally target-centric
| * CodeLite: Make build/clean/rebuild operations optionally target-centricMinze Zwerver2016-12-142-25/+46
| | | | | | | | | | When `CMAKE_CODELITE_USE_TARGETS` is enabled, these operations should be target-centric too.
* | Merge topic 'update-kwsys'Brad King2016-12-154-29/+53
|\ \ | | | | | | | | | | | | | | | | | | da03e2d6 Merge branch 'upstream-KWSys' into update-kwsys a9ea66bd KWSys 2016-12-14 (95a7e234) 24130757 update-kwsys: Update repository URL
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-12-144-29/+53
| | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2016-12-14 (95a7e234)
* | | CMake Nightly Date StampKitware Robot2016-12-151-1/+1
|/ /
* | Merge topic 'rebuild-lexers'Brad King2016-12-1416-3357/+3743
|\ \ | | | | | | | | | | | | c5df1f16 Regenerate lexer source code
| * | Regenerate lexer source codeDaniel Pfeifer2016-12-1416-3357/+3743
| | | | | | | | | | | | | | | | | | | | | | | | Revise the manual procedure in the `*Lexer.in.l` files. Some of our post-processing steps are no longer necessary with the current set of supported compilers. Some steps changed with newer versions of flex. Then regenerate all lexers with flex version 2.6.1.
* | | Merge topic 'dotnet_hint_references'Brad King2016-12-142-10/+64
|\ \ \ | | | | | | | | | | | | | | | | 55da7e50 VS: add support for .NET references with hint paths
| * | | VS: add support for .NET references with hint pathsMichael Stürmer2016-12-132-10/+64
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2016-12-141-1/+1
| | |
* | | Merge topic 'try_compile-lang-std-cuda'Brad King2016-12-131-2/+77
|\ \ \ | |/ / |/| | | | | | | | 1371eec4 try_compile: extend CMP0067 to honor language standards for CUDA.
| * | try_compile: extend CMP0067 to honor language standards for CUDA.Robert Maynard2016-12-121-2/+77
| | |
* | | CMake Nightly Date StampKitware Robot2016-12-131-1/+1
|/ /
* | Merge topic 'clang-tidy'Brad King2016-12-1259-152/+140
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b932cd42 clang-tidy: apply misc-redundant-expression fixes 88da3d68 clang-tidy: apply misc-suspicious-string-compare fixes 58c66393 clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes 85bfddda clang-tidy: apply readability-redundant-control-flow fixes 2988abd9 clang-tidy: apply modernize-use-bool-literals fixes a74e6893 clang-tidy: apply readability-redundant-string-init fixes cac529dd clang-tidy: apply performance-faster-string-find fixes 7c9db8f8 clang-tidy: apply performance-unnecessary-value-param fixes
| * | clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-123-5/+4
| | |
| * | clang-tidy: apply misc-suspicious-string-compare fixesDaniel Pfeifer2016-12-122-18/+11
| | |
| * | clang-tidy: apply readability-static-definition-in-anonymous-namespace fixesDaniel Pfeifer2016-12-123-23/+19
| | |
| * | clang-tidy: apply readability-redundant-control-flow fixesDaniel Pfeifer2016-12-124-4/+0
| | |
| * | clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-1222-50/+49
| | |
| * | clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-1219-31/+31
| | |