Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/libraries/network/packet

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10994   8 years landauf using some constexpr
(edit) @10920   8 years landauf no static functions anymore in ObjectList. you need to instantiate an …
(edit) @10919   8 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
(edit) @10918   8 years muemart Use emplace_back instead of push_back if beneficial
(edit) @10857   9 years muemart Fix clang build for LANDiscoverable Looks like name lookup for …
(edit) @10845   9 years landauf always use 'virtual' in the declaration of virtual functions even if …
(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) @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/network/packet:
(edit) @10624   9 years landauf merged branch core7 back to trunk
Note: See TracRevisionLog for help on using the revision log.