| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -2/+2 |
|
|
* | Merge topic 'automoc-depend-project-file' | Brad King | 2020-09-01 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'backport-3.17-automoc-depend-project-file' | Brad King | 2020-08-31 | 1 | -0/+1 |
| |\ |
|
| | * | AutoMoc: Restore support for re-running after project file changes | Joerg Bornemann | 2020-08-31 | 1 | -0/+1 |
|
|
* | | | Merge topic 'automoc_timestamp_nmc_fix' | Brad King | 2020-08-25 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | AutoGen: Fix moc and uic dependencies when building Qt itself | Alexandru Croitor | 2020-08-25 | 1 | -0/+4 |
|
|
* | | | Merge topic 'automoc_timestamp_deps' | Brad King | 2020-08-06 | 1 | -2/+45 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'backport-3.17-automoc_timestamp_deps' | Brad King | 2020-08-05 | 1 | -2/+45 |
| |\ \
| | |/ |
|
| | * | AutoGen: Fix over-specified direct dependencies of custom command | Alexandru Croitor | 2020-08-03 | 1 | -2/+45 |
|
|
* | | | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -1/+1 |
|
|
* | | | Merge topic 'cmnonempty' | Kyle Edwards | 2020-07-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cmNonempty: Convenience inlines to check for non-empty string | Vitaly Stakhovsky | 2020-07-14 | 1 | -1/+1 |
|
|
* | | | | cmIsOn: add overload accepting const std::string* | Vitaly Stakhovsky | 2020-07-14 | 1 | -1/+1 |
|/ / / |
|
* | | | cmMakefile: Refactor API to better handle empty config values | Robert Maynard | 2020-07-03 | 1 | -4/+3 |
|
|
* | | | Refactor file extension queries to be more consistent | Robert Maynard | 2020-06-22 | 1 | -4/+4 |
|/ / |
|
* | | Merge topic 'getdef-expand' | Brad King | 2020-06-02 | 1 | -3/+2 |
|\ \ |
|
| * | | cmMakefile: add GetDefExpandList() that splits value into std::vector | Vitaly Stakhovsky | 2020-05-30 | 1 | -3/+2 |
|
|
* | | | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|/ / |
|
* | | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -3/+3 |
|
|
* | | GetSafeProperty: return std::string const& | Vitaly Stakhovsky | 2020-04-30 | 1 | -4/+5 |
|
|
* | | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -8/+5 |
|
|
* | | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -4/+4 |
|
|
* | | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -4/+9 |
|
|
* | | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -5/+12 |
|
|
* | | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -8/+10 |
|/ |
|
* | Ninja Multi-Config: Fix issue with framework dependencies and Autogen | Kyle Edwards | 2020-02-17 | 1 | -7/+8 |
|
|
* | Fix AUTOMOC deps file to contain correct rule name | Alexandru Croitor | 2020-01-31 | 1 | -1/+8 |
|
|
* | Merge topic 'automoc-using-depfiles' | Brad King | 2020-01-30 | 1 | -6/+49 |
|\ |
|
| * | AutoGen: Use depfiles for the XXX_autogen ninja targets | Joerg Bornemann | 2020-01-28 | 1 | -6/+48 |
|
|
| * | AutoGen: Use moc's feature to output dependencies | Joerg Bornemann | 2020-01-28 | 1 | -0/+1 |
|
|
* | | cm::String: enhance compatibility with STL | Marc Chevrier | 2020-01-25 | 1 | -1/+0 |
|/ |
|
* | Merge topic 'autogen_rcc_skip_unity' | Brad King | 2020-01-20 | 1 | -10/+14 |
|\ |
|
| * | Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated files | Sebastian Holtermann | 2020-01-17 | 1 | -10/+14 |
|
|
* | | cmMakefile: modernize memory management | Marc Chevrier | 2020-01-14 | 1 | -5/+5 |
|
|
* | | Autogen: Process .hh headers based on new policy CMP0100 settings | Sebastian Holtermann | 2020-01-04 | 1 | -40/+87 |
|
|
* | | Autogen: Try adding header suffix to moc output file name on name conflicts | Sebastian Holtermann | 2020-01-04 | 1 | -13/+31 |
|
|
* | | Merge topic 'autogen-no-hh' | Brad King | 2019-12-19 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Autogen: Revert processing of .hh files for compatibility | Brad King | 2019-12-18 | 1 | -2/+4 |
|
|
* | | Merge topic 'stdstring-target' | Brad King | 2019-12-17 | 1 | -4/+4 |
|\ \ |
|
| * | | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -4/+4 |
|
|
* | | | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -3/+10 |
|/ / |
|
* | | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -8/+7 |
|
|
* | | cmCustomCommand: Explicitly pass backtrace on construction | Daniel Eiband | 2019-11-24 | 1 | -2/+2 |
|
|
* | | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -2/+2 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -20/+21 |
|
|
* | cmCustomCommand: Move custom commands | Daniel Eiband | 2019-09-26 | 1 | -1/+1 |
|
|
* | cmMakefile: Move enumerations into new header | Daniel Eiband | 2019-09-26 | 1 | -4/+4 |
|
|
* | Autogen: Use JSON instead of CMake script for info files | Sebastian Holtermann | 2019-09-25 | 1 | -365/+427 |
|
|
* | Autogen: Variable renames and cleanups | Sebastian Holtermann | 2019-09-25 | 1 | -19/+22 |
|
|
* | Autogen: Inline GetKnownQtVersions function | Sebastian Holtermann | 2019-09-25 | 1 | -49/+45 |
|
|