Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
(Merge items.)
(→‎Bugs and testing: Strip outdated page.)
Line 30: Line 30:
==Bugs and testing==
==Bugs and testing==
* [[Status of bugs]]
* [[Status of bugs]]
* [[Bug Fix List - 4.0 Release]]
* [[Debugging Octave]], particularly using .oct files and gdb
* [[Debugging Octave]], particularly using .oct files and gdb
* [[Finding Memory Leaks]]
* [[Finding Memory Leaks]]

Revision as of 17:17, 3 October 2018

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

Getting started

Project ideas and work in progess

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

Code sprints

Release procedures

Other