Joseph Cloutier
4129789e42
Use the official Pixman project as a submodule.
...
This approach will make it easy to update Pixman, at least in theory.
However, it requires maintaining a separate set of files outside the
submodule. And since Cairo needs access to one of these (but not the
other), that one must be duplicated.
2022-05-06 21:27:19 -04:00
Joseph Cloutier
bc584ea611
Remove hxcpp build files from submodules.
2022-05-06 19:41:31 -04:00
Apprentice-Alchemist
0238825884
Update hashlink to 1.12.
2022-04-28 19:45:59 +02:00
Apprentice-Alchemist
3a55a30fad
Add some include paths, to try and make mac work.
2022-04-28 19:42:51 +02:00
Apprentice-Alchemist
50cc49c66d
Fix filewatcher RemoveDirectory issue.
...
Windows headers define RemoveDirectory as RemoveDirectoryA.
system/FileWatcher.h needs to be included after any headers that might include windows headers.
2022-04-28 19:42:50 +02:00
Apprentice-Alchemist
442c219fb5
Add more libs for libuv.
2022-04-28 19:42:50 +02:00
Apprentice-Alchemist
de24e7bc4b
Fix INT32 redefined error in libjpeg.
2022-04-28 19:42:49 +02:00
Apprentice-Alchemist
0f8c5a69f2
Fix typo.
2022-04-28 19:42:49 +02:00
Apprentice-Alchemist
abdf1450fd
Why the hell are we still doing 32 bit.
2022-04-28 19:42:48 +02:00
Apprentice-Alchemist
c2595b908d
Fixup CI, and some includes.
2022-04-28 19:42:48 +02:00
Apprentice-Alchemist
4c001e1169
Also build fmt, ui and uv libraries.
2022-04-28 19:42:47 +02:00
Apprentice-Alchemist
d6b3e826d4
Update hashlink.
2022-04-28 19:42:47 +02:00
Apprentice-Alchemist
f544134144
Fix libpaths.
2022-04-28 19:42:45 +02:00
Apprentice-Alchemist
a44fe3669a
Put hashlink binaries in templates/bin again.
...
Add setup script for macOS codesigning.
2022-04-28 19:42:45 +02:00
Apprentice-Alchemist
5c2e5577ab
Set android platform to 21 in BuildHashlink.xml.
2022-04-28 19:42:44 +02:00
Apprentice-Alchemist
aa62d786b3
Add some more -pthread.
2022-04-28 19:42:44 +02:00
Apprentice-Alchemist
054c20171d
Try fixing mac and linux some more.
2022-04-28 19:42:44 +02:00
Apprentice-Alchemist
2d2e6458f7
Fix macOS and Linux CI.
2022-04-28 19:42:43 +02:00
Apprentice-Alchemist
b72f45ed16
Only copy libhl.lib on Windows.
2022-04-28 19:42:43 +02:00
Apprentice-Alchemist
97f718b291
Link with libpthread.
2022-04-28 19:42:42 +02:00
Apprentice-Alchemist
e4793346cc
Make windows work, install required packages on macOS.
2022-04-28 19:42:42 +02:00
Apprentice-Alchemist
9ced08920a
Update hashlink.
2022-04-28 19:42:41 +02:00
Apprentice-Alchemist
a288feca96
Add hashlink as a submodule.
2022-04-28 19:42:41 +02:00
Apprentice-Alchemist
c394aea8f1
Rename a few functions.
...
Currently there's conflicts between the names in the C code, and the names the haxe compiler would expect for HL/C.
This commit fixes those conflicts.
2022-04-28 19:42:40 +02:00
Apprentice-Alchemist
a3b3d8593f
Update hashlink.
2022-04-28 19:42:40 +02:00
Apprentice-Alchemist
892d4612c4
Close #1516 .
...
Fixe an inconcistency between the C and haxe sides of the OpenGL bindings.
2022-04-28 19:42:34 +02:00
Josh Tynjala
bd4c10a715
CURLBindings: implement CURLINFO_COOKIELIST
...
Returns an array of strings
2022-03-09 15:35:57 -08:00
Apprentice-Alchemist
b15dcb94c1
Upgrade to android API level 21.
2022-02-03 17:23:43 +01:00
Joshua Granick
568eaefa83
Fix OpenAL build with newer GCC on Linux
2021-11-13 15:54:00 -08:00
Justin Espedal
ed3686661a
Fix GC issues on iOS 15 with iPhone 12
...
https://github.com/HaxeFoundation/hxcpp/issues/969#issuecomment-941127280
2021-11-01 10:10:12 -07:00
Joshua Granick
b6e0ed85aa
Update SDL
2021-01-06 11:45:52 -08:00
Joshua Granick
c6fe645ab8
Update SDL
2021-01-06 10:19:01 -08:00
Joshua Granick
20baa3ba6e
Make sure strings are null-terminated ( resolve #1441 )
2021-01-04 11:34:54 -08:00
Joshua Granick
aeb6c415c5
Compile fix
2020-12-17 12:37:37 -08:00
Justin Espedal
f75bfa2700
Hashlink vorbis bindings
2020-10-21 10:36:17 -07:00
Joshua Granick
ba6fafeefa
Remove iOS Bluetooth dependency
2020-09-29 11:04:23 -07:00
Josh Tynjala
8701624f0a
Better fix for rebuild iOS and build iOS project
2020-06-15 14:23:26 -07:00
Josh Tynjala
60bdf42046
Revert "fix rebuild iOS due to bad Zlib.cpp path"
...
This reverts commit 0d790f35a8 .
2020-06-15 14:21:22 -07:00
Josh Tynjala
840a7ea0d6
native-toolkit/sdl: fix Android fatal error: cpu-features.h: No such file or directory
2020-06-03 17:43:35 -07:00
Josh Tynjala
0d790f35a8
fix rebuild iOS due to bad Zlib.cpp path
2020-06-02 16:11:58 -07:00
Disconnect3d
d9b35012f4
Fix off by one when finding HaxeObject; JNI string
...
This PR fixes an off by one in `strncmp(src,"org/haxe/lime/HaxeObject;", 24)` call. The string literal `"org/haxe/lime/HaxeObject;"` has a length of 25 and so the current implementation would also match e.g. `"org/haxe/lime/HaxeObjectSOMETHING;"` strings.
2020-04-13 10:20:26 -07:00
Joshua Granick
fcac041024
Revert "Allow sparse rendering while resizing/moving application on Windows"
...
This reverts commit c873ff2f2e .
2020-03-31 14:31:06 -07:00
Joshua Granick
8fc7b43eda
Revert "Send both update and render events on Windows resize/move"
...
This reverts commit a2413c4fad .
2020-03-31 14:30:56 -07:00
Joshua Granick
43666e816d
iOS build fix
2020-03-18 18:54:13 -07:00
Joshua Granick
bedcd60815
Update SDL
2020-03-18 17:44:01 -07:00
Joshua Granick
42283e61bb
Update to SDL 2.0.12
2020-03-18 13:36:35 -07:00
Joshua Granick
a2413c4fad
Send both update and render events on Windows resize/move
2020-03-11 11:28:17 -07:00
Joshua Granick
c873ff2f2e
Allow sparse rendering while resizing/moving application on Windows
2020-03-10 13:04:58 -07:00
Joshua Granick
37353d6ada
Switch macOS to OpenAL-Soft ( resolves #1369 )
2020-01-27 12:48:28 -08:00
Joshua Granick
c8b994e1ce
Update SDL
2019-12-24 10:16:21 -08:00