Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Other: Remove outdated item.)
m (→‎Packaging: Reorder.)
Line 41: Line 41:
* [[Add BIST tests for octave functions written in C++|BIST for C++ files]]
* [[Add BIST tests for octave functions written in C++|BIST for C++ files]]


== [[:Category:Packaging|Packaging]] ==
== [[:Category:Packaging|Packaging]] -- Building binary distributions ==
* Building binary distributions.
* [[Create a MacOS X App Bundle Using MacPorts|Create a macOS app using MacPorts]]
** [[Create a MacOS X App Bundle Using MacPorts|Create a macOS app using MacPorts]]
* [[Windows_Installer|Create a Windows Installer using MXE]]
** [[Windows_Installer|Create a Windows Installer using MXE]]


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

Revision as of 11:38, 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 -- Building binary distributions

Code sprints

Release procedures

Other