7 | | * [wiki:codebasictips Coding tips] - Basic coding tips and helpful tools |
8 | | * [wiki:c++_styleguide Styleguide] - Writing consistent code according to a style definition. |
9 | | * [wiki:PerformanceTips Performance] - Make fast and efficient code. |
10 | | * [wiki:Doxygen Documenting] - How to write documentation that can be read by Doxygen for HTML view. |
11 | | * [wiki:Debugging] - How to go about debugging your code |
12 | | * [wiki:Error_handling Error handling] - What to do when facing an error situation? |
13 | | * [wiki:howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful |
| 6 | * [wiki:code/Codebasictips Coding tips] - Basic coding tips and helpful tools |
| 7 | * [wiki:code/C++_styleguide Styleguide] - Writing consistent code according to a style definition. |
| 8 | * [wiki:code/PerformanceTips Performance] - Make fast and efficient code. |
| 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 code |
| 11 | * [wiki:code/Error_handling Error handling] - What to do when facing an error situation? |
| 12 | * [wiki:code/howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful |
16 | | * [wiki:SVN] - Our revision control tool. You should know how to use it |
17 | | * [wiki:CMake] - Our build tool (forget about makefiles) |
18 | | * [wiki:Buildsystem] - Build settings for CMake |
19 | | * [wiki:EclipseIDE Eclipse IDE] - An open source IDE |
20 | | * [wiki:KDevelop3] - An open source IDE, not used in the PPS |
21 | | * [wiki:Doxygen] - Autogenerates an API |
22 | | * [wiki:LinuxCodingTools Open Source Tools] - A list of other development tools |
| 15 | * [wiki:code/tools/SVN] - Our revision control tool. You should know how to use it |
| 16 | * [wiki:code/tools/CMake] - Our build tool (forget about makefiles) |
| 17 | * [wiki:code/Buildsystem] - Build settings for CMake |
| 18 | * [wiki:code/tools/EclipseIDE Eclipse IDE] - An open source IDE |
| 19 | * [wiki:code/tools/KDevelop3] - An open source IDE, not used in the PPS |
| 20 | * [wiki:code/tools/Doxygen] - Autogenerates an API |
| 21 | * [wiki:code/tools/LinuxCodingTools Open Source Tools] - A list of other development tools |
25 | | * [wiki:ModulesDescription Modules] - Get an overview of our Framework |
26 | | * [wiki:Documentation] - A documentation of all our libraries and classes |
27 | | * [wiki:Libraries] - An overview of the external libraries |
28 | | * [doxygen:index.html API Reference] - An automatically generated reference of classes, functions, macros and other stuff |
29 | | * [wiki:HowTo_coding HowTo] - This page covers several topics and explains how to do things |
30 | | * [wiki:FAQ_coding FAQ] - Check out the FAQ to get answers on frequent questions |
| 24 | * [wiki:code/doc/ModulesDescription Modules] - Get an overview of our Framework |
| 25 | * [wiki:code/doc] - A documentation of all our libraries and classes |
| 26 | * [wiki:code/libs] - An overview of the external libraries |
| 27 | * [https://www.orxonox.net/jenkins/view/Management/job/orxonox_doxygen_trunk/javadoc/ API Reference] - An automatically generated reference of classes, functions, macros and other stuff |
| 28 | * [wiki:code/howto HowTo] - This page covers several topics and explains how to do things |
| 29 | * [wiki:code/FAQ FAQ] - Check out the FAQ to get answers on frequent questions |