Files
cmake/Source
Vitaly Stakhovsky 60f57d0dcc cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
Currently properties are usually stored internally as `std::string`.
However, family of GetProperty() functions return them as `const char *` using `c_str()`.
The proposed `cmProp`, typedef'ed as `const std::string *` will expose properties
more naturally.
2020-03-13 13:32:17 -04:00
..
2020-03-08 16:32:44 +01:00
2020-03-05 07:34:01 -05:00
2019-03-18 14:18:13 -04:00
2019-03-18 14:18:13 -04:00
2020-03-13 00:01:11 -04:00
2019-01-25 06:44:32 -05:00
2019-07-21 09:25:32 +02:00
2020-02-27 11:11:30 +01:00
2020-03-05 07:34:01 -05:00
2019-01-29 14:09:21 -05:00
2019-09-04 18:03:01 +02:00
2018-12-12 09:46:13 -05:00
2018-12-12 06:40:10 -05:00
2020-02-27 11:11:30 +01: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-02-21 08:24:26 -05:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-03-05 07:34:01 -05:00
2019-09-10 22:21:41 +02:00
…