Files
CMake/Source
Sebastian Holtermann f16dfdf71f cmLocalGenerator: Simplify GetIncludeDirectories
This patch strips the `stripImplicitDirs` and `appendAllImplicitDirs`
parameters from the `cmLocalGenerator::GetIncludeDirectories` method and makes
it a wrapper into the new `cmLocalGenerator::GetIncludeDirectoriesImplicit`
method.  `cmLocalGenerator::GetIncludeDirectoriesImplicit` is the renamed old
implementation of `cmLocalGenerator::GetIncludeDirectories` and still
accepts `stripImplicitDirs` and `appendAllImplicitDirs`.

The motivation is that there's only *one* case where
`cmLocalGenerator::GetIncludeDirectories` is called with the
`stripImplicitDirs` parameter being `false` (QtAutoGen), but many other places
where it is called using the `true` default value.

QtAutoGen is modified to use `cmLocalGenerator::GetIncludeDirectoriesImplicit`
directly.  In two use cases of `cmLocalGenerator::GetIncludeDirectories`
the manually set `true` value for `stripImplicitDirs` is removed.
2019-01-28 08:41:28 -05:00
..
2019-01-25 08:00:14 -05:00
2019-01-25 08:09:37 -05:00
2019-01-28 08:36:58 -05:00
2019-01-25 08:01:26 -05:00
2019-01-25 08:01:26 -05:00
2019-01-28 00:01:05 -05:00
2019-01-22 13:03:04 -05:00
2018-11-19 23:35:09 +01:00
2019-01-16 10:34:08 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2018-11-19 23:35:09 +01:00
2019-01-22 09:38:30 -05:00
2019-01-22 13:03:04 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 06:40:10 -05:00
2019-01-17 13:12:02 -05:00
2019-01-17 13:12:02 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-23 13:20:14 -05:00
2019-01-22 13:03:04 -05:00
2018-11-19 23:35:09 +01:00
2019-01-17 13:12:02 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-17 13:12:02 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-17 13:12:02 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-23 13:17:22 -05:00
2019-01-18 06:58:35 -05:00
2018-08-24 14:58:49 -04:00
2018-08-24 14:58:49 -04:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-17 13:12:02 -05:00