Category:Development: Difference between revisions

Jump to navigation Jump to search
m
→‎Packaging: Reorder.
m (→‎Packaging: Reorder.)
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
** [[C++ style guide]]
** [[C++ style guide]]
** [[Octave style guide]]
** [[Octave style guide]]
* [[Contributing to the development of packages/modules]]
* [[Octave's file types]]


== [[: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]]
** [[Classdef]] -- Define own data types using <code>classdef</code>.
** [[Java interface]]
** [[JIT]] -- Just in time compiler for Octave.
** [[JIT]]
** [[GUI terminal widget]] -- Ideas about a new improved terminal widget.
** [[International Characters Support]] -- Using Octave in your own language.


== Tools & techniques ==
== Tools & techniques ==
Line 26: Line 25:
** [[Finding Memory Leaks]]
** [[Finding Memory Leaks]]
* [https://ccache.samba.org/ ccache] -- cache compilation across builds.
* [https://ccache.samba.org/ ccache] -- cache compilation across builds.
* [[:Category:Editors|Editors]] -- A list of editors supporting Octave syntax highlighting.


== Documentation ==
== Documentation ==
* [[Help_text|Help text]] -- Document m-files
* [[Help text]] -- Document m-files
* [[Doxygen]] -- Document C++ files
* [[Doxygen]] -- Document C++ files
== [[:Category:Building|Building]] ==
* [[Building]] - General information.
* [[Continuous Build]]
* [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Large array support]]


== [[:Category:Testing|Testing]] ==
== [[:Category:Testing|Testing]] ==
Line 35: Line 40:
* [[BIST for m-files]]
* [[BIST for m-files]]
* [[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]] -- Building binary distributions ==
* [[Create a MacOS X App Bundle Using MacPorts|Create a macOS app using MacPorts]]
* [[Windows_Installer|Create a Windows Installer using MXE]]


== Code sprints ==
== Code sprints ==
Line 42: Line 51:
== [[:Category:Releases|Release procedures]] ==
== [[:Category:Releases|Release procedures]] ==
* [[Release Checklist]]
* [[Release Checklist]]
* [[5.0.0 Release Checklist]]
** [[Bug Fix List - 5.0 Release]]


== Other ==
== Other ==
* [[Hacking]]
* [[Project Infrastructure]]
* [[Project Infrastructure]]
* [[Status of bugs]] (outdated)


[[Category:Contents]]
[[Category:Contents]]

Navigation menu