summaryrefslogtreecommitdiff
path: root/core/fxcrt/include/fx_basic.h
AgeCommit message (Expand)Author
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-26Rework CFX_CountRef in terms of CFX_RetainPtr.tsepez
2016-06-08Remove implicit CFX_CountedRef::operator T*()tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-05-27Add back-pointer to "Associated widget" to CFWL_WidgetImp.tsepez
2016-05-25Banish CFX_PrivateData to the XFA sidetsepez
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-23Rename IFX_Unknown to IFX_Retainable.tsepez
2016-05-20Merge GetBits32() impls into one. Put it in fxcrt.thestig
2016-05-19Fix leak in CPDF_StreamContentParser::AddTextObject().thestig
2016-05-18Pass objects instead of strings for undo/redo records.dsinclair
2016-05-16Fix binding of null pointer dereference to reference typechromium/2740chromium/2739hans
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-21Make CFX_BasicArray non-copyable.tsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-06Remove CFX_SegmentedArray.tsepez
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-29Add a Retained Pointer smart class.tsepez
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair