summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmMakefile: Add GetOrCreateSourceGroup methodsSebastian Holtermann2017-09-091-0/+21
* | cmMakefile: Collect source group methods in one placeSebastian Holtermann2017-09-091-34/+31
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-29/+28
* Remove AUTOGEN variables from cmSourceFile and cmMakefileSebastian Holtermann2017-08-221-10/+0
* Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 featuresBrad King2017-08-081-0/+12
* Merge topic 'labels-for-subprojects'Brad King2017-07-131-0/+3
|\
| * Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-0/+3
* | Merge topic 'source-group-regex-tweaks'Brad King2017-07-131-4/+2
|\ \
| * | Add more extensions to Resources source group by defaultUfoXp2017-07-101-4/+2
| |/
* | configure_file: Add support for indented cmakedefineSylvain Joubert2017-07-041-7/+11
|/
* Merge topic 'fix-crash-on-non-enabled-language-features'Brad King2017-06-271-2/+19
|\
| * target_compile_features: Do not crash on non-enabled languageBrad King2017-06-261-2/+19
* | file(GENERATE): Add policy CMP0070 to define relative path behaviorBrad King2017-06-091-1/+2
|/
* Merge topic 'lint-function-args'Brad King2017-06-051-1/+1
|\