Directory Core/Persistent/

Total Files:
6
Deleted Files:
1
Lines of Code:
3178

[root]/Core/Persistent

Lines of Code

Core/Persistent/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 75 (100.0%) 5554 (100.0%) 74.0
callahan 50 (66.7%) 4228 (76.1%) 84.5
darbyb 4 (5.3%) 1028 (18.5%) 257.0
mjc 12 (16.0%) 195 (3.5%) 16.2
worthen 4 (5.3%) 72 (1.3%) 18.0
dav 3 (4.0%) 29 (0.5%) 9.6
jones 1 (1.3%) 2 (0.0%) 2.0
sparker 1 (1.3%) 0 (0.0%) 0.0

Most Recent Commits

dav 2005-12-19 16:17 Rev.: 32890

Warning messages in constructors (using 'cerr') cause a core dump (on at least my 10.3 Mac). Replaced with 'printf'.

0 lines of code changed in 2 files:

  • Core/Persistent: Persistent.cc (changed)
mjc 2005-10-18 18:39 Rev.: 32189

fix potential memory leak when loading old field files, move disable of backward compat mode to PropertyManager

2 lines of code changed in 1 file:

  • Core/Persistent: Persistent.cc (+2)
mjc 2005-10-16 14:12 Rev.: 32165

fix backward compatible Pio, for constant and nodata fields as well as linear

114 lines of code changed in 7 files:

  • Core/Persistent: Persistent.cc (+40 -5), Persistent.h (new), Pstreams.cc (new), Pstreams.h (+5 -4)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

79 lines of code changed in 4 files:

  • Core/Persistent: Persistent.cc (+26 -28), Persistent.h (+7 -3), Pstreams.cc (+37 -24), Pstreams.h (+9 -9)
callahan 2005-07-26 17:05 Rev.: 31275

Accept optional version parameter for all Piostream creation. Check to make sure it is valid.

32 lines of code changed in 4 files:

  • Core/Persistent: Persistent.cc (+14 -6), Persistent.h (-2), Pstreams.cc (+13 -26), Pstreams.h (+5 -5)
callahan 2005-07-26 15:50 Rev.: 31272

Remove gratuitous const references on int arguements.

8 lines of code changed in 2 files:

  • Core/Persistent: Pstreams.cc (+4 -4), Pstreams.h (+4 -4)
callahan 2005-06-15 12:43 Rev.: 30742

Check for object version compatability in TextPiostream

10 lines of code changed in 1 file:

  • Core/Persistent: Pstreams.cc (+10)
dav 2005-06-08 15:52 Rev.: 30618

Changed cerr to printf as in some situations, cerr crashes (usually in static constructors, I guess before iostream has been initialized).

29 lines of code changed in 1 file:

  • Core/Persistent: Persistent.cc (+29 -6)
callahan 2005-06-07 11:32 Rev.: 30597

Deprecate the GzipPiostream and GunzipPiostream classes, they are unused.

0 lines of code changed in 3 files:

  • Core/Persistent: Persistent.cc (-14), Pstreams.cc (-364), Pstreams.h (-60)
callahan 2005-06-07 11:15 Rev.: 30596

Check against unsupported files using PERSISTENT_VERSION

17 lines of code changed in 3 files:

  • Core/Persistent: Persistent.cc (+15 -5), Persistent.h (+2), Pstreams.cc (-3)
callahan 2005-06-06 15:08 Rev.: 30577

remove unneeded BinaryPiostream(string) code, no longer needed.

17 lines of code changed in 1 file:

  • Core/Persistent: Pstreams.cc (+17 -57)
callahan 2005-06-03 17:16 Rev.: 30544

Fix reading of empty strings in version 1 BinaryPiostream objects

18 lines of code changed in 1 file:

  • Core/Persistent: Pstreams.cc (+18 -13)
callahan 2005-05-10 21:39 Rev.: 30138

Check for forward incompatability when reading persistent classes. You cannot actually read versions ahead of what you can handle because the code isn't there for it. So instead we should pass out an error in that case.

12 lines of code changed in 1 file:

  • Core/Persistent: Persistent.cc (+12)
callahan 2005-04-25 10:43 Rev.: 29936

Block IO more datatypes

0 lines of code changed in 4 files:

  • Core/Persistent: PersistentSTL.cc (changed), PersistentSTL.h (new)
callahan 2005-04-22 00:43 Rev.: 29910

Fix gcc 4.0 warning

4 lines of code changed in 1 file:

  • Core/Persistent: Persistent.cc (+4 -6)
callahan 2005-04-21 19:08 Rev.: 29903

Change block_io to return capability so that it doesn't have to be chained together with the supports_block_io function (It can be more picky about which blocks it likes). Implement block_io more widely, use it for a 'safe' subset of the std::vector classes in PersistentSTL.h

204 lines of code changed in 5 files:

  • Core/Persistent: Persistent.h (+3 -2), PersistentSTL.cc (+126), PersistentSTL.h (+11), Pstreams.cc (+54 -2), Pstreams.h (+10 -1)
callahan 2005-04-20 16:36 Rev.: 29892

Backwards compatable BinaryPiostream implementation for Version 1. Supports both reading and writing (writing not enabled from anywhere though). Successfully and identically recreates every field in SCIRunData/1.24.1 (made them all have same object versioning with branch, then we successfully read/write them and get the same result.

218 lines of code changed in 3 files:

  • Core/Persistent: Persistent.cc (+1 -22), Persistent.h (+5 -4), Pstreams.cc (+212 -65)
callahan 2005-04-18 12:59 Rev.: 29848

Share BinaryPiostream/BinarySwapPiostream code, fix gen_io oops in BinaryPiostream, clean up auto_istream and auto_ostream code, fix bug 2559 (broken on friday)

187 lines of code changed in 3 files:

  • Core/Persistent: Persistent.cc (+104 -69), Pstreams.cc (+75 -358), Pstreams.h (+8 -8)
callahan 2005-04-16 01:22 Rev.: 29843

Use ProgressReporter interface to report errors in the Pstream system

275 lines of code changed in 4 files:

  • Core/Persistent: Persistent.cc (+86 -38), Persistent.h (+16 -7), Pstreams.cc (+153 -133), Pstreams.h (+20 -11)
callahan 2005-04-15 20:49 Rev.: 29842

Scrunch Binary*Piostream classes into smaller functions, make BinarySwapPiostream write swapped fields

87 lines of code changed in 2 files:

  • Core/Persistent: Pstreams.cc (+83 -397), Pstreams.h (+4)

(9 more)

Generated by StatSVN 0.4.0