aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-22Xcode: handle CustomTargetIndexes.xcodepoopJussi Pakkanen1-6/+20
2021-04-22Xcode: skip one more object extraction test.Jussi Pakkanen1-0/+12
2021-04-22Xcode: ever more quoting.Jussi Pakkanen1-1/+4
2021-04-22Xcode: only add source and build dirs if implicit_include_directories is set.Jussi Pakkanen1-2/+3
2021-04-22Xcode: do not link shared modules against executables.Jussi Pakkanen1-0/+2
2021-04-22Xcode: add missing quote character.Jussi Pakkanen1-1/+1
2021-04-22Xcode: fix shell quotings.Jussi Pakkanen1-2/+2
2021-04-22Xcode: use native path naming scheme.Jussi Pakkanen1-1/+6
2021-04-22Xcode: skip link language override test.Jussi Pakkanen2-1/+11
2021-04-21Xcode: one more whole-archive skip.Jussi Pakkanen1-0/+4
2021-04-21Xcode: put all include dirs via a property rather than a cmd line arg.Jussi Pakkanen2-8/+15
2021-04-21Xcode: add target private dir to include path.Jussi Pakkanen1-0/+1
2021-04-21Xcode: quote some entries as needed.Jussi Pakkanen1-2/+8
2021-04-20mconf: print core options for subprojectsDylan Baker1-2/+4
2021-04-20dependencies/OpenMP: If the version returned is not supported fail gracefullyDylan Baker1-1/+7
2021-04-20Xcode: fix file objects in various places.Jussi Pakkanen2-13/+35
2021-04-20Xcode: skip all-object library test.Jussi Pakkanen1-0/+4
2021-04-20Xcode: fix compiling shared modules.Jussi Pakkanen1-4/+20
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen4-25/+75
2021-04-19Xcode: disable asm and LLVM ir projects.Jussi Pakkanen4-0/+17
2021-04-19Xcode: replace all backslashes with eight backslashes. Because obviously.Jussi Pakkanen1-0/+4
2021-04-19pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens7-9/+60
2021-04-18pkgconfig: Fix broken paths in -uninstalled.pc on WindowsXavier Claessens1-11/+6
2021-04-18Xcode: fix generators that take custom targets as inputs.Jussi Pakkanen2-83/+128
2021-04-18Xcode: add proper target dependencies to custom targets.Jussi Pakkanen1-3/+5
2021-04-18Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen2-3/+3
2021-04-18Xcode: fix custom target chaining.Jussi Pakkanen2-3/+3
2021-04-18Xcode: made custom targets into top level AggregateTargets.Jussi Pakkanen1-6/+114
2021-04-18Xcode: skip object extraction test that can not be made to work.Jussi Pakkanen1-0/+12
2021-04-17msetup: Restore .gitignore after wipeXavier Claessens2-0/+2
2021-04-16interpreter: Add missing allow_fallback kwargXavier Claessens1-0/+1
2021-04-16Xcode: make the test target depend on build_all target.Jussi Pakkanen1-1/+6
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen3-24/+33
2021-04-16Xcode: handle capturing generators.Jussi Pakkanen1-1/+7
2021-04-15Xcode: this is what happens when you do not treat command lines as arrays.Jussi Pakkanen1-0/+1
2021-04-15Xcode: remove some unnecessary dict entries.Jussi Pakkanen1-22/+0
2021-04-15Xcode: add functionality for sources created with a generator.Jussi Pakkanen1-16/+85
2021-04-15docs: add the 'since' tag to string.replacePeter Hutterer1-2/+2
2021-04-15docs: document default version for declare_dependency()Simon Ser1-1/+2
2021-04-14Xcode: do not process custom target outputs on targets they are not used in.Jussi Pakkanen1-6/+10
2021-04-14Xcode: add sanity check asserts.Jussi Pakkanen1-12/+26
2021-04-14Xcode: fix path of extracted objects in subdirs.Jussi Pakkanen2-2/+2
2021-04-14Xcode: use correct key for file id lookup.Jussi Pakkanen1-3/+5
2021-04-13Adding translation to ptbr for getting meson. [skip ci]Mateus Coutinho Marim2-0/+94
2021-04-12Update Users.md [skip ci]Mateus Coutinho Marim1-1/+2
2021-04-12interpreter: Split permitted_kwargs dictXavier Claessens4-135/+79
2021-04-12dependency: Add JDK system dependencyTristan Partin13-7/+193
2021-04-11Xcode: can generate object files with generators.Jussi Pakkanen1-0/+85
2021-04-11Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen2-5/+18
2021-04-11Xcode: fix linking of static libs that link to other libs.Jussi Pakkanen1-6/+18