Menu

Old Code (SVN) Commit Log


Commit Date  
[r1155] by delphidabbler

Tweaked and corrected commenting.

2010-12-03 11:20:53 Tree
[r1154] by delphidabbler

* Changed TTextRoutineDoc to use TStringWriter from SysUtils to create output string which is then converted written to a stream rather than TStrStreamWriter.
* Removed UStrStreamWriter unit from project now that TStrStreamWriter is no longer used anywhere.

2010-12-03 11:13:49 Tree
[r1153] by delphidabbler

Reimplemented reader and writer classes in UDataStreamIO unit:
* Deleted unused TDataStreamWriter class.
* Created new class heirachy for reader classes with common interface for text and binary reader objects. This meant creating a common abstract base class and renaming numerous methods and creating new implementations.
* Renamed several classes and methods of writer class.
* Text stream reader class changed to reject any non-MBCS encoding since its layout requires hex characters to only occupy one byte, which is not the case in Unicode encodings.

Updated using units re class and method name changes.

2010-12-03 01:32:50 Tree
[r1152] by delphidabbler

Changed to read strings from data stream as Unicode. Previously was reading string as ANSI and converting them in this unit.

2010-12-02 23:28:37 Tree
[r1151] by delphidabbler

Fixed bug in TBinDataStreamWriter.WriteBytes.

2010-12-02 23:27:16 Tree
[r1150] by delphidabbler

Changed v4 file format again. Checksums no longer have preceding size - size is known and fixed.

2010-12-02 17:47:31 Tree
[r1149] by delphidabbler

* Added new TBackupFileInfo helper class used by reader and writer classes.
* Stream being read initialised by skipping over any watermark.
* Refactored file reader classes, pulling out parent classes for text and binary based reader classes.

2010-12-02 17:44:14 Tree
[r1148] by delphidabbler

Modified v4 file format: file id and file count are now written in binary rather than as formatted text.

2010-12-02 15:35:16 Tree
[r1147] by delphidabbler

Substantially revised way that TBackupFileLoaderFactory class operates. Now much more general and more complex. Uses watermarks to identify required loader classes.

2010-12-02 11:47:42 Tree
[r1146] by delphidabbler

Added support for new v4 backup file format, implemented in TV4BackupFileLoader. Also added new TBackupFileWriter class to do the actual backup file creation.

2010-12-02 03:26:11 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.