Developers: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 13: Line 13:


==Tools==
==Tools==
* [[Mercurial]]
 
* [[MXE]] -- cross-compiling
* [[Mercurial]] -- version control scheme.
* [[Doxygen]]
* [[MXE]] -- cross-compiling to Windows or OSX.
* [[Doxygen]] -- "Literate programming" documentation generator.
 
* gdb -- debugger.  Useful to obtain stack traces.
* valgrind -- memory leak detector, profiler etc.
* [https://ccache.samba.org/ ccache] -- cache compilation across builds.


==Bugs and testing==
==Bugs and testing==