Tools » History » Revision 11
Revision 10 (Greg Burri, 07/22/2009 12:16 PM) → Revision 11/23 (Greg Burri, 07/22/2009 12:18 PM)
h1. Tools h2. IDE (Integrated development environment) * _Qt Creator_ h2. Source control. * _git_ h2. Project management * _Redmine_ h2. Source code documentation generator * _Doxygen_ h2. _Protocol buffers_ compiler. * _protoc_ is a tool from _Protocol buffers_ using to compile the _.proto_ files into cpp/h files. h2. Space profiling (memory) Profiling memory Usage * "Valgrind":http://valgrind.org/ h2. Time profiling (CPU) * The option profiling option '-pg' for gcc. h2. Vectorial graphics. Using to make logo, icons, etc.. * "Inkscape":http://www.inkscape.org/