summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
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
2017-04-17Fix buffer management issues in CFX_SAXReader.Tom Sepez
2017-04-17Replace indirect calls with switch in CFX_SaxReader.Tom Sepez
2017-04-17Add unit test for CFX_SAXReader.Tom Sepez
2017-04-13Add ability to make StringCs from std::vector<>s.Tom Sepez
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-07Create initializer-list ctor for strings.Tom Sepez
2017-04-06Fix unit tests to initialize PartitionAlloc.Chris Palmer
2017-04-06Cleanup nits from previous XML Cldan sinclair
2017-04-06Remove the length reference from XMLSyntaxParserdan sinclair
2017-04-04Cleanup CFX_BlockBufferDan Sinclair
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2017-04-03Drop FXSYS_ from util methodsDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from wide string methodsDan Sinclair
2017-04-03Drop FXSYS_ from file methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Add test case for bug_707479Tom Sepez
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-04-03Do not shrink buffer before examining last byte in TryVSWPrintFTom Sepez
2017-04-03Minor cleanupsDan Sinclair
2017-03-31Use PartitionFreeGeneric for the strings partition, not PartitionFree.Chris Palmer
2017-03-31Move FX_FILESIZE to fx_system.hTom Sepez
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez
2017-03-30vswprintf() part 2: retry when clearly out of space.chromium/3057Tom Sepez
2017-03-30vswprintf() part 1: move code, create helper function.Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Move core/fxcrt XML files to core/fxcrt/xmlDan Sinclair
2017-03-30Move CFX files into fxcrtDan Sinclair
2017-03-30Account for character size in last CFX_WideString patch.Tom Sepez
2017-03-29Avoid guessing vsnprintf() buffer length. Tom Sepez
2017-03-29Remove fgas/localization directoryDan Sinclair