Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
997392079b0[svn-r29766] Description: - Changed object in catch statements to reference (left over from previous) Platforms tested: Linux/32 2.6 (jam) (very minor)
Binh-Minh RiblerBinh-Minh Ribler
c37607eb589[svn-r29759] Purpose: Code improvements Description: - Changed object in catch statements to reference - Replaced old-style casts or reinterpret_cast with static_cast - Removed unused name H5Library::need_cleanup - Removed Exception::printError from documentation Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Larry KnoxLarry Knox
c63f96d6e78[svn-r29755] test/ohdr.c apply fix for HDFFV-9713 to not open test file in source with write permission. config/linux-gnulibc1 reapply filx for HDFFV-9439 which was partially removed, probably by merge from revise_chunks branch. Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
Scot BreitenfeldScot Breitenfeld
988c33527f4[svn-r29745] HDFFV-9767 h5perf output; should be MB not MBs FIX: changed output text from MBs to MB and KBs to KB
Quincey KoziolQuincey Koziol
5108468482c[svn-r29743] Description: Close another FAPL in the test_missing_chunk() routine. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (w/check-vfd) (h5committest forthcoming)
Quincey KoziolQuincey Koziol
c02c88f8748[svn-r29742] Description: Add missing source file for single chunk index. Tested on: Windows (via daily testing
Quincey KoziolQuincey Koziol
f7aff7d5cf0[svn-r29738] Description: Bring "single" chunk index from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (w/check-vfd) (h5committest forthcoming)
Quincey KoziolQuincey Koziol
6ce67650fba[svn-r29736] Description: Close FAPL that was leaked in zero_dims test. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production, including check-vfd (h5committest forthcoming)
Quincey KoziolQuincey Koziol
062055fe604[svn-r29730] Description: Add missing pre-generated files to list of test files to copy. Tested on: Windows (Reported by Allen)
Quincey KoziolQuincey Koziol
36062736a5c[svn-r29722] Description: Bring over more dataset tests from the revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
ce8905cc906[svn-r29718] Description: Bring changes from revise_chunks branch to trunk Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel, and production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
81ef260f6bf[svn-r29717] Description: Correct chunk index computation for earrays and farrays, particularly when copying datasets with H5Ocopy() and other operations (like H5Dget_storage_size) that require iterating over all chunks. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
a916ea97b87[svn-r29716] Description: Add missing testfiles from dsets.c to the 'clean' target. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
d3574d0570e[svn-r29715] Description: Clean up coding to increment/decrement underlying FAPL for multi/split VFDs, to avoid copying property lists as much. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
be24e91aec6[svn-r29714] Description: Switch to use internal DXPL ID, to align with recent changes within the library. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (Too minor to require h5committest)
Quincey KoziolQuincey Koziol
ccdf15d88a9[svn-r29712] Description: Minor code cleanups to address typos & warnings. Tested on: MaOSX/64 10.11.4 (amazon) w/serial & parallel (Too minor to require h5committest)
Binh-Minh RiblerBinh-Minh Ribler
bd4d0d62bdf[svn-r29710] Purpose: Code improvements Description: - Replaced "goto out" and "out:" with "goto error" and "error:" to indicate the failure situations. - Replaced old-style casts with static_cast to remove warnings. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Dana RobinsonDana Robinson
57b7130acf6[svn-r29698] Switched true and false to TRUE and FALSE in a function in test/external.c. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial (external test only)
Larry KnoxLarry Knox
e2c8d94ac1c[svn-r29696] Applied fix for HDFFV-9439 to mpicc config as well as mpif90 in config/linux-gnulibc1. Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
Jerome SoumagneJerome Soumagne
341c6bcb1eeAdd first support for MDHIM metadata index plugin
Jerome SoumagneJerome Soumagne
78c3616db1cModify H5R_decode to return number of decoded bytes
Jerome SoumagneJerome Soumagne
3e91f3c1a43Update DB plugin to use public H5Rdecode
Jerome SoumagneJerome Soumagne
b49c91f0aebMore tweaks to query test
Jerome SoumagneJerome Soumagne
f3da9b2a195Add support for db_join() in H5Xmeta_db
Jerome SoumagneJerome Soumagne
a4b81fe620bAdd H5R_cast()
Jerome SoumagneJerome Soumagne
43db208d2b9Rework query test
Jerome SoumagneJerome Soumagne
e5e1fd93895A few fixes to DB plugin
Jerome SoumagneJerome Soumagne
ffb5030e910Add Berkeley DB metadata index plugin
Jerome SoumagneJerome Soumagne
4e930f83973Warning fixes to H5Tref
Jerome SoumagneJerome Soumagne
a48da0df72cRework H5X_class_t to make idx_class separate and fix initialization Cleanup
Jerome SoumagneJerome Soumagne
4a2ec004427Add H5Rencode/H5Rdecode
Jerome SoumagneJerome Soumagne
a5c0c7a0f04Keep ID of dataset in shared struct when dereferencing
Jerome SoumagneJerome Soumagne
a2a663286f9Add H5Rcopy to copy an existing reference
Jerome SoumagneJerome Soumagne
d8a3f4a5bcbTemporary fix for fastbit plugin
Jerome SoumagneJerome Soumagne
15a79009266Add support for metadata query in H5Q Refactor code between data/metadata query Store metadata plugin info in superblock Add dummy metadata plugin Tweak query and index tests
Jerome SoumagneJerome Soumagne
57da98f0fbfModify key type in metadata index interface to use H5Q_elem_t
Jerome SoumagneJerome Soumagne
2845c1259beUse memcmp in H5Requal
Jerome SoumagneJerome Soumagne
c0bba7e67c5Start modifications to H5X to support metadata indexing
Jerome SoumagneJerome Soumagne
d05f87ceb80Use struct href instead of struct href_t in H5Rpkg
Jerome SoumagneJerome Soumagne
f1b425f8b5fUpdate H5vers after new H5R routines
Jerome SoumagneJerome Soumagne
f4ab6ec3a5bFix size returned from H5Rget_obj/attr/filename when buf is NULL
Jerome SoumagneJerome Soumagne
da0243af3e3Fix examples after H5R changes
Jerome SoumagneJerome Soumagne
f534dde4dc8Update gentest tools after reference changes
Jerome SoumagneJerome Soumagne
95de10ee2b3Fix H5Rget_obj_name
Jerome SoumagneJerome Soumagne
ef69392e5f1Fix tracing after H5Q changes
Jerome SoumagneJerome Soumagne
6519331fa5bFix tracing after H5R changes
Jerome SoumagneJerome Soumagne
b4aa4a88b1cSome more fixes to H5R to separate int/ext refs
Jerome SoumagneJerome Soumagne
7c1cd40d7eaSome fixes to H5R to separate int/ext refs
Jerome SoumagneJerome Soumagne
be538b01019Remove loc_id parameter from H5R__get_obj_name
Jerome SoumagneJerome Soumagne
5eb05274cdc(Tmp) Do not enter infinite loop