Developers: Difference between revisions

From Octave
Jump to navigation Jump to search
(replacing coding standards page (now removed) with the existing pages)
No edit summary
Line 35: Line 35:
* [[Java interface]]
* [[Java interface]]
* [[JIT]]
* [[JIT]]
==Unclassified==
* [[Hacking]]


==Code sprints==
==Code sprints==
Line 45: Line 42:
==Release procedures==
==Release procedures==
* [[Release Checklist]]
* [[Release Checklist]]
==Other==
* [[Hacking]]
* [[Project Infrastructure]]

Revision as of 15:08, 29 March 2017

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