summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* ninjabackend: Obvious typo, missing spacenirbheek/fix-cross_args-typoNirbheek Chauhan2018-06-201-1/+1
* Properly name the targetsCorentin Noël2018-06-191-6/+8
* gdbus_codegen: Keep the same behavior for all GLib versionsCorentin Noël2018-06-191-51/+62
* generate_gir: Add all the files provided by the CustomTargetCorentin Noël2018-06-181-3/+4
* Make a custom target output dir as an include dir relative to @BUILD_ROOT@Jon Turney2018-06-181-1/+1
* Correctly substitute the internal @BUILD_ROOT@ token with MSVC backendJon Turney2018-06-181-1/+1
* Make depends: of windows.compile_resources() include-ableJon Turney2018-06-182-0/+8
* Add a depends: keyword to windows.compile_resources()Jon Turney2018-06-181-4/+6
* run_command: Add new kwarg 'capture'Nirbheek Chauhan2018-06-182-17/+23
* Deprecate `build_always`, add `build_always_stale`Alex Hirsch2018-06-184-9/+18
* meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan2018-06-181-2/+1
* Add missing stubs to Compiler.Christoph Behle2018-06-181-0/+12
* Add check for arguments of has_members.Christoph Behle2018-06-181-0/+2
* Use stub to report misuse of get_defineChristoph Behle2018-06-182-4/+4
* Test if compiler supports get_define.Christoph Behle2018-06-181-1/+4
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-1812-76/+125
* depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2018-06-182-8/+18
* pkgconfig deps: Also resolve paths to shared librariesNirbheek Chauhan2018-06-182-31/+51
* Add UserFeatureOption typeXavier Claessens2018-06-183-25/+129
* Report exit status or signal that killed the testKurtis Rader2018-06-171-3/+34
* Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen2018-06-171-2/+4
|\
| * Use a unique name for windows resource compilation custom targetJon Turney2018-06-071-2/+4
* | Support Rust targets with more than one source file. Closes #3632.Jussi Pakkanen2018-06-171-3/+9
* | gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens2018-06-172-2/+5
* | Always apply concatenate_string_literal.Christoph Behle2018-06-122-5/+1
* | Make concatenate_string_literals staticChristoph Behle2018-06-121-1/+2
* | get_define can concatenate string literals.Christoph Behle2018-06-122-1/+14
* | Revert changeChristoph Behle2018-06-121-2/+2
* | Concatenate string literals in get_defineChristoph Behle2018-06-121-3/+4
* | modules/qt: check for un-suffixed moc,rcc,uic on windowsMatthew Waters2018-06-101-1/+1
* | Visual Studio: Implement startup projectNiklas Claesson2018-06-102-5/+24
* | Add missing FeatureNew for libwmf dependencyNirbheek Chauhan2018-06-101-0/+1
* | vala: fix extract_all_objects() resultPaolo Bonzini2018-06-101-2/+2
* | configure_file: Add 'encoding' to FeatureNewNirbheek Chauhan2018-06-101-1/+1
* | Add file encoding to configure_fileSander Sweers2018-06-092-7/+13
* | Fix options being reset to default on reconfigureXavier Claessens2018-06-091-4/+14
* | Refine cross file checking to ignore directoriesJon Turney2018-06-091-2/+2
* | gdbus_codegen: Support --c-generate-autocleanupRobert Ancell2018-06-081-2/+7
* | mintro: Fix introspecting installation pathsThibault Saunier2018-06-081-2/+2
* | gdbus_codegen: Support arbitrary extra argumentsRobert Ancell2018-06-071-1/+4
* | backends: Don't exclude system libraries for PATHNirbheek Chauhan2018-06-071-3/+3
* | find_library: Add a cache for library searchingNirbheek Chauhan2018-06-072-7/+27
* | backends: Don't hardcode system library pathsNirbheek Chauhan2018-06-071-5/+12
* | Install shared_module implibsJon Turney2018-06-072-2/+1
* | More clearly explain portability issues with linking to a moduleJon Turney2018-06-071-2/+6
* | dependencies/qt: fix debugoptimized builds with qtMatthew Waters2018-06-071-1/+1
* | Interpreter: Fix subdir_done() to exit from inside if/foreach blocksXavier Claessens2018-06-072-4/+8
|/
* gettext: Install .mo files atomicallyPhilip Chimento2018-06-071-2/+4
* compilers: Use RUSTFLAGS from the env as default rust_args valueXavier Claessens2018-06-061-1/+2
* mesonmain: Take only 2 optional directoriesXavier Claessens2018-06-061-19/+4