Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
m (→‎Packaging: Reorder.)
Line 15: Line 15:
** [[GUI terminal widget]] -- Ideas about a new improved terminal widget.
** [[GUI terminal widget]] -- Ideas about a new improved terminal widget.
** [[International Characters Support]] -- Using Octave in your own language.
** [[International Characters Support]] -- Using Octave in your own language.
** [[Pythonic]] -- Calling Python functions directly from Octave.


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

Revision as of 08:11, 26 October 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.
  • Editors -- A list of editors supporting Octave syntax highlighting.

Documentation

Building

Testing

Packaging -- Building binary distributions

Code sprints

Release procedures

Other