Age | Commit message (Expand) | Author |
2017-05-10 | Use FXSYS_IntToTwoHexChars() in more places. | Lei Zhang |
2017-05-05 | Encode unicodes in UTF-16BE in ToUnicode map | Nicolas Pena |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-14 | remove CFX_ArrayTemplate from fx_extension.cpp | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-10 | Remove more _LP* typedefs. | tsepez |
2016-12-07 | Properly ref count IFX_FileAccess. | tsepez |
2016-12-07 | Catch stray Retains() and Releases() outside of RetainPtr<>. | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Tidy fx_stream.h | tsepez |
2016-12-01 | Make more concrete stream classes private to .cpp files | tsepez |
2016-11-30 | Convert loose FX_Create* functions into static methods | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-26 | Fix some FX_BOOL / int noise in fxcrt.chromium/2902 | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-05-19 | Remove Release() from IFXCRT_FileAccess. | tsepez |
2016-05-18 | Remove c_str() from widestring checksum variant. | tsepez |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |