summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r30048] refactor duplicate release string callsAllen Byrne2016-06-071-11/+4
|
* [svn-r30035] Description:Quincey Koziol2016-06-066-418/+498
| | | | | | | | Extract tagging routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30033] Description:Quincey Koziol2016-06-066-188/+250
| | | | | | | | Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30031] Description:Quincey Koziol2016-06-061-2/+1
| | | | | | | | Minor code cleanup to align w/revise_chunks branch. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30026] Description:Quincey Koziol2016-06-061-9/+9
| | | | | | | | Remove -Wnormalized from GCC 4.x builds. Tested on: elk (w/gcc 4.4.7) moohan (w/gcc 4.8.5)
* [svn-r30025] Description;Quincey Koziol2016-06-061-2/+3
| | | | | | | | Bring a few code cleanups in from thr revise_chunks branch. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30023] Description:Quincey Koziol2016-06-062-47/+47
| | | | | | | | Make the trace open/close routines static. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30020] Description:Quincey Koziol2016-06-063-3/+21
| | | | | | | | | | Bring r29992 from revise_chunks branch to trunk: Turn off error reporting for h5debug and hdf2gif. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & produciton (h5committest forthcoming)
* [svn-r30017] Description:Quincey Koziol2016-06-0617-320/+363
| | | | | | | | | Bring warning cleanusp in r29990, 29993, 29997, 29999, 30004 from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production. (h5committest forthcoming)
* [svn-r30015] Description:Quincey Koziol2016-06-052-29/+101
| | | | | | | | Update GNU compiler flags for 6.x release. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30009] Fix for h5format_convert daily test failures when ↵Vailin Choi2016-06-041-1/+3
| | | | | | --enable-using-memchecker. Tested on jam, ostrich, moohan, osx1010test, quail, kite, mayll.
* [svn-r30002] Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warningsDana Robinson2016-06-016-123/+368
| | | | | | | | in the cache tests, and made some huge static arrays dynamic in the cache tests. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
* [svn-r29985] Description:Quincey Koziol2016-05-305-425/+452
| | | | | | | | Extract query routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r29980] Description:Quincey Koziol2016-05-301-19/+19
| | | | | | | | Cleanup whitespace to align w/revise_chunks branch Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29978] Description:Quincey Koziol2016-05-304-40/+44
| | | | | | | | | | Bring r29914 from revise_chunks branch to trunk: Banished -Wformat= warnings from the library, tools, and tests. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29976] Description:Quincey Koziol2016-05-301-53/+18
| | | | | | | | | | Bring over remaining piece of r29675 from revise_chunks branch: Refactor coding in H5D__farray_idx_delete() to be similar to H5D__earray_idx_delete() Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29975] Description:Quincey Koziol2016-05-302-122/+124
| | | | | | | | | | Bring r29909 from revise_chunks to trunk: Cleaned up "conflicts with C++ keyword" warnings. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29969] Description:Quincey Koziol2016-05-2914-26/+324
| | | | | | | | | | | Bring r29934 from revise_chunks branch to trunk: (1) Fix for HDFFV-9434: throw an error instead of assertion when v1 btree level hits the 1 byte limit. (2) Modifications to better handle error recovery when conversion by h5format_convert fails. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29963] Fix plugin test executable link libraryAllen Byrne2016-05-241-2/+2
|
* [svn-r29959] Fixed some bad logic in the cache_api test that causedDana Robinson2016-05-241-28/+27
| | | | | | | EXIT_FAILURE to be returned from the test. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
* [svn-r29957] Changes to cache_api.cDana Robinson2016-05-241-1410/+388
| | | | | | | | | | | | | - Cleaned up mixed tabs and spaces that mis-aligned brackets. - Test functions now return hbool_t to match the global pass variable. - Main now returns EXIT_SUCCESS/EXIT_FAILURE. - The invalid_configs array is now allocated dynamically instead of statically. This reduces the frame size, removing some warnings and making it easier for platforms/compilers that have frame size issues (e.g.: zOS). Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
* [svn-r29956] Removed tools/h5format_convert/Makefile.in.Dana Robinson2016-05-241-1502/+0
|
* [svn-r29952] merged change 29951 from Scot Breitenfeld2016-05-231-0/+2
| | | | | | https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_10_0/fortran/src into trunk.
* [svn-r29946] comment cleanup/reformattingScot Breitenfeld2016-05-181-57/+51
|
* [svn-r29939] HDFFV-9917: compile time error with H5f90global.f90Scot Breitenfeld2016-05-161-4/+4
| | | | | | | Fix:Made datatypes the same type and kind for both args to MAX(). Tested: jam (gnu)
* [svn-r29928] HDFFV-9912:Scot Breitenfeld2016-05-122-92/+110
| | | | | | | | | | configure fails to detect valid KINDs on FreeBSD Added the exponential option to SELECTED_REAL_KIND to distinguish KINDs of same precision. Tested: FredBSD, jam, platypus.
* [svn-r29924] Description:Quincey Koziol2016-05-1263-52/+5022
| | | | | | | | Bring h5format_convert tool from revise_chunks branch to trunk. Tested on: MacoSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29922] merged -c29913 from 1.10.0 branch.Scot Breitenfeld2016-05-121-3/+3
|
* [svn-r29911] Fix script version ext textAllen Byrne2016-05-111-1/+1
|
* [svn-r29889] HDFFV-9775: Add enable-error-stack to tools lib and refactor ↵Allen Byrne2016-05-0410-700/+755
| | | | h5repack error handling.
* [svn-r29888] Correct spelling of testfile nameAllen Byrne2016-05-041-1/+1
|
* [svn-r29887] Add missing testfiles for h5repackAllen Byrne2016-05-042-0/+51
|
* [svn-r29885] Fix memory leak when one dataset is vlen.Allen Byrne2016-05-041-229/+241
|
* [svn-r29884] VDS correction for get_space_status, with test change.Allen Byrne2016-05-0412-173/+744
| | | | | Add new files for repack tests. Add repack tests for VDS files.
* [svn-r29883] Convert import test script to standard used by other test scripts.Allen Byrne2016-05-041-19/+25
|
* [svn-r29882] Convert cache source files to library compatible by CMake and ↵Allen Byrne2016-05-045-469/+398
| | | | Windows
* [svn-r29881] Add include guards.Allen Byrne2016-05-045-20/+39
| | | | Remove unnecessary includes.
* [svn-r29880] Add HD to sleep function callsAllen Byrne2016-05-044-5/+5
|
* [svn-r29878] Add LD tests to CMake.Allen Byrne2016-05-043-22/+98
| | | | Add include guards and Windows guards to dectris_hl_perf.c file.
* [svn-r29874] Move hl/tools/gif2h5 CMake code to subfolder.Allen Byrne2016-05-044-67/+72
|
* [svn-r29873] Java add missing APIs.Allen Byrne2016-05-0443-2001/+3716
| | | | | Adjust whitespace in H5.java for exception indentation. Adjust whitespace in JNI for function signature formatting.
* [svn-r29871] HDFFV-9743: Fix java examples Debug build commands.Allen Byrne2016-05-044-21/+33
| | | | rename examples clear-objects test names.
* [svn-r29868] Add/convert most tools to use new HDF5_TOOLS_DIR instead of ↵Allen Byrne2016-05-041-1/+1
| | | | HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29867] CMake whitespace cleanupAllen Byrne2016-05-045-71/+71
|
* [svn-r29866] Add files to clear test generated files tests.Allen Byrne2016-05-041-1/+92
|
* [svn-r29864] Add ignore test names for Valgrind process.Allen Byrne2016-05-044-3/+37
| | | | Add files to clear test generated files tests.
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-0428-695/+703
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29857] Description:Quincey Koziol2016-05-0310-4/+2541
| | | | | | | | Bring H5LD* routines from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29850] Description:Quincey Koziol2016-05-0127-175/+2342
| | | | | | | | | | Bring H5DOappend(), H5P[s|g]et_object_flush_cb, and H5P[s|g]et_append_flush from revise_chunks branch to trunk. Brings along updated metadata cache entry tagging, and the internal object flush routine. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29844] Description:Quincey Koziol2016-05-012-13/+19
| | | | | | | | Minor rearrangements, to align with revise_chunks branch Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)