Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
m (→‎Getting started: Don't link outdated page.)
Line 8: Line 8:


== [[:Category:Project_Ideas|Project ideas]] and work in progess ==
== [[:Category:Project_Ideas|Project ideas]] and work in progess ==
* [[Easy projects]]
* [[Short projects]] -- Good starting point to get into the Octave development.
* [[GSoC Project Ideas]]
* [[Summer of Code Project Ideas]] -- Ideas page for GSoC, SOCIS, ... projects.
* [[Projects]] -- Many things that would be nice to have done. Not classified into things done or not done in Matlab.  (Is that a project in itself?)
* [[Projects]] -- Many things that would be nice to have done.
** [[Classdef]] -- Define own data types using <code>classdef</code>.
** [[Classdef]] -- Define own data types using <code>classdef</code>.
** [[Java interface]]
** [[JIT]] -- Just in time compiler for Octave.
** [[JIT]] -- Just in time compiler for Octave.
** [[GUI terminal widget]] -- Ideas about a new improved terminal widget.
** [[GUI terminal widget]] -- Ideas about a new improved terminal widget.

Revision as of 11:07, 14 June 2019

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.
  • Editors -- A list of editors supporting Octave syntax highlighting.

Documentation

Building

Testing

Packaging

Code sprints

Release procedures

Other