ecere: Various tweaks working on Web Demo
authorJerome St-Louis <jerome@ecere.com>
Thu, 24 Mar 2016 00:19:18 +0000 (20:19 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 11 Jun 2016 07:07:10 +0000 (03:07 -0400)
commit461d7bf31e843239179b91902461aa00b0f40a30
tree7ae3f8dbc8ec6077ff0f7f99b1464f8c3893315e
parent957ae82d5f4846c211d775d3e415863e0f7738c9
ecere: Various tweaks working on Web Demo
- Main tweak: Disabling memory manager with Emscripten
- Excluding SSLSocket from ecere.epj in Emscripten
- Changes to compile threading code but disabled
- Clang uninitialized warning fixes
- Curious new allocation size in List.ec (struct deriving from struct)
- Network support attempts (unusable since must do non blocking returning to browser)
14 files changed:
ecere/ecere.epj
ecere/src/com/containers/List.ec
ecere/src/com/instance.ec
ecere/src/gfx/3D/models/Object3DSFormat.ec
ecere/src/gfx/newFonts/cc/mmthread.h
ecere/src/gfx/newFonts/drawManager.ec
ecere/src/gui/GuiApplication.ec
ecere/src/gui/Window.ec
ecere/src/gui/controls/ListBox.ec
ecere/src/net/Socket.ec
ecere/src/net/network.ec
ecere/src/sys/EARArchive.ec
ecere/src/sys/File.ec
ecere/src/sys/Thread.ec