Commit Graph

221 Commits

Author SHA1 Message Date
Remy Marquis 27679002e1 libs: explicitly set SQLite3 fast-math option and cleanup
This fixes usage of float in SQLite db.
2017-03-02 22:35:30 +01:00
Remy Marquis 8e1e9d6999 libs: re-enabled fast-math for SQLite3 2017-03-01 21:17:01 +01:00
Remy Marquis 158851b781 libs: fixed SQLITE_OMIT_FLOATING_POINT option mismatch 2017-03-01 19:17:22 +01:00
Remy Marquis 1c40a729fc libs: updated to SQLite3 3.17.0 2017-03-01 15:33:05 +01:00
Remy Marquis 49323f368b adjusted libs for partial project building 2017-02-03 22:05:55 +01:00
Remy Marquis 2f35d057da libs: modified Lua release for POSIX requirement 2017-01-30 12:27:56 +01:00
Remy Marquis 12563a444b libs: updated to Lua 5.3.4 2017-01-30 12:22:43 +01:00
Remy Marquis 47ac5737f6 libs: adjusted FreeType for windows compilation 2017-01-22 09:04:50 +01:00
Remy Marquis 6228ce7920 libs: updated to FreeType 2.7.1 2017-01-22 09:02:54 +01:00
Remy Marquis 5c7d42e40f libs: updated to SQLite3 3.16.2 2017-01-22 09:00:19 +01:00
Remy Marquis adbba12182 libs: updated to minizip 1.2.11 2017-01-22 08:55:20 +01:00
Remy Marquis fc9a11adff libs: updated to zlib 1.2.11 2017-01-22 08:51:45 +01:00
Ryan C. Gordon ba2ca5d0b7 Added some debug logging to print out every event added to the SDL queue. 2016-12-07 15:13:52 +01:00
Sam Lantinga af8f595828 Fixed text input events with UIM
Alex Baines

I realized overnight that my patch probably broke text input events with
UIM, and I confirmed that it does. Can't believe I overlooked that...
I've been making stupid mistakes in these patches recently, sorry.

Anyway, *this* one seems to fix it properly. Knowing my luck it probably
breaks something else.
2016-12-07 15:12:20 +01:00
Alex Baines 5749f41b3e Skip duplicate key events sent by IMEs like uim. 2016-12-07 15:10:41 +01:00
Alex Baines 10c87bc904 Fix double events / no repeat flag on key events when built withoutibus/fcitx
Uses XkbSetDetectableKeyRepeat, and falls back to forcing @im=none if it's not
supported.

See https://bugzilla.libsdl.org/show_bug.cgi?id=3472
2016-12-06 14:23:37 +01:00
Remy Marquis abb51b26ce libs: updated to SDL 2.0.5 (windows) 2016-12-04 14:40:13 +01:00
Remy Marquis 3b53dcddf1 libs: updated to SDL 2.0.5 (unix) 2016-12-04 14:33:54 +01:00
Remy Marquis 8ad67ece8a libs: adjusted cURL for windows compilation 2016-12-04 14:31:56 +01:00
Remy Marquis 18fd07728b libs: updated to cURL 7.51.0 2016-12-04 14:31:28 +01:00
Remy Marquis a0c1c64fa2 libs: updated to sqlite-amalgamation-3150200 2016-12-04 14:25:02 +01:00
Remy Marquis 0c435cd3ad fixed minizip with partial project building 2016-10-26 22:01:11 +02:00
Jacker 9c5e1d1d49 win: group projects 2016-09-29 16:28:25 +03:00
Remy Marquis 64d8804aaf libs: fixed curl configure permission issue, refs #800 2016-09-16 13:19:06 +02:00
Remy Marquis 8ce68e4222 libs: updated CMakeList.txt for latest curl 2016-09-16 08:57:30 +02:00
Remy Marquis 6e350bf013 libs: adjusted cURL for windows compile
Missing .cmake files added from curl git repo
2016-09-16 08:08:15 +02:00
Remy Marquis 63a89f85f8 libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
Remy Marquis 6b903da627 libs: adjusted FreeType for windows compilation 2016-09-16 06:35:15 +02:00
Remy Marquis cb9ab1c7e6 libs: updated to FreeType 2.7 2016-09-16 06:35:15 +02:00
Remy Marquis 8162618054 libs: updated to sqlite-amalgamation-3140200 2016-09-16 06:35:14 +02:00
Jacker 578c8aced6 only add the bundled libraries to the build if we actually need them 2016-09-13 15:01:38 +03:00
Remy Marquis 1cc823c99c libs: enable -fPIC for sqlite3 2016-08-25 19:29:43 +02:00
Remy Marquis 7311e4eefd libs: moved luasql to internal code 2016-08-25 12:54:43 +02:00
Remy Marquis d276f9c46d libs: adjusted FreeType for windows compilation 2016-08-20 18:39:35 +02:00
Remy Marquis 1d25dc394b libs: updated to FreeType 2.6.5 2016-08-20 18:34:23 +02:00
Remy Marquis 60bbb1194a libs: updated to GLEW 2.0.0 2016-08-20 18:31:37 +02:00
Remy Marquis f32739f7d8 libs: commited missing upstream files 2016-08-20 14:42:22 +02:00
Remy Marquis 7d0df9d2bd libs: updated to sqlite-amalgamation-3140100 2016-08-20 14:41:33 +02:00
Remy Marquis d75da10905 libs: adjusted LuaSQL config file 2016-08-19 20:49:48 +02:00
Remy Marquis b62e4ff6ca libs: updated to latest LuaSQL 2016-08-19 20:47:27 +02:00
Remy Marquis aa43b3c0e8 libs: modified Lua release for POSIX requirement 2016-08-19 20:34:48 +02:00
Remy Marquis fd1a83ddc5 libs: updated to Lua 5.3.3 2016-08-19 20:26:10 +02:00
Jacker 78782033b3 enbaled sdl2 main for windows 2016-03-09 13:42:17 +02:00
Remy Marquis ba0f2a4383 lua: backported lua 5.3.2-1 fix
http://www.lua.org/bugs.html#5.3.2-1
2016-01-28 00:35:32 +01:00
Remy Marquis d80d955ba7 libs: moved luasql to external file for dynamic linking 2016-01-27 23:10:25 +01:00
Remy Marquis 908ecdf31e libs: updated to sqlite-amalgamation-3100200 2016-01-27 23:07:16 +01:00
IR4T4 cba988204e sqlite: disable fast-math for sqlite3 lib
(omit floating-point number support)
2016-01-27 22:17:22 +01:00
Remy Marquis 62cd6af6ed fixed luaopen_luasql_sqlite3 undefined error 2016-01-27 17:12:54 +01:00
IR4T4 a8f2ed0e73 luasql: dependencies added, file name changed 2016-01-26 19:30:21 +01:00
IR4T4 f7c8bce71e FEATURE_LUASQL centralized 2016-01-26 17:32:31 +01:00