AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
18ad868b231[svn-r29924] Description: Bring h5format_convert tool from revise_chunks branch to trunk.Tested on: MacoSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
92806fb5e67[svn-r29922] merged -c29913 from 1.10.0 branch.
Allen ByrneAllen Byrne
9494f92ae29[svn-r29911] Fix script version ext text
Allen ByrneAllen Byrne
a5b595e020a[svn-r29889] HDFFV-9775: Add enable-error-stack to tools lib and refactor h5repack error handling.HDFFV-9775
Allen ByrneAllen Byrne
740d4a3b6f8[svn-r29888] Correct spelling of testfile name
Allen ByrneAllen Byrne
5497968dfe3[svn-r29887] Add missing testfiles for h5repack
Allen ByrneAllen Byrne
3764d69e9e8[svn-r29885] Fix memory leak when one dataset is vlen.
Allen ByrneAllen Byrne
2f1b5170210[svn-r29884] VDS correction for get_space_status, with test change.Add new files for repack tests. Add repack tests for VDS files.
Allen ByrneAllen Byrne
f962c3d963b[svn-r29883] Convert import test script to standard used by other test scripts.
Allen ByrneAllen Byrne
ca8465513df[svn-r29882] Convert cache source files to library compatible by CMake and Windows
Allen ByrneAllen Byrne
5e94747c52e[svn-r29881] Add include guards.Remove unnecessary includes.
Allen ByrneAllen Byrne
1bd3635781b[svn-r29880] Add HD to sleep function calls
Allen ByrneAllen Byrne
0c0d6bd4dfd[svn-r29878] Add LD tests to CMake.Add include guards and Windows guards to dectris_hl_perf.c file.
Allen ByrneAllen Byrne
2d36359035b[svn-r29874] Move hl/tools/gif2h5 CMake code to subfolder.
Allen ByrneAllen Byrne
f1633a5fe2f[svn-r29873] Java add missing APIs.Adjust whitespace in H5.java for exception indentation. Adjust whitespace in JNI for function signature formatting.
Allen ByrneAllen Byrne
54316ab5424[svn-r29871] HDFFV-9743: Fix java examples Debug build commands.rename examples clear-objects test names.HDFFV-9743
Allen ByrneAllen Byrne
792f9028544[svn-r29868] Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
Allen ByrneAllen Byrne
8bd70914fc7[svn-r29867] CMake whitespace cleanup
Allen ByrneAllen Byrne
7b291f3531a[svn-r29866] Add files to clear test generated files tests.
Allen ByrneAllen Byrne
949853b0472[svn-r29864] Add ignore test names for Valgrind process.Add files to clear test generated files tests.
Allen ByrneAllen Byrne
74f3326a67d[svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
Quincey KoziolQuincey Koziol
2e3e3f9cd36[svn-r29857] Description: Bring H5LD* routines from revise_chunks branch to trunk.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
a6ce3d4e45f[svn-r29850] Description: 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)
Quincey KoziolQuincey Koziol
ac72823bc2a[svn-r29844] Description: Minor rearrangements, to align with revise_chunks branchTested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
bd33a9d6da4[svn-r29842] Description: Bring [appropriate portions of] r29811, 29813, 29826, 29830, 29831 from revise_chunks branch to the trunk.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
f63b2c50ac9[svn-r29815] Description: Change 'value' pointer to H5Pset() from 'void *' to 'const void *'.Tested on: MacOSX/64 10.11.4 (amazon) w/serial (h5committest forthcoming)
Binh-Minh RiblerBinh-Minh Ribler
75b926c96aa[svn-r29803] Purpose: Code improvement Description: The constructor FL_PacketTable added in 1.10.0 did not have good prototype; it didn't allow the property list to be default. Marked it deprecated and added this one: FL_PacketTable(hid_t fileID, const char* name, hid_t dtypeID, hsize_t chunkSize = 0, hid_t plistID = H5P_DEFAULT) Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
cedc64c6956[svn-r29800] Purpose: Fix memory leak - HDFFV-9700Description: Applied user's patch to fix memory leak. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)HDFFV-9700
Binh-Minh RiblerBinh-Minh Ribler
853b4f417b6[svn-r29796] Purpose: Fix warnings HDFFV-8615Description: The "warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]" was already removed by adding const to char* parameter in the FL_PacketTable. This change is to remove the use of literal strings in code for maintainability. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)HDFFV-8615
Dana RobinsonDana Robinson
f50629ed52d[svn-r29793] Removed -Waggregate-return from gnu C++ flags.This flag generates a large number of warnings and is considered obsolete since its primary purpose seems to have been to support ancient compilers that could not return an aggregate. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial w/ C++
Binh-Minh RiblerBinh-Minh Ribler
0d5910683d3[svn-r29786] Purpose: Add new wrapperDescription: Added wrapper for H5Tset_nbit: void DSetCreatPropList::setNbit() const. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
32bdd82cc8f[svn-r29782] Purpose: Code improvementDescription: - Removed ArrayType::rank and ArrayType::dimensions and modified the methods ArrayType::getArrayNDims and ArrayType::getArrayDims to always call the C functions to get the rank and dimensions. - Overloaded ArrayType::getArrayNDims and ArrayType::getArrayDims to provide const version and marked the non-const version deprecated. Platforms tested: Linux/3...
Quincey KoziolQuincey Koziol
4f831405cb0[svn-r29779] Description: Bring over some of the tool testing for the new chunk indices.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
b0980a5f541[svn-r29776] Description: Bring "file pointer patching" code & test from revise_chunks to trunk.Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
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)