HDFVIEW
  1. HDFVIEW

hdfview

Public

Network

 
AuthorCommitMessageCommit Date
Jordan HendersonJordan Henderson
a6fbade4ffdRe-write H5CompoundDS read() and write() functions for clarity
Jordan HendersonJordan Henderson
97a1e311f73Re-write H5ScalarDS read() and write() functions for clarity
Allen ByrneAllen Byrne
a0371a7cb75MMerge pull request #97 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit '134f5648827f9658694785767946930ab538659c': Merge remaining Datatype changes
Jordan HendersonJordan Henderson
134f5648827Merge remaining Datatype changes Add try-catch wrapper in TableView DataProviders to prevent Table painting exceptions when something goes wrong Add try-catch wrappers around some places where allocateArray could throw an OutOfMemoryError
Allen ByrneAllen Byrne
c1f8bc38fc9MMerge pull request #95 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit 'f18b85cdb2c61075fd92e15923f5f3f75ebdb82f': Fix UItests for scalar array attributes Fix issue with compound attribute data provider Read HDF5 scalar array attributes correctly Properly initialize is_VLEN and is_variable_str fields Make Attribute toString() handle null data values H5ScalarDS changes
Jordan HendersonJordan Henderson
f18b85cdb2cFix UItests for scalar array attributes
Jordan HendersonJordan Henderson
c0fc975c633Fix issue with compound attribute data provider
Jordan HendersonJordan Henderson
590a81366e2Read HDF5 scalar array attributes correctly
Jordan HendersonJordan Henderson
db9b5f79853Properly initialize is_VLEN and is_variable_str fields Handle null data values correctly in TableView
Jordan HendersonJordan Henderson
23ca413b804Make Attribute toString() handle null data values
Jordan HendersonJordan Henderson
7a1371bea6aMMerge branch 'hdfview-3' of ssh://git@bitbucket.hdfgroup.org:7999/~jhenderson/hdfview.git into hdfview-3
Jordan HendersonJordan Henderson
18d7d491b7fMMerge pull request #94 in HDFVIEW/hdfview from ~BYRN/hdfview_adb:hdfview-3 to hdfview-3 * commit '46797721dc2f8b9638708cf9dc07d9e9a59c2569': Revert test regex Fix formatting of list Remove obsolete init call Remove obsolete call Update tests with datatype changes Correct regex match string
Allen ByrneAllen Byrne
46797721dc2Revert test regex
Allen ByrneAllen Byrne
3b3bd2b4113Fix formatting of list
Allen ByrneAllen Byrne
a4aa93d916aRemove obsolete init call
Allen ByrneAllen Byrne
7807ca3036bRemove obsolete call
Allen ByrneAllen Byrne
276da96025dUpdate tests with datatype changes
Allen ByrneAllen Byrne
470c78e5460Correct regex match string
Allen ByrneAllen Byrne
de9e1f013bfMMerge pull request #93 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit 'de642755e76aaecd6810287158b43072775c7782': Object test normalization Make sure enums get a default set of members getDescription() changes for Datatypes Minor fixes from Datatype changes
Jordan HendersonJordan Henderson
f7a9a58a6fcH5ScalarDS changes
Jordan HendersonJordan Henderson
de642755e76Object test normalization Fix enum test
Jordan HendersonJordan Henderson
296646ff434Make sure enums get a default set of members Fix up object tests for Datatype description changes
Jordan HendersonJordan Henderson
60ca608f676getDescription() changes for Datatypes
Jordan HendersonJordan Henderson
6c17f51f376Minor fixes from Datatype changes
Allen ByrneAllen Byrne
00f456de390MMerge pull request #91 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit '0f1b94cbf8810fb29734d920af938adfd7cd9164': Fix allocateArray for HDF5 compound types Remove unnecessary enumMemberCount global Bring in Enum changes
Jordan HendersonJordan Henderson
0f1b94cbf88Fix allocateArray for HDF5 compound types Fix log message
Jordan HendersonJordan Henderson
6cbef60130aRemove unnecessary enumMemberCount global
Jordan HendersonJordan Henderson
ef1ec5e3835Bring in Enum changes
Allen ByrneAllen Byrne
40b040a575aMMerge pull request #89 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit '22e54f3f38cf0d66275f980b44406767d2ef7eab': Only convert Attribute data to List if it isn't already a List Fix for 3D compound attributes Tidy up the log a bit for Compounds Add isInteger() and isFloat() to Datatype class Convert all comparison to Datatype.CLASS_COMPOUND into isCompound() form Make Attributes re-use the same data provider as ScalarDS Remove unnecessary isTextData(...
Jordan HendersonJordan Henderson
22e54f3f38cOnly convert Attribute data to List if it isn't already a List
Jordan HendersonJordan Henderson
db21ac6d9adFix for 3D compound attributes Add log debug statement for getData() failure when changing frames
Jordan HendersonJordan Henderson
b8ad5ee0217Tidy up the log a bit for Compounds
Jordan HendersonJordan Henderson
3f883631f73Add isInteger() and isFloat() to Datatype class Switch some more Datatype class comparisons to their equivalent isXXX() function
Jordan HendersonJordan Henderson
3adc7cdf43aConvert all comparison to Datatype.CLASS_COMPOUND into isCompound() form
Jordan HendersonJordan Henderson
ac0a2880723Make Attributes re-use the same data provider as ScalarDS
Jordan HendersonJordan Henderson
1c90500e7c6Remove unnecessary isTextData() function Align Attribute class with Datatype changes
Jordan HendersonJordan Henderson
53e6625b582Correct indentation to reduce Datatype changes diff Add fix for failing enum test in TestHDFViewTAttr2
Jordan HendersonJordan Henderson
e0c2b5bed79More Datatype normalizations
Allen ByrneAllen Byrne
4fba0678a2dMMerge pull request #87 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit '32354ed7d5cfe1698b4ce37fa1e8033984e82f58': Re-enable reg. and obj. ref. display code by correctly setting globals
Jordan HendersonJordan Henderson
32354ed7d5cRe-enable reg. and obj. ref. display code by correctly setting globals Fix issue with 3D datasets with Compound datatype
Allen ByrneAllen Byrne
4bdc70d51e2MMerge pull request #85 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit 'fa15714ba8b495d40333f22263b63de9e162f30d': Force UITest window to open fullscreen to avoid weird issues in tests Bring over isUnsigned() changes Pull in fix for enum test
Jordan HendersonJordan Henderson
fa15714ba8bForce UITest window to open fullscreen to avoid weird issues in tests Fix TestTreeViewFilters test for high-res monitors Update examples with Datatype changes
Jordan HendersonJordan Henderson
0e849e61d81Bring over isUnsigned() changes More Datatype changes normalizations Fix NullPointerException in DefaultImageView
Jordan HendersonJordan Henderson
3f8b88708a2Pull in fix for enum test
Allen ByrneAllen Byrne
f963c21a451MMerge pull request #83 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit '9085ff5790db83e6cf0d2f9f4642456ab0e0fdac': More normalization changes
Jordan HendersonJordan Henderson
9085ff5790dMMerge branch 'hdfview-3' of ssh://git@bitbucket.hdfgroup.org:7999/~jhenderson/hdfview.git into hdfview-3
Allen ByrneAllen Byrne
18432575cf1MMerge pull request #80 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:hdfview-3 to hdfview-3 * commit 'd6b50e341f37ae29b55ce8723d32738f09cf031c': Pre-normalize for Datatype changes
Jordan HendersonJordan Henderson
3d093cd36acMore normalization changes
Jordan HendersonJordan Henderson
d6b50e341f3Pre-normalize for Datatype changes Fix issue with SDstart and HDF4 Image Conversion
Allen ByrneAllen Byrne
1722328832dMMerge pull request #78 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:feature/AttributeNatTable to hdfview-3 * commit '82c0c47d1275d279673d94ffeee229b85214a1cf': Align Attribute with Dataset