aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Fix remaining flake8 reportJon Turney1-1/+1
2018-10-24module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)xiannox1-0/+4
2018-10-24Move VS C++17 test to a unit test since it requires env setup.Jussi Pakkanen3-9/+4
2018-10-23Add 'disabler' argument to functions returning not-found objectsXavier Claessens1-0/+8
2018-10-22add cpp_std support for MSVCNicole Mazzuca2-0/+16
2018-10-21wrap: Fix crash with file based wrapsXavier Claessens4-0/+12
2018-10-20Remove implicit compression of man pagesMichał Górny3-8/+8
2018-10-17wrap: Allow source and patch to be local filesXavier Claessens1-1/+3
2018-10-14Set env vars so MS-MPI tests are runJon Turney1-1/+3
2018-10-14Add mising files to list of installed files for csharp testJon Turney2-1/+5
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney1-1/+1
2018-10-10Add gnu hurd to *_machine informationDylan Baker1-0/+3
2018-10-10gnome.compile_resources: Put dependency directories before current source dirTingPing1-0/+1
2018-10-08configure_file: Support taking values from a dictXavier Claessens2-0/+42
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen1-0/+2
2018-10-07Merge pull request #3900 from xclaesse/in-operatorJussi Pakkanen2-0/+28
2018-10-07dependency variable from subproject could be not-foundXavier Claessens2-0/+5
2018-10-07Substitute output file then check for conflict.Christoph Behle5-0/+24
2018-10-06Fix a comment in "test cases/frameworks/6 gettext"Masanori Kakura1-1/+1
2018-10-06i18n: replace path separator with @Marty E. Plummer4-0/+18
2018-10-04Interpreter: Add 'continue' and 'break' keywordsXavier Claessens1-0/+13
2018-10-04Interpreter: Add "in" and "not in" operatorsXavier Claessens1-0/+15
2018-10-05Fix handling generated .desktop files. Closes #4304.Jussi Pakkanen4-0/+39
2018-10-04Make custom dist scripts accept arguments.Jan Tojnar2-2/+6
2018-10-03Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis2-0/+31
2018-10-02Merge pull request #4296 from nacho4d/feature/fix-xcode-configure-fileJussi Pakkanen1-27/+16
2018-09-30Fix indentation (make it uniform) in test file "14 configure file/meson.build"Guillermo Ignacio Enriquez Gutierrez1-27/+16
2018-09-27Additional tests for D version and debug featuresGoaLitiuM2-1/+85
2018-09-25Merge pull request #4214 from 3v1n0/gtk-docs-improvementsJussi Pakkanen2-0/+43
2018-09-24Merge pull request #4243 from nacho4d/feature/xcode-fix2Jussi Pakkanen1-1/+6
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez1-1/+6
2018-09-21Skip dub dependency test with wrong compiler on WindowsGoaLitiuM1-0/+6
2018-09-21gnome: add support for `module_version`Marco Trevisan (Treviño)2-0/+43
2018-09-19Add some more implibs to list of installed files on cygwinJon Turney2-0/+6
2018-09-17Merge pull request #4174 from jon-turney/link-with-custom-targetJussi Pakkanen4-0/+55
2018-09-17Fix regressed D test cases on WindowsGoaLitiuM2-10/+10
2018-09-16Add test case for trying to link with a library made by a custom_targetJon Turney4-0/+55
2018-09-16Fix ICC on macOSDavid Seifert3-4/+10
2018-09-16i18n: allow custom target names for merge_fileMarty E. Plummer3-0/+15
2018-09-16find_installation: Add support for feature option in required kwargXavier Claessens2-0/+4
2018-09-16Merge pull request #4170 from 3v1n0/test-projects-extra-file-reports-fixJussi Pakkanen25-7/+345
2018-09-14run_proect_tests: add cygwin as platform fix nameMarco Trevisan (Treviño)4-7/+7
2018-09-14run_project_tests: remove pdb workaround, just use filtersMarco Trevisan (Treviño)3-3/+4
2018-09-14test cases: add missing files to installed_files.txtMarco Trevisan (Treviño)23-4/+341
2018-09-13Merge pull request #4017 from jon-turney/version-comparison-rewriteJussi Pakkanen2-0/+4
2018-09-13Fix flake8 'imported but unused' reportsJon Turney1-1/+1
2018-09-12Correct version_compare_condition_with_min()Jon Turney2-0/+4
2018-09-10Skip some SDL tests when using an OSX framework version.Jussi Pakkanen1-0/+6
2018-09-10Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev1-2/+3
2018-09-07Add method to check for C/C++ function attributesDylan Baker1-0/+103