Project

General

Profile

Tools » History » Version 23

Greg Burri, 05/05/2011 10:35 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 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 22 Greg Burri
h2. Install system (Windows only)
33 16 Greg Burri
34 8 Greg Burri
* "Inno Setup":http://www.jrsoftware.org/isinfo.php (+ispack)
35 1 Greg Burri
36 13 Greg Burri
37 11 Greg Burri
h2. Time profiling (CPU)
38 1 Greg Burri
39 21 Greg Burri
* The profiling option '-pg' for gcc.
40 20 Greg Burri
* gprof
41 1 Greg Burri
42 20 Greg Burri
h2. Code coverage
43
44
* gcov
45
46 23 Greg Burri
h2. Static code analysis
47
48
* "Cppcheck":http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page
49
50 20 Greg Burri
h2. Code metrics
51
52
* "CLOC":http://cloc.sourceforge.net/
53 10 Greg Burri
54
h2. Vectorial graphics.
55
56
Using to make logo, icons, etc..
57
58
* "Inkscape":http://www.inkscape.org/