Project

General

Profile

Tools » History » Version 11

Greg Burri, 07/22/2009 12:18 PM

1 1 Greg Burri
h1. Tools
2
3 10 Greg Burri
h2. IDE (Integrated development environment)
4 3 Greg Burri
5 10 Greg Burri
* _Qt Creator_
6 4 Greg Burri
7
8 10 Greg Burri
h2. Source control.
9 4 Greg Burri
10 10 Greg Burri
* _git_
11 4 Greg Burri
12 1 Greg Burri
13 10 Greg Burri
h2. Project management
14 1 Greg Burri
15 10 Greg Burri
* _Redmine_
16 6 Greg Burri
17
18 10 Greg Burri
h2. Source code documentation generator 
19 1 Greg Burri
20 10 Greg Burri
* _Doxygen_
21 1 Greg Burri
22
23 10 Greg Burri
h2. _Protocol buffers_ compiler.
24 6 Greg Burri
25 10 Greg Burri
* _protoc_ is a tool from _Protocol buffers_ using to compile the _.proto_ files into cpp/h files.
26 7 Greg Burri
27
28 11 Greg Burri
h2. Space profiling (memory)
29 8 Greg Burri
30 1 Greg Burri
* "Valgrind":http://valgrind.org/
31 11 Greg Burri
32
h2. Time profiling (CPU)
33
34
* The option profiling option '-pg' for gcc.
35 10 Greg Burri
36
h2. Vectorial graphics.
37
38
Using to make logo, icons, etc..
39
40
* "Inkscape":http://www.inkscape.org/