Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-14 | fix all subproject using wrap-file broken | liugang | 7 | -2/+21 | |
subproject using wrap-file is broken since commit (68bd64c Prevent projects from directly grabbing files from other subprojects. ) subproject with wrap-file usually have version number after name - **sproj_name** is `zlib-1.2.8` according to `directory = zlib-1.2.8` of zlib.wrap - but **self.subproject** `zlib` | |||||
2017-10-13 | Arguments, not flags. | Jussi Pakkanen | 1 | -1/+1 | |
2017-10-12 | Boost: Jamfile has two syntaxes for boost libraries | Niklas Claesson | 2 | -0/+5 | |
Fixes #2456 | |||||
2017-10-12 | Merge pull request #2477 from 1ace/fix/man-mesonconf | Jussi Pakkanen | 2 | -5/+7 | |
Couple fixes for the man pages | |||||
2017-10-12 | Link to MesonPorting is not rendered as URL | Carlos Garcés | 1 | -1/+1 | |
2017-10-12 | rpm: print test logs on failure | Zbigniew Jędrzejewski-Szmek | 1 | -1/+6 | |
References: https://bugzilla.redhat.com/show_bug.cgi?id=1500248 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2017-10-12 | Fixes Qt4 plugin build and mixed Qt4/Qt5 tests builds. | Alexis Jeandet | 3 | -1/+9 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-10-11 | man: fix copy/paste typo in mesonintrospect(1) | Eric Engestrom | 1 | -1/+1 | |
2017-10-11 | man: remove references to `mesonconf` in meson(1) | Eric Engestrom | 1 | -4/+6 | |
`mesonconf` is deprecated, and shouldn't be suggested to users anymore. | |||||
2017-10-11 | Typo and grammar fixes for 0.43.0 release note | Jon Turney | 1 | -2/+2 | |
2017-10-11 | MSI: Find VC redistributable with python 32bit on windows 64bit | Niklas Claesson | 1 | -1/+4 | |
2017-10-08 | docs: Improve code snippets in release notes | TingPing | 1 | -38/+50 | |
2017-10-08 | Added release note page for 0.44. | Jussi Pakkanen | 1 | -0/+16 | |
2017-10-08 | Updated version number for new development. | Jussi Pakkanen | 1 | -1/+1 | |
2017-10-08 | Bump version number for release.0.43.0 | Jussi Pakkanen | 6 | -6/+6 | |
2017-10-08 | Collated release note snippets to main file. | Jussi Pakkanen | 10 | -104/+103 | |
2017-10-08 | Add system dependencies for LLVM test. | Jussi Pakkanen | 1 | -1/+6 | |
2017-10-08 | Better error message when using external libraries incorrectly. Closes #2447. | Jussi Pakkanen | 1 | -0/+6 | |
2017-10-08 | gnome: g-ir-scanner accepts multiple symbol-prefix arguments | Rico Tzschichholz | 2 | -5/+4 | |
2017-10-08 | Prevent projects from directly grabbing files from other subprojects. | Jussi Pakkanen | 4 | -0/+42 | |
2017-10-07 | Merge pull request #2426 from dcbaker/submit/options-permitted-kwargs | Jussi Pakkanen | 4 | -4/+29 | |
options: Add a permitted_kwargs function | |||||
2017-10-07 | Create the .po file with the `update_po` subcommand if it doesn't exist | Corentin Noël | 1 | -1/+4 | |
2017-10-07 | Use get_default_include_dirs to detect BOOST_ROOT | Jan Niklas Hasse | 1 | -4/+2 | |
This removes the need to specify BOOST_ROOT for cross-compilers. | |||||
2017-10-07 | Package the Visual C runtime. Closes #2417. | Jussi Pakkanen | 1 | -0/+16 | |
2017-10-07 | llvm: don't add --system-libs | Dylan Baker | 1 | -1/+1 | |
On LLVM < 4.0 this adds linker arguments like -lm, which we don't want. Related #2442, 2437 | |||||
2017-10-06 | appveyor: Use a mirror for get-pip.py | Nirbheek Chauhan | 1 | -1/+4 | |
pypa.io has an HSTS policy that forces http, and the https cert is broken on Windows. | |||||
2017-10-06 | appveyor: Attempt to fix MSYS/MinGW setup failure | Nirbheek Chauhan | 1 | -1/+1 | |
2017-10-05 | docs: Use consistent whitespace for gnome kwargs | TingPing | 1 | -25/+0 | |
2017-10-04 | Merge pull request #2413 from tintou/vala-target-dirs | Jussi Pakkanen | 7 | -5/+51 | |
Don't rely on only the basename to distinguish vala-source-file objects | |||||
2017-10-04 | Update to not use deprecated mesonconf | David Strauss | 1 | -1/+1 | |
2017-10-04 | options: Add a permitted_kwargs function | Dylan Baker | 3 | -3/+28 | |
I've typo'd "value" for the last time, options needs a kwargs validator. This validator is slightly different than the one used by the main parser, since it operates on a much simpler representation than the other one does, and they are not interchangeable. This also changes the optinterpreter to use pop on 'type' and 'description' so that they're not passed to the validator as kwargs. | |||||
2017-10-04 | tests: fix option in case 140 | Dylan Baker | 1 | -1/+1 | |
Which fails after the next patch because it provides an invalid kwarg. | |||||
2017-10-04 | docs: Prettier screenshot in tutorial | Jan Niklas Hasse | 1 | -0/+0 | |
2017-10-03 | Use long form of valac options and make --basedir use relative path | Alistair Thomas | 1 | -4/+4 | |
2017-10-03 | Add additional directory depth tests to Vala test case 22 | Alistair Thomas | 6 | -11/+22 | |
2017-10-03 | Merge github.com:mesonbuild/meson into vala-target-dirs | Corentin Noël | 44 | -377/+1075 | |
2017-10-03 | Reduce code complexity, fix nested array in files instruction | Corentin Noël | 2 | -6/+5 | |
2017-10-03 | Update Reference-manual.md | Nirbheek Chauhan | 1 | -1/+2 | |
2017-10-03 | Update Reference-manual.md | Nirbheek Chauhan | 1 | -4/+11 | |
Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415 | |||||
2017-10-03 | Fix typo and clarify library documentation | xarkes | 1 | -2/+3 | |
2017-10-02 | Merge pull request #2397 from mesonbuild/prebuilt | Jussi Pakkanen | 17 | -55/+213 | |
Better support for prebuilt shared libs | |||||
2017-10-02 | docs: Fix typo | Mohammed Sadiq | 1 | -1/+1 | |
Remove the quote before parens | |||||
2017-10-02 | Allow different directories for Vala files | Corentin Noël | 5 | -2/+38 | |
2017-10-02 | Add rpath entries for all found libraries outside of system libraries. | Jussi Pakkanen | 2 | -7/+17 | |
2017-10-02 | Merge pull request #2282 from NickeZ/improve-boost | Jussi Pakkanen | 9 | -147/+584 | |
Improve boost | |||||
2017-10-02 | Merge pull request #2375 from centricular/gnome-gir-fixes | Jussi Pakkanen | 8 | -158/+183 | |
Fix GNOME gir generation with lists of dependency lists | |||||
2017-10-01 | gnome: Add header kwarg to generate_gir() | Patrick Griffis | 3 | -1/+12 | |
This is a commonly used flag so lets make it more obvious. | |||||
2017-10-01 | Added include directory argument for Qt's Moc which is needed to build plugins. | Alexis Jeandet | 8 | -11/+69 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-10-01 | Use listify and extract_as_list everywhere | Nirbheek Chauhan | 7 | -87/+103 | |
They now flatten by default and unhold objects if required Includes unit tests. | |||||
2017-10-01 | Appveyor: Enable Boost tests where possible | Niklas Claesson | 1 | -0/+8 | |