Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Getting started: Order with hierarchy.)
(→‎Project suggestions: Drop Roadmap from the list, just an redirect to Release Checklist.)
Line 14: Line 14:
* [[GSoC Project Ideas]]
* [[GSoC Project Ideas]]
* [[Projects]] -- Many things that would be nice to have done.  Not classified into things done or not done in Matlab.  (Is that a project in itself?)
* [[Projects]] -- Many things that would be nice to have done.  Not classified into things done or not done in Matlab.  (Is that a project in itself?)
* [[Roadmap]] -- future development of Octave


==Tools==
==Tools==

Revision as of 17:07, 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