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 |
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:
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:
fix backward compatible Pio, for constant and nodata fields as well as linear
114 lines of code changed in 7 files:
initial commit of H_O_Basis branch merge
79 lines of code changed in 4 files:
Accept optional version parameter for all Piostream creation. Check to make sure it is valid.
32 lines of code changed in 4 files:
Remove gratuitous const references on int arguements.
8 lines of code changed in 2 files:
Check for object version compatability in TextPiostream
10 lines of code changed in 1 file:
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:
Deprecate the GzipPiostream and GunzipPiostream classes, they are unused.
0 lines of code changed in 3 files:
Check against unsupported files using PERSISTENT_VERSION
17 lines of code changed in 3 files:
remove unneeded BinaryPiostream(string) code, no longer needed.
17 lines of code changed in 1 file:
Fix reading of empty strings in version 1 BinaryPiostream objects
18 lines of code changed in 1 file:
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:
Block IO more datatypes
0 lines of code changed in 4 files:
Fix gcc 4.0 warning
4 lines of code changed in 1 file:
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:
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:
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:
Use ProgressReporter interface to report errors in the Pstream system
275 lines of code changed in 4 files:
Scrunch Binary*Piostream classes into smaller functions, make BinarySwapPiostream write swapped fields
87 lines of code changed in 2 files:
(9 more)