Commit Graph

17083 Commits

Author SHA1 Message Date
Scot Breitenfeld
59a4ffac40 Merge pull request #700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'c643b135940f60d9dd53c982d278c2ef6d2958e8':
  removed always true ifdef
2017-10-09 11:21:05 -05:00
M. Scot Breitenfeld
c643b13594 removed always true ifdef 2017-10-09 11:19:20 -05:00
Allen Byrne
a07d6b52fb HDFFV-10297 - fix repack individual objects
includes H5Zfilter_avail() fix
2017-10-06 14:36:07 -05:00
Richard Warren
cb09092d9a Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into optimize_superblock_read 2017-10-06 09:13:09 -04:00
mainzer
ceab5a5176 Edits to the file open optimization and associated test
code to bring them closer to the HDF5 library's unwritten
coding standards.  Also bug fix to repair a hang in testphdf5.

Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
2017-10-05 17:25:57 -05:00
Allen Byrne
0cef4c9151 Merge pull request #695 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'a49372724cbf9201c4f1d8c8daab1d56a33dc63e':
  Fix other test name typos
  Fix typo in valgrind test name
2017-10-05 16:18:34 -05:00
Allen Byrne
a49372724c Fix other test name typos 2017-10-05 08:55:58 -05:00
Allen Byrne
82986dba72 Fix typo in valgrind test name 2017-10-05 08:51:32 -05:00
Allen Byrne
eb6f687ca3 Merge pull request #692 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '865b25849344beb0ef8be64260b18828e5ca2c9f':
  Whitespace conversions and comment updates
2017-10-04 16:55:38 -05:00
Richard Warren
bccbe8e53e Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into optimize_superblock_read 2017-10-04 16:35:46 -04:00
Allen Byrne
865b258493 Whitespace conversions and comment updates 2017-10-04 08:53:45 -05:00
Allen Byrne
281efe75c4 Merge pull request #690 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '12e4d3fd0bc7411a28390bcc9fc00fede807a5cf':
  Add/remove test files
  Cleanup cmake clean macros
2017-10-03 14:40:44 -05:00
Allen Byrne
12e4d3fd0b Add/remove test files 2017-10-03 14:37:31 -05:00
Allen Byrne
467f30c410 Cleanup cmake clean macros 2017-10-03 14:14:53 -05:00
Allen Byrne
e6a2a9f43f Merge pull request #688 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
buildbot tests passing

* commit '68a9844991cfaaca2d0f97d7828f1f6f59af1349':
  VS2012 and earlier cannot have execute stmnts before declare
  Correct depends name
  Fix list of names
  new reference file
  Fix repack plugin test - reorganize test macros
  Adjust filter available variables
  Fix STREQUAL if commands.
  Update error handling to support ARGS and tools stack
2017-10-03 14:13:47 -05:00
Allen Byrne
68a9844991 VS2012 and earlier cannot have execute stmnts before declare 2017-10-03 12:34:54 -05:00
Allen Byrne
32a1b98a6c Correct depends name 2017-10-03 12:26:40 -05:00
Allen Byrne
4c0784696b Fix list of names 2017-10-03 11:26:18 -05:00
Allen Byrne
35861e3d6f new reference file 2017-10-03 11:15:55 -05:00
Allen Byrne
a8f03185ad Fix repack plugin test - reorganize test macros 2017-10-03 11:14:35 -05:00
Binh-Minh Ribler
8caeed7e54 Merge pull request #689 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit 'afc9ce25b68caff7744f8a8a41407a4bfdf34690':
  Updated doxygen config file Description:     Added C2Cppfunction_map.mht to HTML_EXTRA_FILES.     Verified that the file is copied to cpplus_RM after running doxygen         on cpp_doc_config.
2017-10-03 10:27:21 -05:00
Binh-Minh Ribler
afc9ce25b6 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-10-03 09:39:20 -05:00
Binh-Minh Ribler
27a0c46ec6 Updated doxygen config file
Description:
    Added C2Cppfunction_map.mht to HTML_EXTRA_FILES.
    Verified that the file is copied to cpplus_RM after running doxygen
        on cpp_doc_config.
2017-10-03 08:53:04 -05:00
Allen Byrne
5cd93e70c0 Adjust filter available variables 2017-10-02 16:41:13 -05:00
Allen Byrne
4f9e47650a Fix STREQUAL if commands. 2017-10-02 12:39:15 -05:00
Allen Byrne
19ee2f9dc8 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '9d6ba29a01079e0f81ffa530605d8cd830378f9c':
  Better segregate clean & dirty LRU lists so that they are only defined when the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
