Difference between revisions of "Category:Development"
Jump to navigation
Jump to search
(Merge list from main page.) |
m (→Building) |
||
(7 intermediate revisions by the same user not shown) | |||
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 21: | Line 6: | ||
** [[C++ style guide]] | ** [[C++ style guide]] | ||
** [[Octave style guide]] | ** [[Octave style guide]] | ||
− | |||
− | |||
== [[:Category:Project_Ideas|Project ideas]] and work in progess == | == [[:Category:Project_Ideas|Project ideas]] and work in progess == | ||
− | * [[ | + | * [[Short projects]] -- Good starting point to get into the Octave development. |
− | * [[ | + | * [[Summer of Code Project Ideas]] -- Ideas page for GSoC, SOCIS, ... projects. |
− | * [[Projects]] -- Many things that would be nice to have done. | + | * [[Projects]] -- Many things that would be nice to have done. |
− | ** [[Classdef]] | + | ** [[Classdef]] -- Define own data types using <code>classdef</code>. |
− | + | ** [[JIT]] -- Just in time compiler for Octave. | |
− | ** [[JIT]] | ||
** [[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. | ||
+ | ** [[Pythonic]] -- Calling Python functions directly from Octave. | ||
== Tools & techniques == | == Tools & techniques == | ||
Line 42: | Line 26: | ||
** [[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 how to build Octave from source. | ||
+ | * [[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 41: | ||
* [[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 52: | ||
== [[: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 == | ||
* [[Project Infrastructure]] | * [[Project Infrastructure]] | ||
− | |||
[[Category:Contents]] | [[Category:Contents]] |
Latest revision as of 23:13, 27 October 2019
This page contains links to pages of interest to developers.
Contents
Getting started[edit]
Project ideas and work in progess[edit]
- Short projects -- Good starting point to get into the Octave development.
- Summer of Code Project Ideas -- Ideas page for GSoC, SOCIS, ... projects.
- Projects -- Many things that would be nice to have done.
- Classdef -- Define own data types using
classdef
. - 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.
- Pythonic -- Calling Python functions directly from Octave.
- Classdef -- Define own data types using
Tools & techniques[edit]
- 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[edit]
Building[edit]
- Building -- General information how to build Octave from source.
- Continuous Build
- Large array support
Testing[edit]
Packaging -- Building binary distributions[edit]
Code sprints[edit]
Release procedures[edit]
Other[edit]
Subcategories
This category has the following 8 subcategories, out of 8 total.
Pages in category "Development"
The following 24 pages are in this category, out of 24 total.