Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/libraries/core/LuaState.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10918   8 years muemart Use emplace_back instead of push_back if beneficial
(edit) @10916   8 years landauf use actual types instead of 'auto'. only exception is for complicated …
(edit) @10852   8 years landauf changed some small details (after reviewing r10817)
(edit) @10821   8 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) @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) @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/LuaState.cc:
(edit) @10265   9 years landauf fixed build with older compilers (pre c++11)
Note: See TracRevisionLog for help on using the revision log.