eventcore/source/eventcore
Sönke Ludwig 48b214dd09
Fix initialization behavior when being loaded as a shared library.
When loading a shared library where both, the host and the library, use eventcore, the static constructors/destructors will be called multiple times.
2018-05-04 17:45:10 +02:00
..
drivers Fix two possible causes for range violations in the WinAPI handle map. 2018-03-30 16:57:45 +02:00
internal Fix indentation. 2018-03-30 16:56:42 +02:00
core.d Fix initialization behavior when being loaded as a shared library. 2018-05-04 17:45:10 +02:00
driver.d Fix dangling handles resulting from actively closing a file. 2018-03-17 17:11:03 +01:00
socket.d Add DatagramSocket.broadcast property. Fixes #47. 2018-02-22 02:08:09 +01:00