summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_string.h
AgeCommit message (Expand)Author
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Fix offset outside bounds warning on GCCTom Sepez
2016-03-11Re-enable MSVC warning 4800 for compiling with chromium_codeWei Li
2016-02-19Get rid of CFX_CharMap instantiations.Lei Zhang
2016-02-19Remove CFX_{Byte,Wide}String::ConvertFrom().Lei Zhang
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-01-20Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber().Tom Sepez
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-13Merge to XFA: Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-11Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-06-05Merge to XFA: Add move constructor for FX string types.Tom Sepez
2015-05-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-05-15Merge to XFA: Fix potential UAF in ConcatInPlace.Tom Sepez
2015-05-14Merge to XFA: Make CFX_StringData be scoped by CFX_Bytestring and add methods.Tom Sepez
2015-05-06Merge to XFA:Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-05-06Merge to XFA: Fix fx_string.h compile error under chromium checkouts.Tom Sepez
2015-05-05Merge to XFA: Make sure string constructors are efficient on literalsTom Sepez
2015-05-04Merge to XFA: Fix issues with != and == in fx_basic_wstringTom Sepez
2015-05-04Merge to XFA: Fix issuse with != and == shown by fx_basic_bstring unit tests.Tom Sepez
2015-05-01Merge to XFA: Backfill some FX String/StringC unit tests for == and !=.Tom Sepez
2015-05-01Merge to XFA: CFX_ByteString/WideString header changesTom Sepez
2015-04-28Merge to XFA: Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-22Merge to XFA: Add missing operators for CFX_xxxString combo patch.Tom Sepez
2015-04-21Merge to XFA: Kill CFX_StringBufTemplate.Tom Sepez
2015-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-04-06Merge to XFA: Fix IWYU in fxcrt headers.Tom Sepez
2015-02-05Merge to XFA: Kill off some more unreachable fopen's.Tom Sepez
2015-01-21Merge to XFA: Simplify UTF16LE_Encode and add unittest.Bo Xu
2015-01-07Merge to XFA: Finish unit test for CFX_ByteStringC class.Tom Sepez
2015-01-07Merge to XFA: Add ostream helpers for FX String classes.Tom Sepez
2015-01-05XFA: merge patch from CL 729293003, use FX_ArraySize for safetyBruce Dawson
2014-12-30XFA: merge patch from CL 733693003, get rid of FX_LPCSTR castBo Xu
2014-12-23XFA: merge patch from CL 733693003, getting rid of more castsBruce Dawson
2014-11-17Merge to XFA: patch from CL 730993002Bo Xu
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