1,860
edits
(→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]] |