-updated wasm build scripts

-multitheaded wasm tests
-updated dub.json
-fixed thread pool assert issue
-added windows libraries
-added demos:
 *launcher
 *simple
 *snake
 *space invaders (WIP)
 *statistics window
 *changable gui styles
 *tips window
 *profile window
 *demo window with automatic generation
 *multithreaded job updater
This commit is contained in:
Mergul 2019-11-19 10:37:34 +01:00
parent cb7609dcaa
commit 5894e76540
26 changed files with 2562 additions and 20 deletions

View file

@ -29,7 +29,7 @@ public:
}
static if (isCopyable!T) {
/*static if (isCopyable!T) {
export this(this) {
T[] tmp = array[0 .. used];
array = null;
@ -38,9 +38,9 @@ public:
}
} else {
@disable this(this);
}
}*/
//@disable this(this);
@disable this(this);
export ~this() {
clear();