summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29709] another merge from trunk.inactive/multi_rd_wd_coll_ioMohamad Chaarawi2016-04-1575-860/+8706
|\
| * [svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-112-20/+0
| | | | | | | | | | | | | | 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.
| * [svn-r29681] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-111-4/+6
| | | | | | | | | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. Additional tests to be skipped
| * [svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-115-44/+203
| | | | | | | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed.
| * [svn-r29678] Revert r29672 changes to h5diff.Larry Knox2016-04-093-35/+10
| | | | | | | | Tested h5committest.new
| * [svn-r29673] Fix typo of var nameAllen Byrne2016-04-081-1/+1
| |
| * [svn-r29672] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-083-10/+35
| | | | | | | | failing. h5diff does not consider the layout type when comparing datasets.
| * [svn-r29668] Added H5Dfarray.c to CMake.Dana Robinson2016-04-081-0/+1
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 CMake serial
| * [svn-r29665] Added new chunk index types to h5debug.Dana Robinson2016-04-071-2/+50
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial
| * [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-0714-22/+2189
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial w/ Java, Fortran, & C++
| * [svn-r29655] Added H5D_CHUNK_BTREE to the deprecated section of H5Dpublic.h.Dana Robinson2016-04-071-0/+1
| | | | | | | | Tested on: 64-bit Ubuntu 15.10 (build only, not used in existing code)
| * [svn-r29653] fixed A variable that is specified as an argument to the ↵Scot Breitenfeld2016-04-071-1/+1
| | | | | | | | 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.
| * [svn-r29649] changed indentation format, updated commentsScot Breitenfeld2016-04-061-17/+12
| |
| * [svn-r29648] FIX: HDFFV-8486 Scot Breitenfeld2016-04-066-122/+621
| | | | | | | | | | | | | | | | h5tbmake_table_f is missing the fill_data parameter (which is in the C counterpart) ADDED NEW API: h5tbread_table_f Tested: platypus, ostrich
| * [svn-r29646] FIX: HDFFV-9522 Scot Breitenfeld2016-04-061-5/+71
| | | | | | | | | | | | Add support for variable length datatypes in the High Level H5LT Fortran APIs Tested: platypus (gnu)
| * [svn-r29644] Description:Quincey Koziol2016-04-061-1/+1
| | | | | | | | | | | | | | | | Finish correcting initializer for chunked layouts. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (to minor to require h5committest)
| * [svn-r29640] Description:Quincey Koziol2016-04-051-1/+1
| | | | | | | | | | | | | | | | Add missing inializer from revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial (Too minor to require h5committest)
| * [svn-r29638] Added new chunk index types to trace code.Dana Robinson2016-04-051-0/+34
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
| * [svn-r29635] Description:Quincey Koziol2016-04-0519-21/+3773
| | | | | | | | | | | | | | | | | | 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)
| * [svn-r29632] Description:Quincey Koziol2016-04-051-6/+10
| | | | | | | | | | | | | | | | Align w/revise_chunks branch Tested on: MacOSX/64 10.11.4 (amazon) w/parallel (h5committest forthcoming)
| * [svn-r29630] Description:Quincey Koziol2016-04-051-25/+31
| | | | | | | | | | | | | | | | Minor style cleanups, from revise_chunks branch Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel and production (too minor to require h5committest)
| * [svn-r29626] Description:Quincey Koziol2016-04-043-17/+23
| | | | | | | | | | | | | | | | Revise method of invoking object flush callback. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r29625] Description:Quincey Koziol2016-04-042-115/+0
| | | | | | | | | | | | | | | | Removed unused routines Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r29620] Merge of r29619 from revise_chunks. Minor H5Fpublic.h comment ↵Dana Robinson2016-04-041-3/+0
| | | | | | | | | | | | update. Tested on: 64-bit Ubuntu 15.10 (build only, no code changes)
| * [svn-r29614] Description:Quincey Koziol2016-04-034-38/+71
| | | | | | | | | | | | | | | | | | 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)
| * [svn-r29612] Description:Quincey Koziol2016-04-0318-150/+115
| | | | | | | | | | | | | | | | | | 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)
| * [svn-r29607] Description:Quincey Koziol2016-04-0214-261/+1452
| | | | | | | | | | | | | | | | | | 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)
| * [svn-r29603] HDFFV-9746 Add test for "/" for H5LTpath_validScot Breitenfeld2016-04-011-0/+23
| | | | | | | | Tested: jam (gnu)
| * [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-3113-25/+41
| | | | | | | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
| * [svn-r29599] added comments to sourceScot Breitenfeld2016-03-301-12/+16
| |
| * [svn-r29591] Changed buf variable in h5awrite_f from INOUT to INScot Breitenfeld2016-03-291-1/+1
| |
* | [svn-r29689] old merge from trunk.Mohamad Chaarawi2016-04-13693-7334/+95333
|\ \ | |/
| * [svn-r29560] Remove list and check of flags, defer to library function for ↵Allen Byrne2016-03-242-12/+7
| | | | | | | | checking, which will return an error. That error then produces a HDF5FunctionArgument exception instead of IllegalArgument exception.
| * [svn-r29557] Add comments to CMake macros and do append error fileAllen Byrne2016-03-243-28/+50
| | | | | | | | revise_chunks rev 29556
| * [svn-r29554] Description:Binh-Minh Ribler2016-03-241-1/+0
| | | | | | | | Removed an extra line in the Copyright block. No need to test.
| * [svn-r29552] Normalization with revise_chunks in preparation for big merge.Dana Robinson2016-03-241-2/+5
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
| * [svn-r29549] Minor normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-243-8/+8
| | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
| * [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-2430-471/+182
| | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
| * [svn-r29545] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-246-680/+582
| | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
| * [svn-r29537] Added "latest format" tests to h5copy and h5repack from ↵Dana Robinson2016-03-2328-79/+657
| | | | | | | | | | | | | | | | revise_chunks. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial cmake serial
| * [svn-r29534] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-237-10/+17
| | | | | | | | | | | | | | | | | | tools directory Also fixes a minor Java test output error. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
| * [svn-r29531] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-235-11/+6
| | | | | | | | | | | | | | hl and bin directories Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
| * [svn-r29524] Fix typo in test nameAllen Byrne2016-03-221-1/+1
| |
| * [svn-r29523] Add test dependencyAllen Byrne2016-03-221-0/+1
| |
| * [svn-r29520] rename java test file because test modifies original file.Allen Byrne2016-03-223-15/+22
| | | | | | | | Delete copy when test is finished.
| * [svn-r29519] rename java test file because test modifies original file.Allen Byrne2016-03-221-1/+1
| |
| * [svn-r29513] Only delete the copied and generated test files.Allen Byrne2016-03-224-40/+8
| |
| * [svn-r29507] Add actual file name to delete functions to prevent accidental ↵Allen Byrne2016-03-225-11/+11
| | | | | | | | | | | | deletion of source files. (HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
| * [svn-r29503] The parallel and enable Java options have been marked asDana Robinson2016-03-221-0/+9
| | | | | | | | | | | | | | "unsupported" in the autotools. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools parallel w/ Java
| * [svn-r29502] The thread-safety and enable Java options have been marked asDana Robinson2016-03-221-1/+9
| | | | | | | | | | | | | | "unsupported" in the autotools. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java