Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/libraries/core/object

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10993   8 years landauf using constructor delegation
(edit) @10991   8 years landauf fix for the previous commit
(edit) @10990   8 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
(edit) @10920   8 years landauf no static functions anymore in ObjectList. you need to instantiate an …
(edit) @10916   9 years landauf use actual types instead of 'auto'. only exception is for complicated …
(edit) @10845   9 years landauf always use 'virtual' in the declaration of virtual functions even if …
(edit) @10828   9 years landauf updated documentation
(edit) @10825   9 years landauf use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
(edit) @10821   9 years muemart Run clang-modernize -loop-convert - Again, not all possible loops were …
(edit) @10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
(edit) @10774   9 years landauf using static_assert instead of BOOST_STATIC_ASSERT
(edit) @10770   9 years landauf made conversion to bool operators explicit
(edit) @10769   9 years landauf no space needed anymore between closing template brackets ('> >' → '>>')
(edit) @10768   9 years landauf replace '0' by 'nullptr'
(edit) @10765   9 years landauf replace 'NULL' by 'nullptr'
(edit) @10745   9 years landauf added move-constructor for StrongPtr and SharedPtr. for WeakPtr this …
(edit) @10744   9 years landauf added tests and fixed constructors of StrongPtr and WeakPtr
(edit) @10736   9 years landauf fixed range based for-loop: ObjectList now returns an iterator added …
(edit) @10733   9 years landauf merged branch cpp11 to cpp11_v2
(copy) @10732   9 years landauf created new branch for cpp11
copied from code/trunk/src/libraries/core/object:
(edit) @10624   9 years landauf merged branch core7 back to trunk
Note: See TracRevisionLog for help on using the revision log.