summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmMakefile: Rename SuppressWatches to SuppressSideEffectsR2RT2018-11-051-4/+4
* add_subdirectory: Run subdirectory install rules in correct orderKyle Edwards2018-10-101-0/+4
* link_directories(): enhance capabilitiesMarc Chevrier2018-09-251-2/+9
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-15/+16
* Merge topic 'deprecate-policy-old'Craig Scott2018-09-201-1/+1
|\
| * Add deprecation warnings for policies CMP0063 and belowBrad King2018-09-171-1/+1
* | Merge topic 'getsafedef-stdstring'Brad King2018-09-181-7/+17
|\ \ | |/ |/|
| * cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-7/+17
* | Merge topic 'out-of-dir-linking'Brad King2018-09-141-0/+17
|\ \ | |/ |/|
| * target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-0/+17
* | cmState::GetInitializedCacheValue: Return as const std::string*Vitaly Stakhovsky2018-09-101-17/+13
|/
* Merge topic 'definitions-get'Brad King2018-09-071-6/+11
|\
| * cmStateSnapshot::GetDefinition(): Return std::string const*Vitaly Stakhovsky2018-09-051-6/+11
* | Merge topic 'grd-stdstring'Brad King2018-09-061-3/+3
|\ \
| * | cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-3/+3
| |/
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
|/
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-4/+4
* cmStateDirectory: use const std::string& for return valuesVitaly Stakhovsky2018-08-121-2/+2
* Merge topic 'project-injected-no-cmp0048'Craig Scott2018-07-251-0/+2
|\
| * project: Do not issue CMP0048 warnings on injected callBrad King2018-07-241-0/+2
* | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+15
|/
* 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