Age | Commit message (Expand) | Author |
2017-06-16 | Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133 | Lei Zhang |
2017-06-09 | Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostrin... | Henrique Nakashima |
2017-06-08 | Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream." | Henrique Nakashima |
2017-06-08 | Adding constructor of CFX_ByteString that takes a std::ostringstream. | Henrique Nakashima |
2017-06-05 | Add start of CFGAS_FormatString tests | Dan Sinclair |
2017-05-26 | Rename Probe() to ProbeForLowSeverityLifetimeIssue(). | Tom Sepez |
2017-05-26 | Use more STL algorithms in fx_coordinates.cpp. | Lei Zhang |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-22 | CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr.chromium/3108 | Tom Sepez |
2017-05-19 | Back-fill some functionality for CFX_UnownedPtr | Tom Sepez |
2017-05-18 | Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104 | Tom Sepez |
2017-05-17 | CFX_UnownedPtr: check during assignment time as well. | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-15 | Add a WriteString method to IFX_WriteStream | dan sinclair |
2017-05-11 | Fixup Initialize spellingchromium/3097 | Dan Sinclair |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-10 | Cleaning up Edit code | Dan Sinclair |
2017-05-10 | Use FXSYS_IntToTwoHexChars() in more places. | Lei Zhang |
2017-05-09 | Create common CXML_Object base class for CXML_Content and CXML_Element. | Tom Sepez |
2017-05-09 | Use CXFA_TextUserData in place of CFX_Retainable where possible. | Tom Sepez |
2017-05-05 | Encode unicodes in UTF-16BE in ToUnicode map | Nicolas Pena |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | Cleanup CFX_CharMap | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-04 | Move O_BINARY and O_LARGEFILE defintions | Tom Sepez |
2017-05-04 | Remove FXSYS_wfopen(), it is totally unused. | Tom Sepez |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-05-01 | Add PDF reference to CFX_Matrix comment | Nicolas Pena |
2017-04-28 | Limit recursion in CXML_Parser::ParseElement(). | Lei Zhang |
2017-04-27 | Zero 4 byte variable before reading 3 bytes into it | Tom Sepez |
2017-04-27 | Remove more |new|s, part 2 | Tom Sepez |
2017-04-25 | Add unittest for matrix reverse | Dan Sinclair |
2017-04-25 | Add comment to CFX_Matrix to record component positions. | Dan Sinclair |
2017-04-25 | Rename fx_basic_memmgr.cpp to fx_memory.cpp to match .h naming | Tom Sepez |
2017-04-25 | Rename core/fxcrt/fx_basic_coords.cpp to fx_coordinates.cpp | Tom Sepez |
2017-04-25 | Delete some CFX string ctors. | Lei Zhang |
2017-04-25 | Use fx_extension.h utilities in more places. | Lei Zhang |
2017-04-24 | Add FXSYS_wcsftime() to avoid termination on win. | Tom Sepez |
2017-04-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-21 | Revert "Compare to epsilon instead of 0 in CFX_Matrix::SetReverse" | Nicolas Pena |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Remove hand-written bsearch from cfx_xmlsyntaxparser.cppchromium/3077 | Tom Sepez |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Move fxcrt_stream code to fx_stream file | Dan Sinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Update IFX_CharIter::Clone to return unique_ptr | Dan Sinclair |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Libtiff upstream: _TIFFcalloc addition | Nicolas Pena |