Changes between Version 50 and Version 51 of code
- Timestamp:
- Apr 11, 2017, 10:59:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code
v50 v51 8 8 * [wiki:code/PerformanceTips Performance] - Make fast and efficient code. 9 9 * [wiki:code/tools/Doxygen Documenting] - How to write documentation that can be read by Doxygen for HTML view. 10 * [wiki:code/tools/Debugging ] - How to go about debugging your code10 * [wiki:code/tools/Debugging Debugging] - How to go about debugging your code 11 11 * [wiki:code/Error_handling Error handling] - What to do when facing an error situation? 12 12 * [wiki:code/howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful 13 13 14 14 === Coding Tools === 15 * [wiki:code/tools/SVN ] - Our revision control tool. You should know how to use it16 * [wiki:code/tools/CMake ] - Our build tool (forget about makefiles)17 * [wiki:code/Buildsystem ] - Build settings for CMake15 * [wiki:code/tools/SVN SVN] - Our revision control tool. You should know how to use it 16 * [wiki:code/tools/CMake CMake] - Our build tool (forget about makefiles) 17 * [wiki:code/Buildsystem Buildsystem] - Build settings for CMake 18 18 * [wiki:code/tools/EclipseIDE Eclipse IDE] - An open source IDE 19 * [wiki:code/tools/KDevelop3 ] - An open source IDE, not used in the PPS20 * [wiki:code/tools/Doxygen ] - Autogenerates an API19 * [wiki:code/tools/KDevelop3 KDevelop3] - An open source IDE, not used in the PPS 20 * [wiki:code/tools/Doxygen Doxygen] - Autogenerates an API 21 21 * [wiki:code/tools/LinuxCodingTools Open Source Tools] - A list of other development tools 22 22 23 23 === Framework === 24 24 * [wiki:code/doc/ModulesDescription Modules] - Get an overview of our Framework 25 * [wiki:code/doc ] - A documentation of all our libraries and classes26 * [wiki:code/libs ] - An overview of the external libraries27 * [ https://www.orxonox.net/jenkins/view/Management/job/orxonox_doxygen_trunk/javadoc/ API Reference] - An automatically generated reference of classes, functions, macros and other stuff25 * [wiki:code/doc Documentation] - A documentation of all our libraries and classes 26 * [wiki:code/libs Libraries] - An overview of the external libraries 27 * [/jenkins/view/Management/job/orxonox_doxygen_trunk/javadoc/ API Reference] - An automatically generated reference of classes, functions, macros and other stuff 28 28 * [wiki:code/howto HowTo] - This page covers several topics and explains how to do things 29 29 * [wiki:code/FAQ FAQ] - Check out the FAQ to get answers on frequent questions