aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/string_util.cpp
Commit message (Collapse)AuthorAge
* string_util: Get rid of UriDecode/UriEncodeGravatar Lioncash2015-05-07
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Build: Fixed some warningsGravatar Subv2015-02-12
|
* Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-29
|
* Fix merge conflictsGravatar darkf2014-12-29
|\
| * License changeGravatar purpasmart962014-12-20
| |
| * Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Merge pull request #261 from neobrain/boostGravatar Tony Wasserka2014-12-12
| |\ | | | | | | Add Boost as a submodule and add some minor cleanups using Boost.Range
| * | Explicitly specify LE strings to iconv, fixes paths in Steel DiverGravatar archshift2014-12-09
| | |
| | * StringUtil: Perform some minimal cleanup.Gravatar Tony Wasserka2014-12-07
| |/
| * Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
| |
* | Fix MinGW buildGravatar darkf2014-11-28
|/
* 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
|
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-11
|\ | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
* \ Merge pull request #103 from archshift/pruneGravatar bunnei2014-09-10
|\ \ | | | | | | Prune redundant includes
| * | common: Prune all redundant includesGravatar archshift2014-09-08
| | |
| | * 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: Fix a potential infinite loop in StringUtil's ReplaceAllGravatar Lioncash2014-09-08
|/
* Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash2014-08-17
|
* 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