Actions
Tools » History » Revision 20
« Previous |
Revision 20/23
(diff)
| Next »
Greg Burri, 12/15/2010 06:16 PM
Tools¶
IDE (Integrated development environment)¶
- Qt Creator, see Libraries
Source control.¶
- git
Scripting¶
Project management¶
Source code documentation generator¶
- Doxygen
Protocol buffers compiler.¶
- protoc is a tool from Protocol buffers using to compile the .proto files into cpp/h files. See Libraries
Install system¶
- Inno Setup (+ispack)
Space profiling (memory)¶
Time profiling (CPU)¶
- The option profiling option '-pg' for gcc.
- gprof
Code coverage¶
- gcov
Code metrics¶
Vectorial graphics.¶
Using to make logo, icons, etc..
Updated by Greg Burri almost 14 years ago · 20 revisions