Daniel Mensinger
31eb41ec2f
cmake: traceparser better handle lists
2020-02-19 11:52:22 +01:00
Daniel Mensinger
796b4c120a
cmake: Add support for the new JSON trace format
2020-02-12 20:58:37 +01:00
Daniel Mensinger
48cb1a7004
cmake: Fix spaces in compile flags ( fixes #6566 )
2020-02-04 11:37:55 +01:00
Daniel Mensinger
acc6dbfab7
cmake: Add support for --trace-redirect
2020-01-26 18:23:41 +01:00
Daniel Mensinger
3607f50d7f
cmake: Refactor CMakeExecutor and CMakeTraceParser
...
This moves most of the execution code from the CMakeInterpreter
into CMakeExecutor. Also, CMakeTraceParser is now responsible
for determining the trace cmd arguments.
2020-01-26 18:23:34 +01:00
Daniel Mensinger
09b53c534f
types: import typing as T ( fixes #6333 )
2020-01-08 15:28:17 +01:00
Daniel Mensinger
4f6453bc32
cmake: Use trace for missing link flags ( fixes #6386 )
...
This is neccessary for static libraries, since the
CMake file API does not add link flags here.
2019-12-29 19:02:24 +02:00
Xavier Claessens
daeee32d9b
cmake: Add support for add_custom_target() with a command
...
The command could have no output, in which case we create a dummy one.
2019-11-27 21:12:55 +01:00
Xavier Claessens
6844ad374e
cmake: Add support for add_dependencies()
...
Closes : #5983
2019-11-27 21:12:50 +01:00
Wolfgang Stöggl
f037e7ef45
Fix typos found by codespell
...
- Typos were found by codespell v1.16.0
2019-11-06 09:55:30 -05:00
Daniel Mensinger
66e1e1747e
cmake: Do not add imported targets
2019-10-20 12:04:15 +02:00
Xavier Claessens
7d9e58f125
cmake: Add support for normal libraries
...
Without this, set_target_properties() on those libraries won't be
catched, for example when setting the SOVERSION.
2019-10-01 13:30:15 -04:00
Xavier Claessens
90a12ed3f0
cmake: Fix 'properies' typo
2019-10-01 13:30:15 -04:00
Xavier Claessens
a4b0d216b5
cmake: COMMAND could have ';' separated arguments
2019-10-01 13:30:15 -04:00
Daniel Mensinger
534e94ffc3
cmake: Support ALIAS libraries
2019-09-26 20:33:50 +03:00
Daniel Mensinger
bee74eea16
cmake: Parse a subset of generator expressions
2019-07-31 17:50:02 +02:00
Daniel Mensinger
50bbeaf859
cmake: trace: add support for some target_* functions
2019-07-25 17:41:14 +02:00
Daniel Mensinger
1a4fae28ad
cmake: trace: support interface libraries
2019-07-25 17:41:14 +02:00
Daniel Mensinger
e7948508d7
cmake: trace: set_target_properties improved property detection
2019-07-25 17:41:14 +02:00
Daniel Mensinger
8320217210
cmake: Also detect Windows paths
2019-06-28 20:49:25 +02:00
Daniel Mensinger
71a5ff718a
cmake: Skip ARGS key in COMMAND
2019-06-28 13:37:02 +02:00
Daniel Mensinger
b07d3804fc
cmake: added suport for add_custom_command in the trace parser
2019-06-28 13:22:37 +02:00
Daniel Mensinger
c78c9ee65e
cmake: Added permissive support to the trace parser
2019-06-28 13:22:37 +02:00
Daniel Mensinger
b1cf0fd380
cmake: Move parsing the CMake trace into the CMake module
2019-06-12 13:58:20 +02:00