Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-26 | Add 'Compiler.get_display_language' | Guillaume Poirier-Morency | 8 | -9/+23 | |
Use this when we print language-related information to the console and via the Ninja backend. | |||||
2017-06-25 | Merge pull request #1853 from astavale/split-compilers-file | Jussi Pakkanen | 19 | -3338/+3822 | |
Split compilers file | |||||
2017-06-23 | Split out languages from compilers.py | Alistair Thomas | 16 | -2166/+2623 | |
2017-06-22 | Improve the example by explaining modules (#1981) | philtherobot | 1 | -1/+4 | |
* Improve the example by explaining modules * Refer to Qt documentation for its list of modules * Add a sweet link to Qt's doc. | |||||
2017-06-22 | Converted compilers.py to a sub-package | Alistair Thomas | 3 | -6/+21 | |
2017-06-22 | Split linkers out from compilers.py | Alistair Thomas | 5 | -121/+133 | |
2017-06-22 | Merge pull request #1948 from mesonbuild/tingping/gnome-sanitize-fixes | Jussi Pakkanen | 1 | -4/+11 | |
Fix gnome.generate_gir() with address sanitizer | |||||
2017-06-22 | Merge pull request #1922 from acfoltzer/rust-improvements | Jussi Pakkanen | 17 | -14/+139 | |
Enhance Rust support | |||||
2017-06-22 | vala: Only add --use-header for unity builds | Nirbheek Chauhan | 2 | -2/+16 | |
Closes https://github.com/mesonbuild/meson/issues/1969 | |||||
2017-06-22 | Add some colour to test output. | Elliott Sales de Andrade | 2 | -9/+31 | |
Bold the section names and colourize errors&skips. | |||||
2017-06-22 | docs: Fix version reference | Patrick Griffis | 1 | -1/+1 | |
2017-06-22 | Tag functions in asm properly. Thanks to Matthias Klose for debugging the issue. | Jussi Pakkanen | 6 | -12/+31 | |
2017-06-22 | Merge pull request #1966 from QuLogic/gtkdoc-libraries | Jussi Pakkanen | 5 | -2/+48 | |
Small gtkdoc improvements | |||||
2017-06-21 | Merge pull request #1920 from QuLogic/hg-dist | Jussi Pakkanen | 3 | -18/+69 | |
Add Mercurial dist support | |||||
2017-06-21 | Consistently use windows.h, not Windows.h | Jon Turney | 1 | -1/+1 | |
This is significant when compiling using gcc on a case-sensitive filesystem. | |||||
2017-06-21 | Merge pull request #1924 from mesonbuild/tingping/yelp-fixes | Jussi Pakkanen | 6 | -5/+34 | |
Various yelp fixes | |||||
2017-06-21 | docs: be more consistent | Igor Gnatenko | 1 | -2/+2 | |
2017-06-19 | Add build include directory to gtkdoc source paths. | Elliott Sales de Andrade | 1 | -0/+2 | |
This enables gtkdoc to produce documentation on files that were generated, using configure_file, for example. | |||||
2017-06-19 | Add example of generated header in docs. | Elliott Sales de Andrade | 4 | -1/+43 | |
2017-06-19 | fix indentation per @ignatenkobrain | Adam C. Foltzer | 1 | -1/+1 | |
2017-06-19 | Add all internal dep rpaths to gnome module builds. | Elliott Sales de Andrade | 1 | -0/+2 | |
Running gtkdoc on a shared library that depends on another shared library would fail otherwise. | |||||
2017-06-19 | Use absolute path to target dir within gnome module. | Elliott Sales de Andrade | 1 | -1/+1 | |
Stuff like gtkdoc may not be run in the top-level build directory, so these paths need to be absolute. Fixes #1950. | |||||
2017-06-20 | Bump version number for new development. | Jussi Pakkanen | 1 | -1/+1 | |
2017-06-19 | Update version number for bugfix release.0.41.1 | Jussi Pakkanen | 6 | -6/+6 | |
2017-06-19 | Storage object has changed so use values(). Closes #1963. | Jussi Pakkanen | 1 | -1/+1 | |
2017-06-19 | Expand magic markers on custom and run targets too. Closes #1681. | Jussi Pakkanen | 1 | -6/+14 | |
2017-06-19 | Only call to_native once per invocation. | Jussi Pakkanen | 1 | -1/+1 | |
2017-06-19 | Merge pull request #1956 from mesonbuild/fix1934 | Igor Gnatenko | 1 | -8/+14 | |
Handle both pkg-config and pkgconf argument order. Closes #1934. | |||||
2017-06-18 | Handle both pkg-config and pkgconf argument order. Closes #1934. | Jussi Pakkanen | 1 | -8/+14 | |
2017-06-18 | Merge pull request #1951 from mesonbuild/dedupfix | Jussi Pakkanen | 4 | -0/+40 | |
Preserve standalone -D arguments | |||||
2017-06-18 | Fix a stray variable renaming. Closes #1952. | Jussi Pakkanen | 1 | -1/+1 | |
2017-06-18 | Preserve standalone -D arguments always. | Jussi Pakkanen | 2 | -3/+15 | |
2017-06-17 | tests: Always consider symlink as valid installed file | Patrick Griffis | 1 | -1/+2 | |
An installed symlink might point to a non-existing file (because DESTDIR is set) so just always accept them. | |||||
2017-06-17 | gnome.generate_gir(): Fix linking to libasan if sanitizer enabled | Patrick Griffis | 1 | -2/+9 | |
This is a bit of a workaround linking directly to it but it is at least functional unlike before. Fixes #1910 | |||||
2017-06-17 | Failing test for -D dedupping. | Jussi Pakkanen | 3 | -0/+28 | |
2017-06-17 | Make external library no-op when used with incompatible target (#1941) | Nirbheek Chauhan | 2 | -2/+9 | |
* tests: Add a test for C library in Vala target https://github.com/mesonbuild/meson/issues/1939 * Make external library no-op when used with incompatible target This is how it used to behave earlier, but we accidentally regressed Closes https://github.com/mesonbuild/meson/issues/1939 | |||||
2017-06-17 | Use the Windows proof dir deleter consistently. | Jussi Pakkanen | 1 | -5/+5 | |
2017-06-17 | wxwidgets: Fix usage of multiple dependency() calls | Nirbheek Chauhan | 2 | -1/+4 | |
This was broken because the class property will say True but the object property will not be set. Store the value on the class property and transfer to object in __init__. Just like PkgConfigDependency. | |||||
2017-06-17 | valgrind: Fix __init__ call | Nirbheek Chauhan | 2 | -2/+2 | |
Adds a test so that this is catched later. Closes https://github.com/mesonbuild/meson/issues/1937 | |||||
2017-06-15 | gnome: Fix getting sanitize cflags for gir | Patrick Griffis | 1 | -2/+2 | |
There was an API break somewhere and this wasn't kept in sync. Part of #1910 | |||||
2017-06-14 | fix failing Rust test cases | Adam C. Foltzer | 3 | -5/+18 | |
2017-06-14 | add failing test cases for wrong Rust crate types per @TingPing | Adam C. Foltzer | 4 | -0/+6 | |
2017-06-14 | rename `crate_type` to `rust_crate_type` per @TingPing | Adam C. Foltzer | 4 | -25/+25 | |
2017-06-13 | Add test for Mercurial dist'ing. | Elliott Sales de Andrade | 1 | -10/+36 | |
2017-06-13 | Add Mercurial dist support. | Elliott Sales de Andrade | 2 | -5/+29 | |
2017-06-13 | Remove extraneous os.path.split()s. | Elliott Sales de Andrade | 1 | -3/+4 | |
Since only one part is needed, they can be replaced by dirname, basename, or the originally joined file name. | |||||
2017-06-12 | Update versions for new development. | Jussi Pakkanen | 4 | -6/+13 | |
2017-06-12 | Updated version number for release.0.41.0 | Jussi Pakkanen | 6 | -6/+6 | |
2017-06-12 | Merge pull request #1932 from centricular/fix-libpath-reordering | Jussi Pakkanen | 8 | -4/+87 | |
Preserve -L -l pairings fetched from external deps | |||||
2017-06-12 | tests/unit/8: Rename to 9 and add -l flags | Nirbheek Chauhan | 5 | -4/+7 | |