summaryrefslogtreecommitdiff
path: root/core/fxcrt/include
AgeCommit message (Expand)Author
2016-04-11Avoid copying in TrimRight() and TrimLeft() if possible.tsepez
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuftsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-06Make wide strings use StringData templatetsepez
2016-04-06Remove CFX_SegmentedArray.tsepez
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Make StringData a templated class.tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-01Re-land "Use CFX_RetainPtr to ref count CFX_ByteString""tsepez
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Revert "Use CFX_RetainPtr to ref count CFX_ByteString"chromium/2700chromium/2699chromium/2698chromium/2697tsepez
2016-03-30Use CFX_RetainPtr to ref count CFX_ByteStringchromium/2696tsepez
2016-03-29Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGSWei Li
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Add a Retained Pointer smart class.tsepez
2016-03-28Reduce signed/unsigned comparison warningsWei Li
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-24Remove strange integral constants for "true", "false", "%PDF".Tom Sepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair