summaryrefslogtreecommitdiff
path: root/src/common/concurrent_ring_buffer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-15Remove unused concurrent_ring_buffer.hGravatar Yuri Kunde Schlesner1-163/+0
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-1/+1
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift1-3/+2
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2014-12-20License changeGravatar purpasmart961-1/+1
2014-12-13New logging systemGravatar Yuri Kunde Schlesner1-0/+164