aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18Replaced obsolete tt tagtense-du1-2/+2
2017-09-18Added a page for reference tables.Jussi Pakkanen3-20/+64
2017-09-15Fix videos page (#2321)tense-du1-4/+4
* 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 Pakkanen1-5/+7
2017-09-12gnome: Docbook generation for gdbus_codegen()Iñigo Martínez1-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-04Permit overriding find_program from the cross file.Jussi Pakkanen2-0/+21
2017-09-04gnome.gdbus_codegen(): Add annotations keywordPatrick Griffis1-4/+21
Fixes #2123
2017-09-04--unity flag needs {on,off,subprojects} parameterJan Niklas Hasse1-1/+1
2017-09-03pkgconfig: Document url keywordPatrick Griffis1-0/+1
Closes #2272
2017-08-31Alphabetize compiler.compiles()Daniel Stone1-6/+6
2017-08-31Add Compiler.get_supported_arguments()Daniel Stone2-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-31Removed duplicate title in doc theme.Tense_du1-1/+0
2017-08-31add support for cups dependencies (#2255)Iñigo Martínez1-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-26Rewrapped more files.Jussi Pakkanen14-121/+440
2017-08-24Rewrapped some markdown files.Jussi Pakkanen7-76/+294
2017-08-22A full example for using the conf object. Closes #2235.Jussi Pakkanen1-0/+41
2017-08-22Clarify immutability description. Closes #2234.Jussi Pakkanen1-9/+27
2017-08-21Wrapped and alphabetized the remaining modules.Jussi Pakkanen7-34/+98
2017-08-21Rewrapped and alphabetized the Gnome module.Jussi Pakkanen1-83/+170
2017-08-21Rewrapped lines of a few more files.Jussi Pakkanen7-113/+491
2017-08-21Rewrap the rest of reference manual.Jussi Pakkanen1-84/+306
2017-08-20The last of the alphabetization.Jussi Pakkanen1-83/+275
2017-08-20And a few more alphas.Jussi Pakkanen1-64/+202
2017-08-20More alphabetization.Jussi Pakkanen1-47/+145
2017-08-20Put some keyword arguments into alphabetical order to improve readability.Jussi Pakkanen1-22/+64
2017-08-19Add warning about `sources` in declare_dependencyDavid Seifert1-0/+38
2017-08-19docs: Clarify project() no longer requires a languageTingPing1-1/+1
2017-08-18docs: fix typoMohammed Sadiq1-1/+1
2017-08-17Missing version info added.Jussi Pakkanen1-1/+1
2017-08-17Documented the merge_from method.Jussi Pakkanen1-4/+13
2017-08-17Users.md: link to the Meson Porting GNOME goalNirbheek Chauhan1-1/+3
2017-08-17docs: fix generator code sampleFlorian Zwoch1-1/+1
2017-08-15Documentation: fix broken link (now in docs)Konstantin Mochalov1-1/+1
Was [external link on github wiki](https://github.com/mesonbuild/wrapweb/wiki), now markdown file in docs
2017-08-15Missing dots are fun.Jussi Pakkanen2-3/+3
2017-08-15Bumped version number for new development.Jussi Pakkanen2-0/+17
2017-08-15Bump numbers for new release.0.42.0Jussi Pakkanen1-3/+1
2017-08-14gnome: add mkenums_simple()Tim-Philipp Müller2-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-13Added documentation for pcap dependency.Jussi Pakkanen2-0/+19
2017-08-13gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()Tim-Philipp Müller1-0/+1
2017-08-10Update wrap-mode FAQNirbheek Chauhan1-1/+1
2017-08-09Clarify what an "external dependency" isNirbheek Chauhan1-1/+1
And add a link to the Dependencies.md page.
2017-08-06Merged singleexe branch.Jussi Pakkanen1-4/+15
2017-08-06Merged exclude_dir branch.Jussi Pakkanen2-5/+21
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade2-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-05Disallow language keyword for unsupported deps.Elliott Sales de Andrade1-0/+1
Also, document it in the manual.
2017-08-05Updated release notes.Jussi Pakkanen1-0/+11
2017-08-04Add documentation for new MPI dependency.Elliott Sales de Andrade2-0/+23
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen2-0/+9
2017-08-05Add option to limit maximum number of concurrent link processes.Jussi Pakkanen1-0/+8
2017-08-04Merge pull request #2113 from nyorain/vulkanJussi Pakkanen1-0/+5
Vulkan dependency module