Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | docs: Fix typo | Mohammed Sadiq | 2017-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Remove the quote before parens | |||||
* | | | Merge pull request #2282 from NickeZ/improve-boost | Jussi Pakkanen | 2017-10-02 | 2 | -2/+23 | |
|\ \ \ | | | | | | | | | Improve boost | |||||
| * | | | Boost: Improve search algorithm | Niklas Claesson | 2017-10-01 | 2 | -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 Griffis | 2017-10-01 | 1 | -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 Jeandet | 2017-10-01 | 1 | -3/+5 | |
|/ / / | | | | | | | | | | Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
* | | | Merge pull request #2373 from leiflm/svn-wraps | Jussi Pakkanen | 2017-10-01 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | introduce svn wrap support | |||||
| * | | introduce svn wrap support | Leif Middelschulte | 2017-09-25 | 1 | -0/+4 | |
| | | | ||||||
* | | | Implement capture for generators | Niklas Claesson | 2017-09-29 | 2 | -0/+7 | |
| | | | ||||||
* | | | fix typo? | Reverend Homer | 2017-09-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Allow CustomTarget's to be indexed | Dylan Baker | 2017-09-27 | 2 | -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.0 | Nirbheek Chauhan | 2017-09-26 | 1 | -3/+3 | |
|/ / | | | | | | | | | Closes https://github.com/mesonbuild/meson/issues/2371 [noci] | |||||
* | | Merge pull request #2187 from centricular/fix-pcap-dependency | Jussi Pakkanen | 2017-09-22 | 1 | -1/+3 | |
|\ \ | | | | | | | Fix pcap dependency, str.strip() now takes an argument, add cc.get_return_value() | |||||
| * | | docs: Document the new str.strip() feature | Nirbheek Chauhan | 2017-09-20 | 1 | -1/+3 | |
| | | | ||||||
* | | | Merge pull request #2350 from tintou/master | Jussi Pakkanen | 2017-09-22 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Add 'install' keyword to the gettext macro | |||||
| * | | | Update i18n markdown page to add the new install parameter | Corentin Noƫl | 2017-09-22 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Replaced references to 'mesontest' | Johan BjƤreholt | 2017-09-22 | 1 | -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Ƥreholt | 2017-09-22 | 1 | -4/+9 | |
| | | | | | | | | | | | | mesonconf is deprecated and all references of it has been replaced with 'meson configure' | |||||
* | | | | Update Reference-manual.md | Nirbheek Chauhan | 2017-09-20 | 1 | -2/+8 | |
|/ / / | | | | | | | Add notes about not using full_path() unless absolutely necessary. | |||||
* | | | Add detail to the command: kwarg of custom targets | Nirbheek Chauhan | 2017-09-20 | 1 | -3/+8 | |
| | | | ||||||
* | | | Fix table in Compiler-properties | Ola x Nilsson | 2017-09-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | hotdoc requires a pipe character for the right edge | |||||
* | | | Merge pull request #2263 from ximion/dlang | Jussi Pakkanen | 2017-09-18 | 4 | -2/+97 | |
|\ \ \ | | | | | | | | | d: Add an easy way to use D-specific features | |||||
| * | | | docs: Document the D support | Matthias Klumpp | 2017-09-17 | 4 | -2/+97 | |
| |/ / | ||||||
* | | | Fix getting meson page (#2341) | tense-du | 2017-09-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * Replaced obsolete tt tag | |||||
* | | | Replaced obsolete tt tag | tense-du | 2017-09-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | Added a page for reference tables. | Jussi Pakkanen | 2017-09-18 | 2 | -20/+63 | |
| |/ |/| | ||||||
* | | Fix videos page (#2321) | tense-du | 2017-09-15 | 1 | -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 Pakkanen | 2017-09-12 | 1 | -5/+7 | |
| | | ||||||
* | | gnome: Docbook generation for gdbus_codegen() | IƱigo MartĆnez | 2017-09-12 | 1 | -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 Pakkanen | 2017-09-04 | 2 | -0/+21 | |
| | ||||||
* | gnome.gdbus_codegen(): Add annotations keyword | Patrick Griffis | 2017-09-04 | 1 | -4/+21 | |
| | | | | Fixes #2123 | |||||
* | --unity flag needs {on,off,subprojects} parameter | Jan Niklas Hasse | 2017-09-04 | 1 | -1/+1 | |
| | ||||||
* | pkgconfig: Document url keyword | Patrick Griffis | 2017-09-03 | 1 | -0/+1 | |
| | | | | Closes #2272 | |||||
* | Alphabetize compiler.compiles() | Daniel Stone | 2017-08-31 | 1 | -6/+6 | |
| | ||||||
* | Add Compiler.get_supported_arguments() | Daniel Stone | 2017-08-31 | 2 | -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Ćnez | 2017-08-31 | 1 | -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 Pakkanen | 2017-08-26 | 14 | -121/+440 | |
| | ||||||
* | Rewrapped some markdown files. | Jussi Pakkanen | 2017-08-24 | 7 | -76/+294 | |
| | ||||||
* | A full example for using the conf object. Closes #2235. | Jussi Pakkanen | 2017-08-22 | 1 | -0/+41 | |
| | ||||||
* | Clarify immutability description. Closes #2234. | Jussi Pakkanen | 2017-08-22 | 1 | -9/+27 | |
| | ||||||
* | Wrapped and alphabetized the remaining modules. | Jussi Pakkanen | 2017-08-21 | 7 | -34/+98 | |
| | ||||||
* | Rewrapped and alphabetized the Gnome module. | Jussi Pakkanen | 2017-08-21 | 1 | -83/+170 | |
| | ||||||
* | Rewrapped lines of a few more files. | Jussi Pakkanen | 2017-08-21 | 7 | -113/+491 | |
| | ||||||
* | Rewrap the rest of reference manual. | Jussi Pakkanen | 2017-08-21 | 1 | -84/+306 | |
| | ||||||
* | The last of the alphabetization. | Jussi Pakkanen | 2017-08-20 | 1 | -83/+275 | |
| | ||||||
* | And a few more alphas. | Jussi Pakkanen | 2017-08-20 | 1 | -64/+202 | |
| | ||||||
* | More alphabetization. | Jussi Pakkanen | 2017-08-20 | 1 | -47/+145 | |
| | ||||||
* | Put some keyword arguments into alphabetical order to improve readability. | Jussi Pakkanen | 2017-08-20 | 1 | -22/+64 | |
| | ||||||
* | Add warning about `sources` in declare_dependency | David Seifert | 2017-08-19 | 1 | -0/+38 | |
| | ||||||
* | docs: Clarify project() no longer requires a language | TingPing | 2017-08-19 | 1 | -1/+1 | |
| | ||||||
* | docs: fix typo | Mohammed Sadiq | 2017-08-18 | 1 | -1/+1 | |
| |