aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan1-0/+20
2018-07-02Add some tests for FeatureNewMathieu Duponchelle1-8/+33
2018-07-01Don't let build_always take precedence over build_by_default (#3816)Andrei Alexeyev1-5/+11
2018-07-01Allow command lists for find_program cross file overridesNirbheek Chauhan1-2/+3
2018-06-29Options: treat array option -Dopt= and -Dopt=[] as equivalentDylan Baker1-0/+20
2018-06-20Validate cpu_family (#3753)Ross Burton1-0/+19
2018-06-19Downgrade unknown option from exception to warningXavier Claessens1-5/+3
2018-06-18meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan1-2/+15
2018-06-18unittests: Assert that we have pkg-config on all CINirbheek Chauhan1-5/+12
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan1-7/+20
2018-06-18Test that binaries that use external libraries workNirbheek Chauhan1-13/+52
2018-06-09Fix options being reset to default on reconfigureXavier Claessens1-0/+5
2018-06-08Add a unit test for `meson introspect --installed`Nirbheek Chauhan1-0/+3
2018-06-07More clearly explain portability issues with linking to a moduleJon Turney1-2/+5
2018-06-06Add unit test for option precedenceXavier Claessens1-1/+27
2018-06-06Convert args.projectoptions into a dictXavier Claessens1-19/+41
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 Claessens1-13/+13
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens1-1/+1
2018-06-06Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan1-2/+6
2018-06-06Add documentation for Builtin options and bitcodeNirbheek Chauhan1-0/+21
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan1-0/+43
2018-06-06meson introspect: Fix --installed argumentNirbheek Chauhan1-1/+4
2018-06-03Extend test_rc_depends_files test caseJon Turney1-3/+19
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney1-1/+7
2018-06-02Add extended unit test for 'install_mode'Filipe Brandenburger1-0/+33
2018-06-02Check mode of file, not subdirectory, in install_subdir.Filipe Brandenburger1-1/+1
2018-06-01Fix assertRebuiltTarget with VS backendJon Turney1-2/+0
2018-06-01Also run Windows unit tests on CygwinJon Turney1-1/+2
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney1-0/+10
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan1-39/+25
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan1-2/+1
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly1-1/+2
2018-05-30run_unittests: typo fixMartin Kelly1-1/+1
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen1-1/+1
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan1-1/+1
2018-05-21dict: unit test integer keyMathieu Duponchelle1-0/+4
2018-05-21dict: fix CI issuesMathieu Duponchelle1-4/+3
2018-05-20dict: address review commentsMathieu Duponchelle1-0/+11
2018-05-17Generalize message about fallback failureJon Turney1-2/+2
2018-05-10unit tests: Undo accidental disabling of testNirbheek Chauhan1-1/+0
2018-05-09gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan1-2/+16
2018-05-03python module: Move tests to test cases/unitNirbheek Chauhan1-1/+1
2018-05-03python module: make it work with pypyMathieu Duponchelle1-0/+13
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan1-5/+6
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen1-0/+11
2018-04-27Passing --default-library=both should override project valueXavier Claessens1-0/+10
2018-04-27Passing --bindir twice is fineXavier Claessens1-4/+2
2018-04-27Fix --warnlevel being renamed to --warning-level in latest releaseXavier Claessens1-0/+38
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen1-0/+68