summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ctest_memcheck: do not add detect_leaks=1 to ASAN_OPTIONSJamie Snape2017-01-092-1/+5
|
* ctest_memcheck: join *SAN_OPTIONS with :Jamie Snape2017-01-093-9/+14
|
* MEMORYCHECK_SUPPRESSIONS_FILE: add support for sanitizersJamie Snape2017-01-092-1/+12
|
* ctest_memcheck: add support for standalone LeakSanitizerJamie Snape2017-01-0910-14/+102
|
* 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 'FindGit-fix-cross-compile'Brad King2016-12-161-1/+1
|\ | | | | | | | | caeb6d1d FindGit: Fix check for Windows host
| * FindGit: Fix check for Windows hostJosé Simões2016-12-151-1/+1
| | | | | | | | | | When cross-compiling to or from a Windows platform we should still find a Git for the host environment.
* | Merge topic 'cuda_tests_now_explain_why_they_fail'Brad King2016-12-164-11/+16
|\ \ | | | | | | | | | | | | c59811a2 CUDA: Tests now state why they are failing when no CUDA card is found.
| * | CUDA: Tests now state why they are failing when no CUDA card is found.Robert Maynard2016-12-154-11/+16
| | |
* | | Merge topic 'FindPythonLibs-tolerate-components'Brad King2016-12-161-6/+13
|\ \ \ | | | | | | | | | | | | | | | | a12d8a03 FindPythonLibs: Tolerate call with PYTHON_LIBRARY already a list
| * | | FindPythonLibs: Tolerate call with PYTHON_LIBRARY already a listFrancois Budin2016-12-151-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `PYTHON_LIBRARY` may contain a list because of `SelectLibraryConfigurations`. If it is the case, the list can be: optimized;<FILEPATH_TO_RELEASE_LIBRARY>;debug;<FILEPATH_TO_DEBUG_LIBRARY> Instead of directly using the value of `PYTHON_LIBRARY` in the CMake function `get_filename_component()`, we loop over the content of the relevant parts of `PYTHON_LIBRARY` and `PYTHON_DEBUG_LIBRARY` whether they are lists or not. Suggested-by: Brad King <brad.king@kitware.com>
* | | | 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.
* | | | Merge topic 'csharp_support_compiler_detection'Brad King2016-12-1610-2/+391
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 5c6c0344 C# support: add compiler detection for MSVC
| * | | | C# support: add compiler detection for MSVCMichael Stürmer2016-12-1510-2/+391
| | | | |
* | | | | Merge topic 'copyright-year'Brad King2016-12-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 40e56149 Copyright.txt: Update year range to end in 2017
| * | | | | Copyright.txt: Update year range to end in 2017Brad King2016-12-151-1/+1
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2016-12-161-1/+1
|/ / / /
* | | | Merge topic 'FindPNG-typo'Brad King2016-12-151-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | 9fdad82c FindPNG: Fix small typo fix in module help
| * | | FindPNG: Fix small typo fix in module helpMaxime Morel2016-12-151-1/+1
| | | |
* | | | Merge topic 'codelite-build-and-clean-targets-enhancement'Brad King2016-12-153-25/+56
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | f1739418 CodeLite: Make build/clean/rebuild operations optionally target-centric
| * | | | CodeLite: Make build/clean/rebuild operations optionally target-centricMinze Zwerver2016-12-143-25/+56
| | | | | | | | | | | | | | | | | | | | | | | | | When `CMAKE_CODELITE_USE_TARGETS` is enabled, these operations should be target-centric too.
* | | | | Merge topic 'doc-clarify-CMAKE_CL_64'Brad King2016-12-151-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 58f02aaa Help: Clarify meaning of CMAKE_CL_64
| * | | | | Help: Clarify meaning of CMAKE_CL_64Brad King2016-12-141-2/+3
| | |/ / / | |/| | | | | | | | | | | | | Closes: #16504
* | | | | Merge topic 'update-kwsys'Brad King2016-12-155-30/+54
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | * | | | | KWSys 2016-12-14 (95a7e234)KWSys Upstream2016-12-144-31/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 95a7e234ffd0c6bdfaa8b21c59a119198c050164 (master). Upstream Shortlog ----------------- Ben Boeckel (1): e0967411 Add a script to help update third-party sources Brad King (10): 98505f79 Add script to update GitSetup from upstream 365edba8 GitSetup: Tell Git not to export .gitattributes 41a7fe5b Add pre-commit hook to check whether SetupForDevelopment must re-run 17a1200c Convert developer setup scripts away from Gerrit Code Review 5f206c3a Tell Git to use a distinct conflict marker size in `.rst` files 33f828d4 README: Convert from `.txt` to `.rst` markup 56b707dd README: Add section about reporting bugs 140357ea CONTRIBUTING: Document contribution through the Kitware GitLab Instance 4b7bf8e4 Tell Git not to export any `.sh` or `.bash` scripts e25eb8dc CONTRIBUTING: Add step for running developer setup script GitSetup Upstream (3): fed3d191 GitSetup 2012-09-27 (341043cf) a0144297 GitSetup 2016-12-13 (8af10838) 868c1e68 GitSetup 2016-12-13 (cd5ada6d)