summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_stream.h
AgeCommit message (Expand)Author
2018-10-03Add FxFolderHandleCloser for use with std::unique_ptr.Lei Zhang
2018-07-19Make FX stream internal details more private to .cpp files.Tom Sepez
2017-10-02Removing unused definesDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Cleanup fx_basic_* filesDan Sinclair
2017-05-15Add a WriteString method to IFX_WriteStreamdan sinclair
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-04Move O_BINARY and O_LARGEFILE defintionsTom Sepez
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Cleanup XML buffer codeDan Sinclair
2017-04-18Remove unused classDan Sinclair
2017-03-31Move FX_FILESIZE to fx_system.hTom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-12-07Properly ref count IFX_FileAccess.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Tidy fx_stream.htsepez
2016-12-01Make concrete stream classes private to .cpp, part 2tsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-13Clean up fx_basic_util a littlenpm
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair