Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
m (→‎Release process: Style fix to find the link easier.)
(→‎Code sprints: Rename Meetings)
Line 53: Line 53:
* [[Windows_Installer|Create a Windows Installer using MXE]]
* [[Windows_Installer|Create a Windows Installer using MXE]]


== Code sprints ==
== Meetings ==
* [[2015 Code Sprint]]
 
* [[Code sprint Zurich]]
* Read about past [[:Category:Meetings | developer meetings]].


== Other ==
== Other ==

Revision as of 05:39, 10 June 2020

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

Meetings

Other