Developers: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Release procedures: delete direction to empty pages)
(→‎Unclassified: delete Development alias)
Line 30: Line 30:


==Unclassified==
==Unclassified==
* [[Development]]
* [[Hacking]]
* [[Hacking]]
* [[Jit devel]]
* [[Jit devel]]

Revision as of 19:12, 17 April 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

Unclassified

Code sprints

Release procedures