Marble
Appearance
Hot topics
Tools for Marble
Here are some tools and checks that are performed on marble code:
- Marble Open Bugs
- Phabricator
- Review Board (superceded by Phabricator)
- API Docs of libmarblewidget (master branch)
- APIDOX reports
- Krazy reports
valgrind
if you want to fix memory leaks, you can run valgrind with:
valgrind --leak-check=full --track-origins=yes --num-callers=30 marble 2>&1 | tee MARBLE_MEMCHECK