Developers: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Unclassified: delete Development alias)
(link to partial works in progress in Octave)
Line 28: Line 28:
* [[Add BIST tests for octave functions written in C++]]
* [[Add BIST tests for octave functions written in C++]]
* [[BIST for m-files]]
* [[BIST for m-files]]
==Works in Progress==
* [[Classdef]]
* [[Java interface]]
* [[JIT]]


==Unclassified==
==Unclassified==
* [[Hacking]]
* [[Hacking]]
* [[Jit devel]]


==Code sprints==
==Code sprints==

Revision as of 19:18, 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