Age | Commit message (Collapse) | Author |
|
The char16_t/char32_t implementations aren't present in the library and
cause linker errors. This is a known issue that wasn't fixed in VS2015
RTM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Boost as a submodule and add some minor cleanups using Boost.Range
|
|
|
|
|
|
|
|
|
|
or generated
|
|
|
|
|
|
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
|
|
Prune redundant includes
|
|
|
|
|
|
Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location.
|
|
|
|
|
|
|
|
|
|
|