Actions
Tools » History » Revision 13
« Previous |
Revision 13/23
(diff)
| Next »
Greg Burri, 04/13/2010 10:48 AM
Tools¶
IDE (Integrated development environment)¶
- Qt Creator, see Libraries
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. See Libraries
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 over 14 years ago · 13 revisions