Commit Graph

6 Commits (052eacc3b9345ce68048e31657e518241c5b004d)

Author SHA1 Message Date
Lioncash 052eacc3b9 symbols: Simplify GetSymbol 10 years ago
archshift 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.
10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Lioncash a49a5fa4d9 Common: Don't return a reference to a string when calling GetName in symbols.cpp
Returning a copy of the string is what was likely meant to be done.
11 years ago
Mathieu Vaillancourt d046cfbba1 Add symbols map 11 years ago