Project

General

Profile

Tools » History » Version 21

Greg Burri, 12/15/2010 06:17 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 15 Greg Burri
* "bash 4":http://www.gnu.org/software/bash/bash.html
15 14 Greg Burri
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 16 Greg Burri
h2. Install system
33
34 19 Greg Burri
* "Inno Setup":http://www.jrsoftware.org/isinfo.php (+ispack)
35 16 Greg Burri
36
37 11 Greg Burri
h2. Space profiling (memory)
38 1 Greg Burri
39 8 Greg Burri
* "Valgrind":http://valgrind.org/
40 1 Greg Burri
41 13 Greg Burri
42 11 Greg Burri
h2. Time profiling (CPU)
43 1 Greg Burri
44 21 Greg Burri
* The profiling option '-pg' for gcc.
45 20 Greg Burri
* gprof
46 1 Greg Burri
47 20 Greg Burri
h2. Code coverage
48
49
* gcov
50
51
h2. Code metrics
52
53
* "CLOC":http://cloc.sourceforge.net/
54 10 Greg Burri
55
h2. Vectorial graphics.
56
57
Using to make logo, icons, etc..
58
59
* "Inkscape":http://www.inkscape.org/