Tools » History » Version 14
Greg Burri, 04/14/2010 02:24 PM
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 | 14 | Greg Burri | h3. Scripting |
13 | 1 | Greg Burri | |
14 | 14 | Greg Burri | * "bash":http://www.gnu.org/software/bash/bash.html |
15 | |||
16 | |||
17 | 1 | Greg Burri | h2. Project management |
18 | |||
19 | 14 | Greg Burri | * "Redmine":http://www.redmine.org |
20 | 6 | Greg Burri | |
21 | |||
22 | 10 | Greg Burri | h2. Source code documentation generator |
23 | 1 | Greg Burri | |
24 | 10 | Greg Burri | * _Doxygen_ |
25 | 1 | Greg Burri | |
26 | |||
27 | h2. _Protocol buffers_ compiler. |
||
28 | 13 | Greg Burri | |
29 | * _protoc_ is a tool from _Protocol buffers_ using to compile the _.proto_ files into cpp/h files. See [[Libraries#Protobuf]] |
||
30 | 7 | Greg Burri | |
31 | |||
32 | 11 | Greg Burri | h2. Space profiling (memory) |
33 | 1 | Greg Burri | |
34 | 8 | Greg Burri | * "Valgrind":http://valgrind.org/ |
35 | 1 | Greg Burri | |
36 | 13 | Greg Burri | |
37 | 11 | Greg Burri | h2. Time profiling (CPU) |
38 | 1 | Greg Burri | |
39 | 11 | Greg Burri | * The option profiling option '-pg' for gcc. |
40 | * Or "Callgrind":http://valgrind.org/docs/manual/cl-manual.html |
||
41 | 13 | Greg Burri | |
42 | 10 | Greg Burri | |
43 | h2. Vectorial graphics. |
||
44 | |||
45 | Using to make logo, icons, etc.. |
||
46 | |||
47 | * "Inkscape":http://www.inkscape.org/ |