2017-10-02 11:55:13 -05:00
Quincey Koziol
9d6ba29a01 Merge pull request #687 in HDFFV/hdf5 from merge_full_swmr_02 to develop
* commit '744b6b282f087ce23310805dc24ce8f8b351fb61':
  Better segregate clean & dirty LRU lists so that they are only defined when the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
2017-10-02 11:35:59 -05:00
Allen Byrne
38e2f0e784 Update error handling to support ARGS and tools stack 2017-10-02 09:53:54 -05:00
Quincey Koziol
744b6b282f Better segregate clean & dirty LRU lists so that they are only defined when
the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
2017-09-30 09:50:58 -05:00
Richard Warren
da0f8223df Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into optimize_superblock_read 2017-09-28 16:33:34 -04:00
Richard Warren
81094ac3cf The initial coding for the superblock read optization 2017-09-28 16:27:29 -04:00
Larry Knox
b7e563266e Merge pull request #686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'fded10f0815f593301ac88d08d05343c8077746a':
  Add note to bin/release script with hint for situations where files generated by autogen.sh are missing, causing chkmanifest to fail.
2017-09-27 11:50:17 -05:00
lrknox
fded10f081 Add note to bin/release script with hint for situations where files
generated by autogen.sh are missing, causing chkmanifest to fail.
2017-09-26 09:37:43 -05:00
Binh-Minh Ribler
cdc4225b33 Merge pull request #685 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit 'b54f4323e391a953409f0d9a0fd4e02a639c74ad':
  Fixed typos for document file.
2017-09-25 13:54:31 -05:00
Binh-Minh Ribler
b54f4323e3 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-09-25 13:21:34 -05:00
Binh-Minh Ribler
31ec370f4d Fixed typos for document file. 2017-09-25 13:20:41 -05:00
Quincey Koziol
faf723e6d5 Merge pull request #684 in HDFFV/hdf5 from merge_full_swmr_01 to develop
* commit '8880ec672eeb8f57c023938074d1336dfc82e2ed':
  Style cleanups and misc. bugfixes discovered during full SWMR development.
2017-09-25 11:55:11 -05:00
Quincey Koziol
8880ec672e Style cleanups and misc. bugfixes discovered during full SWMR development. 2017-09-23 11:17:47 -05:00
Allen Byrne
b5446a9c63 Merge pull request #682 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '758ce30a94cee0ba91359e682b57529ad00bd0da':
  Update configure
  Change name for test results table
  Add missing intro folder
2017-09-20 16:18:51 -05:00
Allen Byrne
758ce30a94 Update configure 2017-09-20 14:38:00 -05:00
Allen Byrne
5c5533d7fd Change name for test results table 2017-09-20 14:16:31 -05:00
Allen Byrne
ab43e3ce9b Add missing intro folder 2017-09-20 12:43:43 -05:00
Allen Byrne
76dc857d80 Merge pull request #680 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'db157e317ef7386f4fb232688dca0bbb49e852a0':
  Use define name instead.
  Fix VS2013 compile error
2017-09-20 12:43:20 -05:00
Allen Byrne
db157e317e Use define name instead. 2017-09-20 11:51:21 -05:00
Allen Byrne
9e9d2ccd40 Fix VS2013 compile error 2017-09-20 09:52:44 -05:00
Allen Byrne
d3b2e3cd7b Merge pull request #679 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'd901d3402ac42cbec82629b6e7436f5fa608f429':
  Add chekexe and chklog generation to tests
  Fix call format
2017-09-20 09:51:19 -05:00
Allen Byrne
d901d3402a Add chekexe and chklog generation to tests 2017-09-20 09:32:03 -05:00
Allen Byrne
722dedd49e Fix call format 2017-09-20 09:32:03 -05:00
Allen Byrne
a38741646f Merge pull request #676 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '0a9bc574e8d40b51c0c1c16501d3a0365e08df91':
  Fix find package process
2017-09-20 09:10:10 -05:00
Binh-Minh Ribler
8a2d4c8094 Merge pull request #674 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
This merge includes C2Cppfunction_map.mht, which Barbara will verify at a later time when documentation is re-generated.

* commit 'f1871c6ac48db02bd7e66f2c0df64bca50bccd90':
  Updated for C2Cppfunction_map.mht
  Added documentation file Description:     Added a single page html file, C2Cppfunction_map.mht, that shows     the current mapping of C APIs to C++ member functions.  This page     can be reached from the main page of the C++ reference manual.
  Miscellaneous code cleanup Description:     - Removed two inadvertently-added Group constructors in the header file.       There was no implementation.     - Removed deprecated H5Location and H5Object constructors that take an       existing ID.     - Miscellaneous improvements in comments, including updating URLs. Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (jelly)     Darwin (osx1010test)
2017-09-19 12:44:02 -05:00