summaryrefslogtreecommitdiff
path: root/core/include/fxcrt
AgeCommit message (Expand)Author
2015-10-02Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-01Clean up some image decoder classes:Lei Zhang
2015-09-22Change nonstd::unique_ptr to take a custom deleter.Lei Zhang
2015-08-18FX_CMapDwordToDword considered harmful.Tom Sepez
2015-08-18Remove more dead code from fx_basic.hTom Sepez
2015-08-17Clean up IFX_BidiCharLei Zhang
2015-08-17CFX_MapByteStringToPtr considered harmful.Tom Sepez
2015-08-14Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-13Cleanup: Remove unused CPDF_Stream::Clone().Lei Zhang
2015-08-07Fix FXSYS_itoa() implementation.Tom Sepez
2015-08-05Remove the unused IFX_StreamRead::SetRange() mechanism.Tom Sepez
2015-08-05FPDF_Creator can only create file through embedder-supplied callback.Tom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-31Kill FX_HFILETom Sepez
2015-07-27Kill CFX_ArchiveLoader / CFX_ArchiveSaver and subclassesTom Sepez
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-06-19Replace CFX_MapPtrTemplate with std::map.Lei Zhang
2015-06-17Replace some Release() calls with virtual destructors.Tom Sepez
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-15Fix -Winconsistent-missing-override warnings.Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-06-05Add move constructor for FX string types.Tom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Abort on OOM by default in FX_Alloc().Tom Sepez
2015-05-15Remove FX_NEW_VECTOR() macros.Tom Sepez
2015-05-15Fix potential UAF in ConcatInPlace.Tom Sepez
2015-05-14Make CFX_StringData be scoped by CFX_Bytestring and add methods.chromium/2421chromium/2420chromium/2419chromium/2418chromium/2417chromium/2416chromium/2415chromium/2414chromium/2413chromium/2412chromium/2411chromium/2410chromium/2409chromium/2408chromium/2407chromium/2406chromium/2405chromium/2404Tom Sepez
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