glfw/tests
Camilla Löwy 061a0263a9 Win32: Fix compilation with standalone LLVM
The /clang: suffix passed to Clang-CL was accidentally also passed to
the regular standalone Clang, which caused compilation to fail.  We now
pass /W3 to Clang-CL, which it interprets as -Wall.

The _CRT_SECURE_NO_WARNINGS macro is now defined for both Clang and
Clang-CL.

The /entry: flag passed to link.exe is now also passed to lld-link,
letting the windows subsystem tests and examples link.

Fixes #1807.
Closes #1824.
Closes #1874.
2021-04-22 22:37:37 +02:00
..
clipboard.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
CMakeLists.txt Win32: Fix compilation with standalone LLVM 2021-04-22 22:37:37 +02:00
cursor.c Add more standard cursors 2019-11-28 22:24:00 +01:00
empty.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
events.c Add reminder for why events test is not closing 2019-11-11 22:37:18 +01:00
gamma.c Win32: Add GLFW_WIN32_KEYBOARD_MENU 2019-11-11 22:37:18 +01:00
glfwinfo.c Add Vulkan device presentation support to glfwinfo 2021-04-22 22:37:13 +02:00
icon.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
iconify.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
inputlag.c Win32: Add GLFW_WIN32_KEYBOARD_MENU 2019-11-11 22:37:18 +01:00
joysticks.c Win32: Add GLFW_WIN32_KEYBOARD_MENU 2019-11-11 22:37:18 +01:00
monitors.c Cocoa: Finish launching NSApp in glfwInit 2020-03-12 01:56:35 +01:00
msaa.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
reopen.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
tearing.c Remove unused function in tearing test 2019-06-27 20:07:19 +02:00
threads.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
timeout.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
title.c Explicitly disable inclusion for test and examples 2019-05-24 17:28:32 +02:00
triangle-vulkan.c Update test SPIR-V shader code 2020-10-05 23:24:12 +02:00
window.c Add window property test 2020-07-15 19:08:04 +02:00