Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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