summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #333 in HDFFV/hdf5 from merge_page_buffering_07 to developQuincey Koziol2017-03-1328-824/+2060
|\ | | | | | | | | | | | | | | | | * commit '4fad103187db9095afc8eab90b5f5544feb1d19b': Bring changes to I/O parameters from page_buffering branch. Merge in reentrency changes to "make space in cache" from page_buffering branch. Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from a cache image. Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the page_buffering branch yet. Also, bring over improvements to flush candidate entries for parallel code. Align with incoming page buffering changes: minor cleanups, centralize removing entries from collective metadata read list
| * Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-1314-249/+355
| |
| * Merge in reentrency changes to "make space in cache" from page_buffering branch.Quincey Koziol2017-03-134-51/+733
| |
| * Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-1212-34/+265
| | | | | | | | a cache image.
| * Remove some usage of "prefetched_dirty" flag (which hasn't been merged from theQuincey Koziol2017-03-103-416/+577
| | | | | | | | | | page_buffering branch yet. Also, bring over improvements to flush candidate entries for parallel code.
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-03-104-22/+43
| |\ | |/ |/| | | merge_page_buffering_07
* | Merge pull request #330 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-03-091-1/+1
|\ \ | | | | | | | | | | | | | | | * commit 'd297ee6e82adbbbbca168997953cdf0c5a3922eb': updated AM_SILENT_RULES syntax Added a check for AM_SILENT_RULES before enabling it.
| * | updated AM_SILENT_RULES syntaxM. Scot Breitenfeld2017-03-091-1/+1
| | |
| * | Added a check for AM_SILENT_RULES before enabling it.M. Scot Breitenfeld2017-03-081-1/+1
|/ /
* | Merge pull request #328 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-083-21/+42
|\ \ | | | | | | | | | | | | | | | * commit '71fa3dc480d9d6b1ea00c4f10e9ee0ec10c2c8d9': Fix alignment Fix vds tests
| * | Fix alignmentAllen Byrne2017-03-081-9/+9
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-03-0878-14533/+14522
| |\ \ | |/ / |/| | | | | | | | * commit '7942414b24288d497d4878754319dffa24bbec11': Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
| * | Fix vds testsAllen Byrne2017-03-073-12/+33
| | | | | | | | | | | | java wrong call vds test - missing checks and if content
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-03-0778-14533/+14522
| | |\ | |_|/ |/| | | | | merge_page_buffering_07
* | | Merge pull request #323 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ↵Binh-Minh Ribler2017-03-0778-14533/+14522
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | develop Replaces tabs with spaces. * commit '8f5a1f43d0cf527488be2b2805bac2b6c86b8c66': Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
| * | Merge branch 'develop' of ↵Binh-Minh Ribler2017-03-0386-2062/+1929
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp into develop
| * | | Description:Binh-Minh Ribler2017-03-0378-14533/+14522
| | | | | | | | | | | | | | | | | | | | | | | | Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
| | | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-03-0767-830/+1135
| | | |\ | |_|_|/ |/| | | | | | | merge_page_buffering_07
* | | | Merge pull request #324 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-0615-75/+374
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | * commit 'cceddc6b4f002fe98470f9f6af5dbf9f6461c95a': Correct result code for strings test Add extension to filename HDFFV-10128 fix string compare and add tests Lowercase math and set CMake commands
| * | | Correct result code for strings testAllen Byrne2017-03-031-4/+4
| | | |
| * | | Add extension to filenameAllen Byrne2017-03-031-4/+4
| | | |
| * | | HDFFV-10128 fix string compare and add testsAllen Byrne2017-03-0311-60/+359
| | | |
| * | | Lowercase math and set CMake commandsAllen Byrne2017-03-024-15/+15
|/ / /
* | | Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-0255-756/+762
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo
| * | | Update CMake formattingAllen Byrne2017-03-011-95/+95
| | | |
| * | | Update CMake files and formattingAllen Byrne2017-03-0154-619/+612
| | | |
| * | | HDFFV-10120 verify nozlib checking with tools testsAllen Byrne2017-03-011-41/+54
| | | |
| * | | cmake non-code typoAllen Byrne2017-03-011-1/+1
| | | |
* | | | Merge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to developQuincey Koziol2017-03-0214-191/+58
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit '5df52404bc6f6323ebf064b3d82b8e683de96eba': Misc. small cleanups to sync against incoming page buffering changes.
* \ \ \ \ Merge pull request #320 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-03-021-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'acdd8463bf97f84f9d50e10b16bfd3e3945207c1': Added "flush" and "refresh" to testflushrefresh.sh error output so it's easier to see where errors in the script occur.
| * | | | | Added "flush" and "refresh" to testflushrefresh.sh error output soDana Robinson2017-03-021-2/+2
|/ / / / / | | | | | | | | | | | | | | | it's easier to see where errors in the script occur.
| | | | * Align with incoming page buffering changes: minor cleanups, centralize removingQuincey Koziol2017-03-073-77/+133
| | |_|/ | |/| | | | | | | | | | entries from collective metadata read list
| * | | Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-0214-191/+58
|/ / /
* | | Merge pull request #318 in HDFFV/hdf5 from merge_page_buffering_06 to developQuincey Koziol2017-03-017-757/+749
|\ \ \ | |/ / |/| | | | | | | | * commit '90a0d07f099831f5b6070fa647dab86dacc0aaad': Normalize against incoming page buffering changes.
| * | Normalize against incoming page buffering changes.Quincey Koziol2017-03-017-757/+749
|/ /
* | Merge pull request #316 in HDFFV/hdf5 from merge_page_buffering_05 to developQuincey Koziol2017-02-289-148/+148
|\ \ | | | | | | | | | | | | | | | | | | * commit 'cf932610999de00867c0a0bb3a08ee3bbf39a158': Correct issues from pull request reviews. Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes. Revert "Fix some more signed -> unsigned value issues with cache data structures, also"
| * | Correct issues from pull request reviews.Quincey Koziol2017-02-282-3/+2
| | |
| * | Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-2812-315/+229
| | | | | | | | | | | | | | | Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
| * | Revert "Fix some more signed -> unsigned value issues with cache data ↵Quincey Koziol2017-02-2811-126/+213
| | | | | | | | | | | | | | | | | | structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0.
* | | Merge pull request #315 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-284-3/+12
|\ \ \ | |/ / |/| | | | | | | | | | | * commit '8d909320bf752baa32c13c0d4e2a29985a0e923b': Added virtual to list mpich module file is in env var
| * | Added virtual to listAllen Byrne2017-02-272-2/+8
| | |
| * | mpich module file is in env varAllen Byrne2017-02-242-1/+4
| | |
* | | Merge pull request #313 in HDFFV/hdf5 from merge_page_buffering_04 to developQuincey Koziol2017-02-259-182/+121
|\ \ \ | |/ / |/| | | | | | | | * commit '321adc3a6f35e3e8f3b3c7be8680fcdff6660db6': Align w/incoming page buffering changes.
| * | Align w/incoming page buffering changes.Quincey Koziol2017-02-259-182/+121
|/ /
* | Merge pull request #312 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-249-113/+167
|\ \ | | | | | | | | | | | | | | | | | | * commit 'ca8aeefeba8d6285423b701c3a6a36a2ad42fbb5': MS keeps changing names Update docs and scripts for release Smale changes from CMake repo
| * | MS keeps changing namesAllen Byrne2017-02-241-1/+1
| | |
| * | Update docs and scripts for releaseAllen Byrne2017-02-248-112/+162
| | |
| * | Smale changes from CMake repoAllen Byrne2017-02-231-0/+4
| | |
* | | Merge pull request #310 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ↵Binh-Minh Ribler2017-02-246-31/+174
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | develop Added H5File::getFileInfo; IdComponent::getNumMembers and typeExists * commit '4fc97f28531bd89640c10389dd36270335e5a971': Purpose: Add new C++ wrappers Description: Added wrappers for H5Fget_info2, H5Inmembers, and H5Itype_exists
| * Merge branch 'develop' of ↵Binh-Minh Ribler2017-02-2315-236/+363
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp into develop