aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-13Arguments, not flags.Jussi Pakkanen1-1/+1
2017-10-12Link to MesonPorting is not rendered as URLCarlos Garcés1-1/+1
2017-10-11Typo and grammar fixes for 0.43.0 release noteJon Turney1-2/+2
2017-10-08docs: Improve code snippets in release notesTingPing1-38/+50
2017-10-08Added release note page for 0.44.Jussi Pakkanen1-0/+16
2017-10-08Collated release note snippets to main file.Jussi Pakkanen10-104/+103
2017-10-08gnome: g-ir-scanner accepts multiple symbol-prefix argumentsRico Tzschichholz1-1/+2
2017-10-05docs: Use consistent whitespace for gnome kwargsTingPing1-25/+0
2017-10-04Update to not use deprecated mesonconfDavid Strauss1-1/+1
2017-10-04docs: Prettier screenshot in tutorialJan Niklas Hasse1-0/+0
2017-10-03Update Reference-manual.mdNirbheek Chauhan1-1/+2
2017-10-03Update Reference-manual.mdNirbheek Chauhan1-4/+11
Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415
2017-10-03Fix typo and clarify library documentationxarkes1-2/+3
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen1-0/+20
Better support for prebuilt shared libs
2017-10-02docs: Fix typoMohammed Sadiq1-1/+1
Remove the quote before parens
2017-10-02Add rpath entries for all found libraries outside of system libraries.Jussi Pakkanen1-4/+9
2017-10-02Merge pull request #2282 from NickeZ/improve-boostJussi Pakkanen2-2/+23
Improve boost
2017-10-01gnome: Add header kwarg to generate_gir()Patrick Griffis1-0/+4
This is a commonly used flag so lets make it more obvious.
2017-10-01Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet1-3/+5
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-10-01Boost: Improve search algorithmNiklas Claesson2-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
2017-10-01Merge pull request #2373 from leiflm/svn-wrapsJussi Pakkanen1-0/+4
introduce svn wrap support
2017-09-30Added release note snippet for prebuilt shared libs.Jussi Pakkanen1-0/+15
2017-09-29Implement capture for generatorsNiklas Claesson2-0/+7
2017-09-29fix typo?Reverend Homer1-1/+1
2017-09-27Allow CustomTarget's to be indexedDylan Baker2-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
2017-09-26docs: get_supported_arguments was added in 0.43.0Nirbheek Chauhan1-3/+3
Closes https://github.com/mesonbuild/meson/issues/2371 [noci]
2017-09-25introduce svn wrap supportLeif Middelschulte1-0/+4
2017-09-22Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen1-1/+3
Fix pcap dependency, str.strip() now takes an argument, add cc.get_return_value()
2017-09-22Merge pull request #2350 from tintou/masterJussi Pakkanen1-0/+2
Add 'install' keyword to the gettext macro
2017-09-22Replaced references to 'mesontest'Johan Bjäreholt1-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
2017-09-22Replaced references to 'mesonconf'Johan Bjäreholt1-4/+9
mesonconf is deprecated and all references of it has been replaced with 'meson configure'
2017-09-22Update i18n markdown page to add the new install parameterCorentin Noël1-0/+2
2017-09-20Update Reference-manual.mdNirbheek Chauhan1-2/+8
Add notes about not using full_path() unless absolutely necessary.
2017-09-20docs: Document the new str.strip() featureNirbheek Chauhan1-1/+3
2017-09-20Add detail to the command: kwarg of custom targetsNirbheek Chauhan1-3/+8
2017-09-19Fix table in Compiler-propertiesOla x Nilsson1-6/+6
hotdoc requires a pipe character for the right edge
2017-09-18Merge pull request #2263 from ximion/dlangJussi Pakkanen5-2/+98
d: Add an easy way to use D-specific features
2017-09-18Fix getting meson page (#2341)tense-du1-1/+1
* Replaced obsolete tt tag
2017-09-18Replaced obsolete tt tagtense-du1-2/+2
2017-09-18Added a page for reference tables.Jussi Pakkanen3-20/+64
2017-09-17docs: Document the D supportMatthias Klumpp5-2/+98
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)