Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-16 | build: Use python 3.6 annotation syntax for Build initializer | Dylan Baker | 1 | -10/+10 | |
2020-12-16 | build: Add annotation for Build.data | Dylan Baker | 1 | -1/+1 | |
2020-12-16 | build/interpreter: fix layering violations for ManPages | Dylan Baker | 2 | -28/+44 | |
Like `install_headers`, `install_man` used the same objects for both the interpreter and the build, this is bad. Let's have two separate objects. | |||||
2020-12-16 | build/interpreter: split representation of Headers | Dylan Baker | 2 | -24/+57 | |
This was all layering violations before. Now we have Headers in the build module, and a holder in the interpreter. All of the type validation is done in interpreter method for `install_headers`. | |||||
2020-12-15 | Merge pull request #7902 from bonzini/mtest-build-depends-only | Jussi Pakkanen | 3 | -29/+74 | |
mtest: only build what is needed for the tests | |||||
2020-12-15 | Fix the subsystem options for lld in mingw mode | Martin Storsjƶ | 1 | -15/+12 | |
lld in gnu like mode (e.g. for mingw) needs these options in the same for as gnu ld, thus remove the lld specific code bit and move the code for gnu like options into GnuLikeDynamicLinkerMixin. This unbreaks linking with lld for mingw targets after 2fb4d1f7512a4ec125883fd65115ab33a5b06b6f. | |||||
2020-12-14 | Less restrictive get_win_subsystem_args implementations | Laurin-Luis Lehning | 1 | -6/+12 | |
2020-12-14 | Propagate Windows target checks up | Laurin-Luis Lehning | 5 | -37/+26 | |
2020-12-14 | Give get_gui_app_args access to the Environment | Laurin-Luis Lehning | 4 | -8/+9 | |
2020-12-14 | Slight consistency changes to get_gui_app_args | Laurin-Luis Lehning | 3 | -9/+12 | |
2020-12-14 | Oversight in VisualStudioLikeLinkerMixin | Laurin-Luis Lehning | 1 | -1/+1 | |
2020-12-14 | Give get_win_subsystem_args access to env | Laurin-Luis Lehning | 3 | -6/+6 | |
2020-12-14 | Make win_subsystem a linker property | Laurin-Luis Lehning | 5 | -28/+35 | |
2020-12-14 | Merge pull request #8013 from mesonbuild/cppmodules | Jussi Pakkanen | 4 | -10/+209 | |
C++ module support | |||||
2020-12-14 | mtest: only build what is needed for the tests | Paolo Bonzini | 2 | -12/+44 | |
It is a usual workflow to fix something and retest to see if it is fixed using a particular test. When tests start to become numerous, it becomes time consuming for "meson test" to relink all of them (and in fact rebuild the whole project) where the user has already specified the tests they want to run, as well as the tests' dependencies. Teach meson to be smart and only build what is needed for the test (or suite) that were specified. Fixes: #7473 Related: #7830 | |||||
2020-12-14 | mintro: export functions to load the meson-info files | Paolo Bonzini | 1 | -17/+30 | |
With the next patch, "meson test" will be using the targets introspection information. Provide helper functions to share bits of code between mintro.py and mtest.py. | |||||
2020-12-13 | Add support for driving lld-link indirectly through clang on Windows | Laurin-Luis Lehning | 3 | -2/+20 | |
2020-12-13 | Support native tests in crossbuild | Oleg B | 1 | -1/+1 | |
2020-12-13 | Add mypy annotations. | Jussi Pakkanen | 2 | -12/+14 | |
2020-12-13 | Scan all C++ sources and ignore everything else. | Jussi Pakkanen | 3 | -5/+39 | |
2020-12-13 | C++ module compilation works for a simple project. | Jussi Pakkanen | 2 | -5/+108 | |
2020-12-13 | Add VCS ignore files to build dir on creation. Closes #6509. | Jussi Pakkanen | 1 | -0/+19 | |
2020-12-12 | Generate dependency scanning hooks in the Ninja file. | Jussi Pakkanen | 1 | -9/+45 | |
2020-12-11 | Create unit test for C++ modules and accept ixx as C++ source extension. | Jussi Pakkanen | 1 | -1/+1 | |
2020-12-11 | Generate scanning rules for C++ modules. | Jussi Pakkanen | 1 | -0/+24 | |
2020-12-10 | compilers: add support for c++20/gnu++20 | Florian Schmaus | 1 | -4/+7 | |
Fixes #8084. | |||||
2020-12-10 | Respect MESON_INSTALL_QUIET in gettext.py | Daan De Meyer | 1 | -1/+2 | |
Fixes #8068. | |||||
2020-12-10 | pkgconfig: Respect variable ordering when passed as list | Xavier Claessens | 1 | -1/+1 | |
This fix a regression introduced in Meson 0.56.0 when using python 3.5. Also mention in documentation that using a meson dict does not guarantee ordering. Fixes: #8074. | |||||
2020-12-10 | install: don't elevate when using destdir | Thomas WeiĆschuh | 1 | -1/+1 | |
Previously the destdir was ignored completely when using elevated privileges to install files as pkexec stripped the DESTDIR environment variable. As the destdir is not supposed to require any special privileges anyways, just re-raise the error. | |||||
2020-12-07 | Remove "Found runner: " logging message from meson compile | Daan De Meyer | 1 | -1/+0 | |
The ninja path is already logged as part of configure. Logging it again every time when using meson compile is overly verbose and doesn't add much value for the user. | |||||
2020-12-07 | msubprojects: Ignore worktrees when checking out | Nirbheek Chauhan | 1 | -1/+1 | |
Otherwise it's not possible to share git subprojects via worktrees when creating a worktree of a git repository that uses meson subprojects. The downside is that the user needs to be careful while adding commits to each tree's index. | |||||
2020-12-03 | Add prelinking support for static libraries. | Jussi Pakkanen | 4 | -2/+46 | |
2020-11-26 | Bump Ninja requirement to 1.8. | Jussi Pakkanen | 2 | -4/+4 | |
2020-11-24 | compilers/fortran: Add "none" to intel compielrs for standards | Dylan Baker | 1 | -2/+2 | |
Fixes #8023 | |||||
2020-11-24 | compiler: allow non-built internal dependencies as arguments | Paolo Bonzini | 2 | -13/+23 | |
Allow methods on the compiler object to receive internal dependencies, as long as they only specify compiler/linker arguments or other dependencies that satisfy the same requirements. This is useful if you're using internal dependencies to add special "-D" flags such as -DNCURSES_WIDECHAR, -D_XOPEN_SOURCE_EXTENDED or -DGLIB_STATIC_COMPILATION. | |||||
2020-11-23 | Add a variant of TemporaryDirectory that uses windows_proof_rmtree() | Christoph Reiter | 2 | -53/+68 | |
Adds TemporaryDirectoryWinProof which calls windows_proof_rmtree() on error. Use instead of hacky error handling (which might shadow other OSError) in Compiler.compile(). | |||||
2020-11-22 | Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanups | Jussi Pakkanen | 2 | -36/+57 | |
Opt Interpreter cleanups and type annotations | |||||
2020-11-22 | Merge pull request #8011 from dcbaker/submit/post-python36-cleanups | Jussi Pakkanen | 37 | -86/+37 | |
Python 3.6 cleanups | |||||
2020-11-21 | Handle cmake dependencies which require a specified version | Jason Ekstrand | 4 | -5/+19 | |
Some CMake packages fail to find at all if no version is specified. This commit adds a cmake_version parameter to dependency() to allow you to specify the requested version. | |||||
2020-11-21 | envconfig: use debug for "using * from environment variables messages | Dylan Baker | 1 | -1/+1 | |
These are spammy, and being in the debug log is probably better anyway. | |||||
2020-11-20 | Delete now dead < python 3.6 check | Dylan Baker | 1 | -1/+1 | |
2020-11-20 | use real pathlib module | Dylan Baker | 37 | -85/+36 | |
We added the _pathlib module to work around defeciencies in python 3.5's implementation, since we now rely on 3.6 lets drop this | |||||
2020-11-20 | optinterpreter: organize the validation of arguments to be more readable | Dylan Baker | 1 | -10/+13 | |
2020-11-20 | optinterpreter: use PEP8 compliant names | Dylan Baker | 1 | -10/+10 | |
2020-11-20 | optinterpreter: fix value being set in loop | Dylan Baker | 1 | -1/+1 | |
This value shouldn't be set in the loop, it's probably been making things slow, but also creates the potential that if choices is an empty list that value would be unbound. While that's exteremly unlikly to happen in practice, it is showing up as a warning from pylance. | |||||
2020-11-20 | Add type annotations to optinterpreter | Dylan Baker | 1 | -19/+33 | |
2020-11-20 | Allow setting attributes in MesonException intializer | Dylan Baker | 1 | -3/+7 | |
Instead of forcing them to be set afterwards | |||||
2020-11-18 | Merge pull request #7894 from obilaniu/cudaupdates | Jussi Pakkanen | 1 | -41/+105 | |
Update unstable CUDA Module to support newest toolkits and drivers. | |||||
2020-11-18 | Merge pull request #7836 from bonzini/mtest-asyncio | Jussi Pakkanen | 1 | -137/+212 | |
[RFC] mtest: use asyncio instead of concurrency.futures | |||||
2020-11-18 | Merge pull request #7900 from bonzini/stabilize-hash | Jussi Pakkanen | 4 | -7/+7 | |
Avoid build.ninja changes due to order of hash table iteration |