Age | Commit message (Expand) | Author |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-11 | Use bytestringC rather than raw ptr/len pairs in syntax parser | tsepez |
2016-05-06 | CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730 | tsepez |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 | tsepez |
2016-04-27 | More IFX_ interface cleanup. | dsinclair |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | CFX_ByteString::Reserve(), ReleaseBuffer() fixes. | tsepez |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-22 | Change the code to avoid three unit test failures on release build | weili |
2016-04-21 | Replace CFX_RectArray with std::vector<CFX_FloatRect> | tsepez |
2016-04-21 | Make CFX_BasicArray non-copyable. | 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-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-14 | Still more comments about strings | tsepez |
2016-04-14 | Update comments about string constructors | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Cleanup various IFX_ text interfaces. | 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 converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf | 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 | Remove CFX_SegmentedArray. | tsepez |
2016-04-06 | Rename FX_SAFE_DWORD to FX_SAFE_UINT32 | dsinclair |
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 | Make StringData a templated class. | tsepez |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-04-01 | Re-land "Use CFX_RetainPtr to ref count CFX_ByteString"" | tsepez |
2016-04-01 | Remove CFX_{Byte,Wide}String::Equal in favor of "==". | tsepez |
2016-03-31 | Re-enable all the windows warnings except 4267 | weili |
2016-03-31 | Beef up unit test for CFX_ByteString and CFX_WideString. | tsepez |
2016-03-31 | Revert "Use CFX_RetainPtr to ref count CFX_ByteString"chromium/2700chromium/2699chromium/2698chromium/2697 | tsepez |
2016-03-30 | Use CFX_RetainPtr to ref count CFX_ByteStringchromium/2696 | tsepez |
2016-03-29 | Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS | Wei Li |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-29 | Add a Retained Pointer smart class. | tsepez |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-25 | Fix FXSYS_StrToInt() | Wei Li |