Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-20 | Add cs_args as known args for csharp | Thibault Saunier | 1 | -1/+1 | |
2017-09-20 | ninja: Generator is more informative on what it is doing. | Florian Zwoch | 1 | -1/+1 | |
2017-09-20 | Add detail to the command: kwarg of custom targets | Nirbheek Chauhan | 1 | -3/+8 | |
2017-09-19 | Merge pull request #2331 from mesonbuild/winencode | Jussi Pakkanen | 2 | -0/+30 | |
Do not use universal newlines on old Python versions. | |||||
2017-09-19 | Fix table in Compiler-properties | Ola x Nilsson | 1 | -6/+6 | |
hotdoc requires a pipe character for the right edge | |||||
2017-09-19 | Merge pull request #2264 from jeandet/master | Jussi Pakkanen | 13 | -236/+105 | |
Some refactoring, introduction of listify function. | |||||
2017-09-18 | Last round with listify function refactoring. | Alexis Jeandet | 8 | -92/+37 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-09-18 | Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored. | Alexis Jeandet | 6 | -82/+30 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-09-18 | Introduced extract_as_list. | Alexis Jeandet | 2 | -25/+23 | |
Corrected code style and typo. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-09-18 | Introduction of listify method. Test on build.py module to see benefits. | Alexis Jeandet | 2 | -63/+41 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-09-18 | Merge pull request #2310 from hvenev/reconfigure-get_option | Jussi Pakkanen | 4 | -2/+18 | |
Fix get_option() for base options on reconfigure. | |||||
2017-09-18 | ninja: Fix the dependency on the VAPI when 'vala_vapi' is used | Guillaume Poirier-Morency | 3 | -4/+8 | |
2017-09-18 | Run VS2010 tests in a German locale to catch codepage errors. | Jussi Pakkanen | 1 | -0/+8 | |
2017-09-18 | Do not use universal newlines on old Python versions. | Jussi Pakkanen | 1 | -0/+22 | |
2017-09-18 | Merge pull request #2263 from ximion/dlang | Jussi Pakkanen | 13 | -13/+275 | |
d: Add an easy way to use D-specific features | |||||
2017-09-18 | Fix getting meson page (#2341) | tense-du | 1 | -1/+1 | |
* Replaced obsolete tt tag | |||||
2017-09-18 | Replaced obsolete tt tag | tense-du | 1 | -2/+2 | |
2017-09-18 | Revert "Revert "Merge pull request #1931 from centricular/use-patched-ninja"" | Nirbheek Chauhan | 6 | -16/+26 | |
This reverts commit 5eb64a6f3e47b570f544524ef48dc6ef0e4dce59. Let's try again, with a fixed Ninja by QuLogic. | |||||
2017-09-18 | Added a page for reference tables. | Jussi Pakkanen | 3 | -20/+64 | |
2017-09-18 | tests/common/159: Don't try to run 'echo' | Nirbheek Chauhan | 1 | -1/+4 | |
It's not available on Windows. It was passing in the CI because bash tools are available on AppVeyor by default. | |||||
2017-09-17 | docs: Document the D support | Matthias Klumpp | 5 | -2/+98 | |
2017-09-17 | d: Make feature names less verbose | Matthias Klumpp | 4 | -17/+17 | |
2017-09-16 | contributing.txt: Update link to FAQ (#2330) | Jan Tojnar | 1 | -1/+1 | |
2017-09-15 | Fix get_option() for base options on reconfigure. | Hristo Venev | 1 | -2/+7 | |
2017-09-15 | Add test for get_option(b_xxx) on reconfigure. | Hristo Venev | 3 | -0/+11 | |
2017-09-15 | Fix videos page (#2321) | tense-du | 1 | -4/+4 | |
* Removed duplicate title in doc theme. * Removed stray lower than tag. * Replaced obsolete frameborder attribute. | |||||
2017-09-14 | Merge pull request #2216 from ebassi/yelp-linguas | Jussi Pakkanen | 5 | -0/+23 | |
Support LINGUAS for gnome.yelp() languages | |||||
2017-09-14 | Merge pull request #2319 from georgmu/cmake2meson-improvements | Jussi Pakkanen | 1 | -3/+6 | |
cmake2meson improvements | |||||
2017-09-14 | logging: Print location of log file on error | Nirbheek Chauhan | 2 | -2/+7 | |
Similar to configure Closes https://github.com/mesonbuild/meson/issues/2316 | |||||
2017-09-14 | cmake2meson: convert varexp to lowercase | Georg Müller | 1 | -1/+1 | |
since variable names in 'set' statements are converted to lowercase, the variable itself should be converted to lower-case too when used. | |||||
2017-09-14 | cmake2meson: strip comments from statements | Georg Müller | 1 | -1/+4 | |
Without this change, the following correct cmake will cause an error: statement( arg1 # arg2 arg3 ) | |||||
2017-09-14 | cmake2meson: convert statements to lower case | Georg Müller | 1 | -1/+1 | |
cmake does not distinguish between upper and lower case, so convert it to lower case for the later comparisons. | |||||
2017-09-14 | run_tests.py: Haiku has no nice(). | Jérôme Duval | 1 | -1/+1 | |
2017-09-14 | Add is_haiku(), needed for run_tests.py. | Jérôme Duval | 1 | -0/+3 | |
2017-09-12 | Add deprecation warning for gnome.yelp() argument | Emmanuele Bassi | 1 | -0/+5 | |
The 'languages' argument is deprecated; the LINGUAS file supercedes it as the canonical source of translations. | |||||
2017-09-12 | Clarify that MESONINTROSPECT may have multiple parts. | Jussi Pakkanen | 1 | -5/+7 | |
2017-09-12 | Merge pull request #1943 from QuLogic/duplicate-names | Jussi Pakkanen | 12 | -78/+78 | |
Fix creation of objects with duplicate names | |||||
2017-09-12 | Renamed test serialisation from is_cross to is_cross_built for clarity. | Jussi Pakkanen | 2 | -7/+7 | |
2017-09-12 | An external program is never a "cross test". | Jussi Pakkanen | 1 | -0/+4 | |
2017-09-12 | MSI: Improve python detection | Niklas Claesson | 1 | -2/+13 | |
2017-09-12 | Update message for already configured builddir | Chet Gurevitch | 1 | -7/+6 | |
2017-09-12 | gnome: Docbook generation for gdbus_codegen() | Iñigo MartÃnez | 3 | -3/+9 | |
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-12 | Add Windows extra_paths to beginning of PATH when running tests | Jon Turney | 1 | -1/+1 | |
Adding it to the end of PATH means that if an installed instance of a DLL exists, that would be used instead of the built instance. Compare with run_exe(), which already gets this right. | |||||
2017-09-12 | Drop feature_args call in favor of letting pkgconfig do this directly | Matthias Klumpp | 2 | -8/+7 | |
2017-09-12 | d: Implement specific properties for D features | Matthias Klumpp | 4 | -17/+40 | |
2017-09-12 | d: Add easy way to use D-specific features | Matthias Klumpp | 6 | -9/+153 | |
Of course D compilers have different flags to set some important D-specific settings. This adds a simple method to change these flags in a compiler-agnostic way in Meson. This replaces the previous `unittest_args` method with a more generic variant. | |||||
2017-09-12 | Merge pull request #2288 from centricular/fix-test-regression | Jussi Pakkanen | 4 | -2/+57 | |
Fix regression in test definitions | |||||
2017-09-11 | interpreter: Always flatten when unholding arrays | Nirbheek Chauhan | 2 | -1/+2 | |
Otherwise we might end up with wrapper holders in the Build object and pickling will then fail, defeating the purpose of the holder objects. Closes https://github.com/mesonbuild/meson/issues/2211 | |||||
2017-09-11 | tests/common/48: Don't read newline | Nirbheek Chauhan | 1 | -2/+2 | |
To avoid platform-specific differences in git settings. | |||||
2017-09-11 | Merge pull request #2291 from centricular/fix-custom-target-includes-ordering | Jussi Pakkanen | 9 | -11/+37 | |
backends: Add custom target inc dirs before target inc dirs |