Tools » History » Version 18
Greg Burri, 04/20/2010 02:53 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 | 18 | Greg Burri | * "Inno Setup":http://www.jrsoftware.org/isinfo.php + "ISTool":http://www.istool.org/ |
| 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 | 11 | Greg Burri | * The option profiling option '-pg' for gcc. |
| 45 | * Or "Callgrind":http://valgrind.org/docs/manual/cl-manual.html |
||
| 46 | 13 | Greg Burri | |
| 47 | 10 | Greg Burri | |
| 48 | h2. Vectorial graphics. |
||
| 49 | |||
| 50 | Using to make logo, icons, etc.. |
||
| 51 | |||
| 52 | * "Inkscape":http://www.inkscape.org/ |