Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
Line 33: Line 33:


== [[:Category:Building|Building]] ==
== [[:Category:Building|Building]] ==
* [[Building]] - General information.
* [[Building]] -- General information how to build Octave from source.
* [[Continuous Build]]
* [[Continuous Build]]
* [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Large array support]]
* [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Large array support]]

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