summaryrefslogtreecommitdiff
path: root/docs/markdown
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | interpreter: Add warning functionPaulo Antonio Alvarez2017-10-312-0/+14
|/ / / /
* | | | Add LibWmf as a specified dependency, and associated tests.Félix Piédallu2017-10-311-0/+10
| | | |
* | | | Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keywordJussi Pakkanen2017-10-292-6/+19
|\ \ \ \ | |_|/ / |/| | | Qt5-Module: Add `moc_extra_arguments` keyword support.
| * | | documentation: adds new keyword usage to the given example.Leif Middelschulte2017-10-271-1/+3
| | | |
| * | | adds "since"-note for the new keyword to the documentationLeif Middelschulte2017-10-271-1/+1
| | | |
| * | | updates the documentation to follow the list-style to explain arguments.Leif Middelschulte2017-10-271-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As per to @jon-turney's and @jpakanne's suggestion [0], this commit changes the "prosa" documentation to a list-style one. [0] https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72265697
| * | | Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte2017-10-252-5/+13
| |/ / | | | | | | | | | | | | | | | This commit adds support for an additional `moc_extra_arguments` keyword. It becomes especially handy, when `moc`-ed sources conditionally provide `slots`, depending on compile time macros (i.e. defines).
* | | docs: add pkgconfig to cross file exampleMike Gilbert2017-10-261-0/+1
|/ /
* | Fix inconsistent header levelsJay Sherby2017-10-241-2/+2
| |
* | docs: Fix date being interpreted as an ordered list itemLuis Menina2017-10-241-2/+2
| |
* | Update references from mesonconf to meson configureKevin Anderson2017-10-235-8/+8
| | | | | | | | Fixes #2372
* | docs: Remove unnecessary trailing whitespacesLuis Menina2017-10-235-14/+14
| |
* | docs: Markdown headers don't need trailing hash signsLuis Menina2017-10-238-25/+25
| | | | | | | | | | | | | | | | This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/
* | docs: Fix markdown in 'design rationale' pageLuis Menina2017-10-231-8/+8
| |
* | Fix invalid example in Syntax.mdJonas Platte2017-10-231-1/+1
| |
* | Arguments, not flags.Jussi Pakkanen2017-10-131-1/+1
| |
* | Link to MesonPorting is not rendered as URLCarlos Garcés2017-10-121-1/+1
| |
* | Typo and grammar fixes for 0.43.0 release noteJon Turney2017-10-111-2/+2
| |
* | docs: Improve code snippets in release notesTingPing2017-10-081-38/+50
| |
* | Added release note page for 0.44.Jussi Pakkanen2017-10-081-0/+16
| |
* | Collated release note snippets to main file.Jussi Pakkanen2017-10-089-104/+102
| |
* | gnome: g-ir-scanner accepts multiple symbol-prefix argumentsRico Tzschichholz2017-10-081-1/+2
| |
* | docs: Use consistent whitespace for gnome kwargsTingPing2017-10-051-25/+0
| |
* | Update to not use deprecated mesonconfDavid Strauss2017-10-041-1/+1
| |
* | Update Reference-manual.mdNirbheek Chauhan2017-10-031-1/+2
| |
* | Update Reference-manual.mdNirbheek Chauhan2017-10-031-4/+11
| | | | | | Fix documentation breakage from https://github.com/mesonbuild/meson/pull/2415
* | Fix typo and clarify library documentationxarkes2017-10-031-2/+3
| |
* | Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen2017-10-021-0/+20
|\ \ | | | | | | Better support for prebuilt shared libs
| * | Add rpath entries for all found libraries outside of system libraries.prebuiltJussi Pakkanen2017-10-021-4/+9
| | |
| * | Added release note snippet for prebuilt shared libs.Jussi Pakkanen2017-09-301-0/+15
| | |
* | | 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