Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-17 | Fix memchecker issue found by coverity scan. | André Nusser | |
2017-01-03 | Add MemChecker implementation for FreeBSD. | Bent Bisballe Nyeng | |
2016-07-16 | Memchecker code for OS X. | André Nusser | |
2016-05-26 | Instrument Vector using UniquePtr | Christian Glöckner | |
2016-05-21 | Experimental new platform detection code used in memchecker. | Bent Bisballe Nyeng | |
2016-03-22 | Change license to LGPLv3. | André Nusser | |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser | |
2016-02-09 | Fix two valgrind errors and mark three others with a TODO comment. | André Nusser | |
2016-02-09 | Work in deva's critique. This branch should now be ready for merge. | André Nusser | |
2016-02-09 | Implement memchecker to ensure a drumkit fits into RAM. | André Nusser | |
It's a class that can calculate the available free RAM (or rather a rough estimation of it) and the size of the drumkit when loaded into RAM and provides a plugic method to check if the drumkit then fits into RAM. |