Developers: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This page contains links to pages of interest to developers. Some links appear in multiple sections. ==Getting started== * Developer FAQ * Contributing to the developm...") |
No edit summary |
||
Line 10: | Line 10: | ||
* [[Easy projects]] | * [[Easy projects]] | ||
* [[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?) | ||
==Tools== | ==Tools== | ||
* [[Mercurial]] | * [[Mercurial]] | ||
* [[MXE]] | * [[MXE]] -- cross-compiling | ||
* [[Doxygen]] | * [[Doxygen]] | ||
Line 20: | Line 20: | ||
* [[Status of bugs]] | * [[Status of bugs]] | ||
* [[Bug Fix List - 4.0.1 Release]] | * [[Bug Fix List - 4.0.1 Release]] | ||
* [[ | * [[Debugging Octave]], particularly using .oct files and gdb | ||
* [[Add BIST tests for octave functions written in C++]] | * [[Add BIST tests for octave functions written in C++]] | ||
* [[BIST for m-files]] | * [[BIST for m-files]] | ||
==Unclassified== | ==Unclassified== | ||
* [[Development]] | * [[Development]] | ||
* [[Hacking]] | * [[Hacking]] |
Revision as of 02:20, 26 January 2016
This page contains links to pages of interest to developers. Some links appear in multiple sections.
Getting started
Project suggestions
- 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?)
Tools
Bugs and testing
- Status of bugs
- Bug Fix List - 4.0.1 Release
- Debugging Octave, particularly using .oct files and gdb
- Add BIST tests for octave functions written in C++
- BIST for m-files