summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_string.h
AgeCommit message (Expand)Author
2018-09-13Reland "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Revert "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Introduce FX_Number class as a replacement for FX_atonum().Tom Sepez
2018-08-09Move all utf8 decoding under fx_string.hTom Sepez
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez
2017-03-30vswprintf() part 2: retry when clearly out of space.chromium/3057Tom Sepez
2017-03-28Ensure that CFX_RetainPtr move ctor is used by std::vector.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-13Simplify FX_UTF8Encode variants.chromium/3012Tom Sepez
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair