Differences between revisions 1 and 57 (spanning 56 versions)
Revision 1 as of 2010-08-01 18:48:34
Size: 132
Editor: MalteHelmert
Comment:
Revision 57 as of 2021-07-02 15:02:48
Size: 2080
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Coding conventions = = Information for developers =
Line 5: Line 5:
 * [[./Formatting]]: line length, how to break lines, where to put spaces, etc. Subpages:

 * [[/Requirements]]: the set of rules regarding which versions of operating systems, compilers etc. we support
 * [[/DevelopmentSetup]]: which tools to install for working on the planner
 * [[/AddingSourceFiles]]: how to add new source files to the planner
 * [[/Git]]: our Git workflow and Git tips and tricks
 * [[/CodingConventions]]: coding conventions for C++ code
 * [[/Whitespace]]: how to indent, where to break lines, where to put spaces etc. in C++ code
 * [[/Uncrustify]]: using the {{{uncrustify}}} source code pretty printer
 * [[/Includes]]: using {{{include-what-you-use}}} to find missing/redundant includes and forward declarations
 * [[/CodeReview]]: how to use Github pull requests for code reviews
 * [[/GithubActions]]: information on Github actions
 * [[/ImplementationDetails]]: more in-depth descriptions on how some classes are implemented
 * [[/CodeBasesToMerge]]: code from papers we want to merge in the (medium-term) future
 * [[/ReviewQueue]]: Malte's FIFO list of issues to review
 * [[/LongTermPlans]]: long-term wishlist of changes with broader scope
 * [[/ProblemTransformations]]: problem transformations performed by the planner that might trip up users interested in non-classical planning
 * [[/CmakeTipsAndTricks]]: tips and tricks for CMake
 * [[/Profiling]]: on using valgrind and friends
 * [[/ReleaseWorkflow]]: how to create a release version
 * [[/ChangelogFormat]]: description of the changelog format
 * [[/Sprint]]: information, statistics, and news about our Fast Downward sprints
 * [[/Blog]]: articles describing parts of the code base

== Other bits and pieces ==

 * '''Mailing lists:''' Core developers, please subscribe to both the public and the internal mailing lists mentioned on the HomePage.
 * '''Admin interface to the internal mailing list:''' https://www.maillist.unibas.ch/mailman/options/downward-dev/
 * '''Python code:''' We follow [[http://www.python.org/dev/peps/pep-0008/|PEP 8]] and support Python >= 3.6.

Back to the HomePage.

Information for developers

Subpages:

Other bits and pieces

FastDownward: ForDevelopers (last edited 2024-03-15 12:14:37 by MalteHelmert)