[*] Major change in include convention

This commit is contained in:
Reece Wilson 2021-09-30 15:57:41 +01:00
parent 6e5905b80a
commit caa983ecad
102 changed files with 120 additions and 120 deletions

View File

@ -5,7 +5,7 @@
Date: 2021-6-26
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Async.hpp"
#include "Schedular.hpp"

View File

@ -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
{

View File

@ -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"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-6-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Compression.hpp"
#include "BlockCompressor.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Compression.hpp"
#include "BlockDecompressor.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Compression.hpp"
#include "zstd.h"

View File

@ -5,7 +5,7 @@
Date: 2021-6-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Compression.hpp"
#include "StreamCompression.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Commands.hpp"
namespace Aurora::Console::Commands

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-6-22
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "ConsoleFIO.hpp"
namespace Aurora::Console::ConsoleFIO

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "ConsoleMessage.hpp"
namespace Aurora::Console

View File

@ -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)

View File

@ -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>

View File

@ -5,7 +5,7 @@
Date: 2021-8-27
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Flusher.hpp"
#include "ConsoleFIO/ConsoleFIO.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Hooks.hpp"
namespace Aurora::Console::Hooks

View File

@ -5,7 +5,7 @@
Date: 2021-6-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Crypto.hpp"
#include <tomcrypt.h>

View File

@ -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
{

View File

@ -5,5 +5,5 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Crypto.hpp"

View File

@ -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
{

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-9-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "ECC.hpp"
#include "ECCx25519.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-9-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "ECC.hpp"
#include "ECCx25519Utils.hpp"

View File

@ -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"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "../Crypto.hpp"
#include "PEM.hpp"

View File

@ -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"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "../Crypto.hpp"
#include "x509.hpp"

View File

@ -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"

View File

@ -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>

View File

@ -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
{

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "LTC.hpp"
extern "C"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "LTM.hpp"
extern "C"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "MBedTLS.hpp"
extern "C"

View File

@ -5,7 +5,7 @@
Date: 2021-6-11
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "DarkTheme.hpp"
#include <Uxtheme.h>

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "HWInfo.hpp"
#include "CpuInfo.hpp"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "HWInfo.hpp"
#include "RamInfo.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "CommonDigests.hpp"
#include <tomcrypt.h>

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "HashStream.hpp"
#include <tomcrypt.h>

View File

@ -5,7 +5,7 @@
Date: 2021-6-17
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Hashing.hpp"
namespace Aurora::Hashing

View File

@ -5,7 +5,7 @@
Date: 2021-9-13
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "FS.hpp"
#include "Async.NT.hpp"

View File

@ -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>

View File

@ -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

View File

@ -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)

View File

@ -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>

View File

@ -6,7 +6,7 @@
Author: Reece
***/
// TODO: 64
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "FS.hpp"
#include "FileStream.Generic.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "FS.hpp"
#include "FileStream.NT.hpp"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-6-16
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "FS.hpp"
#include "Resources.hpp"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-8-19
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "../Locale.hpp"
#include "Encoding.hpp"

View File

@ -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)

View File

@ -5,7 +5,7 @@
Date: 2021-8-28
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "ByteBuffer.hpp"
namespace Aurora::Memory

View File

@ -5,7 +5,7 @@
Date: 2021-6-13
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Memory.hpp"
#include "DefaultHeap.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Memory.hpp"
#include "Heap.hpp"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Memory.hpp"
#include <mimalloc.h>

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Base32.hpp"
#include <tomcrypt.h>

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Base64.hpp"
#include <tomcrypt.h>

View File

@ -5,7 +5,7 @@
Date: 2021-8-28
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Hex.hpp"
namespace Aurora::Parse

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Parser.hpp"
namespace Aurora::Parse

View File

@ -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)

View File

@ -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>

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "ProcessMap.Win32.hpp"
namespace Aurora::Process

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Processes.hpp"
#include "Open.Win32.hpp"

View File

@ -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>

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Processes.hpp"
#include "Process.Win32.hpp"

View File

@ -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)

View File

@ -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"

View File

@ -11,7 +11,7 @@
*
* http://www.sultanik.com/Mersenne_twister
*/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "mtwister.hpp"
#define UPPER_MASK 0x80000000

View File

@ -5,7 +5,7 @@
Date: 2021-6-13
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Registry.hpp"
#include <nlohmann/json.hpp>

View File

@ -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

View File

@ -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"

View File

@ -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)

View File

@ -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)

View File

@ -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
{

View File

@ -5,7 +5,7 @@
Date: 2021-6-14
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "../WaitFor.hpp"
#include "ConditionVariable.Generic.hpp"

View File

@ -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)

View File

@ -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)

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "CriticalSection.hpp"
namespace Aurora::Threading::Primitives

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Event.hpp"
namespace Aurora::Threading::Primitives

View File

@ -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)

View File

@ -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)

View File

@ -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
{

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "RWLock.hpp"
namespace Aurora::Threading::Primitives

View File

@ -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)

View File

@ -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"

View File

@ -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
{

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "SpinLock.hpp"
namespace Aurora::Threading::Primitives

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "Sleep.hpp"
#include "WaitFor.hpp"

View File

@ -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"

View File

@ -5,7 +5,7 @@
Date: 2021-6-12
Author: Reece
***/
#include <RuntimeInternal.hpp>
#include <Source/RuntimeInternal.hpp>
#include "TLSView.hpp"
namespace Aurora::Threading::Threads

View File

@ -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"

View File

@ -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