aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/assert.h
Commit message (Collapse)AuthorAge
* Common: Cleanup profiler includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Use the log system to print assert messagesGravatar Yuri Kunde Schlesner2015-05-12
|
* Clean-up includesGravatar Yuri Kunde Schlesner2015-05-06
|
* Asserts: Use lambdas to keep assertion code away from the main code pathGravatar Yuri Kunde Schlesner2015-02-18
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
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.