summaryrefslogtreecommitdiffstats
path: root/src/common/utf8.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-12/+12
|
* common: Prune all redundant includesarchshift2014-09-091-4/+0
|
* Common: Move remaining C header includes over to their C++ equivalentLioncash2014-08-171-4/+4
|
* fixed project includes to use new directory structurebunnei2014-04-091-2/+2
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+463