Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-13 | Arguments, not flags. | Jussi Pakkanen | 1 | -1/+1 | |
2017-10-12 | Link to MesonPorting is not rendered as URL | Carlos Garcés | 1 | -1/+1 | |
2017-10-11 | Typo and grammar fixes for 0.43.0 release note | Jon Turney | 1 | -2/+2 | |
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 | Collated release note snippets to main file. | Jussi Pakkanen | 10 | -104/+103 | |
2017-10-08 | gnome: g-ir-scanner accepts multiple symbol-prefix arguments | Rico Tzschichholz | 1 | -1/+2 | |
2017-10-05 | docs: Use consistent whitespace for gnome kwargs | TingPing | 1 | -25/+0 | |
2017-10-04 | Update to not use deprecated mesonconf | David Strauss | 1 | -1/+1 | |
2017-10-04 | docs: Prettier screenshot in tutorial | Jan Niklas Hasse | 1 | -0/+0 | |
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 | 1 | -0/+20 | |
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 | Add rpath entries for all found libraries outside of system libraries. | Jussi Pakkanen | 1 | -4/+9 | |
2017-10-02 | Merge pull request #2282 from NickeZ/improve-boost | Jussi Pakkanen | 2 | -2/+23 | |
Improve boost | |||||
2017-10-01 | gnome: Add header kwarg to generate_gir() | Patrick Griffis | 1 | -0/+4 | |
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 | 1 | -3/+5 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-10-01 | Boost: Improve search algorithm | Niklas Claesson | 2 | -2/+23 | |
The new implementation will correctly pick boost from 3 possible locations on windows and two locations on posix compatible OSs. The new search algorithm also differentiates between debug and release builds of Boost and multi or single threading builds. It was also decided to map "Meson modules" to Boost software libraries and not Boost modules since it there are a lot of options regarding linking. Some modules can even be used either as headers-only or with dynamic linking. This commit also fixes a bug that prevented header-only use on Windows. Fixes: #2274 #2239 #1803 #669 | |||||
2017-10-01 | Merge pull request #2373 from leiflm/svn-wraps | Jussi Pakkanen | 1 | -0/+4 | |
introduce svn wrap support | |||||
2017-09-30 | Added release note snippet for prebuilt shared libs. | Jussi Pakkanen | 1 | -0/+15 | |
2017-09-29 | Implement capture for generators | Niklas Claesson | 2 | -0/+7 | |
2017-09-29 | fix typo? | Reverend Homer | 1 | -1/+1 | |
2017-09-27 | Allow CustomTarget's to be indexed | Dylan Baker | 2 | -0/+26 | |
This allows a CustomTarget to be indexed, and the resulting indexed value (a CustomTargetIndex type), to be used as a source in other targets. This will confer a dependency on the original target, but only inserts the source file returning by index the original target's outputs. This can allow a CustomTarget that creates both a header and a code file to have it's outputs split, for example. Fixes #1470 | |||||
2017-09-26 | docs: get_supported_arguments was added in 0.43.0 | Nirbheek Chauhan | 1 | -3/+3 | |
Closes https://github.com/mesonbuild/meson/issues/2371 [noci] | |||||
2017-09-25 | introduce svn wrap support | Leif Middelschulte | 1 | -0/+4 | |
2017-09-22 | Merge pull request #2187 from centricular/fix-pcap-dependency | Jussi Pakkanen | 1 | -1/+3 | |
Fix pcap dependency, str.strip() now takes an argument, add cc.get_return_value() | |||||
2017-09-22 | Merge pull request #2350 from tintou/master | Jussi Pakkanen | 1 | -0/+2 | |
Add 'install' keyword to the gettext macro | |||||
2017-09-22 | Replaced references to 'mesontest' | Johan Bjäreholt | 1 | -8/+10 | |
'mesontest' is deprecated and is now 'meson test' Replaced all references to 'mesontest' with 'meson test' and added a note of the change in the bottom of the page | |||||
2017-09-22 | Replaced references to 'mesonconf' | Johan Bjäreholt | 1 | -4/+9 | |
mesonconf is deprecated and all references of it has been replaced with 'meson configure' | |||||
2017-09-22 | Update i18n markdown page to add the new install parameter | Corentin Noël | 1 | -0/+2 | |
2017-09-20 | Update Reference-manual.md | Nirbheek Chauhan | 1 | -2/+8 | |
Add notes about not using full_path() unless absolutely necessary. | |||||
2017-09-20 | docs: Document the new str.strip() feature | Nirbheek Chauhan | 1 | -1/+3 | |
2017-09-20 | Add detail to the command: kwarg of custom targets | Nirbheek Chauhan | 1 | -3/+8 | |
2017-09-19 | Fix table in Compiler-properties | Ola x Nilsson | 1 | -6/+6 | |
hotdoc requires a pipe character for the right edge | |||||
2017-09-18 | Merge pull request #2263 from ximion/dlang | Jussi Pakkanen | 5 | -2/+98 | |
d: Add an easy way to use D-specific features | |||||
2017-09-18 | Fix getting meson page (#2341) | tense-du | 1 | -1/+1 | |
* Replaced obsolete tt tag | |||||
2017-09-18 | Replaced obsolete tt tag | tense-du | 1 | -2/+2 | |
2017-09-18 | Added a page for reference tables. | Jussi Pakkanen | 3 | -20/+64 | |
2017-09-17 | docs: Document the D support | Matthias Klumpp | 5 | -2/+98 | |
2017-09-15 | Fix videos page (#2321) | tense-du | 1 | -4/+4 | |
* Removed duplicate title in doc theme. * Removed stray lower than tag. * Replaced obsolete frameborder attribute. | |||||
2017-09-12 | Clarify that MESONINTROSPECT may have multiple parts. | Jussi Pakkanen | 1 | -5/+7 | |
2017-09-12 | gnome: Docbook generation for gdbus_codegen() | Iñigo MartÃnez | 1 | -1/+3 | |
Add new 'docbook' argument which generates Docbook documentation for each D-Bus interface. The docbook argument will be used as prefix in `PREFIX`-NAME.xml pattern, and NAME will be replaced by the D-Bus interfaces. | |||||
2017-09-04 | Permit overriding find_program from the cross file. | Jussi Pakkanen | 2 | -0/+21 | |
2017-09-04 | gnome.gdbus_codegen(): Add annotations keyword | Patrick Griffis | 1 | -4/+21 | |
Fixes #2123 | |||||
2017-09-04 | --unity flag needs {on,off,subprojects} parameter | Jan Niklas Hasse | 1 | -1/+1 | |
2017-09-03 | pkgconfig: Document url keyword | Patrick Griffis | 1 | -0/+1 | |
Closes #2272 | |||||
2017-08-31 | Alphabetize compiler.compiles() | Daniel Stone | 1 | -6/+6 | |
2017-08-31 | Add Compiler.get_supported_arguments() | Daniel Stone | 2 | -0/+27 | |
Add a helper for the common pattern of: args_to_use = [] foreach arg : candidate_args if cc.has_argument(arg) args_to_use += arg endif endforeach Replaced with: args_to_use = cc.get_supported_arguments(candidate_args) |