Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10825   8 years landauf use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
(edit) @10821   8 years muemart Run clang-modernize -loop-convert - Again, not all possible loops were …
(edit) @10817   8 years muemart Run clang-modernize -add-override A few notes: - There are probably …
(edit) @10778   9 years landauf use range-based-for-loop instead of BOOST_FOREACH
(edit) @10775   9 years landauf using std::bind and std::function instead of boost::bind and …
(edit) @10772   9 years landauf use std::make_shared for better performance with shared_ptr
(edit) @10771   9 years landauf using std::shared_ptr instead of boost::shared_ptr (same for weak_ptr)
(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'
(copy) @10732   9 years landauf created new branch for cpp11
copied from code/trunk/src/libraries/core/input:
(edit) @10624   9 years landauf merged branch core7 back to trunk
Note: See TracRevisionLog for help on using the revision log.