Developers: Difference between revisions

From Octave
Jump to navigation Jump to search
(β†’β€ŽGetting started: link to guidelines)
Line 48: Line 48:
* [[Hacking]]
* [[Hacking]]
* [[Project Infrastructure]]
* [[Project Infrastructure]]
[[Category:Development]]

Revision as of 16:02, 3 October 2018

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

Code sprints

Release procedures

Other