Lynix
|
dfc441c2fc
|
Core/Flags: Rename DetailFlagOperators to FlagsOperators
In case a user would need to use it
|
2017-06-20 06:57:57 +02:00 |
Jérôme Leclercq
|
b7df3bd1c4
|
Core/Flags: Try some hack to fix compilation
|
2017-06-06 18:08:36 +02:00 |
Jérôme Leclercq
|
184a970b72
|
Fix all flags..
|
2017-06-06 16:50:09 +02:00 |
Jérôme Leclercq
|
bc4a533b96
|
Core/ParameterList: Use double and long long instead of float and int
|
2017-05-29 19:55:02 +02:00 |
Jérôme Leclercq
|
3e97240148
|
Core/ParameterList: Add ForEach methods
|
2017-05-29 18:01:19 +02:00 |
Lynix
|
6d0314741a
|
Core/ObjectHandle: Fix self-movement case
|
2017-03-25 10:12:01 +01:00 |
Lynix
|
82edb5c7cb
|
Core/Signal: Fix compilation
|
2017-03-10 17:10:11 +01:00 |
Lynix
|
9531edfffc
|
Core/Signal: Fix move behaviour with GCC 4.9 ....
|
2017-03-10 17:07:40 +01:00 |
Lynix
|
353ade3efd
|
Core/Signal: Make movement noexcept
|
2017-03-10 11:36:48 +01:00 |
Gawaboumga
|
c2e4ccaf72
|
Various little fixes (#118)
* Add missing override qualifier
* Mostly shadowing, virtual destructor and other little things
|
2017-02-19 23:15:13 +01:00 |
Lynix
|
7cc11245f9
|
Core/Flags: Move external operators to the global scope
Fixes usage of those operators outside of the Nz namespace, global
scoping is not an issue thanks to the enable_if
|
2017-02-15 07:13:00 +01:00 |
Jérôme Leclercq
|
ed8deed23c
|
Core/MemoryHelper: Add PlacementDestroy
|
2017-02-01 17:52:32 +01:00 |
Lynix
|
1d6f22cd8a
|
Core/Flags: Make Flags default-constructible
|
2017-01-27 14:49:07 +01:00 |
Jérôme Leclercq
|
28965b799e
|
Core/MemoryPool: Fix incorrect inlines
|
2017-01-25 15:53:25 +01:00 |
Lynix
|
a84110a575
|
Core/ObjectHandle: Fix operator<=
|
2017-01-21 20:31:53 +01:00 |
DrLynix
|
f383eca19a
|
Update copyright year
|
2017-01-20 12:58:35 +01:00 |
Lynix
|
c9b84e3852
|
Core/Signal: Make move constructor/operator noexcept
|
2017-01-11 17:12:35 +01:00 |
Lynix
|
7de3c4905f
|
Core/String: Add Format static method
|
2016-12-16 18:37:06 +01:00 |
Lynix
|
cb447e4db7
|
Core/Flags: Add assertion in case EnumAsFlags has not been specialized
|
2016-12-12 15:12:34 +01:00 |
Lynix
|
e98a02b190
|
Core/Flags: Allow handling of more than 32 enum options
|
2016-12-12 15:12:15 +01:00 |
Lynix
|
876fec6f5e
|
Core/Flags: Make aware of enumeration max value
Preventing it to enable bits that have no corresponding enum value
|
2016-12-12 15:10:37 +01:00 |
Lynix
|
e9061a6cf8
|
Core/Flags: Rename EnableFlagsOperators to EnumAsFlags
|
2016-12-12 15:07:16 +01:00 |
Lynix
|
bc073de94a
|
Core/Flags: Add documentation
|
2016-12-12 14:41:34 +01:00 |
Lynix
|
e3daf7ef1f
|
Core/String: Add GetCharacterPosition method
|
2016-12-03 00:34:55 +01:00 |
Lynix
|
efcce7d442
|
Core/Enums: Fix typo in OpenMode (MustExit => MustExist)
|
2016-11-27 14:23:26 +01:00 |
Lynix
|
a34d1e410c
|
Core/Enum: Convert OpenMode and StreamOption to the new flags system
|
2016-11-27 13:40:47 +01:00 |
Lynix
|
1a5617bc55
|
Lua/LuaInstance: Add conversion operator to UInt32
|
2016-11-27 13:21:04 +01:00 |
Lynix
|
0070e691b0
|
Core: Add Flags class
|
2016-11-27 02:22:07 +01:00 |
Lynix
|
c65f19d8cf
|
Core/Bitset: Fix compilation
|
2016-11-18 01:36:40 +01:00 |
Lynix
|
5efa986ac1
|
Fix compilation warnings
|
2016-11-18 01:32:03 +01:00 |
Lynix
|
9513d9479a
|
Core/Bitset: Fix PerformsAND when used with itself as argument
|
2016-11-18 01:14:08 +01:00 |
Lynix
|
359b5e6c3a
|
Core/Algorithm: Add BitCount function
|
2016-11-18 01:13:30 +01:00 |
Lynix
|
2ed65e60e1
|
Core/Bitset: Add Reverse() method
|
2016-11-18 01:09:05 +01:00 |
Lynix
|
cec547bf1f
|
Core/Bitset: Improve a bit(set, HAH!) doc
|
2016-11-17 23:02:13 +01:00 |
Lynix
|
d9774f30a3
|
Core/Bitset: Add Read method and FromPointer static method
|
2016-11-17 22:57:54 +01:00 |
Lynix
|
43a3f15794
|
Core/Bitset: Add AppendBits function
|
2016-11-17 22:56:48 +01:00 |
Lynix
|
828d744879
|
Core/Bitset: Fix some warnings
|
2016-11-17 18:26:45 +01:00 |
Lynix
|
180a8edf3b
|
Core/Bitset: Add operator<<(ostream&)
|
2016-11-17 18:26:05 +01:00 |
Lynix
|
c1630cdbff
|
Core/ParameterList: Fix warning of shadowing variable
|
2016-11-15 15:13:12 +01:00 |
Lynix
|
425f09f418
|
Core: Remove unused AbstractLogger.docx (Closes #87)
|
2016-11-14 00:06:49 +01:00 |
Jérôme Leclercq
|
8ed34d22fb
|
Core/ByteArray: Move ToHex implementation to .cpp
|
2016-11-08 16:14:56 +01:00 |
Jérôme Leclercq
|
12f6877963
|
Fix some warnings
|
2016-11-04 22:25:16 +01:00 |
Lynix
|
c58ec94e2d
|
Core/Algorithm: Fix return type of Apply()
|
2016-10-27 10:48:02 +02:00 |
Lynix
|
f867c20c7c
|
Core/ResourceManager: Fix Purge() compilation
|
2016-10-27 10:40:41 +02:00 |
Lynix
|
b81b774c51
|
Core/ObjectRef: Fix <= operator between two ObjectRef
|
2016-10-27 10:27:17 +02:00 |
Lynix
|
5a07bbd001
|
Fix a lot of warnings from Clang/GCC
|
2016-10-17 14:46:53 +02:00 |
Ardakaniz
|
495976bff6
|
Remove DefaultLogger, just accept a SetLogger before initialization
|
2016-10-16 18:34:01 +02:00 |
Ardakaniz
|
308a603324
|
Log: Add possibility of set default logger (for initialization)
|
2016-10-16 18:21:05 +02:00 |
Ardakaniz
|
fca5aeb9cd
|
FileLogger: Make IsTimeLoggingEnabled const
|
2016-10-16 18:20:25 +02:00 |
Ardakaniz
|
64cec3fd01
|
AbstractLogger: Make IsStdReplicationEnabled const
|
2016-10-16 18:20:05 +02:00 |