NazaraEngine/include/Nazara/Core
Lynix 7c2add0a65 Core/Signal: Remove debug log that got accidentaly commited
Former-commit-id: 435e861f9d695e09995c3a0f4a1eacd43c1d883d [formerly a995326be759d5dd467d938f363bc2fe727123d3] [formerly 1c38e003106ee292dd7f94fbc68e3308e9be9a86 [formerly cf359837241bce8143a16394c72a14a8c614aa53]]
Former-commit-id: cc354e782c2f2a13350c742e2a016bbc656842fb [formerly f72def4abc3b8b27a72ee4d53d11015d0d2bbcd4]
Former-commit-id: 85a57ad329db63764ba3f26375926dfdb40ff821
2016-08-11 01:06:21 +02: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 Improve documentation 2016-03-01 15:37:05 +01:00
AbstractLogger.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Algorithm.hpp Core/Algorithm: Add ReverseBits function 2016-05-17 17:08:14 +02:00
Algorithm.inl Fix compilation with GCC/Clang 2016-08-10 22:17:55 +02:00
Bitset.hpp Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
Bitset.inl Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
ByteArray.hpp Core: Switch Hashable struct to HashAppend function 2015-11-18 18:28:56 +01:00
ByteArray.inl Various fixes 2016-07-28 19:22:41 +02:00
ByteStream.hpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
ByteStream.inl Core/ByteStream: Remove assertion on ByteStream pointer 2016-03-09 13:52:39 +01:00
CallOnExit.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
CallOnExit.inl Improve documentation 2016-03-01 15:37:05 +01:00
Clock.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Color.hpp Core/Color: Add IsOpaque method 2016-05-13 12:47:53 +02:00
Color.inl Core/Color: Add IsOpaque method 2016-05-13 12:47:53 +02: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 Improve documentation 2016-03-01 15:37:05 +01:00
ConfigCheck.hpp Fix documentation for module: Core 2016-05-30 14:09:51 +02: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 Core/Endianness: Add SwapBytes shortcut 2016-04-21 13:20:46 +02:00
Endianness.inl Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
Enums.hpp Core/ParameterList: Add support for color values and updated documentation 2016-04-30 12:44:34 +02:00
Error.hpp Core/Error: Remove Directory include in Error.hpp 2016-04-11 13:01:17 +02:00
ErrorFlags.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
File.hpp Core/File: Add SetSize method (currently missing Posix implementation!) 2016-04-29 14:20:22 +02: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 Improve documentation 2016-03-01 15:37:05 +01:00
GuillotineBinPack.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
HandledObject.hpp Core/ObjectHandle: Add noexcept move constructor/assignment 2016-05-09 09:03:11 +02:00
HandledObject.inl Fix documentation for module: Core 2016-05-30 14:09:51 +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 Improve documentation 2016-03-01 15:37:05 +01:00
LockGuard.hpp Core/LockGuard: Improve LockGuard 2016-04-16 18:38:52 +02:00
LockGuard.inl Core/LockGuard: Improve LockGuard 2016-04-16 18:38:52 +02:00
Log.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
MemoryHelper.hpp Core/MemoryHelper: Improve PlacementNew interface 2016-04-24 19:48:12 +02:00
MemoryHelper.inl Core/MemoryHelper: Improve PlacementNew interface 2016-04-24 19:48:12 +02: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/MemoryHelper: Improve PlacementNew interface 2016-04-24 19:48:12 +02:00
MemoryStream.hpp Core: Rework Serialization 2016-02-03 18:42:19 +01:00
MemoryStream.inl Improve documentation 2016-03-01 15:37:05 +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 Improve documentation 2016-03-01 15:37:05 +01:00
ObjectHandle.hpp Core/ObjectHandle: Add noexcept move constructor/assignment 2016-05-09 09:03:11 +02:00
ObjectHandle.inl Various fixes 2016-07-28 19:22:41 +02:00
ObjectLibrary.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ObjectLibrary.inl Improve documentation 2016-03-01 15:37:05 +01:00
ObjectRef.hpp Core/ObjectRef: Add comparison operators 2016-06-20 13:10:09 +02:00
ObjectRef.inl Various fixes 2016-07-28 19:22:41 +02:00
OffsetOf.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
ParameterList.hpp Fix documentation for module: Core 2016-05-30 14:09:51 +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 Improve documentation 2016-03-01 15:37:05 +01:00
PrimitiveList.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
RefCounted.hpp Revert "Core/RefCounted: Remove persistent boolean" 2016-08-02 13:20:34 +02:00
Resource.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ResourceLoader.hpp Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
ResourceLoader.inl Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
ResourceManager.hpp Core: Fix missing include 2016-03-08 13:43:11 +01:00
ResourceManager.inl Improve documentation 2016-03-01 15:37:05 +01:00
ResourceParameters.hpp Add support for custom resource parameters 2016-03-08 13:37:17 +01:00
ResourceSaver.hpp Fix compilation for gcc/clang + tests for serialization 2016-04-04 10:17:05 +02:00
ResourceSaver.inl Doc: Fix \see 2016-07-23 18:24:27 +02:00
Semaphore.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
SerializationContext.hpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
SerializationContext.inl UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
Signal.hpp Core/Signal: Remove debug log that got accidentaly commited 2016-08-11 01:06:21 +02:00
Signal.inl Core/Signal: Remove debug log that got accidentaly commited 2016-08-11 01:06:21 +02:00
SparsePtr.hpp Documentation for SparsePtr 2016-02-21 14:26:49 +01:00
SparsePtr.inl Replace useless reinterpret_cast by static_cast 2016-04-07 04:20:18 +02: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 Improve documentation 2016-03-01 15:37:05 +01:00
String.hpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
String.inl Various fixes 2016-07-28 19:22:41 +02:00
StringStream.hpp Core/StringStream: Add Clear and GetBufferSize methods 2016-07-07 08:56:45 +02:00
TaskScheduler.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
TaskScheduler.inl Improve documentation 2016-03-01 15:37:05 +01:00
Thread.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Thread.inl Improve documentation 2016-03-01 15:37:05 +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