summaryrefslogtreecommitdiff
path: root/test cases/windows
AgeCommit message (Expand)Author
2025-05-26vs2010backend: fix EmbedManifest state when /MANIFEST:EMBED is usedPeter Harris
2025-05-15test masm compilation on vs backendZephyr Lykos
2024-09-21add test casesunknown
2024-04-05compilers: Add test for detecting libraries with externally supplied linker f...L. E. Segovia
2023-09-28add support for vs_module_defs to ExecutablesDylan Baker
2023-09-28fix using a CustomTargetIndex for vs_module_defsDylan Baker
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz
2022-10-24Add MASM compilerXavier Claessens
2022-07-07Fix test case numbers.Jussi Pakkanen
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