aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/interpreter.py
AgeCommit message (Collapse)AuthorFilesLines
2019-07-25cmake: handle interface librariesDaniel Mensinger1-7/+37
2019-06-28cmake: Added support for custom_target generationDaniel Mensinger1-25/+279
2019-06-28cmake: Parse trace when configuring CMakeDaniel Mensinger1-9/+26
2019-06-12cmake: Moved finding and running CMake out of dependencyDaniel Mensinger1-10/+9
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-2/+4
In most cases instead pass `for_machine`, the name of the relevant machines (what compilers target, what targets run on, etc). This allows us to use the cross code path in the native case, deduplicating the code. As one can see, environment got bigger as more information is kept structured there, while ninjabackend got a smaller. Overall a few amount of lines were added, but the hope is what's added is a lot simpler than what's removed.
2019-06-09cmake: Minor fixes to handle some CMake specific behaviorDaniel Mensinger1-13/+25
Now, all source files are ignored that are not part of the language of the target. This is also what CMake does. Additionally it is now supported to build source files that are generated inside the build directory.
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger1-3/+15
2019-06-06cmake: Make flake8 happyDaniel Mensinger1-9/+17
2019-06-06cmake: rebase fixesDaniel Mensinger1-2/+3
2019-06-06cmake: set the linker for clang-cl for CMakeDaniel Mensinger1-0/+2
2019-06-06cmake: blacklist some `cl` compiler and linker flagsDaniel Mensinger1-0/+40
2019-06-06cmake: general windows and old CMake fixesDaniel Mensinger1-6/+22
2019-06-06cmake: Some minor style changesDaniel Mensinger1-17/+23
2019-06-06cmake: Added option for additional CMake argsDaniel Mensinger1-4/+7
2019-06-06cmake: Minor fixesDaniel Mensinger1-13/+24
2019-06-06cmake: support object librariesDaniel Mensinger1-3/+40
2019-06-06cmake: Always add the CMake build dir to the include dirsDaniel Mensinger1-1/+2
2019-06-06cmake: Fixed install prefixDaniel Mensinger1-4/+10
2019-06-06cmake: First working versionDaniel Mensinger1-21/+118
2019-06-06cmake: basic AST generationDaniel Mensinger1-7/+196
2019-06-06cmake: extract the codemodelDaniel Mensinger1-3/+9
2019-06-06cmake: get CMake inputsDaniel Mensinger1-1/+11
2019-06-06cmake: configure worksDaniel Mensinger1-0/+59
2019-06-06cmake: Server handshakeDaniel Mensinger1-0/+48