Actions
Tools » History » Revision 22
« Previous |
Revision 22/23
(diff)
| Next »
Greg Burri, 04/01/2011 11:36 AM
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 (Windows only)¶
- Inno Setup (+ispack)
Time profiling (CPU)¶
- The profiling option '-pg' for gcc.
- gprof
Code coverage¶
- gcov
Code metrics¶
Vectorial graphics.¶
Using to make logo, icons, etc..
Updated by Greg Burri over 13 years ago · 22 revisions