David Piuva
|
5f94898f31
Fixed a bug in threadedWorkFromList where getting a pointer to the first task in a list would trigger a bound exception from getting a reference to the non-existing unused element.
|
5 months ago |
David Piuva
|
e32bf92d1a
Fixed memory leak by assuming that std::function will always heap allocate captured data.
|
8 months ago |
David Piuva
|
8ba2e9c9de
Moved lots of code into an implementation folder.
|
10 months ago |
David Piuva
|
3e2b9f3b0d
Turning of memory mutex outside of main and preventing multi-threading during global construction and destruction.
|
10 months ago |
David Piuva
|
ae1a8bf4ca
Giving manual control over thread count in the threading module.
|
11 months ago |
David Piuva
|
935942e0cd
Using the virtual stack and doubling the stack memory.
|
1 year ago |
David Piuva
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 years ago |
David Piuva
|
3c4e7bc569
Beginning of public version history.
|
6 years ago |