NazaraEngine/include/Nazara/Core
Lynix cc7263e398 Core/MemoryPool: Fix missing include
Former-commit-id: fd993b3117c61e0fe6e9e34b0e24f2bf84b3186e
2016-03-01 13:59:41 +01:00
..
Debug Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Hash Add override where missing 2015-12-30 15:15:20 +01:00
AbstractHash.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
AbstractLogger.docx Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
AbstractLogger.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Algorithm.hpp Documentation for Algorithm 2016-02-21 14:20:16 +01:00
Algorithm.inl Documentation for Algorithm 2016-02-21 14:20:16 +01:00
Bitset.hpp Core/Bitset: Made destructor and Clear() noexcept 2016-03-01 13:59:31 +01:00
Bitset.inl Core/Bitset: Made destructor and Clear() noexcept 2016-03-01 13:59:31 +01:00
ByteArray.hpp Core: Switch Hashable struct to HashAppend function 2015-11-18 18:28:56 +01:00
ByteArray.inl Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2016-02-24 14:19:21 +01:00
ByteStream.hpp Network: Add NetCode enum and SocketError_Packet, fixes compilation 2016-02-04 12:48:04 +01:00
ByteStream.inl Documentation for ByteArray and ByteStream 2016-02-21 14:32:59 +01:00
CallOnExit.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
CallOnExit.inl Documentation for the rest 2016-02-21 14:42:38 +01:00
Clock.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Color.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Color.inl Documentation for the rest 2016-02-21 14:42:38 +01:00
ConditionVariable.hpp Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
ConditionVariable.inl Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
Config.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
ConfigCheck.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
Core.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Debug.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
DebugOff.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
Directory.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
DynLib.hpp Documentation for DynLib & PluginManager 2016-02-21 14:38:35 +01:00
Endianness.hpp Documentation for Endiannes 2016-02-21 14:41:41 +01:00
Endianness.inl Documentation for Endiannes 2016-02-21 14:41:41 +01:00
Enums.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
Error.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
ErrorFlags.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
File.hpp Core/Enum: Rename OpenMode_Current to NotOpen 2015-11-23 14:15:29 +01:00
File.inl Documentation for Documentation & File 2016-02-21 14:37:37 +01:00
FileLogger.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Functor.hpp Documentation for Functor 2016-02-21 14:41:58 +01:00
Functor.inl Documentation for Functor 2016-02-21 14:41:58 +01:00
GuillotineBinPack.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
HardwareInfo.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Initializer.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Initializer.inl Documentation for Core 2016-02-21 14:41:17 +01:00
LockGuard.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Log.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
MemoryHelper.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
MemoryHelper.inl Documentation for Memory 2016-02-21 14:28:17 +01:00
MemoryManager.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
MemoryPool.hpp Documentation for MemoryPool 2016-02-21 14:21:56 +01:00
MemoryPool.inl Core/MemoryPool: Fix missing include 2016-03-01 13:59:41 +01:00
MemoryStream.hpp Core: Rework Serialization 2016-02-03 18:42:19 +01:00
MemoryStream.inl Documentation for Memory 2016-02-21 14:28:17 +01:00
MemoryView.hpp Core: Rework Serialization 2016-02-03 18:42:19 +01:00
Mutex.hpp Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
Mutex.inl Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
ObjectLibrary.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ObjectLibrary.inl Documentation for the rest 2016-02-21 14:42:38 +01:00
ObjectRef.hpp Lua/LuaClass: Add pointer objects support 2015-12-13 16:35:42 +01:00
ObjectRef.inl Documentation for ObjectRef 2016-02-21 14:22:57 +01:00
OffsetOf.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
ParameterList.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
PluginManager.hpp Documentation for DynLib & PluginManager 2016-02-21 14:38:35 +01:00
Primitive.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Primitive.inl Documentation for Primitive 2016-02-21 14:24:37 +01:00
PrimitiveList.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
RefCounted.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Resource.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ResourceLoader.hpp Core: Merge InputStream and OutputStream to Stream 2015-11-20 13:52:49 +01:00
ResourceLoader.inl Documentation for Resource 2016-02-21 14:27:29 +01:00
ResourceManager.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ResourceManager.inl Documentation for Resource 2016-02-21 14:27:29 +01:00
Semaphore.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Serialization.hpp Core: Rework Serialization 2016-02-03 18:42:19 +01:00
Signal.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Signal.inl Documentation for Signal 2016-02-21 14:26:10 +01:00
SparsePtr.hpp Documentation for SparsePtr 2016-02-21 14:26:49 +01:00
SparsePtr.inl Documentation for SparsePtr 2016-02-21 14:26:49 +01:00
StdLogger.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Stream.hpp Network/TcpClient: Make TcpClient a Stream 2015-11-23 18:22:12 +01:00
Stream.inl Documentation for Stream 2016-02-21 14:36:49 +01:00
String.hpp Documentation for String 2016-02-21 14:32:17 +01:00
String.inl Documentation for String 2016-02-21 14:32:17 +01:00
StringStream.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
TaskScheduler.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
TaskScheduler.inl Documentation for Thread 2016-02-21 14:29:03 +01:00
Thread.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Thread.inl Documentation for Thread 2016-02-21 14:29:03 +01:00
ThreadSafety.hpp Documentation for Thread 2016-02-21 14:29:03 +01:00
ThreadSafetyOff.hpp Documentation for Thread 2016-02-21 14:29:03 +01:00
Unicode.hpp Documentation for String 2016-02-21 14:32:17 +01:00
Updatable.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00