summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1092 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-05-312-4/+17
|\ | | | | | | | | | | | | | | develop * commit '931bd3aa6a7aa742d3a302b49eb20233b021f1bf': Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags.
| * Added a RELASE.txt entry for HDFFV-10505.Dana Robinson2018-05-311-0/+13
| |
| * Changed 'deprecated' to indicate 'no longer supported' in theDana Robinson2018-05-311-4/+4
| | | | | | | | --enable-debug/production configure flags.
* | Merge pull request #1091 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-05-318-42/+210
|\ \ | |/ |/| | | | | * commit 'b28815c20554f7cd35ec820e1e5ba97624ff8e88': H5O_info fixes for java and examples
| * H5O_info fixes for java and examplesAllen Byrne2018-05-318-42/+210
|/
* Merge pull request #1039 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-05-3161-551/+1088
|\ | | | | | | | | | | | | | | | | develop * commit '796dc16e3409b9f3746cfa4127adb6dd334ee8c9': (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Changes made based on feedback from pull request #1039. Fix for HDFFV-10180 Performance issues with H5Oget_info.
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-3120-570/+584
| |\ | |/ |/| | | | | * commit 'e8ece625f223032db0d26cfffafc045e4ccdf37d': Normalize with vol_integration.
* | Merge pull request #1088 in HDFFV/hdf5 from ↵Dana Robinson2018-05-3120-570/+584
|\ \ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vi_develop_normalize to develop * commit '384a1ec709b841ce1eb8b9bf74be988a1c24d638': Normalize with vol_integration.
| * | Normalize with vol_integration.Dana Robinson2018-05-2920-570/+584
|/ /
| * (1) Made the change according to the pull request feedback.Vailin Choi2018-05-312-203/+2
| | | | | | | | (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463.
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-309-272/+150
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | * commit 'd184e6db94163dcc8761182744a6c524a4850887': Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Correct script names Fix typo Minor H5FS tweaks. Put back CTRL-L chars Update support link Update text Valgrind fixed by checking for prefix_len of 0
* | Merge pull request #1085 in HDFFV/hdf5 from ↵Dana Robinson2018-05-251-206/+91
|\ \ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vi_develop_normalize to develop * commit '448cc37a90b2a71aac45c96949da07d5a9cc9cbd': Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c.
| * | Removed unused H5MF functions and updated FUNC_ENTER macros andDana Robinson2018-05-241-206/+91
|/ / | | | | | | naming in H5MFsection.c.
* | Merge pull request #1084 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-05-242-3/+3
|\ \ | | | | | | | | | | | | | | | * commit '7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda': Correct script names Fix typo
| * | Correct script namesAllen Byrne2018-05-241-2/+2
| | |
| * | Fix typoAllen Byrne2018-05-241-1/+1
| | |
* | | Merge pull request #1082 in HDFFV/hdf5 from ↵Dana Robinson2018-05-243-12/+12
|\ \ \ | |/ / |/| | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vi_develop_normalize to develop * commit 'a2bafdc7a1021ca608b39f96d1f518701dbd45f8': Minor H5FS tweaks.
| * | Minor H5FS tweaks.Dana Robinson2018-05-243-12/+12
|/ /
* | Merge pull request #1081 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-05-233-51/+44
|\ \ | | | | | | | | | | | | | | | | | | | | | * commit 'bcd8b31f3c9ace931df4483b855fae371c27a3dc': Put back CTRL-L chars Update support link Update text Valgrind fixed by checking for prefix_len of 0
| * | Put back CTRL-L charsAllen Byrne2018-05-231-52/+52
| | |
| * | Update support linkAllen Byrne2018-05-231-4/+1
| | |
| * | Update textAllen Byrne2018-05-231-9/+5
| | |
| * | Valgrind fixed by checking for prefix_len of 0Allen Byrne2018-05-231-90/+90
|/ /
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-23110-1939/+2170
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b0fb7e3f1f7da5b23d430702493ed4fb7f87166': (21 commits) HDFFV-9739 only executes H5E tests in production Remove link flag from compile command fix typo Add release note Correct attribute location HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note Adjust test names for concurrent tests Fix soversion HDFFV-9739 Fix copy name HDFFV-9739 factor out tests into separate JUnit Updated the threadsafety test to use error macros instead of asserts. ...
* | Merge pull request #1077 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-05-236-50/+39
|\ \ | | | | | | | | | | | | | | | * commit '263db01df57a2aa99f81c060b988101c89f34fda': HDFFV-9739 only executes H5E tests in production Remove link flag from compile command
| * | HDFFV-9739 only executes H5E tests in productionAllen Byrne2018-05-231-38/+39
| | |
| * | Remove link flag from compile commandAllen Byrne2018-05-225-12/+0
|/ /
* | Merge pull request #1075 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-05-222-7/+16
|\ \ | | | | | | | | | | | | | | | | | | * commit '78e1372ad5e35fc3ef691767148f7d2eea2feea4': fix typo Add release note Correct attribute location
| * | fix typoAllen Byrne2018-05-221-1/+1
| | |
| * | Add release noteAllen Byrne2018-05-221-1/+10
| | |
| * | Correct attribute locationAllen Byrne2018-05-221-6/+6
|/ /
* | Merge pull request #1066 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-05-2299-1651/+1903
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '926260763940c77cf8f94807823765a3624fa29d': HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note Adjust test names for concurrent tests Fix soversion HDFFV-9739 Fix copy name HDFFV-9739 factor out tests into separate JUnit Fix MPI on Windows by adding MPI include folder
| * | HDFFV-9739 fix copy testfiles commandAllen Byrne2018-05-211-8/+1
| | |
| * | HDFFV-9739 remove obsolete test filesAllen Byrne2018-05-215-1336/+0
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-05-215-270/+251
| |\ \ | |/ / |/| | | | | | | | * commit '73d7f7e7d37b869ce9c39cc8e648ef50d563fc93': Updated the threadsafety test to use error macros instead of asserts.
* | | Merge pull request #1060 in HDFFV/hdf5 from ↵Dana Robinson2018-05-195-270/+251
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:ttsafe_improvements to develop * commit '2c3b5981587265f9735b09ee6d9caa60a3d1d4bc': Updated the threadsafety test to use error macros instead of asserts.
| * | | Updated the threadsafety test to use error macros insteadDana Robinson2018-05-145-270/+251
|/ / / | | | | | | | | | of asserts.
| * | HDFFV-9739 dup test file for concurrent testsAllen Byrne2018-05-206-5/+21
| | |
| * | HDFFV-9739 Fix autotools scriptAllen Byrne2018-05-202-66/+392
| | |
| * | HDFFV-9739 Change autotools test scriptsAllen Byrne2018-05-182-42/+403
| | |
| * | Fix typoAllen Byrne2018-05-171-1/+1
| | |
| * | HDFFV-9739 Update test referenceAllen Byrne2018-05-161-0/+1
| | |
| * | Update current windows test machinesAllen Byrne2018-05-161-9/+2
| | |
| * | HDFFV-9739 Grab err number before API callAllen Byrne2018-05-161-4/+6
| | |
| * | HDFFV-9739 Add release noteAllen Byrne2018-05-161-0/+10
| | |
| * | Adjust test names for concurrent testsAllen Byrne2018-05-1613-18/+18
| | |
| * | Fix soversionAllen Byrne2018-05-161-3/+3
| | |
| * | HDFFV-9739 Fix copy nameAllen Byrne2018-05-161-1/+1
| | |
| * | HDFFV-9739 factor out tests into separate JUnitAllen Byrne2018-05-1539-136/+1018
| | |
| * | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-0936-102/+106
|/ /