1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-29 23:38:27 +00:00
openmw/extern/oics
elsid 921a22fb73
Use target_precompile_headers for the most expensive headers
Only for MSVC. Ccache doesn't work out of the box with precompiled headers but
usually gives less build time for Clang and GCC. Also GCC builds code slower
with precompiled headers for unknown reason.
2022-07-01 13:02:13 +02:00
..
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 13:02:13 +02:00
ICSChannel.cpp Fix cppcheck issues 2014-09-26 17:48:14 +02:00
ICSChannel.h 1196/1217 fix 2014-05-31 19:51:21 -04:00
ICSChannelListener.h Fix C5204 warnings by adding default virtual destructors 2020-03-26 14:49:12 +04:00
ICSControl.cpp Silence -Wreorder warnings, and remove -Wno-reorder. 2015-05-21 22:46:44 -05:00
ICSControl.h Inital value for joysticks is 0.5 2014-12-09 11:16:17 -06:00
ICSControlListener.h Fix C5204 warnings by adding default virtual destructors 2020-03-26 14:49:12 +04:00
ICSInputControlSystem.cpp Make joysticks dead zone configurable (bug #5502) 2020-06-28 13:12:12 +04:00
ICSInputControlSystem.h Make joysticks dead zone configurable (bug #5502) 2020-06-28 13:12:12 +04:00
ICSInputControlSystem_joystick.cpp Avoid dead code 2021-01-09 13:52:01 +04:00
ICSInputControlSystem_keyboard.cpp Don't reset an unbound input action to its default binding if the key/mouse button for that default binding is already used by another action (Fixes #1960) 2014-10-01 17:54:18 +02:00
ICSInputControlSystem_mouse.cpp Implement mouse wheel bindings (bug #2679) 2019-10-30 20:45:51 +04:00
ICSPrerequisites.cpp Input system rewrite 2012-08-12 20:45:02 +02:00
ICSPrerequisites.h Fix cppcheck issues 2014-09-26 17:48:14 +02:00
tinystr.cpp Fix UTF-8 econding 2018-06-03 13:46:10 +03:00
tinystr.h Input system rewrite 2012-08-12 20:45:02 +02:00
tinyxml.cpp Backport loop from tinyxml 2.6 to avoid CVE 2018-10-19 19:43:19 +04:00
tinyxml.h Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
tinyxmlerror.cpp Input system rewrite 2012-08-12 20:45:02 +02:00
tinyxmlparser.cpp Do not use fall-through 2018-08-09 11:01:23 +04:00