summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: one more whole-archive skip.xcodeeeeeeJussi Pakkanen2021-04-201-0/+4
|
* Xcode: put all include dirs via a property rather than a cmd line arg.Jussi Pakkanen2021-04-202-8/+15
|
* Xcode: add target private dir to include path.Jussi Pakkanen2021-04-201-0/+1
|
* Xcode: quote some entries as needed.Jussi Pakkanen2021-04-201-2/+8
|
* Xcode: fix file objects in various places.Jussi Pakkanen2021-04-202-13/+35
|
* Xcode: skip all-object library test.Jussi Pakkanen2021-04-201-0/+4
|
* Xcode: fix compiling shared modules.Jussi Pakkanen2021-04-201-4/+20
|
* Xcode: regenerato project file when build conf changes.Jussi Pakkanen2021-04-194-25/+75
|
* Xcode: disable asm and LLVM ir projects.Jussi Pakkanen2021-04-194-0/+17
|
* Xcode: replace all backslashes with eight backslashes. Because obviously.Jussi Pakkanen2021-04-191-0/+4
|
* pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens2021-04-197-9/+60
| | | | Fixes: #8618.
* pkgconfig: Fix broken paths in -uninstalled.pc on WindowsXavier Claessens2021-04-181-11/+6
| | | | Fixes: #8668
* Xcode: fix generators that take custom targets as inputs.Jussi Pakkanen2021-04-182-83/+128
|
* Xcode: add proper target dependencies to custom targets.Jussi Pakkanen2021-04-181-3/+5
|
* Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen2021-04-182-3/+3
|
* Xcode: fix custom target chaining.Jussi Pakkanen2021-04-182-3/+3
|
* Xcode: made custom targets into top level AggregateTargets.Jussi Pakkanen2021-04-181-6/+114
|
* Xcode: skip object extraction test that can not be made to work.Jussi Pakkanen2021-04-181-0/+12
|
* msetup: Restore .gitignore after wipeXavier Claessens2021-04-172-0/+2
|
* interpreter: Add missing allow_fallback kwargXavier Claessens2021-04-161-0/+1
|
* Xcode: make the test target depend on build_all target.Jussi Pakkanen2021-04-161-1/+6
|
* Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen2021-04-163-24/+33
|
* Xcode: handle capturing generators.Jussi Pakkanen2021-04-161-1/+7
|
* Xcode: this is what happens when you do not treat command lines as arrays.Jussi Pakkanen2021-04-151-0/+1
|
* Xcode: remove some unnecessary dict entries.Jussi Pakkanen2021-04-151-22/+0
|
* Xcode: add functionality for sources created with a generator.Jussi Pakkanen2021-04-151-16/+85
|
* docs: add the 'since' tag to string.replacePeter Hutterer2021-04-151-2/+2
|
* docs: document default version for declare_dependency()Simon Ser2021-04-151-1/+2
| | | | By default, the project version is picked.
* Xcode: do not process custom target outputs on targets they are not used in.Jussi Pakkanen2021-04-141-6/+10
|
* Xcode: add sanity check asserts.Jussi Pakkanen2021-04-141-12/+26
|
* Xcode: fix path of extracted objects in subdirs.Jussi Pakkanen2021-04-142-2/+2
|
* Xcode: use correct key for file id lookup.Jussi Pakkanen2021-04-141-3/+5
|
* Adding translation to ptbr for getting meson. [skip ci]Mateus Coutinho Marim2021-04-132-0/+94
|
* Update Users.md [skip ci]Mateus Coutinho Marim2021-04-121-1/+2
|
* interpreter: Split permitted_kwargs dictXavier Claessens2021-04-124-135/+79
|
* dependency: Add JDK system dependencyTristan Partin2021-04-1213-7/+193
| | | | | The JDK system dependency is important for detecting JDK include paths that may be useful when developing a JNI interface.
* Xcode: can generate object files with generators.Jussi Pakkanen2021-04-111-0/+85
|
* Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen2021-04-112-5/+18
|
* Xcode: fix linking of static libs that link to other libs.Jussi Pakkanen2021-04-111-6/+18
|
* VS: Disable MSBuild warnings for always-generated targetsJesse Natalie2021-04-111-2/+5
| | | | | Without this, VS will generate warning MSB8065: Custom build for item "<path>\custom_target.rule" succeeded, but specified output "<path>\outofdate.file" has not been created. This may cause incremental build to work incorrectly.
* Xcode: use common language options like std version.Jussi Pakkanen2021-04-101-1/+3
|
* Xcode: Fix source generation.Jussi Pakkanen2021-04-103-4/+96
|
* docs: Fix the description of static_library's additional arguments [skip ci]Adam Jackson2021-04-091-2/+1
|
* Xcode: Fix target prefixes and suffixes and conf-time generated sources.Jussi Pakkanen2021-04-091-9/+26
|
* Xcode: Fix object extraction.Jussi Pakkanen2021-04-091-8/+50
|
* Add global_source/build_root()Xavier Claessens2021-04-095-4/+47
|
* Write include directory names with the correct amount of quoting.Jussi Pakkanen2021-04-091-2/+5
|
* Write include dirs with absolute paths in the Xcode backend, relative ones ↵Jussi Pakkanen2021-04-092-7/+13
| | | | do not seem to work.
* Fix Xcode targets in subdirs.Jussi Pakkanen2021-04-082-5/+2
|
* Remove unneeded variable.Jussi Pakkanen2021-04-081-3/+3
|