Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Getting started: Order with hierarchy.)
Line 3: Line 3:
==Getting started==
==Getting started==
* [[Developer FAQ]]
* [[Developer FAQ]]
* [[Contribution guidelines|Contributing to Octave]]
* [[Contribution guidelines]] for Octave
** [[C++ style guide]]
** [[Octave style guide]]
* [[Contributing to the development of packages/modules]]
* [[Contributing to the development of packages/modules]]
* [[Octave's file types]]
* [[Octave's file types]]
* [[Easy projects]]
* [[Easy projects]]
* [[C++ style guide]]
* [[Octave style guide]]


==Project suggestions==
==Project suggestions==

Revision as of 17:05, 3 October 2018

This page contains links to pages of interest to developers. Some links appear in multiple sections.

Getting started

Project suggestions

Tools

  • Mercurial -- version control scheme.
  • MXE -- cross-compiling to Windows or OSX.
  • Doxygen -- "Literate programming" documentation generator.
  • gdb -- debugger. Useful to obtain stack traces.
  • valgrind -- memory leak detector, profiler etc.
  • ccache -- cache compilation across builds.

Bugs and testing

Works in Progress

Code sprints

Release procedures

Other