summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
2017-07-07core: fix -Wshadow warningschromium/3153Miklos Vajna
2017-07-07Convert c-style casts in fx_memory.h into static_castsRyan Harrison
2017-06-30Remove hand rolled bsearch from HTMLSTR2CodeRyan Harrison
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-28Add << overload for CFX_StringCTemplate classeschromium/3144Ryan Harrison
2017-06-28Add << overload for CFX_WideStringRyan Harrison
2017-06-27Add empty string test case for ostream << CFX_ByteString.Henrique Nakashima
2017-06-27Adding overload for ostream << CFX_ByteStringHenrique Nakashima
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima
2017-06-22Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139Chris Palmer
2017-06-19Use EXPECT_STREQ() in fx_system_unittest.cpp.Lei Zhang
2017-06-19Converting CFX_ByteTextBuf to ostringstream in SAX.Henrique Nakashima
2017-06-19Converting CFX_ByteTextBuf to ostringstream in cxml_parser.cpp.Henrique Nakashima
2017-06-16Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133Lei Zhang
2017-06-09Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostrin...Henrique Nakashima
2017-06-08Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream."Henrique Nakashima
2017-06-08Adding constructor of CFX_ByteString that takes a std::ostringstream.Henrique Nakashima
2017-06-05Add start of CFGAS_FormatString testsDan Sinclair
2017-05-26Rename Probe() to ProbeForLowSeverityLifetimeIssue().Tom Sepez
2017-05-26Use more STL algorithms in fx_coordinates.cpp.Lei Zhang
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-22CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr.chromium/3108Tom Sepez
2017-05-19Back-fill some functionality for CFX_UnownedPtrTom Sepez
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-05-17CFX_UnownedPtr: check during assignment time as well.Tom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-15Add a WriteString method to IFX_WriteStreamdan sinclair
2017-05-11Fixup Initialize spellingchromium/3097Dan Sinclair
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-10Cleaning up Edit codeDan Sinclair
2017-05-10Use FXSYS_IntToTwoHexChars() in more places.Lei Zhang
2017-05-09Create common CXML_Object base class for CXML_Content and CXML_Element.Tom Sepez
2017-05-09Use CXFA_TextUserData in place of CFX_Retainable where possible.Tom Sepez
2017-05-05Encode unicodes in UTF-16BE in ToUnicode mapNicolas Pena
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04Cleanup CFX_CharMapDan Sinclair
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-05-04Move O_BINARY and O_LARGEFILE defintionsTom Sepez
2017-05-04Remove FXSYS_wfopen(), it is totally unused.Tom Sepez
2017-05-01Remove more |new|s, part 5Tom Sepez
2017-05-01Add PDF reference to CFX_Matrix commentNicolas Pena
2017-04-28Limit recursion in CXML_Parser::ParseElement().Lei Zhang
2017-04-27Zero 4 byte variable before reading 3 bytes into itTom Sepez
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-25Add unittest for matrix reverseDan Sinclair
2017-04-25Add comment to CFX_Matrix to record component positions.Dan Sinclair
2017-04-25Rename fx_basic_memmgr.cpp to fx_memory.cpp to match .h namingTom Sepez
2017-04-25Rename core/fxcrt/fx_basic_coords.cpp to fx_coordinates.cppTom Sepez
2017-04-25Delete some CFX string ctors.Lei Zhang
2017-04-25Use fx_extension.h utilities in more places.Lei Zhang