summaryrefslogtreecommitdiff
path: root/docs/markdown
Commit message (Collapse)AuthorAgeFilesLines
...
* | | docs: Fix typoMohammed Sadiq2017-10-021-1/+1
| | | | | | | | | | | | Remove the quote before parens
* | | Merge pull request #2282 from NickeZ/improve-boostJussi Pakkanen2017-10-022-2/+23
|\ \ \ | | | | | | | | Improve boost
| * | | Boost: Improve search algorithmNiklas Claesson2017-10-012-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
* | | | gnome: Add header kwarg to generate_gir()Patrick Griffis2017-10-011-0/+4
| | | | | | | | | | | | | | | | This is a commonly used flag so lets make it more obvious.
* | | | Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet2017-10-011-3/+5
|/ / / | | | | | | | | | Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
* | | Merge pull request #2373 from leiflm/svn-wrapsJussi Pakkanen2017-10-011-0/+4
|\ \ \ | |/ / |/| | introduce svn wrap support
| * | introduce svn wrap supportLeif Middelschulte2017-09-251-0/+4
| | |
* | | Implement capture for generatorsNiklas Claesson2017-09-292-0/+7
| | |
* | | fix typo?Reverend Homer2017-09-291-1/+1
| | |
* | | Allow CustomTarget's to be indexedDylan Baker2017-09-272-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
* | | docs: get_supported_arguments was added in 0.43.0Nirbheek Chauhan2017-09-261-3/+3
|/ / | | | | | | | | Closes https://github.com/mesonbuild/meson/issues/2371 [noci]
* | Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen2017-09-221-1/+3
|\ \ | | | | | | Fix pcap dependency, str.strip() now takes an argument, add cc.get_return_value()
| * | docs: Document the new str.strip() featureNirbheek Chauhan2017-09-201-1/+3
| | |
* | | Merge pull request #2350 from tintou/masterJussi Pakkanen2017-09-221-0/+2
|\ \ \ | | | | | | | | Add 'install' keyword to the gettext macro
| * | | Update i18n markdown page to add the new install parameterCorentin Noƫl2017-09-221-0/+2
| | | |
* | | | Replaced references to 'mesontest'Johan BjƤreholt2017-09-221-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
* | | | Replaced references to 'mesonconf'Johan BjƤreholt2017-09-221-4/+9
| | | | | | | | | | | | mesonconf is deprecated and all references of it has been replaced with 'meson configure'
* | | | Update Reference-manual.mdNirbheek Chauhan2017-09-201-2/+8
|/ / / | | | | | | Add notes about not using full_path() unless absolutely necessary.
* | | Add detail to the command: kwarg of custom targetsNirbheek Chauhan2017-09-201-3/+8
| | |
* | | Fix table in Compiler-propertiesOla x Nilsson2017-09-191-6/+6
| | | | | | | | | | | | hotdoc requires a pipe character for the right edge
* | | Merge pull request #2263 from ximion/dlangJussi Pakkanen2017-09-184-2/+97
|\ \ \ | | | | | | | | d: Add an easy way to use D-specific features
| * | | docs: Document the D supportMatthias Klumpp2017-09-174-2/+97
| |/ /
* | | Fix getting meson page (#2341)tense-du2017-09-181-1/+1
| | | | | | | | | | | | | | | * Replaced obsolete tt tag
* | | Replaced obsolete tt tagtense-du2017-09-181-2/+2
| | |
* | | Added a page for reference tables.Jussi Pakkanen2017-09-182-20/+63
| |/ |/|
* | Fix videos page (#2321)tense-du2017-09-151-4/+4
| | | | | | | | | | | | | | | | * Removed duplicate title in doc theme. * Removed stray lower than tag. * Replaced obsolete frameborder attribute.
* | Clarify that MESONINTROSPECT may have multiple parts.Jussi Pakkanen2017-09-121-5/+7
| |
* | gnome: Docbook generation for gdbus_codegen()IƱigo Martƭnez2017-09-121-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.
* Permit overriding find_program from the cross file.Jussi Pakkanen2017-09-042-0/+21
|
* gnome.gdbus_codegen(): Add annotations keywordPatrick Griffis2017-09-041-4/+21
| | | | Fixes #2123
* --unity flag needs {on,off,subprojects} parameterJan Niklas Hasse2017-09-041-1/+1
|
* pkgconfig: Document url keywordPatrick Griffis2017-09-031-0/+1
| | | | Closes #2272
* Alphabetize compiler.compiles()Daniel Stone2017-08-311-6/+6
|
* Add Compiler.get_supported_arguments()Daniel Stone2017-08-312-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)
* add support for cups dependencies (#2255)IƱigo Martƭnez2017-08-311-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.
* Rewrapped more files.Jussi Pakkanen2017-08-2614-121/+440
|
* Rewrapped some markdown files.Jussi Pakkanen2017-08-247-76/+294
|
* A full example for using the conf object. Closes #2235.Jussi Pakkanen2017-08-221-0/+41
|
* Clarify immutability description. Closes #2234.Jussi Pakkanen2017-08-221-9/+27
|
* Wrapped and alphabetized the remaining modules.Jussi Pakkanen2017-08-217-34/+98
|
* Rewrapped and alphabetized the Gnome module.Jussi Pakkanen2017-08-211-83/+170
|
* Rewrapped lines of a few more files.Jussi Pakkanen2017-08-217-113/+491
|
* Rewrap the rest of reference manual.Jussi Pakkanen2017-08-211-84/+306
|
* The last of the alphabetization.Jussi Pakkanen2017-08-201-83/+275
|
* And a few more alphas.Jussi Pakkanen2017-08-201-64/+202
|
* More alphabetization.Jussi Pakkanen2017-08-201-47/+145
|
* Put some keyword arguments into alphabetical order to improve readability.Jussi Pakkanen2017-08-201-22/+64
|
* Add warning about `sources` in declare_dependencyDavid Seifert2017-08-191-0/+38
|
* docs: Clarify project() no longer requires a languageTingPing2017-08-191-1/+1
|
* docs: fix typoMohammed Sadiq2017-08-181-1/+1
|