summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_basic.h
AgeCommit message (Expand)Author
2016-01-04Remove CPDF_Creator::m_ObjectSize, it's never read from.chromium/2615chromium/2614chromium/2613Lei Zhang
2015-12-24Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-17FX_NAMESPACE_DECLARE pointless.Tom Sepez
2015-12-14Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Properly land "Fix hint table loading issues."Oliver Chang
2015-12-14Fix hint table loading issues.Oliver Chang
2015-10-19Remove some checks for object creation failures. They cannot fail.Lei Zhang
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-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-05FPDF_Creator can only create file through embedder-supplied callback.Tom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
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-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-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-05-28Fix ALL the include guards.Tom Sepez
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-06Support arrays in nonstd::unique_ptr<>.Tom Sepez
2015-04-15Remove checks in fxcrt now that FX_NEW can't return 0.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-06Fix IWYU in fxcrt headers.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-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-07-24CalRGB color correctionBo Xu
2014-07-23Refactor CFX_BasicArray.chromium/2112chromium/2111chromium/2110chromium/2109chromium/2108chromium/2107chromium/2106chromium/2105chromium/2104Chris Palmer
2014-07-08Remove custom memory managerBo Xu
2014-07-07Integer overflow in fx_basic.h and fx_memory.hfoxit
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek