summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_string.h
AgeCommit message (Expand)Author
2015-05-06Fix fx_string.h compile error under chromium checkouts.chromium/2398chromium/2397chromium/2396Tom Sepez
2015-05-05Make sure string constructors are efficient on literalsTom Sepez
2015-05-04Fix issues with != and == in fx_basic_wstringTom Sepez
2015-05-04Fix issuse with != and == shown by fx_basic_bstring unit tests.Tom Sepez
2015-05-01Backfill some FX String unit tests for == and !=.Tom Sepez
2015-05-01Save 4 bytes per CFX_ByteString where intptr_t smaller than long.Tom Sepez
2015-04-28Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-28Revert "Make CFX_WideString::LockBuffer() completely unused."Tom Sepez
2015-04-28Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-27Revert "Make CFX_WideString::LockBuffer() completely unused."Tom Sepez
2015-04-27Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-22Add missing operators for CFX_WideStringC.Tom Sepez
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-22Add missing operators for CFX_WideStringTom Sepez
2015-04-22Add missing operators for CFX_ByteString.Tom Sepez
2015-04-21Kill CFX_StringBufTemplate.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-06Fix IWYU in fxcrt headers.Tom Sepez
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-01-21Simplify UTF16LE_Encode and add unittest.Bo Xu
2015-01-07Finish unit test for CFX_ByteStringC class.Tom Sepez
2015-01-07Add ostream helpers for FX String classes.Tom Sepez
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-07-14Fix an out-of-boundary issue for wide stringBo Xu
2014-07-08Remove custom memory managerBo Xu
2014-07-08Fix integer overflow in fx_basic_[bw]string.cpp.Chris Palmer
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek