Commit Graph

121 Commits

Author SHA1 Message Date
fc16065d5e [*] boring clean up and refactor 2021-10-09 00:39:42 +01:00
f559897b42 [+] Added WorkerId_t structure
[-] Removed WorkerId_t typedef
[*] Added shared support to some older threading apis that have yet to be updated
2021-10-08 20:51:34 +01:00
027f47c7f8 [*] Update AuroraInterfaces
[*] Update AuroraForEach
2021-10-08 15:35:37 +01:00
951d1928fd [*] Update AuroraInterfaces
[*] Update AuroraForEach
2021-10-06 15:25:50 +01:00
f968d6a75f Merge remote-tracking branch 'origin/master' 2021-10-06 14:48:38 +01:00
c9e1dc30e0 [+] Added AU_STRIP and AU_EMIT macros
[+] Added AuroraForEach
[+] Added AuroraInterfaces
[+] Added Async::NewFence
[*] Readded task null check under Async::NewWorkItem such that task = AuMakeShared() errors are passed through to the caller by a failure empty shared response
2021-10-06 14:48:28 +01:00
90e58db0e3 [+] Stubbed out LSAsync
[*] Move classes to headers
2021-10-03 14:19:33 +01:00
ce47277488 [+] Begin work on the loop source subsystem for Windows 2021-10-03 13:47:16 +01:00
6435eaf5fc [*] Refactor kAnsiCheats 2021-10-03 13:44:23 +01:00
feef9eac09 [*] i can has english 2021-10-03 13:44:09 +01:00
499f553e15 [*] Refactor AddLoopSource 2021-10-03 13:43:58 +01:00
6c0907fe9e [*] Unix should use absolute timeouts d'oh 2021-10-03 13:43:37 +01:00
bd1d1a2aae [+] Added includes for intrins in the common header 2021-10-02 18:29:42 +01:00
8304d66fdb [+] Added Makefile to the gitignore 2021-10-02 17:08:46 +01:00
97d6c96712 [*] Succesfully built on Linux for the first time in a very long time 2021-10-02 17:07:33 +01:00
540c5826d8 [*] ...linux 2021-10-02 15:05:35 +01:00
86e556a9bb [*] Amend public headers for linux builds 2021-10-02 15:00:52 +01:00
c0eccaf901 [+] Mend noted build issues 2021-10-02 14:19:25 +01:00
1f35723107 stw 2021-10-02 12:29:18 +01:00
15ae6ab14c [+] Added file structure for the loop source subsystem 2021-10-02 11:28:49 +01:00
4f210e15a0 [*] Made WELL_NextBytes atomic 2021-10-01 18:22:59 +01:00
4703264c57 [+] Added 64bit rng seed support
[*] Cryptographically unsafe RNG is marginally less dangerous; use secure rng for the entire base seed instead of seeding using 32bit mt
2021-10-01 17:54:55 +01:00
a6d1c04ba0 [+] Added AuExists semantic 2021-10-01 17:49:23 +01:00
ea83fcef20 [...] cont 2021-10-01 17:32:50 +01:00
9436b12455 [+] Begin work on a possible future API for interoperability between loop sources and event driven async apps 2021-10-01 17:27:15 +01:00
31c9f32a24 [*] MSVC Build Error in some projects 2021-10-01 17:26:13 +01:00
caa983ecad [*] Major change in include convention 2021-09-30 15:57:41 +01:00
6e5905b80a [*] Permit unbacked IWorkItems 2021-09-30 11:29:18 +01:00
3fb8e2bf8c Remove ID 0 restriction from Aurora async, breaking the API 2021-09-30 10:19:04 +01:00
2c5a492f08 [*] Added a few notes in the Async.hpp header
[+] Ensure dead locks can not occur
2021-09-29 15:31:40 +01:00
d3a97257da God dammit 2021-09-29 14:43:49 +01:00
dd1bf1b8b8 [*] DispatchBasicWorkCallback should passthrough enableBlocking toi the work item 2021-09-29 14:41:35 +01:00
5347fdbba1 [+] Enforce C++ assumptions 2021-09-29 14:40:30 +01:00
1a18847363 [*] Added idioms required by the Aurora engine 2021-09-29 13:36:25 +01:00
a1fc9ae49a [*] Amend type wrappers 2021-09-29 13:33:25 +01:00
dca4ca195b [+] Added async task (this should be job) private
[+] Added ToWorkResultT for apps using BasicWorkCtx
2021-09-29 11:47:54 +01:00
95b0e1135c [*] Rename AuDelegate to AuConsumer
[+] Added AuSupplier
2021-09-29 11:41:27 +01:00
10a61779e9 [*] You had one job 2021-09-29 09:19:04 +01:00
6632bf6d4e [*] Warnings 2021-09-29 09:03:08 +01:00
66c26b9bd2 [+] Added AuArray, AuFunction, AuDelegate, and others 2021-09-29 09:02:51 +01:00
1360e5627d [*] Update async header 2021-09-29 09:02:27 +01:00
097f805209 [*] Improve MemoryView 2021-09-29 09:02:01 +01:00
8a6abcfdb7 [+] Added IWorkItem::Cancel 2021-09-29 09:01:42 +01:00
60d2c59d6e [+] More crypto copypasta 2021-09-21 02:54:47 +01:00
0bcaddc5c7 [+] Added macro AU_ITERATE_ARRAY. Idiom for; for (AU_ITERATE_ARRAY(index, array)) , where index is the name of the index variable, and array is an array of any type of a known length 2021-09-21 02:54:28 +01:00
fbf39d9d17 [+] Obvious build error on Linux 2021-09-21 02:53:24 +01:00
bf892c8e01 [+] Added include for fmtlib ranges 2021-09-21 02:53:10 +01:00
9dd195949a [*] Preparing for ECC support 2021-09-18 21:10:25 +01:00
c4567f4c8c [*] Amend %x -> {:X} formatting
[+] Added source files ready for an LTC ECC implementation
[+] Added linux specific HWInfo get threads backend
[+] AU_TEMPLATE_ENABLE_WHEN
[*] Amend IO::FS::WriteString compilation issue
2021-09-17 20:26:05 +01:00
412d798994 [*] API design change, MemoryViews must be passed by reference such that a pointer to an object that may be the superclass of the actual RAII owner of the memory is passed 2021-09-15 20:08:08 +01:00