1,852
edits
(Change headline.) |
No edit summary |
||
Line 6: | Line 6: | ||
** [[C++ style guide]] | ** [[C++ style guide]] | ||
** [[Octave style guide]] | ** [[Octave style guide]] | ||
** [[Help text style guide]] | |||
== [[:Category:Releases|Release]] process == | == [[:Category:Releases|Release]] process == | ||
Line 35: | Line 36: | ||
* [[Mercurial]] -- How to use Octave's version control scheme. | * [[Mercurial]] -- How to use Octave's version control scheme. | ||
* [[Doxygen]] -- Documentation for C++ files | |||
* [[Debugging Octave]] -- How to use [https://www.gnu.org/software/gdb/ gdb] to obtain stack traces. | * [[Debugging Octave]] -- How to use [https://www.gnu.org/software/gdb/ gdb] to obtain stack traces. | ||
* [[Finding Memory Leaks]] -- How to use [https://www.valgrind.org/ valgrind]. | * [[Finding Memory Leaks]] -- How to use [https://www.valgrind.org/ valgrind]. | ||
* [https://ccache.samba.org/ ccache] -- How to faster compile Octave. | * [https://ccache.samba.org/ ccache] -- How to faster compile Octave. | ||
* [[:Category:Editors|Editors]] -- A list of editors supporting Octave syntax highlighting. | * [[:Category:Editors|Editors]] -- A list of editors supporting Octave syntax highlighting. | ||
== [[:Category:Testing|Testing]] == | == [[:Category:Testing|Testing]] == |