Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
(Merge list from main page.)
Line 1: Line 1:
This page contains links to pages of interest to developers.
This page contains links to pages of interest to developers.
* [[5.0.0 Release Checklist]]
** [[Bug Fix List - 5.0 Release]]
* [[Contribution guidelines]]
* [[Doxygen]] - Internal C++ code documentation.
* [[International Characters Support]] - Using Octave in your own language.
* [[:Category:Editors|Editors]] - A list of editors supporting Octave syntax highlighting.
* [[:Category:Building|Building]] - All pages related to build Octave.
** [[Building]] - General information.
** [[Continuous Build]]
** [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Large array support]]
* [[Tests|Testing source code]]
* [[:Category:Packaging|Packaging]] - Building binary distributions.
** [[Create a MacOS X App Bundle Using MacPorts|Create a macOS app using MacPorts]]
** [[Windows_Installer|Create a Windows Installer using MXE]]


== Getting started ==
== Getting started ==

Revision as of 10:45, 14 June 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