summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic.h
AgeCommit message (Expand)Author
2017-01-06Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975tsepez
2017-01-03Kill last use of CFX_PtrList.tsepez
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-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from coretsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair