summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
2017-01-20Remove CFX_Points, CFX_PointsF in favor of std::vectortsepez
2017-01-17Avoid endless loop deleting CFGAS_GEFont.tsepez
2017-01-10Remove more _LP* typedefs.tsepez
2017-01-09Tidy cfgas_fontmgr, remove custom sorting code.tsepez
2017-01-06Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975tsepez
2017-01-05Banish CFX_Points, CFX_PointsF, and CFX_RectFArray to XFA-side only.tsepez
2017-01-04Add missing operator<() to CFX_RetainPtr.tsepez
2017-01-03Add CFX_RetainPtr Leak() and Unleak() methodstsepez
2017-01-03Kill last use of CFX_PtrList.tsepez
2016-12-28Make CFX_Observable copy constructable.chromium/2969chromium/2968chromium/2967chromium/2966tsepez
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
2016-12-14Remove unused m_OtfFontData.chromium/2953tsepez
2016-12-13Replace CFX_FloatArray with std::vectortsepez
2016-12-08Replace CFX_WideStringCArray with std::vector.chromium/2946tsepez
2016-12-08Remove last usage of CFX_ObjectArray.tsepez
2016-12-08Replace CFX_WideStringArray with std::vectortsepez
2016-12-07Replace CFX_ByteStringArray with std::vector.tsepez
2016-12-07Properly ref count IFX_FileAccess.tsepez
2016-12-07Catch stray Retains() and Releases() outside of RetainPtr<>.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Tidy fx_stream.htsepez
2016-12-01Make concrete stream classes private to .cpp, part 2tsepez
2016-12-01Make more concrete stream classes private to .cpp filestsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-29Add pdfium::MakeRetain<>() helper function.tsepez
2016-11-28Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936tsepez
2016-11-23Add CFX_MaybeOwned<> template.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-08Define IsFloatEqual macro properly.thestig
2016-11-03Remove FX_BOOL entirely.tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-31Re-land "Change FX_BOOL definition from int to bool."chromium/2906tsepez
2016-10-29Revert of Change FX_BOOL definition from int to bool. (patchset #15 id:250001...dsinclair
2016-10-28Change FX_BOOL definition from int to bool.tsepez
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-17Rename CFX_CountRef to CFX_SharedCopyOnWritetsepez
2016-10-13Clean up fx_basic_util a littlenpm
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-10-03Rename CFX_WeakPtr::Clear() to DestroyObject()tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-09-28Implement weak pointerschromium/2876chromium/2875tsepez
2016-09-28Revert "Rename CPDF_CountedObject to CFX_WeakPtr::Handle"tsepez
2016-09-22Rename CPDF_CountedObject to CFX_WeakPtr::Handlechromium/2869tsepez
2016-09-22Null CPDF_CountedObj::m_pObj prior to deletiontsepez
2016-09-15Add string pools to save storage.tsepez
2016-09-15Add short-cut in CFX_{Byte,Wide}String::Operator<()tsepez