Tools » History » Version 13
Greg Burri, 04/13/2010 10:48 AM
1 | 1 | Greg Burri | h1. Tools |
---|---|---|---|
2 | |||
3 | 10 | Greg Burri | h2. IDE (Integrated development environment) |
4 | 3 | Greg Burri | |
5 | 13 | Greg Burri | * _Qt Creator_, see [[Libraries#Qt]] |
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 | h2. _Protocol buffers_ compiler. |
||
24 | 13 | Greg Burri | |
25 | * _protoc_ is a tool from _Protocol buffers_ using to compile the _.proto_ files into cpp/h files. See [[Libraries#Protobuf]] |
||
26 | 7 | Greg Burri | |
27 | |||
28 | 11 | Greg Burri | h2. Space profiling (memory) |
29 | 1 | Greg Burri | |
30 | 8 | Greg Burri | * "Valgrind":http://valgrind.org/ |
31 | 1 | Greg Burri | |
32 | 13 | Greg Burri | |
33 | 11 | Greg Burri | h2. Time profiling (CPU) |
34 | 1 | Greg Burri | |
35 | 11 | Greg Burri | * The option profiling option '-pg' for gcc. |
36 | * Or "Callgrind":http://valgrind.org/docs/manual/cl-manual.html |
||
37 | 13 | Greg Burri | |
38 | 10 | Greg Burri | |
39 | h2. Vectorial graphics. |
||
40 | |||
41 | Using to make logo, icons, etc.. |
||
42 | |||
43 | * "Inkscape":http://www.inkscape.org/ |