Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/libraries/util

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10821   9 years muemart Run clang-modernize -loop-convert - Again, not all possible loops were …
(edit) @10818   9 years muemart - Fixed some suspicious virtual function signatures - Fixed some clang …
(edit) @10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
(edit) @10813   9 years muemart Use new random number generation functions
(edit) @10777   9 years landauf replacing boost::scoped_ptr/array with 'const std::unique_ptr'
(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) @10742   9 years landauf use constexpr for some math functions and constants
(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/util:
(edit) @10630   9 years landauf avoid division by zero errors (happened e.g. if 'myposition' and …
Note: See TracRevisionLog for help on using the revision log.