Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-29 | trivial: Fix typos | Matthias Klumpp | 1 | -2/+2 | |
2017-08-29 | gnome: Ensure gir always works with asan, even if used together with ubsan | Matthias Klumpp | 1 | -1/+1 | |
This really resolves #1910 by making it also work in cases where asan and ubsan are used together via "-Db_sanitize=address,undefined". | |||||
2017-08-29 | gnome: Fix typo in gtkdoc_html_dir, so it returns the correct path | Matthias Klumpp | 2 | -2/+2 | |
2017-08-28 | Create a proper 64 bit installer with WiX. | Jussi Pakkanen | 1 | -4/+14 | |
2017-08-27 | Merge pull request #2196 from arteymix/patch-4 | Jussi Pakkanen | 2 | -2/+14 | |
python3: Fix 'sysconfig_path' for platform-dependant paths | |||||
2017-08-27 | Fix msi creation script to work on 64 bit Windows. | Jussi Pakkanen | 1 | -2/+5 | |
2017-08-26 | Merge pull request #2248 from thiblahute/csharp | Jussi Pakkanen | 6 | -1/+21 | |
Make cs_args a known argument and handle c# external dependencies | |||||
2017-08-26 | Rewrapped more files. | Jussi Pakkanen | 14 | -121/+440 | |
2017-08-25 | ciimage: Add glib-sharp2 to our docker image | Thibault Saunier | 1 | -0/+1 | |
2017-08-24 | csharp: Take into account project and global args | Thibault Saunier | 1 | -0/+2 | |
2017-08-24 | c#: Handle external dependencies from .pc files | Thibault Saunier | 4 | -1/+17 | |
2017-08-24 | interpreter: Make cs_args a known argument | Thibault Saunier | 1 | -0/+1 | |
Avoiding warning about it when it is a well known one. | |||||
2017-08-24 | Merge pull request #2243 from thiblahute/csharp | Jussi Pakkanen | 3 | -3/+28 | |
Patchset to allow using meson for gstreamer-sharp | |||||
2017-08-24 | Rewrapped some markdown files. | Jussi Pakkanen | 7 | -76/+294 | |
2017-08-24 | tests: Check that generated sources can be used in csharp targets | Thibault Saunier | 1 | -1/+11 | |
2017-08-23 | gnome: Fix g-ir-scanner linking args for all code paths | Thibault Saunier | 1 | -2/+8 | |
We were fixing them up only in the dependency code path and not in the InternalDependency one. Just make sure to do it once for all. | |||||
2017-08-23 | ninjabackend: Add support for generated csharp sources. | Thibault Saunier | 1 | -0/+9 | |
2017-08-23 | Check if Watcom version of cl exists in the path and avoid using it. (#2237) | William D. Jones | 1 | -0/+18 | |
2017-08-23 | Remove trailing spaces. | Philippe Payant | 1 | -1/+1 | |
2017-08-23 | Fix detection of MSVC 2008 version. | Philippe Payant | 1 | -3/+7 | |
2017-08-22 | A full example for using the conf object. Closes #2235. | Jussi Pakkanen | 1 | -0/+41 | |
2017-08-22 | Clarify immutability description. Closes #2234. | Jussi Pakkanen | 1 | -9/+27 | |
2017-08-22 | Do not use dot in doxygen even if it is installed so list of generated files â” | Jussi Pakkanen | 1 | -1/+5 | |
is always the same. | |||||
2017-08-21 | Merge pull request #2224 from mesonbuild/morealpha | Jussi Pakkanen | 16 | -512/+1691 | |
More doc alphabetisation | |||||
2017-08-21 | Wrapped and alphabetized the remaining modules. | Jussi Pakkanen | 7 | -34/+98 | |
2017-08-21 | Rewrapped and alphabetized the Gnome module. | Jussi Pakkanen | 1 | -83/+170 | |
2017-08-21 | Rewrapped lines of a few more files. | Jussi Pakkanen | 7 | -113/+491 | |
2017-08-21 | Rewrap the rest of reference manual. | Jussi Pakkanen | 1 | -84/+306 | |
2017-08-20 | The last of the alphabetization. | Jussi Pakkanen | 1 | -83/+275 | |
2017-08-20 | And a few more alphas. | Jussi Pakkanen | 1 | -64/+202 | |
2017-08-20 | More alphabetization. | Jussi Pakkanen | 1 | -47/+145 | |
2017-08-20 | Merge pull request #2163 from chetgurevitch/master | Jussi Pakkanen | 1 | -4/+5 | |
Don't error if build directory is already configured and update instructions | |||||
2017-08-20 | Add missing dependency of Boost Log to a Docker image | MichaĆ WikliĆski | 1 | -0/+1 | |
2017-08-20 | Find Boost dep when there is an extra lib to link | MichaĆ WikliĆski | 3 | -1/+33 | |
There are several components in Boost which must be linked with extra libraries. Boost Log is one of them and in special circumstances needs linking with boost_log_setup. http://www.boost.org/doc/libs/1_64_0/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.setup This fix covers the case when there is no source file corresponding to the additional library. | |||||
2017-08-20 | Remove leftover debug print statement in meson_install.py | GabrĂel ArthĂșr PĂ©tursson | 1 | -1/+1 | |
2017-08-20 | Put some keyword arguments into alphabetical order to improve readability. | Jussi Pakkanen | 1 | -22/+64 | |
2017-08-20 | Fix coverage target breakage and add a test for it. | Jussi Pakkanen | 3 | -1/+15 | |
2017-08-20 | Remove PHONY because Windows and OSX file systems are crap. Closes #2199. | Jussi Pakkanen | 3 | -6/+7 | |
2017-08-19 | Add warning about `sources` in declare_dependency | David Seifert | 1 | -0/+38 | |
2017-08-19 | docs: Clarify project() no longer requires a language | TingPing | 1 | -1/+1 | |
2017-08-18 | docs: fix typo | Mohammed Sadiq | 1 | -1/+1 | |
2017-08-18 | Fix detection of clang "optimization arguments" | Peter Harris | 2 | -1/+11 | |
In version 3.6.0, clang added -Wignored-optimization-argument. Without setting this flag to -Werror, "ignored optimization arguments" such as (for example) -fpeel-loops, are accepted but warned about, leading to noisy builds if meson thinks the flag is supported. See also #755 | |||||
2017-08-18 | Fix warning when executable(implib:) is used | Jon Turney | 1 | -3/+1 | |
PR #1955 added implib to known_exe_kwargs, but since PR #2001 it needs to be in exe_kwargs as well, to avoid 'WARNING: Passed invalid keyword argument "implib"' when it is used. | |||||
2017-08-18 | Ensure log file gets closed. | Jussi Pakkanen | 2 | -1/+9 | |
2017-08-18 | Make all functionality invokable via the main Meson binary, | Jussi Pakkanen | 11 | -112/+118 | |
which can be a Windows .exe file. | |||||
2017-08-18 | Tell users about ninja rebuild and meson configure | Chet Gurevitch | 1 | -2/+3 | |
2017-08-18 | Don't error if build directory is already configured | Chet Gurevitch | 1 | -3/+3 | |
2017-08-18 | python3: Fix tests on Windows as it uses 'Lib' and 'Include' | Guillaume Poirier-Morency | 1 | -4/+5 | |
2017-08-17 | python3: Add tests for platform-dependant paths and cover include path | Guillaume Poirier-Morency | 2 | -2/+13 | |
2017-08-17 | Missing version info added. | Jussi Pakkanen | 1 | -1/+1 | |