Commit Graph

5 Commits

Author SHA1 Message Date
3a771a13dc Common: Cleanup profiler includes. 2015-06-28 00:36:53 +01:00
c8eae338a8 Common: Use the log system to print assert messages 2015-05-12 02:52:31 -03:00
c0eaa662d4 Clean-up includes 2015-05-06 23:45:06 -03:00
714d507938 Asserts: Use lambdas to keep assertion code away from the main code path 2015-02-18 02:19:30 -02:00
ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
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.
2015-02-10 18:30:31 -08:00