Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated docs with information about `custom_target[i]` | TheQwertiest | 2019-04-29 | 1 | -2/+3 | |
| | ||||||
* | Add support for the Xtensa toolchain | Fernando Ramos | 2019-04-22 | 1 | -0/+5 | |
| | | | | | | | | | From (almost) all points of view, the Xtensa toolchain can be treated as a regular GCC toolchain. This patch adds very basic support so that, at least, meson does not fail when trying to use "xt-xcc" (which makes it possible to use it without problems). | |||||
* | Merge pull request #5289 from mesonbuild/fixxpass | Jussi Pakkanen | 2019-04-21 | 1 | -0/+15 | |
|\ | | | | | Report xpass results as failures. | |||||
| * | Report xpass results as failures. | Jussi Pakkanen | 2019-04-21 | 1 | -0/+15 | |
| | | ||||||
* | | fix gpgme support by preferring pkg-config where possible | Eli Schwartz | 2019-04-15 | 1 | -1/+1 | |
|/ | | | | | | | | Since gpgme 1.13.0, pkg-config files are available and this is the preferred way to detect the dependency. Without this, projects that wish to generate pkg-config files that Requires.private on gpgme, now have their custom dependency() fallbacks overridden with an incorrect configtool dependency. | |||||
* | Update Built-in Option c_std for C17. Closes #4842. | jrl64 | 2019-04-10 | 1 | -0/+9 | |
| | ||||||
* | mintro: removed deprecated --target-files API | Daniel Mensinger | 2019-04-08 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #5176 from ao2/add-subproject-foreach-command | Jussi Pakkanen | 2019-04-08 | 1 | -0/+7 | |
|\ | | | | | Add 'meson subprojects foreach' command | |||||
| * | Add 'meson subprojects foreach' command | Antonio Ospite | 2019-04-01 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | Sometimes it is convenient to run an arbitrary command (e.g. 'git diff') on all subprojects. Add a 'meson subprojects foreach' command to take care of that. For this command the common argument 'subprojects' does not make sense, so only add '--sourcedir' and cover the case of a missing options.subprojects in run(). | |||||
* | | Add gpgme-config support | Jan Tojnar | 2019-04-06 | 1 | -0/+3 | |
| | | | | | | | | | | | | GPGME does not support pkg-config so we need config-tool support if we do not want projects like Almanah and Seahorse to parse the values manually. | |||||
* | | Merge pull request #5128 from Ericson2314/sanity-check-with-flags | Jussi Pakkanen | 2019-04-02 | 1 | -0/+17 | |
|\ \ | |/ |/| | Sanity check with external args | |||||
| * | release note snippet for user flags in sanity checks [skip ci] | John Ericson | 2019-03-27 | 1 | -0/+17 | |
| | | ||||||
* | | Merge pull request #5103 from mesonbuild/linkcustom | Jussi Pakkanen | 2019-04-01 | 1 | -0/+16 | |
|\ \ | |/ |/| | Can link against custom targets | |||||
| * | Add documentation.linkcustom | Jussi Pakkanen | 2019-03-28 | 1 | -0/+16 | |
| | | ||||||
* | | Add release note snippit for CPPFLAGS handing [skip ci] | John Ericson | 2019-03-27 | 1 | -0/+12 | |
| | | ||||||
* | | compilers: n_debug=if-release and buildtype=plain should not enable assertions | Dylan Baker | 2019-03-26 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | It's a bit odd that it doesn't, and has resulted in bugs in distro packaging. Fixes #5141 | |||||
* | | Merge pull request #5031 from bonzini/kconfig | Jussi Pakkanen | 2019-03-20 | 1 | -0/+5 | |
|\ \ | | | | | | | Kconfig Module | |||||
| * | | [modules] Add kconfig module | Mark Schulte | 2019-03-15 | 1 | -0/+5 | |
| |/ | | | | | | | | | Add a kconfig module to allow meson to integrate with existing projects that use kconfig. | |||||
* | | mesonbuild: allow multiple --cross-file options | Ross Burton | 2019-03-20 | 1 | -0/+3 | |
|/ | | | | | Just like --native-file, allow multiple --cross-file options. This is mostly unifying the logic between cross_files and config_files. | |||||
* | docs | Michael Hirsch, Ph.D | 2019-03-14 | 1 | -0/+12 | |
| | ||||||
* | Add static as keyword to find_library | Niklas Claesson | 2019-03-11 | 1 | -0/+6 | |
| | ||||||
* | Update everything for new release.0.50.0 | Jussi Pakkanen | 2019-03-10 | 28 | -293/+0 | |
| | ||||||
* | docs: Add snippet for python module path method [skip ci] | Dylan Baker | 2019-03-09 | 1 | -0/+5 | |
| | | | | Which somehow wasn't included in the original pull request. | |||||
* | rewriter: Added docs | Daniel Mensinger | 2019-03-04 | 1 | -0/+18 | |
| | ||||||
* | mintro: Renamed --dependencies --> --scan-dependencies | Daniel Mensinger | 2019-03-03 | 1 | -7/+4 | |
| | ||||||
* | Added docs | Daniel Mensinger | 2019-03-03 | 2 | -0/+49 | |
| | ||||||
* | mintro: Add subproject_dir to --projectinfo | Daniel Schulte | 2019-03-01 | 1 | -0/+4 | |
| | ||||||
* | mintro: Add name of subproject the target is contained in to --target output | Daniel Schulte | 2019-03-01 | 1 | -0/+1 | |
| | ||||||
* | add NetCDF | Michael Hirsch, Ph.D | 2019-02-28 | 1 | -0/+3 | |
| | ||||||
* | Allow File arguments in extract_objects() arguments | Maarten ter Huurne | 2019-02-19 | 1 | -0/+4 | |
| | | | | | Passed strings are converted to Files, but passing a File directly wasn't supported yet. | |||||
* | Add warning level zero | jml1795 | 2019-02-19 | 1 | -0/+3 | |
| | ||||||
* | Fix console log from generator with multiple output nodes | jml1795 | 2019-02-18 | 1 | -0/+3 | |
| | ||||||
* | Fortran 2008/2018 Coarray support | Michael Hirsch, Ph.D | 2019-02-13 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #4743 from dcbaker/native-file-extended | Jussi Pakkanen | 2019-02-12 | 1 | -0/+4 | |
|\ | | | | | Extend native files to store install path information | |||||
| * | allow paths to be set in the cross file | Dylan Baker | 2019-02-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | Just like the previous patch, but for cross files Fixes #1433 | |||||
| * | allow setting directory locations in a native file | Dylan Baker | 2019-02-11 | 1 | -0/+4 | |
| | | | | | | | | | | | | This allows the person running configure (either a developer, user, or distro maintainer) to keep a configuration of where various kinds of files should end up. | |||||
* | | Merge pull request #4826 from mensinda/confDefOpts | Jussi Pakkanen | 2019-02-12 | 1 | -0/+6 | |
|\ \ | | | | | | | mconf: Use introspection to print the project default options (fixes #2543) | |||||
| * | | mconf: Use introspection to print the project default options (fixes #2543) | Daniel Mensinger | 2019-01-25 | 1 | -0/+6 | |
| | | | ||||||
* | | | Fortran 2008 submodule (#4874) | Michael Hirsch, Ph.D | 2019-02-05 | 1 | -0/+12 | |
| |/ |/| | ||||||
* | | CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779) | Daniel Mensinger | 2019-02-01 | 1 | -0/+9 | |
| | | ||||||
* | | initial HDF5 pkg-config fortran works | Michael Hirsch, Ph.D | 2019-01-30 | 1 | -0/+3 | |
| | | ||||||
* | | run_command: add env kwarg | Jan Tojnar | 2019-01-27 | 1 | -0/+9 | |
|/ | ||||||
* | Fixed spelling [skip ci] | Daniel Mensinger | 2019-01-24 | 1 | -1/+1 | |
| | ||||||
* | Add release note snippet.cudarebase | Jussi Pakkanen | 2019-01-22 | 1 | -0/+7 | |
| | ||||||
* | Add PGI C and C++ compilers (#4803) | Michael Hirsch, Ph.D | 2019-01-21 | 1 | -0/+6 | |
| | ||||||
* | doc | Michael Hirsch, Ph.D | 2019-01-17 | 1 | -0/+3 | |
| | ||||||
* | mintro: Added `defined_in` key in the targets introspection | Daniel Mensinger | 2019-01-15 | 1 | -0/+1 | |
| | ||||||
* | Deprecated --target-files API | Daniel Mensinger | 2019-01-07 | 1 | -1/+4 | |
| | ||||||
* | Added release snippet | Daniel Mensinger | 2019-01-07 | 1 | -0/+8 | |
| | ||||||
* | Added release snippet | Daniel Mensinger | 2019-01-06 | 1 | -0/+6 | |
| |