|
|
@10876
|
9 years |
muemart |
Use variadic templates for Functor
Had to put on my template hat for …
|
|
|
@10857
|
9 years |
muemart |
Fix clang build for LANDiscoverable
Looks like name lookup for …
|
|
|
@10853
|
9 years |
landauf |
re-added debug-output (after reviewing r10817). why was it removed? …
|
|
|
@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
|
|
|
@10828
|
9 years |
landauf |
updated documentation
|
|
|
@10825
|
9 years |
landauf |
use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
|
|
|
@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
|
|
|
@10781
|
9 years |
landauf |
in C++11 it's now possible to define 'typedefs' for templates (called …
|
|
|
@10778
|
9 years |
landauf |
use range-based-for-loop instead of BOOST_FOREACH
|
|
|
@10777
|
9 years |
landauf |
replacing boost::scoped_ptr/array with 'const std::unique_ptr'
|
|
|
@10776
|
9 years |
landauf |
using std::array instead of boost::array
|
|
|
@10775
|
9 years |
landauf |
using std::bind and std::function instead of boost::bind and …
|
|
|
@10774
|
9 years |
landauf |
using static_assert instead of BOOST_STATIC_ASSERT
|
|
|
@10773
|
9 years |
landauf |
using std::unique_ptr instead of std::auto_ptr
|
|
|
@10772
|
9 years |
landauf |
use std::make_shared for better performance with shared_ptr
|
|
|
@10771
|
9 years |
landauf |
using std::shared_ptr instead of boost::shared_ptr (same for weak_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 …
|
|
|
@10744
|
9 years |
landauf |
added tests and fixed constructors of StrongPtr and WeakPtr
|
|
|
@10742
|
9 years |
landauf |
use constexpr for some math functions and constants
|
|
|
@10736
|
9 years |
landauf |
fixed range based for-loop: ObjectList now returns an iterator
added …
|
|
|
@10733
|
9 years |
landauf |
merged branch cpp11 to cpp11_v2
|
|
|
@10732
|
9 years |
landauf |
created new branch for cpp11
|
|
copied from code/trunk/src:
|
|
|
@10728
|
9 years |
landauf |
disable LOD for MSVC and ogre version 1.8 because it leads to crashes
|