Category:Development: Difference between revisions
Jump to navigation
Jump to search
(→Bugs and testing: Strip outdated page.) |
(Some reordering.) |
||
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 == | ||
* [[Developer FAQ]] | * [[Developer FAQ]] | ||
* [[Contribution guidelines]] for Octave | * [[Contribution guidelines]] for Octave | ||
Line 8: | Line 8: | ||
* [[Contributing to the development of packages/modules]] | * [[Contributing to the development of packages/modules]] | ||
* [[Octave's file types]] | * [[Octave's file types]] | ||
== [[:Category:Project_Ideas|Project ideas]] and work in progess == | == [[:Category:Project_Ideas|Project ideas]] and work in progess == | ||
Line 18: | Line 17: | ||
** [[JIT]] | ** [[JIT]] | ||
== Tools == | == Tools & techniques == | ||
* [[Mercurial]] -- Version control scheme. | |||
* [[MXE]] -- Cross-compiling to Windows. | |||
* gdb -- debugger. Useful to obtain stack traces. | * gdb -- debugger. Useful to obtain stack traces. | ||
** [[Debugging Octave]] -- particularly .oct files using gdb. | |||
* valgrind -- memory leak detector, profiler etc. | * valgrind -- memory leak detector, profiler etc. | ||
** [[Finding Memory Leaks]] | |||
* [https://ccache.samba.org/ ccache] -- cache compilation across builds. | * [https://ccache.samba.org/ ccache] -- cache compilation across builds. | ||
== | == Documentation == | ||
* [[ | * [[Help_text]] -- Document m-files | ||
* [[ | * [[Doxygen]] -- Document C++ files | ||
* [[ | == [[:Category:Testing|Testing]] == | ||
* [[Tests]] | |||
* [[BIST for m-files]] | * [[BIST for m-files]] | ||
* [[Add BIST tests for octave functions written in C++|BIST for C++ files]] | |||
==Code sprints== | == Code sprints == | ||
* [[2015 Code Sprint]] | * [[2015 Code Sprint]] | ||
* [[Code sprint Zurich]] | * [[Code sprint Zurich]] | ||
==Release procedures== | == [[:Category:Releases|Release procedures]] == | ||
* [[Release Checklist]] | * [[Release Checklist]] | ||
==Other== | == Other == | ||
* [[Hacking]] | * [[Hacking]] | ||
* [[Project Infrastructure]] | * [[Project Infrastructure]] | ||
* [[Status of bugs]] (outdated) | |||
[[Category:Contents]] | [[Category:Contents]] |
Revision as of 17:31, 3 October 2018
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?)
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.
Documentation
Testing
Code sprints
Release procedures
Other
- Hacking
- 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.