b1b5f417a7
[*] Use the public AuroraForEach/Interfaces implementation
2021-10-24 13:04:22 +01:00
51e3944171
[+] Added RuntimeHasStarted. Possibly useful for multiple DLL users who have no say in the applications structure.
2021-10-24 11:53:14 +01:00
fbe151506f
[+] Missed unrefactered chunk of code; locale build cache wasn't invalidated for some reason
2021-10-24 11:44:43 +01:00
b8fde0bdf0
[*] Refactor and clean up exception and threading API
...
[-] Deprecated abstract vectors struct
2021-10-24 11:19:47 +01:00
e01fa33445
[*] Aurora::Data refactor and more public header include clean up
2021-10-24 10:04:02 +01:00
05e3a90a7c
[*] More clean up
2021-10-23 23:37:18 +01:00
81ba305558
[*] More house cleaning / clean up
2021-10-23 21:13:40 +01:00
39834cef6a
[*] House cleaning, refactoring, clean up
2021-10-23 20:21:16 +01:00
1c9fd1a59d
[*] Bug fix: open.linux.cpp
2021-10-23 19:44:41 +01:00
4e804e59c7
[+] Rewrite win32 file/directory opener
2021-10-23 19:42:05 +01:00
92f24e2a57
[+] Added AuDebugBreak()
2021-10-23 19:41:14 +01:00
fe529f3dc4
[+] Added AuroraInterface IThreadVectors for thread creation
...
[+] ThreadInfo's constructor now accepts additional arguments for name and stack
[*] Deprecate AbstractThreadVectors
[+] note about detaching threads
2021-10-23 19:25:43 +01:00
81abb38316
[-] Remove legacy utilities, one replacement concept is planned
2021-10-23 19:23:26 +01:00
f5a8d875d8
[*] Mucho Sanchez
2021-10-23 12:42:31 +01:00
3d859a319e
[*] More async api change
...
[*] Improve win32 exception watcher
[*] Fix early pin reset. Possible use after write still, unsure if self reference is legal
2021-10-23 12:36:14 +01:00
a679ecb534
Merge remote-tracking branch 'origin/master'
2021-10-22 10:11:49 +01:00
bed16f376a
9 hours, many overly andineered solutions later, this API design isn't possible due to MSVC being too much of a buggy shit fest. 1 issue in the spec, at least 1 internal msvc error, at least 2 internal internal bugs, and more cancer needs to be reported.
2021-10-22 10:10:56 +01:00
3a291f464e
Update 'readme.md'
2021-10-21 16:26:59 +00:00
71cea917b8
Update 'readme.md'
2021-10-21 16:25:19 +00:00
244f7718dd
Update 'readme.md'
2021-10-21 16:20:52 +00:00
a28f5285f0
[+] LogError, LogVerbose, and LogVerboseNoShip
2021-10-21 16:01:48 +01:00
3b2fd7c368
[+] Added AuXXXX namespace aliases
...
[*] Clock.hpp readability
[+] Added pseudofunction macros for weak/shared/bind this
2021-10-21 11:04:29 +01:00
0ffb19066d
[-] Clean up ugly returns in async.hpp
2021-10-19 05:26:15 +01:00
d2732b6d43
[*] Typo
2021-10-18 14:02:00 +01:00
97e1171049
[*] Do not call onSuccess after catching an exception during onFrame
2021-10-18 13:55:58 +01:00
bd5222cbfb
[*] Improve Aurora::Async API
2021-10-18 13:53:47 +01:00
ad182d07e0
[*] Use std::forward args
2021-10-18 13:53:24 +01:00
1cb56fb907
[*] Migrate more interfaces to aurora interfaces
2021-10-16 01:23:18 +01:00
dde580ddf9
[*] Break only when index == len
2021-10-16 00:55:27 +01:00
d28a0aa291
[+] UNIX binaries should use the /opt mount when possible
2021-10-16 00:35:49 +01:00
586ec565e1
[*] Count discontiguous bits in the win32 processor map
2021-10-16 00:15:13 +01:00
5e0cc1ccfa
[-] Comment out noted problematic code. A fix must be implemented soon
...
[*] Harden Async.hpp utilities against various conditions one might expect in the wild
[+] Added SetWorkerIdIsThreadRunner
[*] Fix a bug where a cv signal and broadcast was inverted
2021-10-16 00:02:27 +01:00
45bf3e7a44
[*] God dammit
2021-10-15 08:16:03 +01:00
a626fbea24
[+] HWInfo::GetPageSize()
...
[+] Parse::SplitNewlines(..., ..., true) where the return value is the remaining unbuffered line
[*] Gross hack we should remove to drop std string parse exception abuse logs
[*] Update AuroraForEach and AuroraInterfaces
[*] Experiment with using alternative os address space reserve + commit mechanics for Memory::Heaps
[*] global fast rand device should be seeded with at least 64 bits of secure rng data. ideally, we should max out entropy with secure bits, but we dont
2021-10-14 12:35:05 +01:00
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