aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows
AgeCommit message (Expand)AuthorFilesLines
2022-10-24Add MASM compilerXavier Claessens2-0/+47
2022-07-07Fix test case numbers.Jussi Pakkanen8-0/+0
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz3-1/+22
2021-10-04backend/vs: process link dependencies.Andres Freund1-5/+0
2021-09-20Add test for https://github.com/mesonbuild/meson/issues/9235Jesse Natalie6-0/+54
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens4-0/+30
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen3-22/+1
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker3-1/+22
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen1-3/+8
2020-07-19fix msvc not recognising b_ndebugElliot Haisley2-0/+16
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger6-40/+52
2020-01-22tests/windows/16: Use pefile module instead of objdump/dumpbinNirbheek Chauhan2-25/+13
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher1-1/+1
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D21-13/+53
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D6-6/+6
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D7-8/+7
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam1-1/+0
2019-07-17Accept vs_module_defs for modulesMarc-André Lureau1-0/+1
2019-07-05Fix windres module argument flatteningePirat1-1/+2
2019-01-05Testcase for library where the first object is an arch-neutral .res fileJon Turney2-0/+4
2018-12-09Apply work-around for windres bug with msys2 clang alsoJon Turney2-2/+2
2018-11-06Install modules in a subdir to fit with platform name manglingJon Turney2-6/+8
2018-11-04Handle only llvm-objdump being availableJon Turney1-3/+7
2018-10-24Move VS C++17 test to a unit test since it requires env setup.Jussi Pakkanen2-16/+0
2018-10-22add cpp_std support for MSVCNicole Mazzuca2-0/+16
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)1-0/+4
2018-08-21Merge pull request #4036 from jon-turney/fix_issue_3999Jussi Pakkanen11-0/+74
2018-08-19Condense test dirs.Jussi Pakkanen5-0/+0
2018-08-16Extend test case to cover issue #3999Jon Turney11-0/+74
2018-08-15Extend test to check subsystem set by executable(gui_app:)Jon Turney3-0/+45
2018-08-15Add a test for Windows console application with main function in a libraryJon Turney3-0/+12
2018-07-31Condense test dirs.Jussi Pakkanen53-0/+0
2018-06-18Test windows.compile_resource() when depends: is a custom_targetJon Turney7-0/+104
2018-06-17Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen9-0/+51
2018-06-11Also test that the resource has the expected contentsJon Turney2-6/+32
2018-06-07Test for Windows resource compilation reusing the same script nameJon Turney8-0/+25
2018-06-07Install shared_module implibsJon Turney1-0/+2
2018-06-03Extend test_rc_depends_files test caseJon Turney3-2/+4
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney1-0/+2
2018-06-03Install implib where expected if default install_dir: is explicitly givenJon Turney1-1/+1
2018-06-02test extra paths: move test to windowsMathieu Duponchelle8-0/+51
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney1-0/+1
2018-01-12Fix test cases/windows/13 resources with custom targetsAndrei Alexeyev1-1/+1
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev6-18/+24
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev8-0/+108
2017-12-31Fix test cases/windows/5 resourcesJon Turney1-1/+1
2017-07-20Make the name of the executable implib configurableJon Turney2-5/+9