summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2019-04-23ast: Improved test caseDaniel Mensinger
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger
2019-04-23ast: support elementary object methodsDaniel Mensinger
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger
2019-04-22Remove extra directory in failing testJon Turney
2019-04-22i18n: add args keyword to merge_fileKonstantin
2019-04-21Merge pull request #5289 from mesonbuild/fixxpassJussi Pakkanen
2019-04-21Make it work on Cygwin.Jussi Pakkanen
2019-04-21Report xpass results as failures.Jussi Pakkanen
2019-04-18Add a test case for dependency(method:'config-tool') with an unknown nameJon Turney
2019-04-15gpgme dependency: verify that pkg-config works on newer gpgmeEli Schwartz
2019-04-13interpreter: Warn when environment() ops are overridenNirbheek Chauhan
2019-04-13mintro: Fix set_variable plus assign bug (closes #5256)Daniel Mensinger
2019-04-13TST: Actually check that postconf introspection works.Elliott Sales de Andrade
2019-04-07Merge pull request #4931 from dcbaker/pkg-config-builtinNirbheek Chauhan
2019-04-06Add gpgme-config supportJan Tojnar
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker
2019-04-05BUGFIX: Microsoft MPI is only compatible with Intel FortranMichael Hirsch, Ph.D
2019-04-04Merge pull request #5205 from dcbaker/python-module-logJussi Pakkanen
2019-04-03modules/python: Report program found in find_installation()Dylan Baker
2019-04-02Merge pull request #5197 from mensinda/introDepBugFixJussi Pakkanen
2019-04-02Fix 'failing/85 gtest dependency with version' test to fail on ArchJon Turney
2019-04-02mintro: fix some interpreter crashesDaniel Mensinger
2019-04-02mintro: Fix crash when required is a function (closes #5177)Daniel Mensinger
2019-04-02Merge pull request #5128 from Ericson2314/sanity-check-with-flagsJussi Pakkanen
2019-04-01Use a real linker arg in 'test cases/common/177 initial c_args'John Ericson
2019-04-01Merge pull request #5103 from mesonbuild/linkcustomJussi Pakkanen
2019-04-01Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen
2019-03-29tests: modify partial_dependency test to cover a bugDylan Baker
2019-03-28Support link_whole with custom targets.Jussi Pakkanen
2019-03-25add test case for same-name module+submoduleMichael Hirsch, Ph.D
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen
2019-03-22Disallow add_languages('vala') without 'c'Jon Turney
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen
2019-03-20Add test case for multiple cross filesRoss Burton
2019-03-19Fix codegen with clang-cl.Jussi Pakkanen
2019-03-19THANK YOU STEVE JOBS FOR YOUR GREAT MODERN TOOLCHAIN!Jussi Pakkanen
2019-03-19Merge pull request #4724 from jon-turney/lib-machine-alwaysJussi Pakkanen
2019-03-19Win fixes.Jussi Pakkanen
2019-03-18Delete failing test that checks for custom target linking.Jussi Pakkanen
2019-03-18Can link against custom targets. Closes #4908.Jussi Pakkanen
2019-03-18Make custom lib script work with MSVC.Jussi Pakkanen
2019-03-18Add test script to generate a static library with a custom target.Jussi Pakkanen
2019-03-18interpreterbase: protect string division with FeatureNewPaolo Bonzini
2019-03-15kconfig: improvements for builddir config filePaolo Bonzini
2019-03-15[modules] Add kconfig moduleMark Schulte
2019-03-14Merge pull request #5081 from scivision/fortranincludeJussi Pakkanen
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan
2019-03-14add fortran include test caseMichael Hirsch, Ph.D