aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen1-24/+65
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger1-1/+6
2019-12-10run_unittests: Disable pytest with python <= 3.5Xavier Claessens1-0/+2
2019-12-10assert(): Make message argument optionalXavier Claessens1-0/+6
2019-12-08dist: Add --include-subprojects optionXavier Claessens1-2/+37
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker1-6/+2
2019-12-03run_unittests: Add tests for LD on windowsDylan Baker1-0/+23
2019-12-03run_unittests: Add unittests for ld overridingDylan Baker1-0/+37
2019-12-03Intel: Dump worthless Xild abstractionsDylan Baker1-2/+2
2019-12-02run_unittests: remove unused PatchModule classDylan Baker1-20/+1
2019-12-02Allow selecting the dynamic linkerDylan Baker1-2/+2
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-2/+2
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen1-0/+1
2019-11-14mintro: dependencies: added version keyDaniel Mensinger1-0/+1
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves1-0/+5
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen1-39/+0
2019-11-07dependencies/pkgconfig: Fix error reportingMarvin Scholz1-4/+4
2019-11-06Fix typos found by codespellWolfgang Stöggl1-9/+9
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D1-5/+32
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-1/+2
2019-10-23Fix for issue #4499, multiple entries per file in install-log.txtOrlando Wingbrant1-0/+27
2019-10-22Test that running configure on a build dir works.Jussi Pakkanen1-0/+5
2019-10-20Fix all flake8 warningsDaniel Mensinger1-1/+0
2019-10-20Do not try to run dist test with VS backend.Jussi Pakkanen1-0/+4
2019-10-15Add test case to verify identity cross buildsRoss Burton1-0/+10
2019-10-09Merge pull request #5833 from dcbaker/remove-compiler-typeJussi Pakkanen1-19/+19
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam1-0/+14
2019-10-08Skip more tests if pkg-config is missingJan Beich1-0/+2
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-19/+19
2019-10-03Use -isystem instead of -idirafterDaniel Mensinger1-0/+16
2019-10-01Merge pull request #5873 from mesonbuild/py2optionalJussi Pakkanen1-0/+9
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen1-0/+13
2019-10-01Make Python 2 tests optional(er) to prepare for py2 purge in Debian.Jussi Pakkanen1-0/+9
2019-10-01Fix test_static_link() on MacOSXXavier Claessens1-6/+9
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens1-2/+8
2019-10-01Fix link_whole of static librariesXavier Claessens1-0/+14
2019-09-30Add depfile to configure_file()Marc-André Lureau1-0/+29
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy1-28/+43
2019-09-23mtest: TAP: ignore empty linesMarc-André Lureau1-0/+6
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens1-0/+4
2019-09-13mconf: Fix meson configure crash (fixes #5909)Daniel Mensinger1-0/+4
2019-09-09unitests: dont assume cc exists or is validDylan Baker1-20/+27
2019-09-08Fix static archives stripping (#5905)David Seifert1-0/+27
2019-09-08Rename 'rpath-link secondary' unit testDavid Seifert1-1/+1
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert1-0/+39
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-10/+106
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-1/+1
2019-08-26Fix packaging. [skip ci]Jussi Pakkanen1-0/+2
2019-08-14unittests: Create a fake DynamicLinker when necessaryDylan Baker1-1/+2
2019-08-14environment: Detect dynamic linker classDylan Baker1-1/+2