aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/string_util.h
Commit message (Collapse)AuthorAge
* Common: Fix string_util includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Add StringFromFixedZeroTerminatedBufferGravatar Yuri Kunde Schlesner2015-05-08
|
* string_util: Get rid of UriDecode/UriEncodeGravatar Lioncash2015-05-07
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* License changeGravatar purpasmart962014-12-20
|
* Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-13
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
|
* Removed uses of raw c-string manipulation functions.Gravatar archshift2014-10-23
|
* Added string_util to common, small changes in loader.cppGravatar archshift2014-09-08
|
* loader.cpp: improved file extension checking, made Upper/LowerStr usefulGravatar archshift2014-09-08
| | | | Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location.
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
| | | | Also replaced C headers with the C++ equivalent ones
* added helper functions for upper/lowercase stringsGravatar bunnei2014-04-14
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08