summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-8/+8
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-2/+2
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+9
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-1/+1
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-3/+7
* cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+4
* cmMakefile: GetModulesFile() accepts std::string paramVitaly Stakhovsky2019-01-211-2/+2
* cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-4/+3
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-10/+14
* cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_fileArtur Ryt2018-12-291-1/+1
* cmMakefile: Move uninitialized vars logic into MaybeWarnUninitialized()Artur Ryt2018-12-281-0/+2
* cmMakefile: move common logic to IsProjectFile functionArtur Ryt2018-12-281-0/+1
* find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-141-1/+7
* cmMakefile: Rename SuppressWatches to SuppressSideEffectsR2RT2018-11-051-1/+1
* link_directories(): enhance capabilitiesMarc Chevrier2018-09-251-1/+1
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+3
* Merge topic 'getsafedef-stdstring'Brad King2018-09-181-1/+2
|\
| * cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+2
* | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-0/+10
|/
* cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-1/+1
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-2/+2
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-3/+6
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+2
* cmMakefile: Convert private helpers to file static functionsVitaly Stakhovsky2018-05-011-3/+0
* cmMakefile: Improve ExpandVariablesInString return typeVitaly Stakhovsky2018-05-011-6/+5
* add_compile_definitions: add new commandMarc Chevrier2018-04-201-0/+1
* cmake_policy: Add undocumented PARENT_SCOPE option to GETBrad King2018-04-181-1/+2
* Features: Add infrastructure for C++ 20 language standardBrad King2018-03-271-1/+1
* Merge topic 'policy-version-range'Craig Scott2018-03-221-1/+2
|\
| * cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-1/+2
| * cmPolicies: Pass policy version as std::stringBrad King2018-03-161-1/+1
* | find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-3/+6
|/
* cmMakefile: Improve performance of GetSource for known filesFrank Winklmeier2018-02-231-0/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-9/+10
* cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-2/+2
* cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-101-5/+10
* Merge topic '17431-iphone-deployment-target'Brad King2018-01-081-1/+16
|\
| * Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-0/+15
| * Xcode: rename embedded SDK query functionGregor Jasny2017-12-221-1/+1
* | Various typo fixesLuz Paz2018-01-031-1/+1
|/
* Merge topic 'server-target-isGeneratorProvided'Brad King2017-11-271-3/+10
|\
| * server: return whether or not a target is generator providedJustin Goshi2017-11-201-3/+10
* | Merge topic 'serverFixTestDiscovery'Brad King2017-11-271-5/+5
|\ \ | |/ |/|
| * server: ctestInfo fix to return all testsJustin Goshi2017-11-171-5/+5
* | Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-171-1/+12
|/
* Merge topic 'server-test-info'Brad King2017-11-071-0/+5
|\
| * server: add "ctestInfo" request to get test infoJustin Goshi2017-11-031-0/+5
* | Fix trivial typos in textluzpaz2017-11-031-2/+2