Actions
Tools » History » Revision 12
« Previous |
Revision 12/23
(diff)
| Next »
Greg Burri, 11/05/2009 09:51 PM
Tools¶
IDE (Integrated development environment)¶
- Qt Creator
Source control.¶
- git
Project management¶
- Redmine
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.
Space profiling (memory)¶
Time profiling (CPU)¶
- The option profiling option '-pg' for gcc.
- Or Callgrind
Vectorial graphics.¶
Using to make logo, icons, etc..
Updated by Greg Burri about 15 years ago · 12 revisions