summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #162 in HDFFV/hdf5 from ↵Quincey Koziol2016-11-1720-1044/+385
|\ | | | | | | | | | | | | ~KOZIOL/hdf5:develop_merge_revise_chunks_07 to develop * commit 'be27e1ad79dfa0507f589b29d938b7e1020a5b2d': Remove explicit support within the metadata cache for tracked compressed entries, they are now completely handled in the clients.
| * Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-1720-1044/+385
|/ | | | entries, they are now completely handled in the clients.
* Merge pull request #160 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-171-68/+68
|\ | | | | | | | | * commit '45d817af9ca4db92db0eba81e4c330380c26a41e': Repair comment chars to C style
| * Repair comment chars to C styleAllen Byrne2016-11-171-68/+68
|/
* Merge pull request #158 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ↵Binh-Minh Ribler2016-11-1516-144/+53
|\ | | | | | | | | | | | | | | | | develop Removed the obsolete macros H5_NO_NAMESPACE and H5_NO_STD from the examples. * commit '51ea7245dfdbda8311961ea4755c8d9c8ce99d76': Description: Removed H5_NO_NAMESPACE from the examples. They were missed from the previous cleanup. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus)
| * Description:Binh-Minh Ribler2016-11-1416-144/+53
|/ | | | | | | | Removed H5_NO_NAMESPACE from the examples. They were missed from the previous cleanup. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus)
* Merge pull request #156 in HDFFV/hdf5 from ↵Quincey Koziol2016-11-138-33/+203
|\ | | | | | | | | | | | | ~KOZIOL/hdf5:develop_merge_revise_chunks_06 to develop * commit 'd4591ff54d9319346f49a3bc67431f0fa26a8d65': Bring over new 'notify' metadata cache client callback actions for when an entry is cleaned / dirtied or its [flush dependency] child entry is cleaned / dirtied.
| * Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-128-33/+203
|/ | | | | entry is cleaned / dirtied or its [flush dependency] child entry is cleaned / dirtied.
* Merge pull request #155 in HDFFV/hdf5 from ↵Quincey Koziol2016-11-127-817/+727
|\ | | | | | | | | | | | | ~KOZIOL/hdf5:develop_merge_revise_chunks_05 to develop * commit '1c6924f18bd8fdad63c4f191c00605092c17fa6e': Refactor H5O code to clean up message allocation, align cache deserialize code with revise_chunks changes, and remove unused "message locking" code.
| * Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-127-817/+727
| | | | | | | | with revise_chunks changes, and remove unused "message locking" code.
* | Merge pull request #154 in HDFFV/hdf5 from ↵Quincey Koziol2016-11-126-66/+92
|\ \ | |/ |/| | | | | | | | | ~KOZIOL/hdf5:develop_merge_revise_chunks_04 to develop * commit '80ac4343cdf0640b114b846db87c091c6e7c66a6': Align w/minor cleanups in revise_chunks branch.
| * Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-126-66/+92
|/
* Merge pull request #151 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-115-405/+213
|\ | | | | | | | | * commit '31ffc1e72687b4d27602a044565bde6b1e9d803f': Clean up cache code to eliminate dead-ends and unify code.
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 ↵Quincey Koziol2016-11-102-11/+22
| |\ | | | | | | | | | into develop_merge_revise_chunks_03
| * | Clean up cache code to eliminate dead-ends and unify code.Quincey Koziol2016-11-105-405/+213
| | |
* | | Merge pull request #152 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2016-11-111-8/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Moved Win32 variables in log VFD to top of function like in revise_chunks. * commit 'be0dfa3e22bcd1454215e2a348756bf21e749044': Moved Win32 variables to top of function in H5FDlog.c.
| * | | Moved Win32 variables to top of function in H5FDlog.c.derobins2016-11-111-8/+9
|/ / /
* | | Merge pull request #144 in HDFFV/hdf5 from ↵Dana Robinson2016-11-102-0/+68
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:restore_script_dev to develop Added autogen "undo" script to bin/ * commit '57a8bb60811b6d788d586836674ab8ea779131d3': Adds a script to undo the action of autogen.sh. Useful when git complains about Makefile.in clobbers, etc.
| * | Adds a script to undo the action of autogen.sh. UsefulDana Robinson2016-11-082-0/+68
| | | | | | | | | | | | when git complains about Makefile.in clobbers, etc.
* | | Merge pull request #148 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-102-11/+22
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | * commit 'e40faaa8fbc8490af626dd9da3ff741284327e65': Update installdir format for windows Correct name of list Factor out path On windows there could be a conflict when two processes try to read the same file
| * | Update installdir format for windowsAllen Byrne2016-11-101-2/+2
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2016-11-101-1/+1
| |\ \ | |/ / |/| | | | | | | | * commit 'ea55d4192e14411e3c67facac57bb547b6fc3402': Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings about forward-compatibility after tools split.
* | | Merge pull request #147 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:subdir-objects ↵Dana Robinson2016-11-101-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | to develop Adds subdir-objects to AM_INIT_AUTOMAKE to quiet forward-compatibility warnings from automake after the tools directory rework. * commit 'a203f2369af79f4b2b838ab457d81749456c2a4b': Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings about forward-compatibility after tools split.
| * | Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warningsDana Robinson2016-11-101-1/+1
|/ / | | | | | | about forward-compatibility after tools split.
| * Correct name of listAllen Byrne2016-11-091-11/+11
| |
| * Factor out pathAllen Byrne2016-11-091-10/+9
| |
| * On windows there could be a conflict when two processes try to read theAllen Byrne2016-11-091-1/+13
|/ | | same file
* Merge pull request #138 in HDFFV/hdf5 from ↵Dana Robinson2016-11-074-10/+10
|\ | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Pget_driver_info_retval to develop Changed the return type of H5Pget_driver_info() from void * to const void * * commit '8eaa0af30585adbbab29686541cd33e058abd6e8': Changed the return type of H5Pget_driver_info() from void * to const void *. Fixes HDFFV-10017.
| * Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-054-10/+10
| | | | | | | | const void *. Fixes HDFFV-10017.
* | Merge pull request #140 in HDFFV/hdf5 from ↵Quincey Koziol2016-11-0717-1022/+805
|\ \ | | | | | | | | | | | | | | | | | | | | | ~KOZIOL/hdf5:develop_merge_revise_chunks_02 to develop * commit '9504d3f337c94c1a2d00bc5b05561e6ed1cee798': Switch to new, more scalable, metadata cache entry tagging. Remove routines not yet used in develop
| * | Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-0716-882/+805
| | |
| * | Remove routines not yet used in developQuincey Koziol2016-11-071-140/+0
|/ /
* | Merge pull request #139 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-0739-5845/+5234
|\ \ | |/ |/| | | | | * commit 'bb6cb6adb005b0447c1dbb5d61711e3a459ade1f': Code style and warning cleanups, from revise_chunks branch.
| * Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-0639-5845/+5234
|/
* Merge pull request #134 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-041-0/+16
|\ | | | | | | | | * commit '9187e8c5d0663c176c50cc5b6053a8732a834194': Add missing retrieval of cache logging name, from revise_chunks.
| * Add missing retrieval of cache logging name, from revise_chunks.Quincey Koziol2016-11-041-0/+16
|/
* Merge pull request #133 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-043-319/+6
|\ | | | | | | | | | | | | Buildbot mktarball test pass * commit '070362cc93793f3b4fa3cc9bc44b235461520408': Fix mktarball errors with Manifest
| * Fix mktarball errors with ManifestAllen Byrne2016-11-043-319/+6
| |
* | Merge pull request #131 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-0425-21/+2452
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | * commit '872d1666b4d24eb381773baaaaed6b6bf00dd080': Add public H5F* routines for cache logging. Add cache logging test. Add cache logging property and file pieces. Add logging prototypes and cache struct fields. Add logging error message. Bring cache logging routines from revise_chunks branch to develop. Remove static definition for debugging routines. *sigh* Add missing prototypes for cache debugging routines.
| * Add public H5F* routines for cache logging.Quincey Koziol2016-11-041-0/+99
| |
| * Add cache logging test.Quincey Koziol2016-11-045-2/+185
| |
| * Add cache logging property and file pieces.Quincey Koziol2016-11-047-10/+475
| |
| * Add logging prototypes and cache struct fields.Quincey Koziol2016-11-042-0/+33
| |
| * Add logging error message.Quincey Koziol2016-11-041-0/+1
| |
| * Bring cache logging routines from revise_chunks branch to develop.Quincey Koziol2016-11-049-6/+1653
| |
| * Remove static definition for debugging routines. *sigh*Quincey Koziol2016-11-041-2/+0
| |
| * Add missing prototypes for cache debugging routines.Quincey Koziol2016-11-042-1/+6
|/
* Merge pull request #100 in HDFFV/hdf5 from ↵Frank Willmore2016-11-0319-48/+48
|\ | | | | | | | | | | | | ~FRANK.WILLMORE/hdf5:HDFFV-8882-replace-numeric-exit-code-with to develop * commit '526bcc242d03a6fc4fd28d3a0f68cc31f4f2a850': Changes to be committed: modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c
| * Changes to be committed:Frank.Willmore2016-10-2519-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c Minor fixes to replace numeric exit codes with MACRO declarations. Not all codes found were boolean, and those cases were not changed.
* | Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-0318-1299/+1551
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b2878dec04c120e4e3cdf00e943283e359862c84': Move cache debugging routines into separate module. Change file memory type for extending to default, and correct error in backward compatibility for multi VFD. Warning and whitespace cleanup. Improvements to the log VFD, for helping with SWMR debugging. Minor code cleanups. Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping in tools code.