Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
m (→‎Release process: Style fix to find the link easier.)
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:
** [[C++ style guide]]
** [[C++ style guide]]
** [[Octave style guide]]
** [[Octave style guide]]
== [[:Category:Releases|Release]] process ==
{{Note|The '''GNU Octave 6.1''' release process has been started.<br>See the '''[[6.1 Release Checklist]]''' for more information.}}
* [[Release Checklist|Release Checklist template]]
* [[:Category:Releases|Older releases]]


== [[:Category:Project_Ideas|Project ideas]] and work in progess ==
== [[:Category:Project_Ideas|Project ideas]] and work in progess ==
Line 15: Line 22:
** [[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 ==
Line 32: Line 40:


== [[: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]]
Line 41: Line 49:
* [[Add BIST tests for octave functions written in C++|BIST for C++ files]]
* [[Add BIST tests for octave functions written in C++|BIST for C++ files]]


== [[:Category:Packaging|Packaging]] ==
== [[:Category:Packaging|Packaging]] -- Building binary distributions ==
* Building binary distributions.
* [[Create a MacOS X App Bundle Using MacPorts|Create a macOS app using MacPorts]]
** [[Create a MacOS X App Bundle Using MacPorts|Create a macOS app using MacPorts]]
* [[Windows_Installer|Create a Windows Installer using MXE]]
** [[Windows_Installer|Create a Windows Installer using MXE]]


== Code sprints ==
== Code sprints ==
* [[2015 Code Sprint]]
* [[2015 Code Sprint]]
* [[Code sprint Zurich]]
* [[Code sprint Zurich]]
== [[:Category:Releases|Release procedures]] ==
* [[Release Checklist]]
* [[5.0.0 Release Checklist]]
** [[Bug Fix List - 5.0 Release]]


== Other ==
== Other ==
* [[Project Infrastructure]]
* [[Project Infrastructure]]
* [[Status of bugs]] (outdated)


[[Category:Contents]]
[[Category:Contents]]

Revision as of 13:06, 15 December 2019

This page contains links to pages of interest to developers.

Getting started

Release process

Info icon.svg
The GNU Octave 6.1 release process has been started.
See the 6.1 Release Checklist for more information.

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

Other