ac467734a0
[*] Preparing to work on extending the console api and telemetry subsystems
2022-01-21 16:26:35 +00:00
0c09d62332
[TODO] fork on macos will nuke everything. use native apple macos api
2022-01-20 22:42:53 +00:00
831649233e
[*] I've seen reports that apple is special. Only documentation on google relating to this is dated 1993 and something irrelevant with new theme, also dated 1993.
2022-01-20 21:21:33 +00:00
56e08ac3d9
[*] minor fix in refactored code -> console line breaks got dinked by fedex in the moving process
2022-01-20 20:30:03 +00:00
490d3892a2
[*] wrap win32 specific path around AURORA_PLATFORM_WIN32
2022-01-20 19:27:14 +00:00
6a35b68fdc
[*] force upcast to u64 under ram calc
2022-01-20 19:23:37 +00:00
e30ccbc90f
[*] mo better memory reporting info
2022-01-20 19:20:23 +00:00
0510ee20ae
[*] Loop should always enter alertable mode
...
[*] More AuList<AuUInt8> -> AuByteBuffer
2022-01-20 17:45:52 +00:00
81bfa7fba6
[*] Begin truncating mapped types
2022-01-20 16:37:22 +00:00
02aa0dfd13
[*] eradicate AuList<AuUInt8> abuse, switch over to AuByteBuffer
2022-01-20 16:04:53 +00:00
1f825b4754
[*] Update build script
...
[*] Minor 32bit intrin fix
[-] Remove pragma links
2022-01-20 13:27:45 +00:00
c965d8384f
[+] AuStaticPointerCast
...
[*] More refactoring
2022-01-19 18:53:22 +00:00
69f7260514
[*] cont
2022-01-19 18:37:09 +00:00
1fac842e24
[*] nuked even more of the stl dependency
...
[-] std::forward
2022-01-19 18:32:18 +00:00
6b9bddeeaf
nuke more of the stl
2022-01-19 18:18:13 +00:00
d26471b173
so long gay bowser
2022-01-19 17:53:33 +00:00
bafe2893b8
[+] Added ^/ mount, mapped to binary path
2022-01-19 17:18:06 +00:00
7759d38ed0
[*] Exterminate more std:: references
2022-01-19 17:08:13 +00:00
7316aa0f8f
[-/+] Nuke std::tm dependency from the public api
...
[*] Major bug in heap allocation, am brain damaged
2022-01-19 15:25:47 +00:00
f1040a67b0
...cont
2022-01-19 11:47:29 +00:00
6135618e24
[+] Added AuIsThreadRunning
...
[*] Fix path bug
[*] Fixed two async shutdown bug
2022-01-19 02:49:44 +00:00
d28a4576ba
[*] Recommit this. Did I somehow nuke it?
2022-01-18 20:50:09 +00:00
9065d95851
[*] Fix heap leak -> TryRelease was never called once count hit zero
2022-01-18 19:48:23 +00:00
413d3968ad
[*] Added an option for leaking strong heap pointers (ToSmartPointer)
2022-01-18 19:31:15 +00:00
62aecf3308
[*] Fix auline macro under msvc
...
[*] Breakout ByteBuffer into inl files
2022-01-18 19:00:48 +00:00
09d1db69f2
[+] added AU_THROW_STRING
...
[*] extend ByteBuffer
[*] minor reformatting
2022-01-18 16:49:50 +00:00
29bd8dca0c
[*] Continue to perfer beginthreadex, use CreateThread when the OS loader is locked on Win32
2022-01-18 16:02:24 +00:00
82370fea1d
[*] Whoops? Disambiguate questionable if. Operator precedence shouldn't have yielded a different ast
2022-01-18 14:42:31 +00:00
4dddcb108e
[+] Added GetUserHome, GetAppData, GetRootAppdata, GetWritableAppdata
...
[*] Dont fail on non-blocking /dev/urand
[+] Added if not initialized check under RNG/unix fclose
[+] Add missing debug apis ready for report to linux
[*] Update build script for WIP branch
2022-01-18 14:27:06 +00:00
235225ec9d
[+] Added WriteEoS
...
[*] Fix two build issues (missing = 0 in vtbl and messed up macros)
2022-01-17 15:21:36 +00:00
77775410ec
[+] Added some notes about safer low memory condition handling
...
[*] Adjusted code style in MSDN reference code
2021-12-26 15:51:31 +00:00
9c8224b931
[+] Added TryLockGuard; AU_TRY_LOCK_GUARD_RET_DEF, AU_TRY_LOCK_GUARD, AU_TRY_LOCK_GUARD_RET_VAL, AU_TRY_LOCK_GUARD_RET_DEF
...
[+] Added explicit AU_WHAT macro, I think people are familiar with this nomenclatures, not sure.
[+] Added try catch around logger write line. I'm sure something will explode around here sooner or later
2021-12-24 16:25:12 +00:00
4bd5c4604c
[+] Added global AuLog[...] aliases to make the logger more bearable when I get around to finishing it
...
[+] Rationalize /var over /opt
[+] Ensure all users can access data under ProgramData
2021-12-24 15:49:28 +00:00
a20bb97128
[+] Explicit async/blocking read process stdout/err
...
[*] Fixed missing inherit handles flag
[TODO] consider CREATE_NO_WINDOW flag when refactoring create process object
2021-12-24 14:34:55 +00:00
31695ae63b
[*] Fix stupid mental typo of 'peek' -> 'peak'
2021-11-22 16:16:02 +00:00
63fab703cc
[*] Amend error message fmt arg in Process.cpp
...
{*] Obvious linux build error
2021-11-16 02:44:11 +00:00
d99c23d638
[+] Initial untested implementation of the loadlibrary impl for the load module api
2021-11-16 01:10:00 +00:00
050f48f9dc
[*] Update UNIX library resource paths to account for the UsrMerge consensus across UNIX package distributions.
...
when
/lib = sys,
/usr/lib = usr/vendor is wrong
nowadays:
/lib >>SYMLINK>> /usr/lib,
/usr/lib = system libraries, /usr/local/lib = vendor.
2021-11-16 01:09:22 +00:00
d4ec3749e7
[*] fix new build chain build issues
...
[-] test trash from workpairimpl
[+] Process.hpp impl stub
2021-11-15 13:07:38 +00:00
d18affeea2
[+] Added first attempt at the windows version of WaitMultipleObjects/ This will be removed shortly.
...
[*] Update readme
[*] Update QueryBsdHwStat
2021-11-09 00:04:00 +00:00
6888aaaee7
[*] Fix bad formats
2021-11-08 01:15:37 +00:00
82c065ae0c
[*] Improve my nasty template enable when overloadable API by nudging an empty initializer list argument towards defining an empty FJob again
...
[-] Remove old deprecated comment
2021-11-08 00:48:04 +00:00
4282bb3fa6
[+] Added reschedClockAbsMs/reschedClockAbsNs
...
[*] Added AU_TEMPLATE_ENABLE_WHEN to utility APIs where there are PId and Id overlods
2021-11-08 00:11:01 +00:00
16b4d65910
[*] Update Unix stat impls error message
2021-11-07 22:32:54 +00:00
22103a8ad3
[*] This this this
2021-11-07 20:26:54 +00:00
f6b254e436
[*] Bug fixes. Socket stat math didn't make much sense.
2021-11-07 20:26:54 +00:00
7211c25936
[*] Made the UTF8/32 implementation less wrong
2021-11-07 07:44:42 +00:00
320d6b95ce
[-] Remove experiment that was accidently left in Entrypoint.cpp
2021-11-06 02:20:19 +00:00
99c5e1fa65
A pretty large patch not worth breaking up into separate commits
...
[*] Split up Aurora Async
[*] Split Async app into seperate ThreadPool concept
[*] Fix various OSThread bugs and tls transfer issues
[*] Set default affinity to 0xFFFFFFFF
[*] Update Build script
[+] Add AuTuplePopFront
[+] New Network Interface (unimplemented)
[*] Stub out the interfaces required for a better logger
[*] Fix Win32 ShellExecute bug; windows 11 struggles without explicit com init per the docs - now deferring to thread pool
[*] Update gitignore
[*] Follow XDG home standard
[*] Refactor some namespaces to use the shorthand aliases
[*] Various stability fixes
2021-11-05 17:34:23 +00:00
14bde3750c
[+] Added IAuroraThread::Detach
2021-10-25 19:19:49 +01:00