Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/libraries/core/command @ 10981

Name Size Rev Age Author Last Change
../
ArgumentCompleter.h 7.2 KB 7401   15 years landauf merged doc branch back to trunk
ArgumentCompletionFunctions.cc 14.3 KB 10919   10 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
ArgumentCompletionFunctions.h 9.2 KB 10918   10 years muemart Use emplace_back instead of push_back if beneficial
ArgumentCompletionListElement.h 5.2 KB 7401   15 years landauf merged doc branch back to trunk
CMakeLists.txt 246 bytes 10624   10 years landauf merged branch core7 back to trunk
CommandEvaluation.cc 24.1 KB 10919   10 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
CommandEvaluation.h 7.0 KB 10768   10 years landauf replace '0' by 'nullptr'
CommandExecutor.cc 12.4 KB 10825   10 years landauf use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
CommandExecutor.h 6.9 KB 10768   10 years landauf replace '0' by 'nullptr'
ConsoleCommand.cc 21.9 KB 10918   10 years muemart Use emplace_back instead of push_back if beneficial
ConsoleCommand.h 24.9 KB 10765   10 years landauf replace 'NULL' by 'nullptr'
ConsoleCommandCompilation.cc 9.0 KB 10624   10 years landauf merged branch core7 back to trunk
ConsoleCommandCompilation.h 2.1 KB 8858   14 years landauf merged output branch back to trunk. Changes: - you have to include …
ConsoleCommandIncludes.cc 1.4 KB 10624   10 years landauf merged branch core7 back to trunk
ConsoleCommandIncludes.h 14.5 KB 10817   10 years muemart Run clang-modernize -add-override A few notes: - There are probably …
ConsoleCommandManager.cc 7.4 KB 10769   10 years landauf no space needed anymore between closing template brackets ('> >' → '>>')
ConsoleCommandManager.h 3.3 KB 10817   10 years muemart Run clang-modernize -add-override A few notes: - There are probably …
Executor.cc 9.6 KB 10765   10 years landauf replace 'NULL' by 'nullptr'
Executor.h 15.3 KB 10828   10 years landauf updated documentation
ExecutorPtr.h 2.2 KB 10828   10 years landauf updated documentation
Functor.h 33.1 KB 10981   9 years landauf not sure what's better: limiting functor to 5 arguments or having …
FunctorPtr.h 2.4 KB 10828   10 years landauf updated documentation
IOConsole.cc 1.1 KB 7287   15 years rgrieder Split IOConsole in two separate files for better browsing.
IOConsole.h 1.1 KB 7401   15 years landauf merged doc branch back to trunk
IOConsolePOSIX.cc 16.0 KB 10768   10 years landauf replace '0' by 'nullptr'
IOConsolePOSIX.h 2.9 KB 10845   10 years landauf always use 'virtual' in the declaration of virtual functions even if …
IOConsoleWindows.cc 19.4 KB 10765   10 years landauf replace 'NULL' by 'nullptr'
IOConsoleWindows.h 3.5 KB 10845   10 years landauf always use 'virtual' in the declaration of virtual functions even if …
IRC.cc 5.9 KB 10768   10 years landauf replace '0' by 'nullptr'
IRC.h 2.6 KB 7401   15 years landauf merged doc branch back to trunk
Shell.cc 20.2 KB 10916   10 years landauf use actual types instead of 'auto'. only exception is for complicated …
Shell.h 8.4 KB 10845   10 years landauf always use 'virtual' in the declaration of virtual functions even if …
TclBind.cc 8.7 KB 10768   10 years landauf replace '0' by 'nullptr'
TclBind.h 5.4 KB 10768   10 years landauf replace '0' by 'nullptr'
TclThreadList.h 10.1 KB 10916   10 years landauf use actual types instead of 'auto'. only exception is for complicated …
TclThreadManager.cc 28.4 KB 10919   10 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
TclThreadManager.h 4.5 KB 7401   15 years landauf merged doc branch back to trunk
Note: See TracBrowser for help on using the repository browser.