18 Commits

Author SHA1 Message Date
Tim Ambrogi
d6afbf3365 Removed weak pointer type typo from TokenList. 2022-05-19 10:18:23 -04:00
Tim Ambrogi
4ffc4b106d Fixed critical bug causing tasks to leak when serially assigning multiple times to a TaskHandle. Removed extraneous de-optimization of WaitForAll awaiter. 2022-05-19 10:15:20 -04:00
Tim Ambrogi
79185006a8 Added missing STL type traits include. 2022-05-19 10:09:54 -04:00
Tim Ambrogi
80c6a4aa8e Added some documentation to TaskFSM. (Not yet complete!) 2022-03-18 16:06:55 -04:00
Tim Ambrogi
e2147f0a79 Merge branch 'main' of github.com:westquote/SquidTasks 2022-03-18 12:36:13 -04:00
Tim Ambrogi
506a9bd145 Removed LFS from repo. 2022-03-18 12:35:51 -04:00
Tim Ambrogi Saxon
15e67a5bec
Merge pull request #1 from ejmahler/main
Fix compile error on clang - template param 'tRet' shadowed another tRet
2022-03-14 12:51:58 -04:00
Elliott Mahler
ecceb348ec
2 more shadowing fixes 2022-03-11 13:23:02 -08:00
Elliott Mahler
ff6a9e8fd3
2 more shadowing fixes 2022-03-11 13:22:24 -08:00
Elliott Mahler
e8fe536e6b
Fix compile error on clang - template param 'tRet' shadowed another tRet 2022-03-11 12:56:40 -08:00
Elliott Mahler
11b82bbb38
Fix compile error on clang - template param 'tRet' shadowed another tRet 2022-03-11 12:55:51 -08:00
Tim Ambrogi
618997bf87 [0.2.1] Fixed follow-on bug (from a previous revision) where return values would always become orphaned. 2022-03-11 12:05:21 -05:00
Tim Ambrogi
4d989423b0 Small readme fix. 2022-03-04 16:26:49 -05:00
Tim Ambrogi
433df47fcd Fixed MSVC configuration instructions in readme. 2022-03-04 16:13:44 -05:00
Tim Ambrogi
4607997ff5 Samples are now correctly STL-based, as well. 2022-03-04 16:08:24 -05:00
Tim Ambrogi
675cf43acc The /include directory now contains the correct STL-based implementation. 2022-03-04 16:06:29 -05:00
Tim Ambrogi
cb814bd7dd Updated readme. 2022-03-04 15:32:08 -05:00
Tim Ambrogi
0aad97fa48 Initial commit. 2022-03-04 15:30:18 -05:00