Developers: Difference between revisions

From Octave
Jump to navigation Jump to search
(link to partial works in progress in Octave)
(β†’β€ŽCode sprints: add link to Zurich sprint)
Line 39: Line 39:
==Code sprints==
==Code sprints==
* [[2015 Code Sprint]]
* [[2015 Code Sprint]]
* [[Code sprint Zurich]]


==Release procedures==
==Release procedures==
* [[Release Checklist]]
* [[Release Checklist]]

Revision as of 19:20, 17 April 2016

This page contains links to pages of interest to developers. Some links appear in multiple sections.

Getting started

Project suggestions

Tools

  • Mercurial -- version control scheme.
  • MXE -- cross-compiling to Windows or OSX.
  • Doxygen -- "Literate programming" documentation generator.
  • gdb -- debugger. Useful to obtain stack traces.
  • valgrind -- memory leak detector, profiler etc.
  • ccache -- cache compilation across builds.

Bugs and testing

Works in Progress

Unclassified

Code sprints

Release procedures