summaryrefslogtreecommitdiffstats
path: root/src/common/symbols.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* symbols: Replace an insert call with emplaceLioncash2015-09-301-1/+1
|
* symbols: Get rid of initial underscores in variable namesLioncash2015-09-301-15/+15
|
* symbols: Simplify GetSymbolLioncash2015-09-301-8/+5
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
| | | | | | | 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.
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|
* Common: Don't return a reference to a string when calling GetName in symbols.cppLioncash2014-08-181-1/+1
| | | | Returning a copy of the string is what was likely meant to be done.
* Add symbols mapMathieu Vaillancourt2014-04-131-0/+57