summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-303-13/+11
|
* HDFFV-10143 remove debugging outputAllen Byrne2017-03-301-6/+0
|
* HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-303-44/+74
|
* HDFFV-10143 change put to replace and add constAllen Byrne2017-03-303-11/+11
|
* Remove redundant codeAllen Byrne2017-03-301-13/+9
|
* HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
|
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-305-160/+181
|
* Remove duplicated paths, add new pathsAllen Byrne2017-03-281-4/+5
|
* Merge pull request #5 in ~BYRN/hdf5_adb from ↵Allen Byrne2017-03-283-215/+712
|\ | | | | | | | | | | | | bugfix/HDFFV-10143-programmatic-setting-plugin-path to develop * commit 'bb80ae98543f80779ef726a20460b9b180b5cd2b': HDFFV-10143 add APIs to manipulate plugin path table
| * HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-283-215/+712
| |
| * Merge pull request #4 in ~BYRN/hdf5_adb from develop to ↵Allen Byrne2017-03-2846-317/+690
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10143-programmatic-setting-plugin-path * commit 'be028580c8789301e4106d8d6e79a8fc8300e706': Update with extra checks for reference Update cdash max test output and VS version matching Stop skipping h5watch tests. Add H5_DLL to H5AC_get_mdc_image_info() prototype Update RELEASE.txt based on review comments from pull request. Description: Removed notes about the C++ API in develop. Only keep in 1.10 branch. Add prototype for H5AC_get_mdc_image_info Minor style cleanups Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()" Update RELEASE.txt to reflect changes for new features and bug fixes since 1.10.0-patch1. Run all scripts using signal files between processes in their own directories to avoid accidental deletion of the signal files. Remove extra space added by h5vers to version string in H5.java, which then failed to match the pattern after the first run. Remove incorrect " marks added to java files by bin/h5vers. Pull version from configure for version test in h5repack_plugin.sh.in Description: Fixed typos and missing items in function headers, that were revealed by Doxygen, and revised various comments. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Description: Updated the C++ API sections. Extend h5vers to update version strings in java files and h5repack version test expected output file. Add reference to CMake application framwork Whitespace changes Update notes Run swmr tests in their own subdirectory of test to avoid signal file deletion by other tests.
* | Merge pull request #373 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-273-8/+40
|\ \ | | | | | | | | | | | | | | | * commit '5d830b1873c67def2d781acf9cc14ea8c3304c02': Update with extra checks for reference Update cdash max test output and VS version matching
| * | Update with extra checks for referenceAllen Byrne2017-03-271-3/+28
| | |
| * | Update cdash max test output and VS version matchingAllen Byrne2017-03-272-5/+12
|/ /
* | Merge pull request #372 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developElena Pourmal2017-03-241-3/+3
|\ \ | | | | | | | | | | | | * commit 'ea6c20fdc6f9aef7b43a41f9a3bbd8886cd2f261': Stop skipping h5watch tests.
| * | Stop skipping h5watch tests.lrknox2017-03-241-3/+3
|/ /
* | Merge pull request #362 in HDFFV/hdf5 from merge_h5clear_revert_02 to developQuincey Koziol2017-03-241-0/+2
|\ \ | | | | | | | | | | | | | | | * commit 'ddb870b4b67590e5624e40eb51d807914e016a46': Add H5_DLL to H5AC_get_mdc_image_info() prototype Add prototype for H5AC_get_mdc_image_info
| * | Add H5_DLL to H5AC_get_mdc_image_info() prototypeQuincey Koziol2017-03-241-1/+1
| | |
| * | Add prototype for H5AC_get_mdc_image_infoQuincey Koziol2017-03-221-0/+2
| | |
* | | Merge pull request #359 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-03-231-2/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '436bfedcbd1152e9aa47d50f9d8ad78817488ce1': Update RELEASE.txt based on review comments from pull request. Update RELEASE.txt to reflect changes for new features and bug fixes since 1.10.0-patch1.
| * | | Update RELEASE.txt based on review comments from pull request.Vailin Choi2017-03-231-8/+4
| | | |
| * | | Update RELEASE.txt to reflect changes for new features and bug fixes since ↵Vailin Choi2017-03-221-1/+40
| | | | | | | | | | | | | | | | 1.10.0-patch1.
* | | | Merge pull request #363 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2017-03-231-64/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | to develop * commit 'f21b268812b10e11ee98be17dd121e6a43525aef': Description: Removed notes about the C++ API in develop. Only keep in 1.10 branch.
| * | | Merge branch 'develop' of ↵Binh-Minh Ribler2017-03-2314-33/+198
| |\ \ \ | |/ / / |/| | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
* | | | Merge pull request #361 in HDFFV/hdf5 from merge_h5clear_revert to developQuincey Koziol2017-03-226-15/+102
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit '46c9ab600de491657520897322b75659c3bdfb5f': Minor style cleanups Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
| * | | | Minor style cleanupsQuincey Koziol2017-03-224-7/+9
| | | | |
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-03-224-6/+83
| |\ \ \ \ | |/ / / / |/| | | | | | | | | develop
* | | | | Merge pull request #358 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-03-224-6/+83
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * commit '82183c7cdc50f9dc41ef8238c6a2bef6f1c7fcde': Run all scripts using signal files between processes in their own directories to avoid accidental deletion of the signal files.
| * | | | Merge branch 'develop' of ↵lrknox2017-03-220-0/+0
| |\ \ \ \ | |/ / / / |/| | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * | | | Run all scripts using signal files between processes in their own ↵lrknox2017-03-224-6/+83
| | | | | | | | | | | | | | | | | | | | directories to avoid accidental deletion of the signal files.
| | * | | Revert "Switch h5clear for cache images to use existing ↵Quincey Koziol2017-03-226-15/+100
| |/ / / |/| | | | | | | | | | | | | | | | | | | H5Pget_cache_image_config()" This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9.
* | | | Merge pull request #356 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-03-214-12/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * commit 'fa5ca5272d7aa6f25656541b72a24697b36dd52b': Remove extra space added by h5vers to version string in H5.java, which then failed to match the pattern after the first run. Remove incorrect " marks added to java files by bin/h5vers. Pull version from configure for version test in h5repack_plugin.sh.in
| * | | Remove extra space added by h5vers to version string in H5.java, whichlrknox2017-03-212-2/+2
| | | | | | | | | | | | | | | | then failed to match the pattern after the first run.
| * | | Merge branch 'develop' of ↵lrknox2017-03-2119-84/+182
| |\ \ \ | |/ / / |/| | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
* | | | Merge pull request #355 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2017-03-2118-82/+117
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '778a16daafe5d8edc4df9ddb35eb3e692d3adfbe': Description: Fixed typos and missing items in function headers, that were revealed by Doxygen, and revised various comments. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| | * | | Remove incorrect " marks added to java files by bin/h5vers.lrknox2017-03-214-11/+12
| | | | | | | | | | | | | | | | | | | | Pull version from configure for version test in h5repack_plugin.sh.in
| | | * | Description:Binh-Minh Ribler2017-03-231-64/+2
| | |/ / | |/| | | | | | | | | | Removed notes about the C++ API in develop. Only keep in 1.10 branch.
| * | | Merge branch 'develop' of ↵Binh-Minh Ribler2017-03-210-0/+0
| |\ \ \ | |/ / / |/| | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
* | | | Merge pull request #354 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2017-03-211-2/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'd8199a74ee5251be30b72d1b50a855192650c9d1': Description: Updated the C++ API sections.
| | * | | Description:Binh-Minh Ribler2017-03-2118-82/+117
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typos and missing items in function headers, that were revealed by Doxygen, and revised various comments. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| * | | Description:Binh-Minh Ribler2017-03-201-2/+65
|/ / / | | | | | | | | | Updated the C++ API sections.
* | | Merge pull request #353 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-03-2011-24/+101
|\ \ \ | |/ / | | | | | | | | | | | | * commit 'dbff1180b763ae41c4ac6aba6a1ca8c782713f4a': Extend h5vers to update version strings in java files and h5repack version test expected output file. Run swmr tests in their own subdirectory of test to avoid signal file deletion by other tests.
| * | Merge branch 'develop' of ↵lrknox2017-03-203-180/+206
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
* | | Merge pull request #351 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-203-180/+206
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e809b609d3f5cc851e13f63bcfed7052958d302b': Add reference to CMake application framwork Whitespace changes Update notes
| * | | Add reference to CMake application framworkAllen Byrne2017-03-201-1/+3
| | | |
| * | | Whitespace changesAllen Byrne2017-03-201-148/+152
| | | |
| * | | Update notesAllen Byrne2017-03-201-31/+51
|/ / /
| * | Extend h5vers to update version strings in java files and h5repacklrknox2017-03-2010-24/+78
| | | | | | | | | | | | | | | | | | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
| * | Merge branch 'develop' of ↵lrknox2017-03-209-54/+2053
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * | Merge branch 'develop' of ↵lrknox2017-03-204-55/+73
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop