Category:Development: Difference between revisions
Jump to navigation
Jump to search
m (→Building) |
(Octave 6.1 release kick-off.) |
||
Line 6: | Line 6: | ||
** [[C++ style guide]] | ** [[C++ style guide]] | ||
** [[Octave style guide]] | ** [[Octave style guide]] | ||
== [[:Category:Releases|Release]] procedures == | |||
{{Note|2019-12-06 [https://lists.gnu.org/archive/html/octave-maintainers/2019-12/msg00032.html Octave 6.1 release kick-off].}} | |||
* [[6.1 Release Checklist]] ([[Release Checklist|template]]) | |||
* [[6.1 Release Bug Fix List]] | |||
== [[:Category:Project_Ideas|Project ideas]] and work in progess == | == [[:Category:Project_Ideas|Project ideas]] and work in progess == | ||
Line 49: | Line 55: | ||
* [[2015 Code Sprint]] | * [[2015 Code Sprint]] | ||
* [[Code sprint Zurich]] | * [[Code sprint Zurich]] | ||
== Other == | == Other == |
Revision as of 06:43, 10 December 2019
This page contains links to pages of interest to developers.
Getting started
Release procedures
2019-12-06 Octave 6.1 release kick-off.
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.
- 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
- 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 how to build Octave from source.
- Continuous Build
- Large array support
Testing
Packaging -- Building binary distributions
Code sprints
Other
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.