Jérôme Leclercq
|
26de5872eb
|
Merge branch 'master' into graphics-next
|
2021-05-17 18:58:04 +02:00 |
Jérôme Leclercq
|
6d6391ca46
|
Fix compilation
I forgot master was still in C++14
|
2021-03-30 17:48:32 +02:00 |
Jérôme Leclercq
|
48ab2a4b04
|
ObjectHandle: Fix handling of <T>
|
2021-03-19 09:55:36 +01:00 |
Lynix
|
c23b6dfa01
|
Copyright year update
I can't wait to see the conflicts this will cause
|
2020-03-05 17:27:26 +01:00 |
Lynix
|
ec0eed9eff
|
Core/HandledObject: Add OnHandledObjectDestruction signal
|
2019-12-15 15:41:41 +01:00 |
Jérôme Leclercq
|
4c4822eef9
|
Core/ObjectHandle: Remade object handle system
|
2018-10-12 15:46:40 +02:00 |
Lynix
|
8ab1462402
|
Core/HandledObject: Make move constructor/assignation operator noexception
|
2018-04-22 12:33:36 +02:00 |
Lynix
|
830dae1b27
|
Core/HandledObject: Fix move assignement operator behavior
It will now unregister all previous handles (notifying about object destruction) before stealing moving object handles
|
2018-04-06 21:14:09 +02:00 |
Lynix
|
31c272ab98
|
Core/HandledObject: Fix move assignement operator
|
2018-04-03 22:05:35 +02:00 |
germinolegrand
|
1e55c4d9e9
|
Prerequisites instead of Prerequesites (typo) #152 (#153)
|
2018-01-16 12:23:01 +01:00 |
DrLynix
|
f383eca19a
|
Update copyright year
|
2017-01-20 12:58:35 +01:00 |
Lynix
|
5a07bbd001
|
Fix a lot of warnings from Clang/GCC
|
2016-10-17 14:46:53 +02:00 |
Gawaboumga
|
6400ba2e28
|
Fix documentation for module: Core
Former-commit-id: a79bf956a2759c6056e4e4e2193b8b192c5727c5
|
2016-05-30 14:09:51 +02:00 |
Lynix
|
3e78dd40ad
|
Fix some GCC warnings
Former-commit-id: b3292fcfd4d029793cb70f97ab608aeb7d0579ef
|
2016-05-25 13:52:10 +02:00 |
Lynix
|
7db8507874
|
Core/ObjectHandle: Add noexcept move constructor/assignment
Former-commit-id: 930de41518be74fff072e061f735afceb218138c
|
2016-05-09 09:03:11 +02:00 |
Lynix
|
a77ad42fcb
|
Add generic handlers
Former-commit-id: 8fc343d3a056de8031cf453748b8801d50d3710e
|
2016-03-31 21:14:22 +02:00 |