Category:Development: Difference between revisions
Jump to navigation
Jump to search
(Merge list from main page.) |
(Sort links.) |
||
Line 1: | Line 1: | ||
This page contains links to pages of interest to developers. | This page contains links to pages of interest to developers. | ||
== Getting started == | == Getting started == | ||
Line 28: | Line 13: | ||
* [[GSoC Project Ideas]] | * [[GSoC Project Ideas]] | ||
* [[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. Not classified into things done or not done in Matlab. (Is that a project in itself?) | ||
** [[Classdef]] | ** [[Classdef]] -- Define own data types using <code>classdef</code>. | ||
** [[Java interface]] | ** [[Java interface]] | ||
** [[JIT]] | ** [[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. | ||
** [[International Characters Support]] -- Using Octave in your own language. | |||
== Tools & techniques == | == Tools & techniques == | ||
Line 42: | Line 28: | ||
** [[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]] -- 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 51: | Line 43: | ||
* [[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 58: | Line 55: | ||
== [[: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 == |
Revision as of 10:53, 14 June 2019
This page contains links to pages of interest to developers.
Getting started
- Developer FAQ
- Contribution guidelines for Octave
- Contributing to the development of packages/modules
- Octave's file types
Project ideas and work in progess
- Easy projects
- GSoC Project Ideas
- 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?)
- Classdef -- Define own data types using
classdef
. - Java interface
- JIT -- Just in time compiler for Octave.
- GUI terminal widget -- Ideas about a new improved terminal widget.
- International Characters Support -- Using Octave in your own language.
- Classdef -- Define own data types using
Tools & techniques
- Mercurial -- Version control scheme.
- MXE -- Cross-compiling to Windows.
- gdb -- debugger. Useful to obtain stack traces.
- Debugging Octave -- particularly .oct files using gdb.
- valgrind -- memory leak detector, profiler etc.
- ccache -- cache compilation across builds.
- Editors -- A list of editors supporting Octave syntax highlighting.
Documentation
Building
- Building - General information.
- Continuous Build
- Large array support
Testing
Packaging
- Building binary distributions.
Code sprints
Release procedures
Other
- Project Infrastructure
- Status of bugs (outdated)
Subcategories
This category has the following 7 subcategories, out of 7 total.
Pages in category "Development"
The following 23 pages are in this category, out of 23 total.