Category:Development: Difference between revisions

From Octave
Jump to navigation Jump to search
(Some reordering.)
m (→‎Other: Strip deleted page.)
(One intermediate revision by the same user not shown)
Line 28: Line 28:


== Documentation ==
== Documentation ==
* [[Help_text]] -- Document m-files
* [[Help_text|Help text]] -- Document m-files
* [[Doxygen]] -- Document C++ files
* [[Doxygen]] -- Document C++ files


Line 44: Line 44:


== Other ==
== Other ==
* [[Hacking]]
* [[Project Infrastructure]]
* [[Project Infrastructure]]
* [[Status of bugs]] (outdated)
* [[Status of bugs]] (outdated)


[[Category:Contents]]
[[Category:Contents]]

Revision as of 17:49, 3 October 2018

This page contains links to pages of interest to developers.

Getting started

Project ideas and work in progess

Tools & techniques

  • Mercurial -- Version control scheme.
  • MXE -- Cross-compiling to Windows.
  • gdb -- debugger. Useful to obtain stack traces.
  • valgrind -- memory leak detector, profiler etc.
  • ccache -- cache compilation across builds.

Documentation

Testing

Code sprints

Release procedures

Other