AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
fb1525c2b2b[svn-r28802] Description: Correct another H5MM_free => H5MM_xfreeTested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel
Quincey KoziolQuincey Koziol
63102599575[svn-r28800] Description: Correct H5MM_free => H5MM_xfreeTested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel
Quincey KoziolQuincey Koziol
4b90bb3317c[svn-r28798] Description: Add missing H5MMprivate.h header fileTested on: Linux/32 2.6.x (jam) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
Quincey KoziolQuincey Koziol
4c5bb2b8db3[svn-r28797] Description: Clean up another round of memory allocation mis-matches.Tested on: Linux/32 2.6.x (jam) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
Quincey KoziolQuincey Koziol
3e0e79aa6ea[svn-r28795] Description: Clean up more memory allocation mis-matches.Tested on: Linux/32 2.6.x (jam) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
Dana RobinsonDana Robinson
1cbc72e1ef6[svn-r28792] Added cleanup for new test files to tfile.c.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Quincey KoziolQuincey Koziol
cdc21e0cb2d[svn-r28790] Description: Correct non-portable 'SIZE_T_MAX' to 'SIZET_MAX'.Tested on: Linux/32 2.6.x (jam) w/default compilers (h5committest forthcoming)
Dana RobinsonDana Robinson
064b2f6dd85[svn-r28788] Added extern C block to H5Epubgen.h (via bin/make_err).Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Quincey KoziolQuincey Koziol
f017eb6fc09[svn-r28777] Description: Add --enable-memory-alloc-sanity-check option to configure, to track and sanity check memory allocations within the library. This is orthogonal to the --enable-using-memchecker option and can be used with/without it.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
f8465bd1243[svn-r28773] Description: Clear memory for shared message info when "deferring" and using memory checker, so valgrind doesn't whine.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
d4f3d93b8d9[svn-r28769] Description: More memory cleanups and leak elimination.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
42bf0e2136a[svn-r28765] Description: Bump the nunmber of v2 B-tree records for the random 4-level B-tree update test by another 25,000 records.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (Too minor to require h5committest)
Quincey KoziolQuincey Koziol
f60170dac7c[svn-r28761] Description: Clean up many mismatches between malloc/free and H5MM_malloc/H5MM_xfree in the library and tests (and use of H5free_memory and H5Dvlen_reclaim). Also make H5Ocopy use a private version of H5Lexists, which doesn't internally throw (and suppress) errors when an object (or the path to it) isn't found in the destination.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
8d8d56d7d16[svn-r28759] Description: Bump number of records for level 4 update test, to cut down on number of random failures.Tested on: None - trivial
Quincey KoziolQuincey Koziol
528ab9b8101[svn-r28756] Description: Minor code neatening and cleanups (same as r28755) on revise_chunks branch.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (Too minor for h5committest)
Quincey KoziolQuincey Koziol
c6949efd4fd[svn-r28748] Description: Bump number of records for level 4 B-tree test, so that it's more likely to always get to level 4.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
b5504be6cc6[svn-r28742] Description: Add 'update' operation to v2 B-trees, which will insert a new record, or modify an existing one, depending on if the record exists or not.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Private HDFPrivate HDF
6d8b831b312[svn-r28730] Snapshot version 1.9 release 233
Quincey KoziolQuincey Koziol
6f83966fb97[svn-r28723] Description: Bring over rest of performance improvements for extending chunked datasets and normalize against revise_chunks branch.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel) (h5committest forthcoming)
Quincey KoziolQuincey Koziol
4a25e5b788b[svn-r28717] Description: Minor change to align w/revise_chunks branchTested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (too minor for h5committest)
Quincey KoziolQuincey Koziol
9ceca0f89a0[svn-r28710] Description: Bring r28708 from revise_chunks branch: Fix earray, farray and btree2 use of incorrect file pointer when two files are opened and used to access the data structure. Misc. minor code cleanups as well. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel h5committest forthcoming
Quincey KoziolQuincey Koziol
2c55e17cfb6[svn-r28702] Description: Fix typo in comment.Tested on: (Unneeded)
Dana RobinsonDana Robinson
0a00732c4d9[svn-r28696] Minor normalization with revise_chunks.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
1ab7e61c392[svn-r28678] Updated the cache_tagging test to correctly output tags in the debug/verbose function.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Larry KnoxLarry Knox
b3426914a87[svn-r28669] Changes to correct errors found with -ansi flag. h5tools_dump.c Removed 3 lines commented out with //. h5_vds-percival-unlim.c Changed C++-style comment to C-style comment.Tested with h5committest.new.
Dana RobinsonDana Robinson
410d8365d06[svn-r28663] Merge of r28662 from revise_chunks.Whitespace only.
Dana RobinsonDana Robinson
ae8e3348cfe[svn-r28655] Updated MANIFEST :/
Dana RobinsonDana Robinson
61cee5f91a6[svn-r28646] Minor normalization with revise_chunks.Also purged obsolete /*ARGSUSED*/ from the library. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Dana RobinsonDana Robinson
ddd91a7b193[svn-r28643] Add H5D_t pointer to chunk callback.Normalization for future single chunk indexing. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Albert ChengAlbert Cheng
322816c9666[svn-r28638] HDFFV-9273: cmakehdf5 --script failed in linux platypusSolution: remove --script option from cmakehdf5. Tested: platypusHDFFV-9273
Dana RobinsonDana Robinson
2cb441c507d[svn-r28629] Minor normalization with revise_chunks.Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Dana RobinsonDana Robinson
7e4fb729137[svn-r28626] Brought VFD-level file locking code over from revise_chunks.Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Dana RobinsonDana Robinson
f6c7631b3c4[svn-r28624] Minor normalization of H5FA package with revise_chunks.Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Dana RobinsonDana Robinson
59c2f32bc7f[svn-r28620] Minor normalization of H5HL package with revise_chunks.Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Dana RobinsonDana Robinson
3cdcdbc03e0[svn-r28616] Normalization of H5HL package with revise_chunks.NOTE: Flush dependency code was not moved. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 w/ CMake 3.3.2 serial only (Autotools and CMake since new files were added) (these changes have been in revise_chunks for a long time)
Dana RobinsonDana Robinson
91f01bd7025[svn-r28614] Normalization of H5FS package with revise_chunks.Mostly minor fixes like warnings, etc. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Dana RobinsonDana Robinson
abf03a6c650[svn-r28612] Normalization of H5G package with revise_chunks.Mostly minor fixes like warnings, etc. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Quincey KoziolQuincey Koziol
e78db67c621[svn-r28606] Description: Revisions to normalize revise chunks vs. trunk, plus push dataset metadata changes into the cache immediately (instead of holding them within the dataset data structures).Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
aa4fc58ac98[svn-r28599] Normalization of tools with revise_chunks.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only, autotools and CMake (3.3.2)
Dana RobinsonDana Robinson
f53c939bd05[svn-r28581] Brought flock changes over from revise_chunks as well as a few minor tweaks from H5private.h.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only, autotools and CMake (3.3.2)
Dana RobinsonDana Robinson
1b62a22e0ca[svn-r28577] Normalize test/th5o.c with revise_chunks.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
1dae74395ba[svn-r28575] Normalize test/file_image.c with revise_chunks.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
7822924da9f[svn-r28573] Merge of r28109 from revise_chunks. Minor change to test/vds.c.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
84d9914a132[svn-r28570] Normalization of test/lheap.c with revise_chunks.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
308426c6e3c[svn-r28568] Normalization of test/big.c with revise_chunks.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
fe938a0d71e[svn-r28565] Normalization of bin/trace with revise_chunks in preparation for merge.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) bin/trace run only
Albert ChengAlbert Cheng
bb2cdb92830[svn-r28563] HDFFV-9612: added ability to run multiple make commands.Added --njobs option to special number of jobs (-j N) to allow multiple commands during build (cmamke) and testing (ctest). Tested: platypus.HDFFV-9612
Dana RobinsonDana Robinson
46aa3ded7ce[svn-r28555] Normalization of Fortran directory with revise_chunks (minor).Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial, with and without the direct VFD enabled
Dana RobinsonDana Robinson
5855f5d431b[svn-r28553] Merge of r28436 from revise_chunks. Cleans up warnings exposed by gcc 5.2 in the flex/bison code.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
af371007e8b[svn-r28538] Merge of r28479 from revise_chunks.Fixes OS X compilation problems and brings some Linux symbols in line with the Autotools when building with CMake. Tested on: 64-bit OS X 10.11.1 El Capitan (Darwin 15.0.0) Xcode 7.1 Apple LLVM 7.0.0 (clang-700.1.76)