summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic.h
AgeCommit message (Expand)Author
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-04Cleanup CFX_CharMapDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-28Remove unused CFX_ArrayTemplate and CFX_BasicArray.Tom Sepez
2017-03-23Revert "Remove CFX_FixedBufGrow"Nicolás Peña
2017-03-22Remove CFX_FixedBufGrowDan Sinclair
2017-03-21Move colorspace specific code to colorspace classDan Sinclair
2017-03-21Replace CFX_FileSizeListArray with a std::mapDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-25Remove last usage of IFX_Retainable.chromium/2993Tom Sepez
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
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