Project

General

Profile

Tools » History » Revision 17

Revision 16 (Greg Burri, 04/14/2010 05:17 PM) → Revision 17/23 (Greg Burri, 04/14/2010 08:32 PM)

h1. Tools 

 h2. IDE (Integrated development environment) 

 * _Qt Creator_, see [[Libraries#Qt]] 


 h2. Source control. 

 * _git_ 

 h3. Scripting 

 * "bash 4":http://www.gnu.org/software/bash/bash.html 


 h2. Project management 

 * "Redmine":http://www.redmine.org 


 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. See [[Libraries#Protobuf]] 


 h2. Install system 

 * "Inno Setup":http://www.jrsoftware.org/isinfo.php 
 * "ISTool":http://www.istool.org/ "NSIS":http://nsis.sourceforge.net/Main_Page 


 h2. Space profiling (memory) 

 * "Valgrind":http://valgrind.org/ 


 h2. Time profiling (CPU) 

 * The option profiling option '-pg' for gcc. 
 * Or "Callgrind":http://valgrind.org/docs/manual/cl-manual.html 


 h2. Vectorial graphics. 

 Using to make logo, icons, etc.. 

 * "Inkscape":http://www.inkscape.org/