Age | Commit message (Expand) | Author |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | CFX_ByteString::Reserve(), ReleaseBuffer() fixes. | tsepez |
2016-04-21 | Assert that CFX_ strings are pointer-size. | tsepez |
2016-04-20 | Inline CFX_WideString::c_str. | dsinclair |
2016-04-20 | Standalone GN build. | dsinclair |
2016-04-11 | Make CFX_{Byte,Wide}String::Remove() no-touch if possible | tsepez |
2016-04-11 | Avoid copying in TrimRight() and TrimLeft() if possible. | tsepez |
2016-04-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-06 | Make wide strings use StringData template | tsepez |
2016-04-06 | Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. | tsepez |
2016-04-06 | Rename CFX_WideStringC::raw_str() to c_str() | tsepez |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-01 | Remove CFX_{Byte,Wide}String::Equal in favor of "==". | tsepez |
2016-03-31 | Beef up unit test for CFX_ByteString and CFX_WideString. | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |