Age | Commit message (Expand) | Author |
2017-04-12 | Fold CXFA_WideTextRead into IFGAS_Stream | Dan Sinclair |
2017-04-12 | Remove MakeSeekableReadStream | Dan Sinclair |
2017-04-12 | Remove the FGAS Buffered Stream | Dan Sinclair |
2017-04-11 | Remove the STREAMTYPE define. | Dan Sinclair |
2017-04-11 | Remove unneeded stream access flags | Dan Sinclair |
2017-04-11 | Remove unused loading code from IFGAS_Stream | Dan Sinclair |
2017-04-11 | Disabiguate CreateStream calls | Dan Sinclair |
2017-04-10 | Remove unused CreateTextStream | Dan Sinclair |
2017-04-10 | Remove unused CreateSharedStream | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from wide string methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from file methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Move core/fxcrt XML files to core/fxcrt/xml | Dan Sinclair |
2017-03-30 | Rename fgas_stream to ifgas_stream | Dan Sinclair |
2017-03-29 | Remove fgas/localization directory | Dan Sinclair |
2017-03-15 | Remove unused methods and data from fgas_codepage | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Replace discrete array with a map. | dan sinclair |
2017-03-13 | Convert TxtBreak line pieces to a vector. | dan sinclair |
2017-03-07 | Remove CFX_StackTemplate now that all usage removed. | Tom Sepez |
2017-03-02 | Remove unused CFX_ObjectStackTemplate | Tom Sepez |
2017-03-02 | Remove CFX_MassArrayTemplate | Tom Sepez |
2017-01-10 | Strip out custom allocator code | Dan Sinclair |
2016-12-07 | Catch stray Retains() and Releases() outside of RetainPtr<>. | tsepez |
2016-12-07 | Refcount IFGAS_ streams all the time, too | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-12-01 | Make concrete stream classes private to .cpp, part 2 | 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 xfa. | tsepez |
2016-10-26 | Fix some FX_BOOL / int noise in fxcrt.chromium/2902 | tsepez |
2016-10-26 | Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-12 | Fix some leaks associated with memory allocatorchromium/2859 | weili |
2016-08-11 | Remove fgas_system files. | dsinclair |
2016-08-04 | Use smart pointers for class owned pointers under xfa/fde | weili |
2016-07-18 | Cleanup fgas/crt. | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-18 | Make code compile with clang_use_chrome_plugin (final) | weili |
2016-05-24 | Replace CFX_DSPATemplate with std::binary_search. | dsinclair |
2016-05-19 | fgas/ code cleanup. | dsinclair |
2016-05-19 | Expand some typedefs to the original types | dsinclair |
2016-05-19 | Cleanup unused fgas/ code. | dsinclair |
2016-05-19 | Remove Release() from CFX_StreamImp, rename to IFX_StreamImp | tsepez |
2016-05-05 | Only set memory tool define if not set. | dsinclair |
2016-05-04 | Replace IFX_MemoryAllocator::Release() with delete. | tsepez |