summaryrefslogtreecommitdiff
path: root/core/include/fxcrt
AgeCommit message (Expand)Author
2015-05-12Restore checked strlen conversions.Tom Sepez
2015-05-08Fix compilation under chromium checkouts.Tom Sepez
2015-05-08Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-05-06Support arrays in nonstd::unique_ptr<>.Tom Sepez
2015-05-06Manual revert of ad2a822ce5c3Tom Sepez
2015-05-06Remove FX_STRSIZE casts, use safe conversionsTom Sepez
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-04Kill FX_DEFINEHANDLETom 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-17Remove unused FX_NEW definition.Tom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-15Remove checks in fxcrt now that FX_NEW can't return 0.Tom Sepez
2015-04-15Make FX_NEW throw on OOM.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-10Fix the noisiest variable shadowing warnings in pdfium.Bruce Dawson
2015-04-10Better fix for snprintf non-termination on windows.Tom Sepez
2015-04-06Fix IWYU in fxcrt headers.Tom Sepez
2015-03-12Revert "Kill CFX_GrowOnlyPool."Tom Sepez
2015-03-12Kill CFX_GrowOnlyPool.Tom Sepez
2015-03-10Kill remaining sprintfsTom Sepez
2015-02-10Fix uninitialized value in CFX_ByteString::FormatIntegerchromium/2304chromium/2303chromium/2302JUN FANG
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-21Simplify UTF16LE_Encode and add unittest.Bo Xu
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
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-18Fixing format strings to remove 'z' size specifier.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson