Category:Development

From Octave
Revision as of 17:31, 3 October 2018 by Siko1056 (talk | contribs) (Some reordering.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page contains links to pages of interest to developers.

Getting started

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.

Documentation

Testing

Code sprints

Release procedures

Other