summaryrefslogtreecommitdiffstats
path: root/src/common/string_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-28/+28
|
* Fix encode problem On WindowsLFsWang2016-03-311-1/+1
|
* Common: Fix string_util includes.Emmanuel Gil Peyrot2015-06-281-1/+2
|
* Common: Add StringFromFixedZeroTerminatedBufferYuri Kunde Schlesner2015-05-081-0/+6
|
* string_util: Get rid of UriDecode/UriEncodeLioncash2015-05-071-2/+0
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+1
|
* License changepurpasmart962014-12-211-2/+2
|
* Implement text path trimming for shorter paths.Yuri Kunde Schlesner2014-12-131-0/+15
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
|
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift2014-11-131-3/+5
|
* Removed uses of raw c-string manipulation functions.archshift2014-10-241-1/+0
|
* Added string_util to common, small changes in loader.cpparchshift2014-09-091-3/+6
|
* loader.cpp: improved file extension checking, made Upper/LowerStr usefularchshift2014-09-091-2/+3
| | | | 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 onceLioncash2014-08-171-8/+4
| | | | Also replaced C headers with the C++ equivalent ones
* added helper functions for upper/lowercase stringsbunnei2014-04-151-0/+6
|
* fixed project includes to use new directory structurebunnei2014-04-091-1/+1
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+111