summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | CMP0037: De-duplicate check and message generationBrad King2017-10-301-0/+36
* | Merge topic 'cm-array-begins-size'Brad King2017-10-261-65/+59
|\ \ | |/ |/|
| * Replace cmArray{Begin,End,Size} by their standard counterpartsMatthias Maennich2017-10-231-65/+59
* | Add infrastructure for generators to select a build tool instanceBrad King2017-10-191-0/+1
|/
* try_compile: Simplify generator platform and toolset propagationBrad King2017-09-271-2/+2
* Merge topic 'auto_ptr'Brad King2017-09-271-10/+11
|\
| * Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-10/+11
* | Revert "Performance: Improve efficiency of source file lookup in cmMakefile"Brad King2017-09-251-47/+3
|/
* Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-09-201-3/+47
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-4/+4
* Merge topic 'ranged-for'Brad King2017-09-131-114/+77
|\
| * Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-114/+77