[*] Major change in include convention
This commit is contained in:
parent
6e5905b80a
commit
caa983ecad
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-26
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Async.hpp"
|
||||
#include "Schedular.hpp"
|
||||
|
||||
|
@ -5,12 +5,12 @@
|
||||
Date: 2021-6-26
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Async.hpp"
|
||||
#include "AsyncApp.hpp"
|
||||
#include "WorkItem.hpp"
|
||||
#include "Schedular.hpp"
|
||||
#include <Console/Commands/Commands.hpp>
|
||||
#include <Source/Console/Commands/Commands.hpp>
|
||||
|
||||
namespace Aurora::Async
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-26
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Async.hpp"
|
||||
#include "Schedular.hpp"
|
||||
#include "AsyncApp.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-26
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Async.hpp"
|
||||
#include "WorkItem.hpp"
|
||||
#include "AsyncApp.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Compression.hpp"
|
||||
#include "BlockCompressor.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Compression.hpp"
|
||||
#include "BlockDecompressor.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Compression.hpp"
|
||||
|
||||
#include "zstd.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Compression.hpp"
|
||||
#include "StreamCompression.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Commands.hpp"
|
||||
|
||||
namespace Aurora::Console::Commands
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-8
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Console.hpp"
|
||||
#include "Commands/Commands.hpp"
|
||||
#include "Hooks/Hooks.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-22
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConsoleFIO.hpp"
|
||||
|
||||
namespace Aurora::Console::ConsoleFIO
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConsoleMessage.hpp"
|
||||
|
||||
namespace Aurora::Console
|
||||
|
@ -5,9 +5,9 @@
|
||||
Date: 2021-6-8
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConsoleStd.hpp"
|
||||
#include "Locale/Locale.hpp"
|
||||
#include "Source/Locale/Locale.hpp"
|
||||
|
||||
#if defined(AURORA_IS_MODERNNT_DERIVED) || defined(AURORA_IS_POSIX_DERIVED)
|
||||
|
||||
|
@ -5,15 +5,15 @@
|
||||
Date: 2021-6-8
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConsoleWxWidgets.hpp"
|
||||
#include <Console/ConsoleFIO/ConsoleFIO.hpp>
|
||||
#include <Source/Console/ConsoleFIO/ConsoleFIO.hpp>
|
||||
|
||||
#if defined(_AUHAS_WXWIDGETS)
|
||||
|
||||
#if defined(AURORA_PLATFORM_WIN32)
|
||||
#include <Uxtheme.h>
|
||||
#include <Extensions/Win32/DarkTheme.hpp>
|
||||
#include <Source/Extensions/Win32/DarkTheme.hpp>
|
||||
#endif
|
||||
|
||||
#include <wx/wxprec.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-27
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Flusher.hpp"
|
||||
|
||||
#include "ConsoleFIO/ConsoleFIO.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Hooks.hpp"
|
||||
|
||||
namespace Aurora::Console::Hooks
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Crypto.hpp"
|
||||
#include <tomcrypt.h>
|
||||
|
||||
|
@ -5,11 +5,11 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Crypto.hpp"
|
||||
#include "Aes.hpp"
|
||||
#include <tomcrypt.h>
|
||||
#include <Crypto.hpp>
|
||||
#include <Source/Crypto.hpp>
|
||||
|
||||
namespace Aurora::Crypto::AES
|
||||
{
|
||||
|
@ -5,5 +5,5 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Crypto.hpp"
|
@ -8,8 +8,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <tomcrypt.h>
|
||||
#include <Extensions/LTC/LTCExtensions.hpp>
|
||||
#include <Crypto.hpp>
|
||||
#include <Source/Extensions/LTC/LTCExtensions.hpp>
|
||||
#include <Source/Crypto.hpp>
|
||||
|
||||
namespace Aurora::Crypto
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ECC.hpp"
|
||||
#include "ECCGeneric.hpp"
|
||||
#include "ECCCurves.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ECC.hpp"
|
||||
#include "ECCCurves.hpp"
|
||||
#include "ECCGeneric.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ECC.hpp"
|
||||
#include "ECCGeneric.hpp"
|
||||
#include "ECCCurves.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ECC.hpp"
|
||||
#include "ECCx25519.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ECC.hpp"
|
||||
#include "ECCx25519Utils.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ECC.hpp"
|
||||
#include "ECCGeneric.hpp"
|
||||
#include "ECCCurves.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ECC.hpp"
|
||||
#include "ECCGeneric.hpp"
|
||||
#include "ECCCurves.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Crypto.hpp"
|
||||
#include "PEM.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Crypto.hpp"
|
||||
#include "RSA.hpp"
|
||||
#include "RSAPrivate.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Crypto.hpp"
|
||||
#include "RSA.hpp"
|
||||
#include "RSAPublic.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Crypto.hpp"
|
||||
#include "x509.hpp"
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Debug.hpp"
|
||||
#include <Telemetry/Telemetry.hpp>
|
||||
#include <Source/Telemetry/Telemetry.hpp>
|
||||
|
||||
#if defined(AURORA_PLATFORM_WIN32)
|
||||
#include "ExceptionWatcher.Win32.hpp"
|
||||
|
@ -5,12 +5,12 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Debug.hpp"
|
||||
#include "ExceptionWatcher.Win32.hpp"
|
||||
|
||||
#include <Process/ProcessMap.Win32.hpp>
|
||||
#include <Telemetry/Telemetry.hpp>
|
||||
#include <Source/Process/ProcessMap.Win32.hpp>
|
||||
#include <Source/Telemetry/Telemetry.hpp>
|
||||
|
||||
#include <Windows.h>
|
||||
#include <Dbghelp.h>
|
||||
|
@ -5,11 +5,11 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Debug.hpp"
|
||||
#include "Panic.hpp"
|
||||
#include <intrin.h>
|
||||
#include <Console/ConsoleFIO/ConsoleFIO.hpp>
|
||||
#include <Source/Console/ConsoleFIO/ConsoleFIO.hpp>
|
||||
|
||||
namespace Aurora::Debug
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "LTC.hpp"
|
||||
|
||||
extern "C"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "LTM.hpp"
|
||||
|
||||
extern "C"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "MBedTLS.hpp"
|
||||
|
||||
extern "C"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-11
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "DarkTheme.hpp"
|
||||
#include <Uxtheme.h>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "HWInfo.hpp"
|
||||
#include "CpuInfo.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-19
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "HWInfo.hpp"
|
||||
#include "CpuInfo.hpp"
|
||||
#include "RamInfo.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "HWInfo.hpp"
|
||||
#include "RamInfo.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "CommonDigests.hpp"
|
||||
#include <tomcrypt.h>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "HashStream.hpp"
|
||||
#include <tomcrypt.h>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Hashing.hpp"
|
||||
|
||||
namespace Aurora::Hashing
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-9-13
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "Async.NT.hpp"
|
||||
|
||||
|
@ -5,10 +5,10 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "FS.Generic.hpp"
|
||||
#include <Time/Time.hpp>
|
||||
#include <Source/Time/Time.hpp>
|
||||
|
||||
#if defined(_AURUNTIME_GENERICFS)
|
||||
#include <stdio.h>
|
||||
|
@ -5,10 +5,10 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "FS.Generic.hpp"
|
||||
#include <Time/Time.hpp>
|
||||
#include <Source/Time/Time.hpp>
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICFS)
|
||||
namespace Aurora::IO::FS
|
||||
|
@ -5,10 +5,10 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "FS.Generic.hpp"
|
||||
#include <Time/Time.hpp>
|
||||
#include <Source/Time/Time.hpp>
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICFS)
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
Date: 2021-6-16
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "Locale/Locale.hpp"
|
||||
#include "Source/Locale/Locale.hpp"
|
||||
|
||||
|
||||
//#include <stdlib.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
Author: Reece
|
||||
***/
|
||||
// TODO: 64
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "FileStream.Generic.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "FileStream.NT.hpp"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "FileStream.Generic.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-16
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "FS.hpp"
|
||||
#include "Resources.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-19
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Locale.hpp"
|
||||
#include "Encoding.hpp"
|
||||
#include "ConvertInternal.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-19
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Locale.hpp"
|
||||
#include "Encoding.hpp"
|
||||
#include "EncoderIConv.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-19
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Locale.hpp"
|
||||
#include "Encoding.hpp"
|
||||
#include "EncoderIConv.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-19
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Locale.hpp"
|
||||
#include "Encoding.hpp"
|
||||
#include "EncoderNSL.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-19
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../Locale.hpp"
|
||||
#include "Encoding.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-11
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Locale.hpp"
|
||||
|
||||
#if !defined(AU_NO_CPPLOCALE)
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-28
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ByteBuffer.hpp"
|
||||
|
||||
namespace Aurora::Memory
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-13
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Memory.hpp"
|
||||
#include "DefaultHeap.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Memory.hpp"
|
||||
#include "Heap.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Memory.hpp"
|
||||
#include <mimalloc.h>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Base32.hpp"
|
||||
#include <tomcrypt.h>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Base64.hpp"
|
||||
#include <tomcrypt.h>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-28
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Hex.hpp"
|
||||
|
||||
namespace Aurora::Parse
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Parser.hpp"
|
||||
|
||||
namespace Aurora::Parse
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-7-14
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Paths.hpp"
|
||||
|
||||
#if defined(AURORA_IS_POSIX_DERIVED)
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-8-20
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Process.hpp"
|
||||
#if defined(AURORA_IS_POSIX_DERIVED)
|
||||
#include <stdlib.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ProcessMap.Win32.hpp"
|
||||
|
||||
namespace Aurora::Process
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Processes.hpp"
|
||||
#include "Open.Win32.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Processes.hpp"
|
||||
#include "Process.Win32.hpp"
|
||||
#include <shellapi.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Processes.hpp"
|
||||
#include "Process.Win32.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-11
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "RNG.hpp"
|
||||
|
||||
#if defined(AURORA_PLATFORM_WIN32)
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* http://lomont.org/papers/2008/Lomont_PRNG_2008.pdf
|
||||
*/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "WELL.hpp"
|
||||
#include "mtwister.hpp"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
*
|
||||
* http://www.sultanik.com/Mersenne_twister
|
||||
*/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "mtwister.hpp"
|
||||
|
||||
#define UPPER_MASK 0x80000000
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-13
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Registry.hpp"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
@ -5,8 +5,8 @@
|
||||
Date: 2021-6-17
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Debug/Debug.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include <Source/Debug/Debug.hpp>
|
||||
#include "Telemetry.hpp"
|
||||
|
||||
namespace Aurora::Telemetry
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConditionEx.hpp"
|
||||
#include "Mutex.Generic.hpp"
|
||||
#include "Semaphore.Generic.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-14
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConditionMutex.Generic.hpp"
|
||||
|
||||
#if defined(_AURUNTIME_GENERICCM)
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConditionMutex.Generic.hpp"
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICCM)
|
||||
|
@ -5,11 +5,11 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConditionMutex.Generic.hpp"
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICCM)
|
||||
#include <Time/Time.hpp>
|
||||
#include <Source/Time/Time.hpp>
|
||||
|
||||
namespace Aurora::Threading::Primitives
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-14
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "../WaitFor.hpp"
|
||||
#include "ConditionVariable.Generic.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConditionVariable.Generic.hpp"
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICCV)
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "ConditionVariable.Generic.hpp"
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICCV)
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "CriticalSection.hpp"
|
||||
|
||||
namespace Aurora::Threading::Primitives
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Event.hpp"
|
||||
|
||||
namespace Aurora::Threading::Primitives
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Mutex.Generic.hpp"
|
||||
|
||||
#if defined(_AURUNTIME_GENERICMUTEX)
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Mutex.Generic.hpp"
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICMUTEX)
|
||||
|
@ -6,12 +6,12 @@
|
||||
Author: Reece
|
||||
***/
|
||||
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Mutex.Generic.hpp"
|
||||
|
||||
#if !defined(_AURUNTIME_GENERICMUTEX)
|
||||
#include "Mutex.Unix.hpp"
|
||||
#include <Time/Time.hpp>
|
||||
#include <Source/Time/Time.hpp>
|
||||
|
||||
namespace Aurora::Threading::Primitives
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "RWLock.hpp"
|
||||
|
||||
namespace Aurora::Threading::Primitives
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Semaphore.Generic.hpp"
|
||||
|
||||
#if defined(_AURUNTIME_GENERIC_SEMAPHORE)
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Semaphore.Generic.hpp"
|
||||
#include "Semaphore.NT.hpp"
|
||||
|
||||
|
@ -5,12 +5,12 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Semaphore.Generic.hpp"
|
||||
#include "Semaphore.Unix.hpp"
|
||||
|
||||
#if !defined(_AURUNTIME_GENERIC_SEMAPHORE) && !defined(AURORA_IS_XNU_DERIVED)
|
||||
#include <Time/Time.hpp>
|
||||
#include <Source/Time/Time.hpp>
|
||||
|
||||
namespace Aurora::Threading::Primitives
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "SpinLock.hpp"
|
||||
|
||||
namespace Aurora::Threading::Primitives
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Sleep.hpp"
|
||||
#include "WaitFor.hpp"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Threads.hpp"
|
||||
#include "OSThread.hpp"
|
||||
#include "../WaitFor.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-12
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "TLSView.hpp"
|
||||
|
||||
namespace Aurora::Threading::Threads
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-19
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Threads.hpp"
|
||||
#include "ThreadHandles.hpp"
|
||||
#include "OSThread.hpp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
Date: 2021-6-21
|
||||
Author: Reece
|
||||
***/
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include <Source/RuntimeInternal.hpp>
|
||||
#include "Threads.hpp"
|
||||
#include "OSThread.hpp"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user