aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-02added cuda test caseflobBeau Johnston3-0/+21
2018-07-02fixed file extensions for cudaBeau Johnston1-2/+2
2018-07-02added check to see if cuda was detectedBeau Johnston2-1/+27
2018-06-10fixed sideci for cuda compilation fixBeau Johnston3-12/+7
2018-06-10Merge branch 'cuda_compiler'Beau Johnston5-2/+216
2018-06-10added cuda compilerBeau Johnston5-2/+216
2018-06-09configure_file: Add release snippet for encoding keywordSander Sweers1-0/+12
2018-06-09configure_file: test writing non ascii with ascii encoding keywordSander Sweers2-0/+11
2018-06-09Add new encoding keyword for configure_file to manualSander Sweers2-0/+11
2018-06-09Add file encoding to configure_fileSander Sweers4-7/+26
2018-06-09Fix options being reset to default on reconfigureXavier Claessens2-4/+19
2018-06-09Refine cross file checking to ignore directoriesJon Turney1-2/+2
2018-06-08docs: Add release notes for new gnome.gdbus_codegen keywordsRobert Ancell1-0/+14
2018-06-08gdbus_codegen: Support --c-generate-autocleanupRobert Ancell2-2/+8
2018-06-08Add a unit test for `meson introspect --installed`Nirbheek Chauhan1-0/+3
2018-06-08mintro: Fix introspecting installation pathsThibault Saunier1-2/+2
2018-06-07gdbus_codegen: Support arbitrary extra argumentsRobert Ancell2-1/+5
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 Turney3-2/+3
2018-06-07More clearly explain portability issues with linking to a moduleJon Turney6-4/+30
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 Claessens3-5/+11
2018-06-07Add test case for generated headers used through a dependency.Jussi Pakkanen5-0/+37
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-06Add unit test for option precedenceXavier Claessens1-1/+27
2018-06-06Convert args.projectoptions into a dictXavier Claessens15-239/+130
2018-06-06Fix command line unit test not actually testing failure messageXavier Claessens1-8/+9
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens4-33/+19
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
2018-06-06Move to coredata some methods handling optionsXavier Claessens4-32/+35
2018-06-06mconf: Small tweaks when printing configurationXavier Claessens1-1/+2
2018-06-06Delay backend creation until project() is parsedXavier Claessens3-31/+46
2018-06-06optinterpreter: Remove duplicated list of languagesXavier Claessens3-13/+5
2018-06-06Fix issues found by flake8Xavier Claessens11-11/+9
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens11-77/+62