summaryrefslogtreecommitdiff
path: root/docs/markdown
AgeCommit message (Collapse)Author
2017-09-20Add detail to the command: kwarg of custom targetsNirbheek Chauhan
2017-09-19Fix table in Compiler-propertiesOla x Nilsson
hotdoc requires a pipe character for the right edge
2017-09-18Merge pull request #2263 from ximion/dlangJussi Pakkanen
d: Add an easy way to use D-specific features
2017-09-18Fix getting meson page (#2341)tense-du
* Replaced obsolete tt tag
2017-09-18Replaced obsolete tt tagtense-du
2017-09-18Added a page for reference tables.Jussi Pakkanen
2017-09-17docs: Document the D supportMatthias Klumpp
2017-09-15Fix videos page (#2321)tense-du
* Removed duplicate title in doc theme. * Removed stray lower than tag. * Replaced obsolete frameborder attribute.
2017-09-12Clarify that MESONINTROSPECT may have multiple parts.Jussi Pakkanen
2017-09-12gnome: 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-04Permit overriding find_program from the cross file.Jussi Pakkanen
2017-09-04gnome.gdbus_codegen(): Add annotations keywordPatrick Griffis
Fixes #2123
2017-09-04--unity flag needs {on,off,subprojects} parameterJan Niklas Hasse
2017-09-03pkgconfig: Document url keywordPatrick Griffis
Closes #2272
2017-08-31Alphabetize compiler.compiles()Daniel Stone
2017-08-31Add 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-31add 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-26Rewrapped more files.Jussi Pakkanen
2017-08-24Rewrapped some markdown files.Jussi Pakkanen
2017-08-22A full example for using the conf object. Closes #2235.Jussi Pakkanen
2017-08-22Clarify immutability description. Closes #2234.Jussi Pakkanen
2017-08-21Wrapped and alphabetized the remaining modules.Jussi Pakkanen
2017-08-21Rewrapped and alphabetized the Gnome module.Jussi Pakkanen
2017-08-21Rewrapped lines of a few more files.Jussi Pakkanen
2017-08-21Rewrap the rest of reference manual.Jussi Pakkanen
2017-08-20The last of the alphabetization.Jussi Pakkanen
2017-08-20And a few more alphas.Jussi Pakkanen
2017-08-20More alphabetization.Jussi Pakkanen
2017-08-20Put some keyword arguments into alphabetical order to improve readability.Jussi Pakkanen
2017-08-19Add warning about `sources` in declare_dependencyDavid Seifert
2017-08-19docs: Clarify project() no longer requires a languageTingPing
2017-08-18docs: fix typoMohammed Sadiq
2017-08-17Missing version info added.Jussi Pakkanen
2017-08-17Documented the merge_from method.Jussi Pakkanen
2017-08-17Users.md: link to the Meson Porting GNOME goalNirbheek Chauhan
2017-08-17docs: fix generator code sampleFlorian Zwoch
2017-08-15Documentation: 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-15Missing dots are fun.Jussi Pakkanen
2017-08-15Bumped version number for new development.Jussi Pakkanen
2017-08-15Bump numbers for new release.Jussi Pakkanen
2017-08-14gnome: 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-13Added documentation for pcap dependency.Jussi Pakkanen
2017-08-13gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()Tim-Philipp Müller
2017-08-10Update wrap-mode FAQNirbheek Chauhan
2017-08-09Clarify what an "external dependency" isNirbheek Chauhan
And add a link to the Dependencies.md page.
2017-08-06Merged singleexe branch.Jussi Pakkanen
2017-08-06Merged exclude_dir branch.Jussi Pakkanen
2017-08-06Allow 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-05Disallow language keyword for unsupported deps.Elliott Sales de Andrade
Also, document it in the manual.
2017-08-05Updated release notes.Jussi Pakkanen