summaryrefslogtreecommitdiff
path: root/test cases/windows
Commit message (Expand)AuthorAgeFilesLines
* Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2020-10-071-3/+8
* fix msvc not recognising b_ndebugElliot Haisley2020-07-192-0/+16
* test: merge installed_files.txt into test.jsonDaniel Mensinger2020-02-256-40/+52
* tests/windows/16: Use pefile module instead of objdump/dumpbinNirbheek Chauhan2020-01-222-25/+13
* Use python3 in some tests which were still using pythonSebastien Bacher2020-01-211-1/+1
* ci/test: unused args for WindowsMichael Hirsch, Ph.D2019-12-0421-13/+53
* Use strict function prototypesMichael Hirsch, Ph.D2019-11-186-6/+6
* use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D2019-11-177-8/+7
* tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam2019-10-091-1/+0
* Accept vs_module_defs for modulesMarc-André Lureau2019-07-171-0/+1
* Fix windres module argument flatteningePirat2019-07-051-1/+2
* Testcase for library where the first object is an arch-neutral .res fileJon Turney2019-01-052-0/+4
* Apply work-around for windres bug with msys2 clang alsoJon Turney2018-12-092-2/+2
* Install modules in a subdir to fit with platform name manglingJon Turney2018-11-062-6/+8
* Handle only llvm-objdump being availableJon Turney2018-11-041-3/+7
* Move VS C++17 test to a unit test since it requires env setup.Jussi Pakkanen2018-10-242-16/+0
* add cpp_std support for MSVCNicole Mazzuca2018-10-222-0/+16
* run_project_tests: remove pdb workaround, just use filtersMarco Trevisan (Treviño)2018-09-143-3/+4
* test cases: add missing files to installed_files.txtMarco Trevisan (Treviño)2018-09-141-0/+4
* Merge pull request #4036 from jon-turney/fix_issue_3999Jussi Pakkanen2018-08-2111-0/+74
|\
| * Extend test case to cover issue #3999Jon Turney2018-08-1611-0/+74
* | Condense test dirs.Jussi Pakkanen2018-08-195-0/+0
* | Extend test to check subsystem set by executable(gui_app:)Jon Turney2018-08-153-0/+45
* | Add a test for Windows console application with main function in a libraryJon Turney2018-08-153-0/+12
|/
* Condense test dirs.Jussi Pakkanen2018-07-3153-0/+0
* Test windows.compile_resource() when depends: is a custom_targetJon Turney2018-06-187-0/+104
* Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen2018-06-179-0/+51
|\
| * Also test that the resource has the expected contentsJon Turney2018-06-112-6/+32
| * Test for Windows resource compilation reusing the same script nameJon Turney2018-06-078-0/+25
* | Install shared_module implibsJon Turney2018-06-071-0/+2
|/
* Extend test_rc_depends_files test caseJon Turney2018-06-033-2/+4
* Have the windows.resource_compiler() preprocesor write a depfileJon Turney2018-06-031-0/+2
* Install implib where expected if default install_dir: is explicitly givenJon Turney2018-06-031-1/+1
* test extra paths: move test to windowsMathieu Duponchelle2018-06-028-0/+51
* Add a depend_files: keyword to windows.compile_resources()Jon Turney2018-06-011-0/+1
* Fix test cases/windows/13 resources with custom targetsAndrei Alexeyev2018-01-121-1/+1
* windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev2018-01-126-18/+24
* [windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev2018-01-128-0/+108
* Fix test cases/windows/5 resourcesJon Turney2017-12-311-1/+1
* Make the name of the executable implib configurableJon Turney2017-07-202-5/+9
* Consolidate windows tests which are divided between mingw and msvcJon Turney2017-07-2010-100/+26
* Support implibs for executables on WindowsJon Turney2017-07-203-0/+17
* Consistently use windows.h, not Windows.hJon Turney2017-06-211-1/+1
* Allow vs_module_defs to use a custom_targetJon Turney2017-05-165-0/+31
* Make vs_module_defs: do something for gcc on Windows as wellJon Turney2017-05-124-14/+6
* Allow using generated files to shared_library vs_module_defs. Closes #1605Dylan Baker2017-04-105-0/+28
* tests/windows/7: Fix test on CygwinNirbheek Chauhan2017-04-101-2/+2
* Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen2017-04-094-0/+18
|\
| * Don't generate import library for shared modulesNirbheek Chauhan2017-04-044-0/+6
| * Fix custom directory installation of import libraryNirbheek Chauhan2017-04-044-0/+12