aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Test if compiler supports get_define.Christoph Behle1-1/+4
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan12-76/+125
2018-06-18depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2-8/+18
2018-06-18pkgconfig deps: Also resolve paths to shared librariesNirbheek Chauhan2-31/+51
2018-06-18Add UserFeatureOption typeXavier Claessens3-25/+129
2018-06-17Report exit status or signal that killed the testKurtis Rader1-3/+34
2018-06-17Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen1-2/+4
2018-06-17Support Rust targets with more than one source file. Closes #3632.Jussi Pakkanen1-3/+9
2018-06-17gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens2-2/+5
2018-06-12Always apply concatenate_string_literal.Christoph Behle2-5/+1
2018-06-12Make concatenate_string_literals staticChristoph Behle1-1/+2
2018-06-12get_define can concatenate string literals.Christoph Behle2-1/+14
2018-06-12Revert changeChristoph Behle1-2/+2
2018-06-12Concatenate string literals in get_defineChristoph Behle1-3/+4
2018-06-10modules/qt: check for un-suffixed moc,rcc,uic on windowsMatthew Waters1-1/+1
2018-06-10Visual Studio: Implement startup projectNiklas Claesson2-5/+24
2018-06-10Add missing FeatureNew for libwmf dependencyNirbheek Chauhan1-0/+1
2018-06-10vala: fix extract_all_objects() resultPaolo Bonzini1-2/+2
2018-06-10configure_file: Add 'encoding' to FeatureNewNirbheek Chauhan1-1/+1
2018-06-09Add file encoding to configure_fileSander Sweers2-7/+13
2018-06-09Fix options being reset to default on reconfigureXavier Claessens1-4/+14
2018-06-09Refine cross file checking to ignore directoriesJon Turney1-2/+2
2018-06-08gdbus_codegen: Support --c-generate-autocleanupRobert Ancell1-2/+7
2018-06-08mintro: Fix introspecting installation pathsThibault Saunier1-2/+2
2018-06-07Use a unique name for windows resource compilation custom targetJon Turney1-2/+4
2018-06-07gdbus_codegen: Support arbitrary extra argumentsRobert Ancell1-1/+4
2018-06-07backends: Don't exclude system libraries for PATHNirbheek Chauhan1-3/+3
2018-06-07find_library: Add a cache for library searchingNirbheek Chauhan2-7/+27
2018-06-07backends: Don't hardcode system library pathsNirbheek Chauhan1-5/+12
2018-06-07Install shared_module implibsJon Turney2-2/+1
2018-06-07More clearly explain portability issues with linking to a moduleJon Turney1-2/+6
2018-06-07dependencies/qt: fix debugoptimized builds with qtMatthew Waters1-1/+1
2018-06-07Interpreter: Fix subdir_done() to exit from inside if/foreach blocksXavier Claessens2-4/+8
2018-06-07gettext: Install .mo files atomicallyPhilip Chimento1-2/+4
2018-06-06compilers: Use RUSTFLAGS from the env as default rust_args valueXavier Claessens1-1/+2
2018-06-06mesonmain: Take only 2 optional directoriesXavier Claessens1-19/+4
2018-06-06mconf: Take only one optional builddir arg that defaults to '.'Xavier Claessens1-11/+2
2018-06-06environment: copy self.cmd_line_options to not modify original optionsXavier Claessens1-1/+1
2018-06-06wraptool: Convert to argparseXavier Claessens1-62/+39
2018-06-06Convert args.projectoptions into a dictXavier Claessens4-155/+75
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens2-18/+4
2018-06-06coredata: Stop setting default option values as argparse attributeXavier Claessens4-68/+29
2018-06-06mconf: Special case UserUmaskOption to print value in octal notationXavier Claessens1-0/+2
2018-06-06UserUmaskOption: Add 'preserve' in choices and use octal notationXavier Claessens1-0/+1
2018-06-06UserUmaskOption: Implement validate_value instead of set_valueXavier Claessens1-5/+4
2018-06-06mconf: Reduce code duplication and avoid missing builtin optionsXavier Claessens1-81/+42
2018-06-06mconf: Fix print when choices is a string instead of listXavier Claessens1-1/+4
2018-06-06mconf: Set prefix first because other options depends on itXavier Claessens2-9/+32
2018-06-06dependencies: Take options from coredata instead of cmd lineXavier Claessens2-3/+2
2018-06-06mconf: Report all unknown cmd line options instead of aborting on firstXavier Claessens1-2/+8