summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in valgrind test nameAllen Byrne2017-10-051-1/+1
|
* Merge pull request #692 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-041-535/+382
|\ | | | | | | | | * commit '865b25849344beb0ef8be64260b18828e5ca2c9f': Whitespace conversions and comment updates
| * Whitespace conversions and comment updatesAllen Byrne2017-10-041-535/+382
|/
* Merge pull request #690 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-0315-176/+345
|\ | | | | | | | | | | * commit '12e4d3fd0bc7411a28390bcc9fc00fede807a5cf': Add/remove test files Cleanup cmake clean macros
| * Add/remove test filesAllen Byrne2017-10-031-1/+2
| |
| * Cleanup cmake clean macrosAllen Byrne2017-10-0314-175/+343
|/
* Merge pull request #688 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-0326-817/+739
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * VS2012 and earlier cannot have execute stmnts before declareAllen Byrne2017-10-031-1/+1
| |
| * Correct depends nameAllen Byrne2017-10-031-1/+1
| |
| * Fix list of namesAllen Byrne2017-10-031-2/+3
| |
| * new reference fileAllen Byrne2017-10-031-0/+7
| |
| * Fix repack plugin test - reorganize test macrosAllen Byrne2017-10-033-286/+370
| |
| * Adjust filter available variablesAllen Byrne2017-10-021-19/+35
| |
| * Fix STREQUAL if commands.Allen Byrne2017-10-0217-78/+89
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-027-4/+23
| |\ | | | | | | | | | | | | * 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.
| * | Update error handling to support ARGS and tools stackAllen Byrne2017-10-027-459/+262
| | |
* | | Merge pull request #689 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2017-10-031-1/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 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.
| * | Merge branch 'develop' of ↵Binh-Minh Ribler2017-10-038-4/+29
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
* | | Merge pull request #687 in HDFFV/hdf5 from merge_full_swmr_02 to developQuincey Koziol2017-10-027-4/+23
|\ \ \ | |_|/ |/| | | | | | | | * 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.
| * | Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-307-4/+23
| | | | | | | | | | | | the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
* | | Merge pull request #686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-09-271-0/+6
|\ \ \ | | | | | | | | | | | | | | | | * commit 'fded10f0815f593301ac88d08d05343c8077746a': Add note to bin/release script with hint for situations where files generated by autogen.sh are missing, causing chkmanifest to fail.
| * | | Add note to bin/release script with hint for situations where fileslrknox2017-09-261-0/+6
|/ / / | | | | | | | | | generated by autogen.sh are missing, causing chkmanifest to fail.
* | | Merge pull request #685 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2017-09-251-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | to develop * commit 'b54f4323e391a953409f0d9a0fd4e02a639c74ad': Fixed typos for document file.
| | * Updated doxygen config fileBinh-Minh Ribler2017-10-031-1/+2
| |/ | | | | | | | | | | | | 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.
| * Merge branch 'develop' of ↵Binh-Minh Ribler2017-09-2533-227/+287
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
* | Merge pull request #684 in HDFFV/hdf5 from merge_full_swmr_01 to developQuincey Koziol2017-09-2513-46/+70
|\ \ | | | | | | | | | | | | * commit '8880ec672eeb8f57c023938074d1336dfc82e2ed': Style cleanups and misc. bugfixes discovered during full SWMR development.
| * | Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-2313-46/+70
|/ /
* | Merge pull request #682 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-09-2010-31/+38
|\ \ | | | | | | | | | | | | | | | | | | * commit '758ce30a94cee0ba91359e682b57529ad00bd0da': Update configure Change name for test results table Add missing intro folder
| * | Update configureAllen Byrne2017-09-201-12/+12
| | |
| * | Change name for test results tableAllen Byrne2017-09-209-12/+12
| | |
| * | Add missing intro folderAllen Byrne2017-09-201-7/+14
| | |
* | | Merge pull request #680 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-09-201-1/+10
|\ \ \ | |/ / | | | | | | | | | | | | * commit 'db157e317ef7386f4fb232688dca0bbb49e852a0': Use define name instead. Fix VS2013 compile error
| * | Use define name instead.Allen Byrne2017-09-201-1/+1
| | |
| * | Fix VS2013 compile errorAllen Byrne2017-09-201-0/+9
|/ /
* | Merge pull request #679 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-09-203-44/+87
|\ \ | | | | | | | | | | | | | | | * commit 'd901d3402ac42cbec82629b6e7436f5fa608f429': Add chekexe and chklog generation to tests Fix call format
| * | Add chekexe and chklog generation to testsAllen Byrne2017-09-202-26/+51
| | |
| * | Fix call formatAllen Byrne2017-09-201-18/+36
|/ /
* | Merge pull request #676 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-09-201-2/+14
|\ \ | | | | | | | | | | | | * commit '0a9bc574e8d40b51c0c1c16501d3a0365e08df91': Fix find package process
| * | Fix find package processAllen Byrne2017-09-191-2/+14
| | |
* | | Merge pull request #674 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2017-09-1934-90/+35348
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | Merge pull request #675 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-09-193-21/+61
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '5eafce2e048f8cfdc7ac008648623849304fcba5': Restore previous Add chklog and chexe generation to Java autootools tests
| * | | Restore previousAllen Byrne2017-09-191-1/+1
| | | |
| * | | Add chklog and chexe generation to Java autootools testsAllen Byrne2017-09-192-20/+60
|/ / /
* | | Merge pull request #668 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-09-197-102/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '75e6579cf232e6c2a8f8c0519a67801fd5dd1f7b': Restore GEN_HDRS and remove cache sets for defaults Test program generation should default off Generate headers for 1.10 should default off
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-09-1936-161/+469
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | * commit '46c4038fcb5af255d8784a1b58292273d38ac152': Amend CMakeLists.txt to add t_filters_parallel to CMake Fixed incorrect calls New overloaded functions and tests Description: - Added VarLenType::VarLenType(const DataType& base_type) - Marked VarLenType::VarLenType(const DataType* base_type) deprecated - Added a static wrapper for H5Tdetect_class for PredType static bool DataType::detectClass(const PredType& pred_type, ...) - Removed the deprecated function Exception::printError() from code - Miscellaneous improvements in comments - Added test functions test_detect_type_class() and test_vltype() Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
* | | | Merge pull request #673 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2017-09-151-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'b61bb248cdf5ffe3c77a92dba99955390f028f12': Amend CMakeLists.txt to add t_filters_parallel to CMake
| * | | | Amend CMakeLists.txt to add t_filters_parallel to CMakeJordan Henderson2017-09-151-0/+1
|/ / / /
| * | | Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-136-100/+20
| | | |
| * | | Test program generation should default offAllen Byrne2017-09-121-0/+3
| | | |
| * | | Generate headers for 1.10 should default offAllen Byrne2017-09-124-6/+7
| | | |