Age | Commit message (Expand) | Author |
---|---|---|
2017-07-20 | Change length calculation in CFX_StringCTemplate constructor | Ryan Harrison |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-06-30 | Remove hand rolled bsearch from HTMLSTR2Code | Ryan Harrison |
2017-05-22 | CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr.chromium/3108 | Tom Sepez |
2017-05-18 | Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104 | Tom Sepez |
2017-04-17 | Add iterators for Byte/WideStringCs. | Tom Sepez |
2017-04-13 | Add ability to make StringCs from std::vector<>s. | Tom Sepez |
2017-03-31 | Re-arrange fxcrt string files to match naming. | Tom Sepez |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-05-13 | Templatize CFX_{Byte,Wide}StringC | tsepez |