Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-18 | Xcode: skip object extraction test that can not be made to work. | Jussi Pakkanen | 1 | -0/+12 | |
2021-04-17 | msetup: Restore .gitignore after wipe | Xavier Claessens | 2 | -0/+2 | |
2021-04-16 | interpreter: Add missing allow_fallback kwarg | Xavier Claessens | 1 | -0/+1 | |
2021-04-16 | Xcode: make the test target depend on build_all target. | Jussi Pakkanen | 1 | -1/+6 | |
2021-04-16 | Xcode: fix custom targets that produce objs and libs. | Jussi Pakkanen | 3 | -24/+33 | |
2021-04-16 | Xcode: handle capturing generators. | Jussi Pakkanen | 1 | -1/+7 | |
2021-04-15 | Xcode: this is what happens when you do not treat command lines as arrays. | Jussi Pakkanen | 1 | -0/+1 | |
2021-04-15 | Xcode: remove some unnecessary dict entries. | Jussi Pakkanen | 1 | -22/+0 | |
2021-04-15 | Xcode: add functionality for sources created with a generator. | Jussi Pakkanen | 1 | -16/+85 | |
2021-04-15 | docs: add the 'since' tag to string.replace | Peter Hutterer | 1 | -2/+2 | |
2021-04-15 | docs: document default version for declare_dependency() | Simon Ser | 1 | -1/+2 | |
By default, the project version is picked. | |||||
2021-04-14 | Xcode: do not process custom target outputs on targets they are not used in. | Jussi Pakkanen | 1 | -6/+10 | |
2021-04-14 | Xcode: add sanity check asserts. | Jussi Pakkanen | 1 | -12/+26 | |
2021-04-14 | Xcode: fix path of extracted objects in subdirs. | Jussi Pakkanen | 2 | -2/+2 | |
2021-04-14 | Xcode: use correct key for file id lookup. | Jussi Pakkanen | 1 | -3/+5 | |
2021-04-13 | Adding translation to ptbr for getting meson. [skip ci] | Mateus Coutinho Marim | 2 | -0/+94 | |
2021-04-12 | Update Users.md [skip ci] | Mateus Coutinho Marim | 1 | -1/+2 | |
2021-04-12 | interpreter: Split permitted_kwargs dict | Xavier Claessens | 4 | -135/+79 | |
2021-04-12 | dependency: Add JDK system dependency | Tristan Partin | 13 | -7/+193 | |
The JDK system dependency is important for detecting JDK include paths that may be useful when developing a JNI interface. | |||||
2021-04-11 | Xcode: can generate object files with generators. | Jussi Pakkanen | 1 | -0/+85 | |
2021-04-11 | Xcode: fix setting up inlude args for source and build dirs. | Jussi Pakkanen | 2 | -5/+18 | |
2021-04-11 | Xcode: fix linking of static libs that link to other libs. | Jussi Pakkanen | 1 | -6/+18 | |
2021-04-11 | VS: Disable MSBuild warnings for always-generated targets | Jesse Natalie | 1 | -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. | |||||
2021-04-10 | Xcode: use common language options like std version. | Jussi Pakkanen | 1 | -1/+3 | |
2021-04-10 | Xcode: Fix source generation. | Jussi Pakkanen | 3 | -4/+96 | |
2021-04-09 | docs: Fix the description of static_library's additional arguments [skip ci] | Adam Jackson | 1 | -2/+1 | |
2021-04-09 | Xcode: Fix target prefixes and suffixes and conf-time generated sources. | Jussi Pakkanen | 1 | -9/+26 | |
2021-04-09 | Xcode: Fix object extraction. | Jussi Pakkanen | 1 | -8/+50 | |
2021-04-09 | Add global_source/build_root() | Xavier Claessens | 5 | -4/+47 | |
2021-04-09 | Write include directory names with the correct amount of quoting. | Jussi Pakkanen | 1 | -2/+5 | |
2021-04-09 | Write include dirs with absolute paths in the Xcode backend, relative ones ↵ | Jussi Pakkanen | 2 | -7/+13 | |
do not seem to work. | |||||
2021-04-08 | Fix Xcode targets in subdirs. | Jussi Pakkanen | 2 | -5/+2 | |
2021-04-08 | Remove unneeded variable. | Jussi Pakkanen | 1 | -3/+3 | |
2021-04-08 | Avoid rebuilding the target list all the time. | Jussi Pakkanen | 1 | -30/+32 | |
2021-04-08 | Skip compilers that are not used for a given target. | Jussi Pakkanen | 1 | -0/+2 | |
2021-04-07 | Fix shared libs and using one source in multiple targets. | Jussi Pakkanen | 1 | -57/+89 | |
2021-04-07 | Fix building static libs with the Xcode backend. | Jussi Pakkanen | 1 | -1/+2 | |
2021-04-06 | coredata: Check for built-in options as host options | Dylan Baker | 1 | -1/+5 | |
These options often don't exist for the build machine, as they're generally invalid (ie, prefix, libdir, etc). So we should always check for their existance as host optiuons, since all we want to know in this case is if the option is yeilding (valid per-subproject), and build/vs host doesn't matter in that cases: Fixes #8613 | |||||
2021-04-06 | environment: simplify handling of native files with no cross files | Dylan Baker | 1 | -7/+3 | |
Instead of treating native files as always being for the build machine, and then copying them to the host machine, treat them as for the build machine only when a cross file is also present | |||||
2021-04-06 | environment: fix typos in comment | Dylan Baker | 1 | -1/+1 | |
2021-04-06 | environment: don't load project options from a native file in a cross build | Dylan Baker | 2 | -2/+20 | |
2021-04-06 | environment: Add some comments to the _load_machine_file_options method | Dylan Baker | 1 | -2/+11 | |
2021-04-06 | Merge pull request #8616 from mesonbuild/xcodewarnopt | Jussi Pakkanen | 1 | -139/+155 | |
Set debug, optimization and warning flags in Xcode | |||||
2021-04-06 | docs: document bool to_int and to_string methods | Simon Ser | 1 | -0/+8 | |
This documents the bool methods to_int and to_string implemented in [1]. [1]: https://github.com/mesonbuild/meson/blob/a9e9b7c7501a3c8a5984a93879d1f309bf8c72aa/mesonbuild/interpreterbase.py#L1109 | |||||
2021-04-06 | Typo fix. [skip ci] | Jussi Pakkanen | 1 | -1/+1 | |
2021-04-06 | Add Chinese page to sitemap. [skip ci] | Jussi Pakkanen | 2 | -1/+2 | |
2021-04-06 | Add Chinese translation of the getting Meson page [skip ci] | Chippy | 1 | -0/+56 | |
* add zh * I am learning Meson and there is not Meson Chinese manual.so I want to write a Chinese manual. This is Getting-meson_zh. | |||||
2021-04-05 | LGTM fix.xcodewarnopt | Jussi Pakkanen | 1 | -1/+1 | |
2021-04-05 | Use warning args in the Xcode backend. | Jussi Pakkanen | 1 | -14/+18 | |
2021-04-05 | Use actual build type rather than hardcoding "debug". | Jussi Pakkanen | 1 | -14/+14 | |