Network

 
AuthorCommitMessageCommit Date
Frank WillmoreFrank Willmore
d50b45f4832factored for group/file as parent in group create
Frank WillmoreFrank Willmore
4b911bb0eeecleanup and commenting...
Frank WillmoreFrank Willmore
bea2134f179some refactoring for lib class part of JSON VOL, now all objects contain a link to their container (currently called domain) and group create is now working.
Frank WillmoreFrank Willmore
6dd2b23378bImplemented group create (but no linking yet, this is next)
Frank WillmoreFrank Willmore
74ae415d3fegutted rest call for group create, tested OK, need to add actual group creation
Frank WillmoreFrank Willmore
eedf378fd0dfile create complete (sans prop lists)
Frank WillmoreFrank Willmore
f7eea36597dadded validation for file read
Frank WillmoreFrank Willmore
7bcd1b209c0re-signature json vol init api, extract test code for file create and open.
Frank WillmoreFrank Willmore
2549ad945f4changed json_set_object to json_set_object_new to handle ref counting properly
Frank WillmoreFrank Willmore
1d307cf1fccfleshed out rest of file create and root group stuff, except for fcpl
Frank WillmoreFrank Willmore
687b6e234d9cleanup accidental commit of .o
Frank WillmoreFrank Willmore
b73a081ea2dadded helper function to translate sys time into UTC string added created and lastModified fields to File
Frank WillmoreFrank Willmore
17c45f8831eadded json_t for groups, sorted out what's managed by VOL, managed by JANSSON
Frank WillmoreFrank Willmore
179afd03177added UUID generator h5json_uuid_generate() and UUID typedef char h5json_uuid_t[37];
Frank WillmoreFrank Willmore
9b07ddf3839cleanup
Frank WillmoreFrank Willmore
5b4eb36d1a4Implemented file open intent/modes for H5F_ACC_RDWR and H5F_ACC_RDONLY
Frank WillmoreFrank Willmore
5113e4a5bbbGot rudimentary open for existing file working. Need to work on intents
Frank WillmoreFrank Willmore
7def5f62532cleaned up file create/close calls, prep for open.
Frank WillmoreFrank Willmore
8d7f4fd617eGot protype json vol calls for fcreate and fclose, creates a jansson object and flushes it to a file.
Frank WillmoreFrank Willmore
e14c85a5fe4morphed rest vol --> json vol code compiles, runs, and still writes an attribute correctly (to HSDS server 囧)
Frank WillmoreFrank Willmore
845eb2cd467Initial commit for json-vol branch. Copied REST VOL C and headers, made name change from rest-->json, REST--JSON. Added build info. modified: src/CMakeLists.txt new file: src/H5VLjson.c new file: src/H5VLjson.h new file: src/H5VLjson_public.h modified: src/Makefile.am modified: src/hdf5.h
Larry KnoxLarry Knox
b8c6b68c35fMMerge pull request #811 in HDFFV/hdf5 from hdf5_1_8_20 to 1.8/master * commit '60f76980aab92f0e0730170b99a2363acd3c97fa': (108 commits) Update version numbers and remove empty sections in RELEASE.txt. Restore line 1154: C2Cppfunction_map.mht to HTML_EXTRA_FILES. Update version for 1.8.20 release. Fixed documentation warnings HDFFV-10329 Correct LINK INTERFACE and VS20013 compile Switch default build mode from development to production. Increment version string to pre2. Add RELE...
Larry KnoxLarry Knox
60f76980aabMMerge pull request #806 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit '65fdd393619e8ab4612cae4eb8f287c375924210': Update version numbers and remove empty sections in RELEASE.txt.
Larry KnoxLarry Knox
65fdd393619Update version numbers and remove empty sections in RELEASE.txt.
Larry KnoxLarry Knox
bda9c3ce295MMerge pull request #797 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit 'a4344a3cab791ff5db26629d2e2f96eae0325368': Restore line 1154: C2Cppfunction_map.mht to HTML_EXTRA_FILES. Update version for 1.8.20 release.
Larry KnoxLarry Knox
a4344a3cab7Restore line 1154: C2Cppfunction_map.mht to HTML_EXTRA_FILES.
Larry KnoxLarry Knox
24b8884c0b7Update version for 1.8.20 release.
Larry KnoxLarry Knox
b984fb31335MMerge pull request #796 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_20-bmr:hdf5_1_8_20 to hdf5_1_8_20 * commit '4cb9945cdb39f4a195b70277c31d0ba6bb6562b1': Fixed documentation warnings
Binh-Minh RiblerBinh-Minh Ribler
4cb9945cdb3Fixed documentation warnings
Allen ByrneAllen Byrne
83122c82b2eMMerge pull request #791 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_20 to hdf5_1_8_20 * commit '3698029cca64856918f2554039063178d45d63ab': HDFFV-10329 Correct LINK INTERFACE and VS20013 compile Fix linking of libs
Allen ByrneAllen Byrne
3698029cca6HDFFV-10329 Correct LINK INTERFACE and VS20013 compile
Allen ByrneAllen Byrne
133c7ed2e5bMMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8_20) * commit 'ae9c1bf4199d7ae0f5587485eb4e4d85c5c4cfc4': Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797) Initialize hid_t variables in test_Attr_bug9. (cherry picked from commit 97bc393449f3fe02c5992872ab2842e12f611ef0) Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K,...
Allen ByrneAllen Byrne
63c7dbde010Fix linking of libs
Larry KnoxLarry Knox
b670ba9e700MMerge pull request #786 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit 'ec34b34767482ceccd87159c401a7db13c7dc505': Switch default build mode from development to production. Increment version string to pre2.
Larry KnoxLarry Knox
ec34b347674Switch default build mode from development to production. Increment version string to pre2.
Neil FortnerNeil Fortner
ae9c1bf4199Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797)
Neil FortnerNeil Fortner
281e282671eInitialize hid_t variables in test_Attr_bug9. (cherry picked from commit 97bc393449f3fe02c5992872ab2842e12f611ef0)
Neil FortnerNeil Fortner
60f913cd5ceFix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case. (cherry picked from commit 1b2c2ca9a6a7d7e1fcd5c3302e203f2e2dabf0af)
Binh-Minh RiblerBinh-Minh Ribler
75440b177e1MMerge pull request #774 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_20-bmr:hdf5_1_8_20 to hdf5_1_8_20 * commit '2ffebb670ccc04daa1388f1bdf59844332d9b382': Changed file path to relative.
Binh-Minh RiblerBinh-Minh Ribler
2ffebb670ccChanged file path to relative.
Larry KnoxLarry Knox
17ef09716b9MMerge pull request #761 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit '9b5d85f40a2235c5455c06691357f84e31a518a2': iAdd NAG to supported compilers in RELEASE.txt.
Larry KnoxLarry Knox
9b5d85f40a2iAdd NAG to supported compilers in RELEASE.txt.
Vailin ChoiVailin Choi
a1ceae04cfeMMerge pull request #759 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8_20 to hdf5_1_8_20 * commit 'acfbc8afd5490d2179546b4e8534dfa70ea834ba': Add description to RELEASE.txt for HDFFV-10323
Vailin ChoiVailin Choi
acfbc8afd54Add description to RELEASE.txt for HDFFV-10323
Larry KnoxLarry Knox
d429feddceaMMerge pull request #757 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_20 to hdf5_1_8_20 * commit '6a5fff36f3c48cba3ab21a1fb29a8a1470297c5a': Correct issue number
Allen ByrneAllen Byrne
6a5fff36f3cCorrect issue number
Larry KnoxLarry Knox
3cebf07a22eMMerge pull request #750 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit '26a8b4b21723a1f19a36fc4c66b6fa414d81bef2': Set version to 1.8.20-pre1 Update supported and tested platforms in RELEASE.txt. Incremented lib file .so numbers: revision for all except c++ for code change; current incremented, revision and age set to 0 for c++ due to symbols added and removed.
Larry KnoxLarry Knox
26a8b4b2172MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8_20) * commit '1077afd5c419b144093ad2ef6288674d1be995fa': HDFFV-10321 Merge from 1.8
Allen ByrneAllen Byrne
1077afd5c41MMerge pull request #748 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_20 to hdf5_1_8_20 * commit 'c4b899a9ed617078e9a8f9a11a03e09d9eb02491': HDFFV-10321 Merge from 1.8
Allen ByrneAllen Byrne
c4b899a9ed6HDFFV-10321 Merge from 1.8