Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
m (Remove non existing page.)
m (→‎Getting started: Don't link outdated page.)
Line 6: Line 6:
** [[C++ style guide]]
** [[C++ style guide]]
** [[Octave style guide]]
** [[Octave style guide]]
* [[Contributing to the development of packages/modules]]


== [[:Category:Project_Ideas|Project ideas]] and work in progess ==
== [[:Category:Project_Ideas|Project ideas]] and work in progess ==

Revision as of 11:02, 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