Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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) | |||||
2017-08-31 | Removed duplicate title in doc theme. | Tense_du | 1 | -1/+0 | |
2017-08-31 | add support for cups dependencies (#2255) | Iñigo MartÃnez | 1 | -0/+10 | |
* 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 | 14 | -121/+440 | |
2017-08-24 | Rewrapped some markdown files. | Jussi Pakkanen | 7 | -76/+294 | |
2017-08-22 | A full example for using the conf object. Closes #2235. | Jussi Pakkanen | 1 | -0/+41 | |
2017-08-22 | Clarify immutability description. Closes #2234. | Jussi Pakkanen | 1 | -9/+27 | |
2017-08-21 | Wrapped and alphabetized the remaining modules. | Jussi Pakkanen | 7 | -34/+98 | |
2017-08-21 | Rewrapped and alphabetized the Gnome module. | Jussi Pakkanen | 1 | -83/+170 | |
2017-08-21 | Rewrapped lines of a few more files. | Jussi Pakkanen | 7 | -113/+491 | |
2017-08-21 | Rewrap the rest of reference manual. | Jussi Pakkanen | 1 | -84/+306 | |
2017-08-20 | The last of the alphabetization. | Jussi Pakkanen | 1 | -83/+275 | |
2017-08-20 | And a few more alphas. | Jussi Pakkanen | 1 | -64/+202 | |
2017-08-20 | More alphabetization. | Jussi Pakkanen | 1 | -47/+145 | |
2017-08-20 | Put some keyword arguments into alphabetical order to improve readability. | Jussi Pakkanen | 1 | -22/+64 | |
2017-08-19 | Add warning about `sources` in declare_dependency | David Seifert | 1 | -0/+38 | |
2017-08-19 | docs: Clarify project() no longer requires a language | TingPing | 1 | -1/+1 | |
2017-08-18 | docs: fix typo | Mohammed Sadiq | 1 | -1/+1 | |
2017-08-17 | Missing version info added. | Jussi Pakkanen | 1 | -1/+1 | |
2017-08-17 | Documented the merge_from method. | Jussi Pakkanen | 1 | -4/+13 | |
2017-08-17 | Users.md: link to the Meson Porting GNOME goal | Nirbheek Chauhan | 1 | -1/+3 | |
2017-08-17 | docs: fix generator code sample | Florian Zwoch | 1 | -1/+1 | |
2017-08-15 | Documentation: fix broken link (now in docs) | Konstantin Mochalov | 1 | -1/+1 | |
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 | 2 | -3/+3 | |
2017-08-15 | Bumped version number for new development. | Jussi Pakkanen | 2 | -0/+17 | |
2017-08-15 | Bump numbers for new release.0.42.0 | Jussi Pakkanen | 1 | -3/+1 | |
2017-08-14 | gnome: add mkenums_simple() | Tim-Philipp Müller | 2 | -0/+56 | |
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 | 2 | -0/+19 | |
2017-08-13 | gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc() | Tim-Philipp Müller | 1 | -0/+1 | |
2017-08-10 | Update wrap-mode FAQ | Nirbheek Chauhan | 1 | -1/+1 | |
2017-08-09 | Clarify what an "external dependency" is | Nirbheek Chauhan | 1 | -1/+1 | |
And add a link to the Dependencies.md page. | |||||
2017-08-06 | Merged singleexe branch. | Jussi Pakkanen | 1 | -4/+15 | |
2017-08-06 | Merged exclude_dir branch. | Jussi Pakkanen | 2 | -5/+21 | |
2017-08-06 | Allow excluding files from `install_subdir` | Elliott Sales de Andrade | 2 | -1/+15 | |
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 | 1 | -0/+1 | |
Also, document it in the manual. | |||||
2017-08-05 | Updated release notes. | Jussi Pakkanen | 1 | -0/+11 | |
2017-08-04 | Add documentation for new MPI dependency. | Elliott Sales de Andrade | 2 | -0/+23 | |
2017-08-05 | Add option to disable implicit include directories. Closes #2139. | Jussi Pakkanen | 2 | -0/+9 | |
2017-08-05 | Add option to limit maximum number of concurrent link processes. | Jussi Pakkanen | 1 | -0/+8 | |
2017-08-04 | Merge pull request #2113 from nyorain/vulkan | Jussi Pakkanen | 1 | -0/+5 | |
Vulkan dependency module |