summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-16/+28
* Merge topic 'parallel_build_option'Brad King2018-05-291-2/+2
|\
| * cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-2/+2
* | Revise implementation of case-insensitive command namesFlorian Jacomme2018-05-221-12/+11
|/
* cmMakefile: Convert private helpers to file static functionsVitaly Stakhovsky2018-05-011-30/+30
* cmMakefile: Improve ExpandVariablesInString return typeVitaly Stakhovsky2018-05-011-4/+5
* Merge topic 'fix-CMAKE_DISABLE_SOURCE_CHANGES-top-dir'Brad King2018-04-251-1/+2
|\
| * Fix CMAKE_DISABLE_SOURCE_CHANGES recognition of top of build treeMarc Chevrier2018-04-241-1/+2
* | add_compile_definitions: add new commandMarc Chevrier2018-04-201-0/+5
* | cmake_policy: Add undocumented PARENT_SCOPE option to GETBrad King2018-04-181-3/+3
* | Merge topic 'variable_watch-on-PARENT_SCOPE'Brad King2018-04-121-0/+9
|\ \
| * | variable_watch: trigger on variables set via PARENT_SCOPEMatteo Settenvini2018-04-111-0/+9
* | | Merge topic 'fix-crash-trace-exp-uninit-vars'Brad King2018-04-101-4/+5
|\ \ \ | |/ / |/| / | |/
| * Fix crash with --trace-expand --warn-uninitialized togetherR2RT2018-04-091-4/+5
* | Sanitize paths from LINK_DIRECTORIES directory propertyjrp20142018-04-041-6/+4
* | Features: Add infrastructure for C++ 20 language standardBrad King2018-03-271-6/+17
* | Merge topic 'policy-version-range'Craig Scott2018-03-221-3/+4
|\ \
| * | cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-3/+4
| * | cmPolicies: Pass policy version as std::stringBrad King2018-03-161-2/+2
* | | find_package: Improve CMP0074 warning messagesBrad King2018-03-211-4/+10
* | | find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-0/+20
|/ /
* | Merge topic 'cmWorkingDirectory_success_checking'Brad King2018-03-091-1/+9
|\ \
| * | cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-1/+9
* | | cmTarget: Simplify ClearDependencyInformation signatureBrad King2018-03-061-1/+1
|/ /
* | cmMakefile: Improve performance of GetSource for known filesFrank Winklmeier2018-02-231-0/+12
* | Tests management: add TESTS directory propertyMarc Chevrier2018-02-081-0/+14
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-15/+15
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-9/+8
* cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-21/+22
* Merge topic 'cmSourceGroup-modern-cxx'Craig Scott2018-01-171-5/+4
|\
| * cmSourceGroup: code improvements; use std::string and C++11 loopsVitaly Stakhovsky2018-01-111-5/+4
* | cmSourceFile: mark known locations as suchBen Boeckel2018-01-101-5/+9
* | cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-101-7/+10
|/
* Merge topic 'add_cuda_to_source_regex'Craig Scott2018-01-091-1/+1
|\
| * CUDA: Add cu as default source file extensionRobert Maynard2018-01-081-1/+1
* | Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-9/+22
* | Xcode: rename embedded SDK query functionGregor Jasny2017-12-221-1/+1
|/
* CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARDRobert Maynard2017-12-151-0/+26
* cmMakefile: Refactor determining a targets C++ standard levelRobert Maynard2017-12-151-73/+36
* Merge topic 'server-target-isGeneratorProvided'Brad King2017-11-271-9/+10
|\
| * server: return whether or not a target is generator providedJustin Goshi2017-11-201-9/+10
* | Merge topic 'serverFixTestDiscovery'Brad King2017-11-271-7/+10
|\ \ | |/ |/|
| * server: ctestInfo fix to return all testsJustin Goshi2017-11-171-7/+10
* | Merge topic 'perf-source-lookup'Brad King2017-11-201-3/+18
|\ \
| * | Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-171-3/+18
| |/
* | cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-2/+3
|/
* Merge topic 'server-test-info'Brad King2017-11-071-0/+7
|\
| * server: add "ctestInfo" request to get test infoJustin Goshi2017-11-031-0/+7
* | Fix trivial typos in textluzpaz2017-11-031-1/+1
* | Add deprecation warnings for policies CMP0054 and belowBrad King2017-11-011-1/+1