NazaraEngine/src/Nazara/Core
Jérôme Leclercq e087129d4a Fix many errors and warnings found out by MinGW 2016-11-04 18:14:52 +01:00
..
Debug Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Hash Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
Posix Fix another lot of warnings from Clang 2016-10-17 16:01:05 +02:00
Win32 Core: Rewrite CPUID to preserve EBX register (Fix #73) 2016-10-03 19:05:50 +02:00
AbstractHash.cpp Improve documentation 2016-03-01 15:37:05 +01:00
AbstractLogger.cpp Core/Log: Fix errors not being written in NazaraLog.log 2016-08-10 23:50:51 +02:00
AlgorithmCore.cpp Core/Algorithm: Add ReverseBits function 2016-05-17 17:08:14 +02:00
ByteArray.cpp Improve documentation 2016-03-01 15:37:05 +01:00
ByteStream.cpp Core/ByteStream: Fix SetStream pointer overloads 2016-04-25 18:34:00 +02:00
Clock.cpp Improve documentation 2016-03-01 15:37:05 +01:00
Color.cpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ConditionVariable.cpp Improve documentation 2016-03-01 15:37:05 +01:00
Core.cpp Fix documentation for module: Core 2016-05-30 14:09:51 +02:00
Directory.cpp Improve documentation 2016-03-01 15:37:05 +01:00
DynLib.cpp Improve documentation 2016-03-01 15:37:05 +01:00
Error.cpp Core/Error: Remove Directory include in Error.hpp 2016-04-11 13:01:17 +02:00
ErrorFlags.cpp Improve documentation 2016-03-01 15:37:05 +01:00
File.cpp Fix many errors and warnings found out by MinGW 2016-11-04 18:14:52 +01:00
FileLogger.cpp Core/FileLogger: Fix errors being written twice to the console with std replication (Fixes #103) 2016-10-18 19:16:38 +02:00
GuillotineBinPack.cpp Improve documentation 2016-03-01 15:37:05 +01:00
HardwareInfo.cpp Core/HardwareInfo: Fix comments 2016-03-30 17:50:26 +02:00
Log.cpp Fix log crash 2016-10-16 19:21:06 +02:00
MemoryManager.cpp Replace useless reinterpret_cast by static_cast 2016-04-07 04:20:18 +02:00
MemoryStream.cpp Improve documentation 2016-03-01 15:37:05 +01:00
MemoryView.cpp Replace useless reinterpret_cast by static_cast 2016-04-07 04:20:18 +02:00
Mutex.cpp Improve documentation 2016-03-01 15:37:05 +01:00
ParameterList.cpp Core/ParameterList: Fix GetIntegerParameter 2016-07-08 18:02:19 +02:00
PluginManager.cpp Core/PluginManager: Fix usage of Mount(Plugin) 2016-06-23 00:37:32 +02:00
PrimitiveList.cpp Improve documentation 2016-03-01 15:37:05 +01:00
RefCounted.cpp Revert "Core/RefCounted: Remove persistent boolean" 2016-08-02 13:20:34 +02:00
Resource.cpp Improve documentation 2016-03-01 15:37:05 +01:00
Semaphore.cpp Improve documentation 2016-03-01 15:37:05 +01:00
SerializationContext.cpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
StdLogger.cpp AbstractLogger: Make IsStdReplicationEnabled const 2016-10-16 18:20:05 +02:00
Stream.cpp Core/Stream: Fix ReadLine 2016-09-26 12:35:16 +02:00
String.cpp Core/String: Fix error when using COW on empty string 2016-09-26 13:19:03 +02:00
StringStream.cpp Various fixes 2016-07-28 19:22:41 +02:00
TaskScheduler.cpp Improve documentation 2016-03-01 15:37:05 +01:00
Thread.cpp Improve documentation 2016-03-01 15:37:05 +01:00
Unicode.cpp Improve documentation 2016-03-01 15:37:05 +01:00
Updatable.cpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00