Project

General

Profile

Tools » History » Version 17

Greg Burri, 04/14/2010 08:32 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 17 Greg Burri
* "Inno Setup":http://www.jrsoftware.org/isinfo.php
35
* "ISTool":http://www.istool.org/
36 16 Greg Burri
37
38 11 Greg Burri
h2. Space profiling (memory)
39 1 Greg Burri
40 8 Greg Burri
* "Valgrind":http://valgrind.org/
41 1 Greg Burri
42 13 Greg Burri
43 11 Greg Burri
h2. Time profiling (CPU)
44 1 Greg Burri
45 11 Greg Burri
* The option profiling option '-pg' for gcc.
46
* Or "Callgrind":http://valgrind.org/docs/manual/cl-manual.html
47 13 Greg Burri
48 10 Greg Burri
49
h2. Vectorial graphics.
50
51
Using to make logo, icons, etc..
52
53
* "Inkscape":http://www.inkscape.org/