summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-20mconf: print core options for subprojectsDylan Baker
2021-04-20dependencies/OpenMP: If the version returned is not supported fail gracefullyDylan Baker
2021-04-20Xcode: fix file objects in various places.Jussi Pakkanen
2021-04-20Xcode: skip all-object library test.Jussi Pakkanen
2021-04-20Xcode: fix compiling shared modules.Jussi Pakkanen
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen
2021-04-19Xcode: disable asm and LLVM ir projects.Jussi Pakkanen
2021-04-19Xcode: replace all backslashes with eight backslashes. Because obviously.Jussi Pakkanen
2021-04-19pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens
2021-04-18pkgconfig: Fix broken paths in -uninstalled.pc on WindowsXavier Claessens
2021-04-18Xcode: fix generators that take custom targets as inputs.Jussi Pakkanen
2021-04-18Xcode: add proper target dependencies to custom targets.Jussi Pakkanen
2021-04-18Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen
2021-04-18Xcode: fix custom target chaining.Jussi Pakkanen
2021-04-18Xcode: made custom targets into top level AggregateTargets.Jussi Pakkanen
2021-04-18Xcode: skip object extraction test that can not be made to work.Jussi Pakkanen
2021-04-17msetup: Restore .gitignore after wipeXavier Claessens
2021-04-16interpreter: Add missing allow_fallback kwargXavier Claessens
2021-04-16Xcode: make the test target depend on build_all target.Jussi Pakkanen
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen
2021-04-16Xcode: handle capturing generators.Jussi Pakkanen
2021-04-15Xcode: this is what happens when you do not treat command lines as arrays.Jussi Pakkanen
2021-04-15Xcode: remove some unnecessary dict entries.Jussi Pakkanen
2021-04-15Xcode: add functionality for sources created with a generator.Jussi Pakkanen
2021-04-15docs: add the 'since' tag to string.replacePeter Hutterer
2021-04-15docs: document default version for declare_dependency()Simon Ser
2021-04-14Xcode: do not process custom target outputs on targets they are not used in.Jussi Pakkanen
2021-04-14Xcode: add sanity check asserts.Jussi Pakkanen
2021-04-14Xcode: fix path of extracted objects in subdirs.Jussi Pakkanen
2021-04-14Xcode: use correct key for file id lookup.Jussi Pakkanen
2021-04-13Adding translation to ptbr for getting meson. [skip ci]Mateus Coutinho Marim
2021-04-12Update Users.md [skip ci]Mateus Coutinho Marim
2021-04-12interpreter: Split permitted_kwargs dictXavier Claessens
2021-04-12dependency: Add JDK system dependencyTristan Partin
2021-04-11Xcode: can generate object files with generators.Jussi Pakkanen
2021-04-11Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen
2021-04-11Xcode: fix linking of static libs that link to other libs.Jussi Pakkanen
2021-04-11VS: Disable MSBuild warnings for always-generated targetsJesse Natalie
2021-04-10Xcode: use common language options like std version.Jussi Pakkanen
2021-04-10Xcode: Fix source generation.Jussi Pakkanen
2021-04-09docs: Fix the description of static_library's additional arguments [skip ci]Adam Jackson
2021-04-09Xcode: Fix target prefixes and suffixes and conf-time generated sources.Jussi Pakkanen
2021-04-09Xcode: Fix object extraction.Jussi Pakkanen
2021-04-09Add global_source/build_root()Xavier Claessens
2021-04-09Write include directory names with the correct amount of quoting.Jussi Pakkanen
2021-04-09Write include dirs with absolute paths in the Xcode backend, relative ones do...Jussi Pakkanen
2021-04-08Fix Xcode targets in subdirs.Jussi Pakkanen
2021-04-08Remove unneeded variable.Jussi Pakkanen
2021-04-08Avoid rebuilding the target list all the time.Jussi Pakkanen
2021-04-08Skip compilers that are not used for a given target.Jussi Pakkanen