|
|
@11001
|
9 years |
landauf |
removed spezializations for MultiType::get≠(), using type-traits instead.
|
|
|
@10994
|
9 years |
landauf |
using some constexpr
|
|
|
@10993
|
9 years |
landauf |
using constructor delegation
|
|
|
@10992
|
9 years |
landauf |
for all non-copyable classes (i.e. those with deleted …
|
|
|
@10990
|
9 years |
landauf |
use '= delete' to explicitly delete unimplemented copy-constructors …
|
|
|
@10989
|
9 years |
landauf |
using the c++11 chrono library to add milliseconds to the timestamp in …
|
|
|
@10978
|
9 years |
landauf |
added comments
|
|
|
@10977
|
9 years |
landauf |
fixed build (with gcc)
|
|
|
@10976
|
9 years |
muemart |
Add some static asserts
|
|
|
@10919
|
9 years |
landauf |
use range-based for-loop where it makes sense (e.g. ObjectList)
|
|
|
@10918
|
9 years |
muemart |
Use emplace_back instead of push_back if beneficial
|
|
|
@10916
|
9 years |
landauf |
use actual types instead of 'auto'. only exception is for complicated …
|
|
|
@10852
|
9 years |
landauf |
changed some small details (after reviewing r10817)
|
|
|
@10845
|
9 years |
landauf |
always use 'virtual' in the declaration of virtual functions even if …
|
|
|
@10830
|
9 years |
landauf |
removed SharedPtr (use std::shared_ptr instead)
|
|
|
@10829
|
9 years |
landauf |
replace all remaining usages of SharedPtr with std::shared_ptr
|
|
|
@10821
|
9 years |
muemart |
Run clang-modernize -loop-convert
- Again, not all possible loops were …
|
|
|
@10818
|
9 years |
muemart |
- Fixed some suspicious virtual function signatures
- Fixed some clang …
|
|
|
@10817
|
9 years |
muemart |
Run clang-modernize -add-override
A few notes:
- There are probably …
|
|
|
@10813
|
9 years |
muemart |
Use new random number generation functions
|
|
|
@10777
|
9 years |
landauf |
replacing boost::scoped_ptr/array with 'const std::unique_ptr'
|
|
|
@10770
|
9 years |
landauf |
made conversion to bool operators explicit
|
|
|
@10769
|
9 years |
landauf |
no space needed anymore between closing template brackets ('> >' → '>>')
|
|
|
@10768
|
9 years |
landauf |
replace '0' by 'nullptr'
|
|
|
@10765
|
9 years |
landauf |
replace 'NULL' by 'nullptr'
|
|
|
@10745
|
9 years |
landauf |
added move-constructor for StrongPtr and SharedPtr. for WeakPtr this …
|
|
|
@10742
|
9 years |
landauf |
use constexpr for some math functions and constants
|
|
|
@10733
|
9 years |
landauf |
merged branch cpp11 to cpp11_v2
|
|
|
@10732
|
9 years |
landauf |
created new branch for cpp11
|
|
copied from code/trunk/src/libraries/util:
|
|
|
@10630
|
9 years |
landauf |
avoid division by zero errors (happened e.g. if 'myposition' and …
|