summaryrefslogtreecommitdiff
path: root/src/common/utf8.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-18Remove redundant utf8 compilation unit that was leftover from DolphinGravatar archshift1-459/+0
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift1-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.
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-12/+12
2014-09-08common: Prune all redundant includesGravatar archshift1-4/+0
2014-08-17Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash1-4/+4
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-2/+2
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-38/+38
2013-09-23added utf8 to common module, utils for dealing with utf8Gravatar ShizZy1-0/+463