summaryrefslogtreecommitdiff
path: root/test cases/windows
AgeCommit message (Expand)Author
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz
2021-10-04backend/vs: process link dependencies.Andres Freund
2021-09-20Add test for https://github.com/mesonbuild/meson/issues/9235Jesse Natalie
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker
2021-03-04various python neatness cleanupsEli Schwartz
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen
2020-07-19fix msvc not recognising b_ndebugElliot Haisley
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2020-01-22tests/windows/16: Use pefile module instead of objdump/dumpbinNirbheek Chauhan
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam
2019-07-17Accept vs_module_defs for modulesMarc-André Lureau
2019-07-05Fix windres module argument flatteningePirat
2019-01-05Testcase for library where the first object is an arch-neutral .res fileJon Turney
2018-12-09Apply work-around for windres bug with msys2 clang alsoJon Turney
2018-11-06Install modules in a subdir to fit with platform name manglingJon Turney
2018-11-04Handle only llvm-objdump being availableJon Turney
2018-10-24Move VS C++17 test to a unit test since it requires env setup.Jussi Pakkanen
2018-10-22add cpp_std support for MSVCNicole Mazzuca
2018-09-14run_project_tests: remove pdb workaround, just use filtersMarco Trevisan (Treviño)
2018-09-14test cases: add missing files to installed_files.txtMarco Trevisan (Treviño)
2018-08-21Merge pull request #4036 from jon-turney/fix_issue_3999Jussi Pakkanen
2018-08-19Condense test dirs.Jussi Pakkanen
2018-08-16Extend test case to cover issue #3999Jon Turney
2018-08-15Extend test to check subsystem set by executable(gui_app:)Jon Turney
2018-08-15Add a test for Windows console application with main function in a libraryJon Turney
2018-07-31Condense test dirs.Jussi Pakkanen
2018-06-18Test windows.compile_resource() when depends: is a custom_targetJon Turney
2018-06-17Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen
2018-06-11Also test that the resource has the expected contentsJon Turney
2018-06-07Test for Windows resource compilation reusing the same script nameJon Turney
2018-06-07Install shared_module implibsJon Turney
2018-06-03Extend test_rc_depends_files test caseJon Turney
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney
2018-06-03Install implib where expected if default install_dir: is explicitly givenJon Turney
2018-06-02test extra paths: move test to windowsMathieu Duponchelle
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney
2018-01-12Fix test cases/windows/13 resources with custom targetsAndrei Alexeyev
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev
2017-12-31Fix test cases/windows/5 resourcesJon Turney
2017-07-20Make the name of the executable implib configurableJon Turney
2017-07-20Consolidate windows tests which are divided between mingw and msvcJon Turney
2017-07-20Support implibs for executables on WindowsJon Turney