Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Release procedures: No separate bug fix list.)
(→‎Release procedures: Overhaul section.)
Line 7: Line 7:
** [[Octave style guide]]
** [[Octave style guide]]


== [[:Category:Releases|Release]] procedures ==
== [[:Category:Releases|Release]] process ==


{{Note|2019-12-06 [https://lists.gnu.org/archive/html/octave-maintainers/2019-12/msg00032.html Octave 6.1 release kick-off].}}
{{Note|The '''GNU Octave 6.1''' release process has been started. See the [[6.1 Release Checklist]] for more information.}}
* [[6.1 Release Checklist]] ([[Release Checklist|template]])
 
* [[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 ==

Revision as of 01:45, 11 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