| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-20 | Add detail to the command: kwarg of custom targets | Nirbheek Chauhan | |
| 2017-09-19 | Fix table in Compiler-properties | Ola x Nilsson | |
| hotdoc requires a pipe character for the right edge | |||
| 2017-09-18 | Merge pull request #2263 from ximion/dlang | Jussi Pakkanen | |
| d: Add an easy way to use D-specific features | |||
| 2017-09-18 | Fix getting meson page (#2341) | tense-du | |
| * Replaced obsolete tt tag | |||
| 2017-09-18 | Replaced obsolete tt tag | tense-du | |
| 2017-09-18 | Added a page for reference tables. | Jussi Pakkanen | |
| 2017-09-17 | docs: Document the D support | Matthias Klumpp | |
| 2017-09-15 | Fix videos page (#2321) | tense-du | |
| * 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 | |
| 2017-09-12 | gnome: Docbook generation for gdbus_codegen() | Iñigo Martínez | |
| 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 | |
| 2017-09-04 | gnome.gdbus_codegen(): Add annotations keyword | Patrick Griffis | |
| Fixes #2123 | |||
| 2017-09-04 | --unity flag needs {on,off,subprojects} parameter | Jan Niklas Hasse | |
| 2017-09-03 | pkgconfig: Document url keyword | Patrick Griffis | |
| Closes #2272 | |||
| 2017-08-31 | Alphabetize compiler.compiles() | Daniel Stone | |
| 2017-08-31 | Add Compiler.get_supported_arguments() | Daniel Stone | |
| 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) | |||
| 2017-08-31 | add support for cups dependencies (#2255) | Iñigo Martínez | |
| * add support for cups dependencies libcups has its own cups-config tool rather than using pkg-config. This adds support for cups-config, based on pcap-config and sdl2-config implementations. This change also includes the unit test case and documentation for cups dependency object implementation, and libcups2 dep to CI image. | |||
| 2017-08-26 | Rewrapped more files. | Jussi Pakkanen | |
| 2017-08-24 | Rewrapped some markdown files. | Jussi Pakkanen | |
| 2017-08-22 | A full example for using the conf object. Closes #2235. | Jussi Pakkanen | |
| 2017-08-22 | Clarify immutability description. Closes #2234. | Jussi Pakkanen | |
| 2017-08-21 | Wrapped and alphabetized the remaining modules. | Jussi Pakkanen | |
| 2017-08-21 | Rewrapped and alphabetized the Gnome module. | Jussi Pakkanen | |
| 2017-08-21 | Rewrapped lines of a few more files. | Jussi Pakkanen | |
| 2017-08-21 | Rewrap the rest of reference manual. | Jussi Pakkanen | |
| 2017-08-20 | The last of the alphabetization. | Jussi Pakkanen | |
| 2017-08-20 | And a few more alphas. | Jussi Pakkanen | |
| 2017-08-20 | More alphabetization. | Jussi Pakkanen | |
| 2017-08-20 | Put some keyword arguments into alphabetical order to improve readability. | Jussi Pakkanen | |
| 2017-08-19 | Add warning about `sources` in declare_dependency | David Seifert | |
| 2017-08-19 | docs: Clarify project() no longer requires a language | TingPing | |
| 2017-08-18 | docs: fix typo | Mohammed Sadiq | |
| 2017-08-17 | Missing version info added. | Jussi Pakkanen | |
| 2017-08-17 | Documented the merge_from method. | Jussi Pakkanen | |
| 2017-08-17 | Users.md: link to the Meson Porting GNOME goal | Nirbheek Chauhan | |
| 2017-08-17 | docs: fix generator code sample | Florian Zwoch | |
| 2017-08-15 | Documentation: fix broken link (now in docs) | Konstantin Mochalov | |
| Was [external link on github wiki](https://github.com/mesonbuild/wrapweb/wiki), now markdown file in docs | |||
| 2017-08-15 | Missing dots are fun. | Jussi Pakkanen | |
| 2017-08-15 | Bumped version number for new development. | Jussi Pakkanen | |
| 2017-08-15 | Bump numbers for new release. | Jussi Pakkanen | |
| 2017-08-14 | gnome: add mkenums_simple() | Tim-Philipp Müller | |
| 99% of all mkenums uses in C libraries use the same basic template, so add a mkenums_simple() function that takes care of everything for us based on that template. Features: - optional function declaration decorator such as GLIB_AVAILABLE - optional extra header prefix (e.g. for include needed for decorator) - optional extra body prefix (e.g. for additional includes) - optional function name prefix (e.g. to add leading underscores) Fixes issue #1384 | |||
| 2017-08-13 | Added documentation for pcap dependency. | Jussi Pakkanen | |
| 2017-08-13 | gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc() | Tim-Philipp Müller | |
| 2017-08-10 | Update wrap-mode FAQ | Nirbheek Chauhan | |
| 2017-08-09 | Clarify what an "external dependency" is | Nirbheek Chauhan | |
| And add a link to the Dependencies.md page. | |||
| 2017-08-06 | Merged singleexe branch. | Jussi Pakkanen | |
| 2017-08-06 | Merged exclude_dir branch. | Jussi Pakkanen | |
| 2017-08-06 | Allow excluding files from `install_subdir` | Elliott Sales de Andrade | |
| The install_subdir command now accepts a new `exclude` keyword argument that allows specified files to be excluded from the installed subdirectory. | |||
| 2017-08-05 | Disallow language keyword for unsupported deps. | Elliott Sales de Andrade | |
| Also, document it in the manual. | |||
| 2017-08-05 | Updated release notes. | Jussi Pakkanen | |
