Bruno Herbelin
|
a6ba694fbd
|
Code warning cleanup and add GPL license header to all CPP files
|
2021-11-10 23:19:38 +01:00 |
|
brunoherbelin
|
da64172848
|
Work-in-progress: Interpolation of snapshot in Action manager
|
2021-04-21 23:35:34 +02:00 |
|
Bruno
|
d68987be0f
|
C++ improved declaration of singleton managers
|
2021-04-18 13:27:19 +02:00 |
|
Bruno
|
2392d844d9
|
Making classes non-assignable
Following CppCheck recomendation, all classes that should not be manipulated by value are made non-assignable to ensure no mistake is made.
|
2021-04-18 13:04:16 +02:00 |
|
Bruno
|
c6d01c1420
|
Optimizing iteration
prefix ++i is faster than post i++
|
2021-04-18 11:38:03 +02:00 |
|
Bruno
|
7cafbc032b
|
Working on source interpolation
|
2021-04-18 10:56:37 +02:00 |
|