Developers: Difference between revisions

From Octave
Jump to navigation Jump to search
(replacing coding standards page (now removed) with the existing pages)
Line 6: Line 6:
* [[Octave's file types]]
* [[Octave's file types]]
* [[Easy projects]]
* [[Easy projects]]
* [[Coding standards]]
* [[C++ style guide]]
* [[Octave style guide]]


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

Revision as of 11:49, 20 June 2016

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

Unclassified

Code sprints

Release procedures