summaryrefslogtreecommitdiff
path: root/test cases/windows
AgeCommit message (Expand)Author
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
2017-06-21Consistently use windows.h, not Windows.hJon Turney
2017-05-16Allow vs_module_defs to use a custom_targetJon Turney
2017-05-12Make vs_module_defs: do something for gcc on Windows as wellJon Turney
2017-04-10Allow using generated files to shared_library vs_module_defs. Closes #1605Dylan Baker
2017-04-10tests/windows/7: Fix test on CygwinNirbheek Chauhan
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen
2017-04-06Run test cases/windows/ tests on CygwinJon Turney
2017-04-06Use correct shared library naming for CygwinJon Turney
2017-04-04Don't generate import library for shared modulesNirbheek Chauhan
2017-04-04Fix custom directory installation of import libraryNirbheek Chauhan
2017-03-28tests/windows/5: Skip if build_to_src has spacesNirbheek Chauhan
2017-03-28tests/windows/5: Add more subdirs to the testNirbheek Chauhan
2017-03-23use a custom cp.bat for cp on Windows (#1488)Nicolas Schneider
2017-03-05tests: Minor fixes to the library-usage testsNirbheek Chauhan
2017-03-04Add manual-linking tests to Linux and WindowsNirbheek Chauhan
2017-03-03tests/windows: Tests for #1444Nirbheek Chauhan
2017-02-18find_program: Correctly use scripts found in PATHNirbheek Chauhan
2017-01-04tests: Use the new test skipping facility everywhereNirbheek Chauhan
2016-12-28Add include_directories to windows.compile_resources.Elliott Sales de Andrade
2016-07-30Add test for the new find program workaround for WindowsNirbheek Chauhan