summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
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
2017-04-24Add FXSYS_wcsftime() to avoid termination on win.Tom Sepez
2017-04-24Use a pdfium-specific unittest main rather than gtest'sTom Sepez
2017-04-21Revert "Compare to epsilon instead of 0 in CFX_Matrix::SetReverse"Nicolas Pena
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Remove hand-written bsearch from cfx_xmlsyntaxparser.cppchromium/3077Tom Sepez
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair
2017-04-20Move fxcrt_stream code to fx_stream fileDan Sinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Update IFX_CharIter::Clone to return unique_ptrDan Sinclair
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair
2017-04-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Libtiff upstream: _TIFFcalloc additionNicolas Pena
2017-04-18Check char sign in fx_ext.hNicolas Pena
2017-04-18Cleanup XML buffer codeDan Sinclair
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-18Remove unused classDan Sinclair
2017-04-17Add iterators for Byte/WideStringCs.Tom Sepez