summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | Move cache debugging routines into separate module.Quincey Koziol2016-11-037-1102/+1223
| | |
| * | Change file memory type for extending to default, and correct error inQuincey Koziol2016-11-032-4/+8
| | | | | | | | | | | | backward compatibility for multi VFD.
| * | Warning and whitespace cleanup.Quincey Koziol2016-11-034-17/+43
| | |
| * | Improvements to the log VFD, for helping with SWMR debugging.Quincey Koziol2016-11-032-28/+137
| | |
| * | Minor code cleanups.Quincey Koziol2016-11-032-14/+6
| | |
| * | Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrappingQuincey Koziol2016-11-033-133/+133
| | | | | | | | | | | | in tools code.
* | | Merge pull request #122 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_groups to ↵Dana Robinson2016-11-032-31/+206
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop Merged EoC for groups. Will expand the tests as discussed in the code review at a later date. * commit '30f5f7d9f97e7e4e331894c3574cc1b6c4df6d9e': Removed commented-out lines that clean up test files. Added a test for old- and new-style groups under evict-on-close. Evict-on-close now works with groups.
| * | | Removed commented-out lines that clean up test files.Dana Robinson2016-11-031-2/+2
| | | |
| * | | Added a test for old- and new-style groups under evict-on-close.Dana Robinson2016-10-301-33/+141
| | | |
| * | | Evict-on-close now works with groups.Dana Robinson2016-10-282-29/+96
| | | | | | | | | | | | | | | | | | | | test/evict_on_close.c has been updated to generate groups but does not yet check EoC works correctly.
* | | | Merge pull request #125 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-032-112/+113
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | * commit '3ae37a2068c96cd0adbbd5182e9f9890629d6994': Correct location of file for chmod statement Add missing h5format_convert generated files Correct locations of tools files
| * | | Correct location of file for chmod statementAllen Byrne2016-11-031-1/+1
| | | |
| * | | Add missing h5format_convert generated filesAllen Byrne2016-11-031-2/+5
| | | |
| * | | Correct locations of tools filesAllen Byrne2016-11-031-109/+107
|/ / /
* | | Merge pull request #119 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-022-22/+33
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '9340a6078bb711fdf1d00d6974f0c20ea319a1e3': Update ignore file to match changes to tools folders Fix parallel h5diff option of tool location
| * | | Update ignore file to match changes to tools foldersAllen Byrne2016-11-021-20/+31
| | | |
| * | | Fix parallel h5diff option of tool locationAllen Byrne2016-11-021-2/+2
| | | |
* | | | Merge pull request #120 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5S_header_fix ↵Dana Robinson2016-11-021-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | to develop Fixed errant parentheses in (unused) H5Sprivate.h macros. * commit '4175847a199ae95d5a201d52c3452cc8bc7e82bf': Fixed wayward parentheses in H5Sprivate.h.
| * | | Fixed wayward parentheses in H5Sprivate.h.Dana Robinson2016-11-021-2/+2
|/ / /
* | | Merge pull request #118 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-012-14/+92
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'de57917e58b53d19ef9ac9379f24a1de69d3dd15': minor cleanup to utils defines Add util programs for tests Correct test command line refactor repart test to use test dir
| * | | minor cleanup to utils definesAllen Byrne2016-11-012-5/+2
| | | |
| * | | Add util programs for testsAllen Byrne2016-11-011-0/+8
| | | |
| * | | Correct test command lineAllen Byrne2016-11-011-3/+3
| | | |
| * | | refactor repart test to use test dirAllen Byrne2016-11-011-7/+80
|/ / /
* | | Merge pull request #109 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-01645-1490/+2340
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0f94a43c46186eba3a536ab3b60433f469b5672c': Update with changes from buildbot process Remove duplicate block Update with latest changes used in buildbot process Re-merge HDFFV-9942 to new folder structure Correct dir reference Split tools code - remove old change Add new file to ignore Split tools into src and test - update locations Split tools into src and test - update with new files or locations Split tools into src and test - add folders Split tools into src and test - remove folders Split the code into src and test Add error log for dlopen
| * | Update with changes from buildbot processAllen Byrne2016-10-271-3/+9
| | |
| * | Remove duplicate blockAllen Byrne2016-10-271-3/+0
| | |
| * | Update with latest changes used in buildbot processAllen Byrne2016-10-271-23/+26
| | |
| * | Re-merge HDFFV-9942 to new folder structureAllen Byrne2016-10-276-46/+420
| | |
| * | Correct dir referenceAllen Byrne2016-10-271-1/+1
| | |
| * | Split tools code - remove old changeAllen Byrne2016-10-273-276/+0
| | |
| * | Merge pull request #6 in ~BYRN/hdf5_adb from ↵Allen Byrne2016-10-27644-2004/+2750
| |\ \ |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-9719-tools-code-split to develop * commit 'b96f0bc9ed9212ad0f9248a701ebce59ee8e14fa': Add new file to ignore Split tools into src and test - update locations Split tools into src and test - update with new files or locations Split tools into src and test - add folders Split tools into src and test - remove folders Split the code into src and test Add error log for dlopen
| * | Add new file to ignoreAllen Byrne2016-10-271-0/+3
| | |