aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)AuthorFilesLines
2020-10-07Tests: py.dependency() now has required:true by defaultXavier Claessens1-1/+1
2020-10-05options: Handle updates to choices in optionsDylan Baker3-0/+27
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse2-0/+2
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens3-0/+23
2020-09-09Merge pull request #7428 from jon-turney/introspector-add-languagesJussi Pakkanen1-0/+2
2020-09-09Add a test of add_languages(native:) introspectionJon Turney1-0/+2
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini1-0/+1
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2-2/+10
2020-09-02Special case meson.version().version_compare() statementXavier Claessens1-0/+17
2020-08-27tests: update .gitignoreDaniel Mensinger1-0/+1
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens6-0/+82
2020-08-01run dircondensor.pyDylan Baker20-0/+0
2020-07-30Allow setting project options from cross or native filesDylan Baker2-0/+4
2020-07-21summary: Wrap lines when printing listsXavier Claessens1-0/+1
2020-07-01wrap: Add 'provide' sectionXavier Claessens1-2/+1
2020-06-30wrap: Apply patch even in VCS casesXavier Claessens3-0/+11
2020-06-22unittests: Fix test_identity_cross on SolarisAlan Coopersmith2-4/+16
2020-05-23ast: add unittestDaniel Mensinger1-2/+15
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker3-0/+36
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker13-0/+0
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker3-0/+25
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen15-3/+59
2020-05-16Let LDFLAGS specify rpath.Dan Kegel5-0/+18
2020-05-16Let .pc files specify rpath.Dan Kegel10-3/+41
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker1-1/+1
2020-05-04Add regression test for libdir reset.Jussi Pakkanen2-0/+3
2020-04-30allow postconf and dist scripts to use Files, ExternalPrograms, andDylan Baker1-0/+1
2020-04-17interpreter: Correctly ignore def files in build directoryXavier Claessens2-0/+16
2020-03-06ast: Implement dummy evaluate_notstatementDaniel Mensinger1-0/+1
2020-02-26summary: Add list_sep keyword argumentXavier Claessens1-0/+1
2020-02-01summary: Fix empty list caseXavier Claessens1-0/+1
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher5-5/+5
2020-01-17wrap: Fix support of file:// URLsXavier Claessens3-0/+4
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen36-0/+0
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens1-8/+8
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-0/+2
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens2-6/+3
2019-12-12Add a summary() function for configuration summarizationXavier Claessens3-0/+23
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger1-2/+3
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D19-20/+20
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves1-0/+1
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen8-45/+0
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-21Remove duplicated object files in static librariesXavier Claessens4-0/+29
2019-10-15Add test case to verify identity cross buildsRoss Burton3-0/+22
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen3-0/+11
2019-10-01Recursively include all objects from uninstalled static librariesXavier Claessens6-0/+36
2019-10-01Do not promote to link_whole when an internal library links to anotherXavier Claessens4-0/+32
2019-10-01pkgconfig: Include dependencies of uninstalled static librariesXavier Claessens6-0/+46
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens5-0/+36