Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/orxonox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11010   8 years muemart Remove std::string forward declaration, conflicted with new libstdc++
(edit) @11007   8 years landauf made some enums in core library strongly typed. for other enums in …
(edit) @11005   8 years landauf using strongly typed enum in various classes in orxonox-library
(edit) @11004   8 years landauf using strongly typed enum class in WorldEntity
(edit) @11003   8 years landauf using strongly typed enum class in notifications. …
(edit) @11000   8 years landauf using strongly typed enum classes for RadarViewable::Shape
(edit) @10996   8 years landauf using a strongly typed enum class for Light-Type. added support for …
(edit) @10994   8 years landauf using some constexpr
(edit) @10992   8 years landauf for all non-copyable classes (i.e. those with deleted …
(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) @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) @10917   8 years landauf made mapEntry const& wherever possible
(edit) @10916   8 years landauf use actual types instead of 'auto'. only exception is for complicated …
(edit) @10845   8 years landauf always use 'virtual' in the declaration of virtual functions even if …
(edit) @10821   8 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) @10774   9 years landauf using static_assert instead of BOOST_STATIC_ASSERT
(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'
(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/orxonox:
(edit) @10728   9 years landauf disable LOD for MSVC and ogre version 1.8 because it leads to crashes
Note: See TracRevisionLog for help on using the revision log.