aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Revert "Naturally use env vars a bit more to match Autoconf"Jussi Pakkanen1-2/+3
2020-03-23Naturally use env vars a bit more to match AutoconfJohn Ericson1-3/+2
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+26
2020-03-23Fix linker evn var testsJohn Ericson1-2/+12
2020-03-22Do not try to mix gcc with link.exe.Jussi Pakkanen1-0/+2
2020-03-17envconfig: Make compiler and linker environment variables matchDylan Baker1-16/+30
2020-03-12unittests: Add tests for overriding D linker languageDylan Baker1-0/+14
2020-03-12run_unittests: Use skip_if_not_language for linker testsDylan Baker1-2/+5
2020-03-11coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan1-3/+4
2020-03-11coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan1-0/+8
2020-03-11coredata: Set default options as cmdline args that override each otherNirbheek Chauhan1-0/+18
2020-03-09Fix introspection of symlink targets on macOS.Jussi Pakkanen1-13/+33
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen1-12/+16
2020-03-08update test_templatesMichael1-0/+5
2020-03-08update test_templates to add dlang and find rustMichael1-1/+7
2020-03-08intro: List symlinks in installdata (fixes #6734)Daniel Mensinger1-0/+26
2020-03-06override_dependency: Add failure testsXavier Claessens1-0/+11
2020-03-06Simplify dependency() fallbackXavier Claessens1-2/+8
2020-03-06Add meson.override_dependency()Xavier Claessens1-2/+2
2020-03-05remove ability to pass multiple keys to extract_as_listDylan Baker1-4/+2
2020-03-05mesonlib: Replace unholder argument to listifyDylan Baker1-9/+15
2020-03-05unit tests: Test the buildtype table in the docsNirbheek Chauhan1-0/+23
2020-03-05unit tests: Rewrite documentation table parsing codeNirbheek Chauhan1-32/+44
2020-03-04mesonbuild: Add mcompile commandDylan Baker1-0/+15
2020-03-02types: Annotate ast/interpreter.pyDaniel Mensinger1-1/+1
2020-03-01Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen1-2/+3
2020-02-28Extend unit test to cover cwd-relative warning location formattingJon Turney1-0/+14
2020-02-28Add unit test of cwd-relative error location formattingJon Turney1-3/+34
2020-02-27Fix python2 rename (#6703)Dylan Baker1-11/+16
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens1-1/+1
2020-02-26summary: Add list_sep keyword argumentXavier Claessens1-1/+2
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-7/+75
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan1-3/+1
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan1-0/+2
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan1-2/+32
2020-02-22unit tests: Add a test for reconfigure causing no-op buildNirbheek Chauhan1-0/+37
2020-02-22unit tests: Make assertBuildNoOp check stricterNirbheek Chauhan1-5/+5
2020-02-22unit tests: Skip if pkg-config is not foundNirbheek Chauhan1-0/+1
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen1-1/+5
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan1-0/+5
2020-02-21linkers: Update the linker names to be more consistentDylan Baker1-8/+8
2020-02-21unit tests: Remove an unused variableNirbheek Chauhan1-1/+0
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg1-0/+5
2020-02-12Add unity block size option.Jussi Pakkanen1-2/+2
2020-02-12unit tests: Ensure that --profile-self keeps workingNirbheek Chauhan1-2/+3
2020-02-05Merge pull request #6573 from michaelbadcrumble/add_sample_templatesJussi Pakkanen1-3/+21
2020-02-05pkgconfig: Generate -uninstalled.pc filesXavier Claessens1-0/+15
2020-02-04Fix prefix dependent option defaults (#6552)Jon Turney1-1/+7
2020-02-02update test_templates in run_unittests.pyMichael1-3/+21
2020-02-01summary: Fix empty list caseXavier Claessens1-0/+1