Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 50 and Version 51 of code


Ignore:
Timestamp:
Apr 11, 2017, 10:59:40 PM (7 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code

    v50 v51  
    88 * [wiki:code/PerformanceTips Performance] - Make fast and efficient code.
    99 * [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
     10 * [wiki:code/tools/Debugging Debugging] - How to go about debugging your code
    1111 * [wiki:code/Error_handling Error handling] - What to do when facing an error situation?
    1212 * [wiki:code/howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful
    1313
    1414=== Coding 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
     15 * [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
    1818 * [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
     19 * [wiki:code/tools/KDevelop3 KDevelop3] - An open source IDE, not used in the PPS
     20 * [wiki:code/tools/Doxygen Doxygen] - Autogenerates an API
    2121 * [wiki:code/tools/LinuxCodingTools Open Source Tools] - A list of other development tools
    2222
    2323=== Framework ===
    2424 * [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
     25 * [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
    2828 * [wiki:code/howto HowTo] - This page covers several topics and explains how to do things
    2929 * [wiki:code/FAQ FAQ] - Check out the FAQ to get answers on frequent questions