Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
m (→‎Other: Strip deleted page.)
Line 16: Line 16:
** [[Java interface]]
** [[Java interface]]
** [[JIT]]
** [[JIT]]
** [[GUI terminal widget]] -- Ideas about a new improved terminal widget.


== Tools & techniques ==
== Tools & techniques ==

Revision as of 15:04, 29 May 2019

This page contains links to pages of interest to developers.

Getting started

Project ideas and work in progess

Tools & techniques

  • Mercurial -- Version control scheme.
  • MXE -- Cross-compiling to Windows.
  • gdb -- debugger. Useful to obtain stack traces.
  • valgrind -- memory leak detector, profiler etc.
  • ccache -- cache compilation across builds.

Documentation

Testing

Code sprints

Release procedures

Other