Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/libraries/core @ 11005

Name Size Rev Age Author Last Change
../
class 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
command 10994   9 years landauf using some constexpr
commandline 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
config 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
input 10994   9 years landauf using some constexpr
module 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
object 10993   9 years landauf using constructor delegation
singleton 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
ApplicationPaths.cc 7.5 KB 10768   9 years landauf replace '0' by 'nullptr'
ApplicationPaths.h 4.9 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
BaseObject.cc 17.8 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
BaseObject.h 12.3 KB 10845   9 years landauf always use 'virtual' in the declaration of virtual functions even if …
ClassTreeMask.cc 34.3 KB 10920   9 years landauf no static functions anymore in ObjectList. you need to instantiate an …
ClassTreeMask.h 14.0 KB 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
CMakeLists.txt 2.9 KB 10624   10 years landauf merged branch core7 back to trunk
ConfigurablePaths.cc 6.1 KB 10918   9 years muemart Use emplace_back instead of push_back if beneficial
ConfigurablePaths.h 4.0 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
Core.cc 18.3 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
Core.h 4.5 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
CoreConfig.cc 7.2 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
CoreConfig.h 3.0 KB 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
CoreIncludes.h 8.7 KB 10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
CorePrecompiledHeaders.h 2.1 KB 10771   9 years landauf using std::shared_ptr instead of boost::shared_ptr (same for weak_ptr)
CorePrereqs.h 9.6 KB 10994   9 years landauf using some constexpr
CoreStaticInitializationHandler.cc 6.1 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
CoreStaticInitializationHandler.h 2.0 KB 10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
Event.cc 4.4 KB 9667   12 years landauf merged core6 back to trunk
Event.h 3.9 KB 7401   15 years landauf merged doc branch back to trunk
EventIncludes.h 5.3 KB 10825   9 years landauf use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
Game.cc 24.5 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
Game.h 7.9 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
GameConfig.cc 1.8 KB 10624   10 years landauf merged branch core7 back to trunk
GameConfig.h 1.8 KB 10624   10 years landauf merged branch core7 back to trunk
GameMode.cc 1.2 KB 7401   15 years landauf merged doc branch back to trunk
GameMode.h 4.0 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
GameState.cc 2.6 KB 8858   14 years landauf merged output branch back to trunk. Changes: - you have to include …
GameState.h 3.0 KB 7401   15 years landauf merged doc branch back to trunk
GraphicsManager.cc 21.9 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
GraphicsManager.h 5.2 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
GUIManager.cc 33.4 KB 10845   9 years landauf always use 'virtual' in the declaration of virtual functions even if …
GUIManager.h 9.6 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
Language.cc 12.0 KB 10917   9 years landauf made mapEntry const& wherever possible
Language.h 6.9 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
Loader.cc 16.0 KB 10920   9 years landauf no static functions anymore in ObjectList. you need to instantiate an …
Loader.h 2.0 KB 10769   9 years landauf no space needed anymore between closing template brackets ('> >' → '>>')
LuaState.cc 13.3 KB 10918   9 years muemart Use emplace_back instead of push_back if beneficial
LuaState.h 5.2 KB 10918   9 years muemart Use emplace_back instead of push_back if beneficial
Namespace.cc 5.1 KB 10916   9 years landauf use actual types instead of 'auto'. only exception is for complicated …
Namespace.h 2.5 KB 10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
NamespaceNode.cc 5.6 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
NamespaceNode.h 2.0 KB 10768   9 years landauf replace '0' by 'nullptr'
Resource.cc 4.4 KB 10916   9 years landauf use actual types instead of 'auto'. only exception is for complicated …
Resource.h 4.8 KB 10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
Template.cc 6.5 KB 10768   9 years landauf replace '0' by 'nullptr'
Template.h 2.9 KB 10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
Thread.cc 3.7 KB 10775   9 years landauf using std::bind and std::function instead of boost::bind and …
Thread.h 1.7 KB 7401   15 years landauf merged doc branch back to trunk
ThreadPool.cc 3.1 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
ThreadPool.h 1.6 KB 7401   15 years landauf merged doc branch back to trunk
ThreadWin.cc 3.9 KB 10775   9 years landauf using std::bind and std::function instead of boost::bind and …
ToluaInterfaceHook.lua 1.3 KB 8729   14 years rgrieder Merged unity_build branch back to trunk. Features: - Implemented …
UpdateListener.cc 1.2 KB 10624   10 years landauf merged branch core7 back to trunk
UpdateListener.h 2.3 KB 10624   10 years landauf merged branch core7 back to trunk
ViewportEventListener.cc 1.2 KB 10624   10 years landauf merged branch core7 back to trunk
ViewportEventListener.h 1.5 KB 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
WindowEventListener.cc 2.1 KB 10919   9 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
WindowEventListener.h 2.4 KB 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
XMLFile.h 1.9 KB 7401   15 years landauf merged doc branch back to trunk
XMLNameListener.cc 1.2 KB 10624   10 years landauf merged branch core7 back to trunk
XMLNameListener.h 1.4 KB 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
XMLPort.cc 6.2 KB 10624   10 years landauf merged branch core7 back to trunk
XMLPort.h 33.5 KB 10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
Note: See TracBrowser for help on using the repository browser.