AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
3ac0a74bf33[svn-r29775] Description: Another change for 'none' file pointers.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
b2d6d68d5df[svn-r29770] Description: Bring 'none' 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)
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 improvementsDescription: - 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.2 JIRA Issues
Scot BreitenfeldScot Breitenfeld
988c33527f4[svn-r29745] HDFFV-9767 h5perf output; should be MB not MBsFIX: changed output text from MBs to MB and KBs to KBHDFFV-9767
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 trunkTested 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 improvementsDescription: - 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.HDFFV-9439
Allen ByrneAllen Byrne
18e360b9fa7[svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.SKIP h5repack VDS tests until h5repack is fixed. remove h5repack fix ddl files needed when h5repack VDS fix is implemented.HDFFV-1956
Allen ByrneAllen Byrne
0ff3a85a48a[svn-r29681] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.SKIP h5repack VDS tests until h5repack is fixed. Additional tests to be skippedHDFFV-1956
Allen ByrneAllen Byrne
7fe0324fc43[svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.SKIP h5repack VDS tests until h5repack is fixed.HDFFV-1956
Larry KnoxLarry Knox
921b68afa7c[svn-r29678] Revert r29672 changes to h5diff.Tested h5committest.new
Allen ByrneAllen Byrne
1335631f3d5[svn-r29673] Fix typo of var name
Allen ByrneAllen Byrne
1a5ee65d507[svn-r29672] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing.h5diff does not consider the layout type when comparing datasets.HDFFV-1956
Dana RobinsonDana Robinson
c575abdeff8[svn-r29668] Added H5Dfarray.c to CMake.Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 CMake serial
Dana RobinsonDana Robinson
305d2187255[svn-r29665] Added new chunk index types to h5debug.Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial
Dana RobinsonDana Robinson
e5c94192d73[svn-r29659] Added fixed array chunk indexing from revise_chunks.Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial w/ Java, Fortran, & C++
Dana RobinsonDana Robinson
f2c3407eb6b[svn-r29655] Added H5D_CHUNK_BTREE to the deprecated section of H5Dpublic.h.Tested on: 64-bit Ubuntu 15.10 (build only, not used in existing code)
Scot BreitenfeldScot Breitenfeld
77a806591d0[svn-r29653] fixed A variable that is specified as an argument to the intrinsic procedure C_LOC must either have type and type parameters that are interoperable with a C type, or be a nonpolymorphic, scalar variable with no length type parameters.
Scot BreitenfeldScot Breitenfeld
02a07cb0cfc[svn-r29649] changed indentation format, updated comments
Scot BreitenfeldScot Breitenfeld
01f479abb49[svn-r29648] FIX: HDFFV-8486 h5tbmake_table_f is missing the fill_data parameter (which is in the C counterpart)ADDED NEW API: h5tbread_table_f Tested: platypus, ostrichHDFFV-8486
Scot BreitenfeldScot Breitenfeld
54d598aa44c[svn-r29646] FIX: HDFFV-9522 Add support for variable length datatypes in the High Level H5LT Fortran APIsTested: platypus (gnu)HDFFV-9522
Quincey KoziolQuincey Koziol
b84fc458570[svn-r29644] Description: Finish correcting initializer for chunked layouts.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (to minor to require h5committest)
Quincey KoziolQuincey Koziol
c622ca83f58[svn-r29640] Description: Add missing inializer from revise_chunks branch.Tested on: MacOSX/64 10.11.4 (amazon) w/serial (Too minor to require h5committest)
Dana RobinsonDana Robinson
939da8a35e7[svn-r29638] Added new chunk index types to trace code.Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Quincey KoziolQuincey Koziol
5d46ad9b398[svn-r29635] Description: Bring support for earray and v2 B-trees from revise_chunks branch to trunk.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
a816d031089[svn-r29632] Description: Align w/revise_chunks branchTested on: MacOSX/64 10.11.4 (amazon) w/parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
4282c5f01fb[svn-r29630] Description: Minor style cleanups, from revise_chunks branchTested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel and production (too minor to require h5committest)
Quincey KoziolQuincey Koziol
c7d49516341[svn-r29626] Description: Revise method of invoking object flush callback.Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
2221a9a96e1[svn-r29625] Description: Removed unused routinesTested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
Dana RobinsonDana Robinson
00247456388[svn-r29620] Merge of r29619 from revise_chunks. Minor H5Fpublic.h comment update.Tested on: 64-bit Ubuntu 15.10 (build only, no code changes)
Quincey KoziolQuincey Koziol
86f401d7407[svn-r29614] Description: Bring updated code for setting chunk size information from revise_chunks branch.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
3cd705e56e6[svn-r29612] Description: Bring updated layout and EFL property comparisons and new "latest format" flags from revise_chunks branch.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
9d2178ab886[svn-r29607] Description: Bring "don't filter partial edge chunks" capability from revise_chunks to trunk.Tested on: MacOSX/64 10.11.4 (amazon) w/debug, production & parallel (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
e45885dea91[svn-r29603] HDFFV-9746 Add test for "/" for H5LTpath_validTested: jam (gnu)HDFFV-9746
Allen ByrneAllen Byrne
8e41b148111[svn-r29601] Cleanup case of CMake commands in tools.Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
Scot BreitenfeldScot Breitenfeld
018f92063e4[svn-r29599] added comments to source