aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-20Consolidate windows tests which are divided between mingw and msvcJon Turney10-100/+26
2017-07-20Support implibs for executables on WindowsJon Turney3-0/+17
2017-06-21Consistently use windows.h, not Windows.hJon Turney1-1/+1
2017-05-16Allow vs_module_defs to use a custom_targetJon Turney5-0/+31
2017-05-12Make vs_module_defs: do something for gcc on Windows as wellJon Turney4-14/+6
2017-04-10Allow using generated files to shared_library vs_module_defs. Closes #1605Dylan Baker5-0/+28
2017-04-10tests/windows/7: Fix test on CygwinNirbheek Chauhan1-2/+2
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen4-0/+18
2017-04-06Run test cases/windows/ tests on CygwinJon Turney1-1/+1
2017-04-06Use correct shared library naming for CygwinJon Turney1-4/+4
2017-04-04Don't generate import library for shared modulesNirbheek Chauhan4-0/+6
2017-04-04Fix custom directory installation of import libraryNirbheek Chauhan4-0/+12
2017-03-28tests/windows/5: Skip if build_to_src has spacesNirbheek Chauhan1-0/+59
2017-03-28tests/windows/5: Add more subdirs to the testNirbheek Chauhan6-4/+7
2017-03-23use a custom cp.bat for cp on Windows (#1488)Nicolas Schneider2-1/+8
2017-03-05tests: Minor fixes to the library-usage testsNirbheek Chauhan2-2/+10
2017-03-04Add manual-linking tests to Linux and WindowsNirbheek Chauhan6-5/+88
2017-03-03tests/windows: Tests for #1444Nirbheek Chauhan3-1/+5
2017-02-18find_program: Correctly use scripts found in PATHNirbheek Chauhan2-0/+11