NazaraEngine/include/Nazara/Core
Lynix f8682d227b More Cppcheck fixes
Former-commit-id: 62ab1caa04543da1a169812bb92a450d44f3aec1
2015-06-07 00:21:53 +02:00
..
Debug Updated copyright year 2015-01-21 20:53:01 +01:00
Hash Updated copyright year 2015-01-21 20:53:01 +01:00
AbstractHash.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Algorithm.hpp Added HashCombine function 2015-02-24 20:00:13 +01:00
Algorithm.inl Fixed HashCombine function under 32bits compilation 2015-02-25 17:40:07 +01:00
Bitset.hpp Core/Bitset: Add comparison operators 2015-05-19 14:31:04 +02:00
Bitset.inl Core/Bitset: Add comparison operators 2015-05-19 14:31:04 +02:00
ByteArray.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
CallOnExit.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
CallOnExit.inl Updated copyright year 2015-01-21 20:53:01 +01:00
Clock.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Color.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Color.inl More Cppcheck fixes 2015-06-07 00:21:53 +02:00
ConditionVariable.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Config.hpp Merge remote-tracking branch 'origin/master' into Resource-Update 2015-01-25 19:29:55 +01:00
ConfigCheck.hpp Fixed potential name conflict with user's code 2015-02-04 21:59:45 +01:00
Core.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Debug.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
DebugOff.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Directory.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
DynLib.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Endianness.hpp Fixed missing includes and warnings under VS 2015-02-21 15:04:07 +01:00
Endianness.inl Updated copyright year 2015-01-21 20:53:01 +01:00
Enums.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Error.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ErrorFlags.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
File.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Format.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Functor.hpp Merge branch 'master' into NDK 2015-03-18 20:44:52 +01:00
Functor.inl Fixed variadic arguments not being moved 2015-02-28 23:59:26 +01:00
GuillotineBinPack.hpp (GuillotineBinPack) Improved readability 2015-04-07 17:42:00 +02:00
HardwareInfo.hpp (HardwareInfo) Added Cpuid to the public interface 2015-02-24 17:28:02 +01:00
Hash.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
HashDigest.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Hashable.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Initializer.hpp (Initializer) Added explicit (un)initialisation 2015-04-07 17:23:18 +02:00
Initializer.inl Core: Fixed warning 2015-05-04 13:52:49 +02:00
InputStream.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Listenable.hpp Core: Added Listenable class (Made class Listener system generic) 2015-05-06 18:17:18 +02:00
Listenable.inl Core: Added Listenable class (Made class Listener system generic) 2015-05-06 18:17:18 +02:00
LockGuard.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Log.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
MemoryHelper.hpp Fixed variadic arguments not being moved 2015-02-28 23:59:26 +01:00
MemoryHelper.inl Fixed variadic arguments not being moved 2015-02-28 23:59:26 +01:00
MemoryManager.hpp (MemoryManager) Added allocation logging 2015-02-03 14:43:58 +01:00
MemoryPool.hpp (MemoryPool) Added methods to construct/destruct object 2015-03-01 00:02:41 +01:00
MemoryPool.inl More Cppcheck fixes 2015-06-07 00:21:53 +02:00
MemoryStream.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Mutex.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
NonCopyable.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ObjectLibrary.hpp (ObjectLibrary) Added Query static method 2015-01-28 20:38:54 +01:00
ObjectLibrary.inl (ObjectLibrary) Added Query static method 2015-01-28 20:38:54 +01:00
ObjectListener.hpp Merge remote-tracking branch 'origin/master' into Resource-Update 2015-01-25 19:29:55 +01:00
ObjectListenerWrapper.hpp Merge remote-tracking branch 'origin/master' into Resource-Update 2015-01-25 19:29:55 +01:00
ObjectListenerWrapper.inl Merge remote-tracking branch 'origin/master' into Resource-Update 2015-01-25 19:29:55 +01:00
ObjectRef.hpp (ObjectRef) Added implicit conversion constructor/operator 2015-01-28 15:46:14 +01:00
ObjectRef.inl (ObjectRef) Removed useless assignation 2015-01-29 14:43:19 +01:00
OffsetOf.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ParameterList.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
PluginManager.hpp Added comments 2015-03-18 13:03:53 +01:00
Primitive.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Primitive.inl Updated copyright year 2015-01-21 20:53:01 +01:00
PrimitiveList.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
RefCounted.hpp (RefCounted) Removed useless declaration 2015-02-18 21:02:42 +01:00
Resource.hpp Merge remote-tracking branch 'origin/master' into Resource-Update 2015-01-25 19:29:55 +01:00
ResourceLoader.hpp Made ResourceLoader types private 2015-01-28 20:39:19 +01:00
ResourceLoader.inl Merge remote-tracking branch 'origin/master' into Resource-Update 2015-01-25 19:29:55 +01:00
ResourceManager.hpp Added resource managers 2015-01-28 20:53:40 +01:00
ResourceManager.inl Improved ResourceManager code 2015-01-29 11:46:29 +01:00
Semaphore.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Signal.hpp Core/Signal: Add move Connect method 2015-06-05 14:45:11 +02:00
Signal.inl Core/Signal: Add move Connect method 2015-06-05 14:45:11 +02:00
SparsePtr.hpp Fixed SparsePtr::operator-> 2015-01-26 16:13:44 +01:00
SparsePtr.inl Fixed SparsePtr::operator-> 2015-01-26 16:13:44 +01:00
Stream.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
String.hpp (String) Remade GetXBuffer, now called GetXString 2015-02-03 21:16:17 +01:00
String.inl Updated copyright year 2015-01-21 20:53:01 +01:00
StringStream.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
TaskScheduler.hpp Fixed variadic arguments not being moved 2015-02-28 23:59:26 +01:00
TaskScheduler.inl Fixed variadic arguments not being moved 2015-02-28 23:59:26 +01:00
Thread.hpp Merge branch 'master' into NDK 2015-03-18 20:44:52 +01:00
Thread.inl Fixed variadic arguments not being moved 2015-02-28 23:59:26 +01:00
ThreadSafety.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
ThreadSafetyOff.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Unicode.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
Updatable.hpp Updated copyright year 2015-01-21 20:53:01 +01:00