summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hdf5_1_8' of ↵lrknox2016-10-264-5/+11
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Merge pull request #106 in HDFFV/hdf5 from ↵Binh-Minh Ribler2016-10-261-1/+1
| |\ | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8 * commit '8402a74d7ba110aa888427fd89e19e35572f33f7': Description: User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam)
| | * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2016-10-260-0/+0
| | |\ | | |/ | |/| | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
| * | Merge pull request #104 in HDFFV/hdf5 from ↵Binh-Minh Ribler2016-10-264-4/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8 Put in the workaround for #pragma pack(1) problem on emu. * commit '96f43ab898c0e70ae7ff9d4c5e32c15c0c56768a': Description: - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam)
| | | * Description:Binh-Minh Ribler2016-10-261-1/+1
| | |/ | | | | | | | | | | | | | | | | | | User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam)
| | * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2016-10-262-66/+64
| | |\ | | |/ | |/| | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
| * | Merge pull request #102 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-10-251-1/+1
| |\ \ | | | | | | | | | | | | | | | | * commit '065aa9a4c246c167cfbf3855aae061857268595e': Correct error in doc option of release script.
| | | * Description:Binh-Minh Ribler2016-10-264-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam)
* | | | Update HISTORY-1_8.txt with 1.8.16 RELEASE.txt contents.lrknox2016-10-262-227/+723
| |/ / |/| | | | | | | | | | | Update version numbers in RELEASE.txt for 1.8.18 release and remove 1.8.17 new features and bugfixes.
* | | Correct error in doc option of release script.lrknox2016-10-251-1/+1
|/ /
* | Merge pull request #101 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-10-251-65/+63
|\ \ | |/ |/| | | | | * commit '8cf4dfead38f7703d02c023dd736a9f112dfa79d': remove unnecessary call to h5reset()
| * remove unnecessary call to h5reset()Allen Byrne2016-10-251-65/+63
|/
* Merge pull request #99 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-10-245-24/+27
|\ | | | | | | | | * commit 'aae0f6e3398f7a4cf149884505831361bd9049c0': Translate SVN commands and references to GIT.
| * Merge branch 'hdf5_1_8' of ↵lrknox2016-10-244-91/+164
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * | Translate SVN commands and references to GIT.lrknox2016-10-245-24/+27
| | |
* | | Merge pull request #98 in HDFFV/hdf5 from ↵Binh-Minh Ribler2016-10-241-194/+192
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8 Commit my improvement to test_packet_vlen.c along with an old commit from the trunk. * commit '12a26c2374d01076c34005d458cf0970a9cf30b1': Description: - Merged my commits to develop that fixed HDFFV-9758: b3b7ae087edbc20891a088db2f4e4f83e186c8b0 14e308b2e6eada778818abf53949ceef0e7b2a34 - Merged a commit from trunk by Quincey: commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 Author: Quincey Koziol <koziol@hdfgroup.org> Date: Thu Jul 7 13:54:11 2016 -0500 Purpose: Fixed Packet Table issues Description: - Removed calls to H5Tget_native_type from PT APIs because it is up to the application, whether it wants the buffer to be read into memory in the machine’s native architecture. Currently, however, the PT doesn't allow an application to specify memory datatype. Perhaps, a new API can be added to provide that capability. - Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a copy of the application's datatype or the dataset's datatype. - Added various missing H5Tclose to the packet table tests, and various error checkings. Note: leave out changes to test_packet_vlen.c for this commit to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. This commit is associated with develop's commits: 14e308b2e6eada778818abf53949ceef0e7b2a34 be613da6b804e56a51f43a053bf35d898dccb420 Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
| * | Description:Binh-Minh Ribler2016-10-241-194/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Merged my commits to develop that fixed HDFFV-9758: b3b7ae087edbc20891a088db2f4e4f83e186c8b0 14e308b2e6eada778818abf53949ceef0e7b2a34 - Merged a commit from trunk by Quincey: commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 Author: Quincey Koziol <koziol@hdfgroup.org> Date: Thu Jul 7 13:54:11 2016 -0500 [svn-r30158] Description: More warning cleanups. This brings us down to ~1300 warnings in 167 Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
| * | Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2016-10-2413-479/+848
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
* | | Merge pull request #95 in HDFFV/hdf5 from ↵Binh-Minh Ribler2016-10-244-91/+164
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_8_bmr_packet_table:hdf5_1_8 to hdf5_1_8 Fix of HDFFV-9758 * commit 'f653b779eb0e2280c227302b22af336325b16a76': Purpose: Fixed Packet Table issues Description: - Removed calls to H5Tget_native_type from PT APIs because it is up to the application, whether it wants the buffer to be read into memory in the machine’s native architecture. Currently, however, the PT doesn't allow an application to specify memory datatype. Perhaps, a new API can be added to provide that capability. - Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a copy of the application's datatype or the dataset's datatype. - Added various missing H5Tclose to the packet table tests, and various error checkings. Note: leave out changes to test_packet_vlen.c for 1.8 to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* | | Merge pull request #91 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-10-2413-479/+848
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests passing * commit '2bec6afba7c290fea37c7f9be7ecc2cc6ac2dbc9': add assert HDFFV-9942: Update perform tool code to align with develop
| * | | add assertAllen Byrne2016-10-241-238/+239
| | | |
| * | | HDFFV-9942: Update perform tool code to align with developAllen Byrne2016-10-2113-250/+618
| | | |
| | | * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2016-10-240-0/+0
| | | |\ | | | |/ | | |/| | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_packet_table into hdf5_1_8
| | * | Purpose: Fixed Packet Table issuesBinh-Minh Ribler2016-10-244-91/+164
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Removed calls to H5Tget_native_type from PT APIs because it is up to the application, whether it wants the buffer to be read into memory in the machine’s native architecture. Currently, however, the PT doesn't allow an application to specify memory datatype. Perhaps, a new API can be added to provide that capability. - Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a copy of the application's datatype or the dataset's datatype. - Added various missing H5Tclose to the packet table tests, and various error checkings. Note: leave out changes to test_packet_vlen.c for 1.8 to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| | * Purpose: Fixed Packet Table issuesBinh-Minh Ribler2016-10-244-91/+164
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Removed calls to H5Tget_native_type from PT APIs because it is up to the application, whether it wants the buffer to be read into memory in the machine’s native architecture. Currently, however, the PT doesn't allow an application to specify memory datatype. Perhaps, a new API can be added to provide that capability. - Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a copy of the application's datatype or the dataset's datatype. - Added various missing H5Tclose to the packet table tests, and various error checkings. Note: leave out changes to test_packet_vlen.c for this commit to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. This commit is associated with develop's commits: 14e308b2e6eada778818abf53949ceef0e7b2a34 be613da6b804e56a51f43a053bf35d898dccb420 Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
* | Merge pull request #92 in HDFFV/hdf5 from ↵Binh-Minh Ribler2016-10-2473-377/+14
|\ \ | |/ |/| | | | | | | | | | | | | ~BMRIBLER/hdf5_1_8_bmr_obsolete_items:hdf5_1_8 to hdf5_1_8 Fix HDFFV-9532 partially. Additional macros to be removed in the future after further checking. * commit '0ddddf12cde6234c07459831c510b9fb8eeee6e0': Purpose: Fix HDFFV-9532 Description: Removed obsolete macros from C++ API library and tests: H5_NO_NAMESPACE and __cplusplus Leave OLD_HEADER_FILENAME because iostream.h might still be in use, until further checking is done. Leave H5_NO_STD to consider retiring H5std_string first. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
| * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2016-10-2312-52/+380
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr_obsolete_items into hdf5_1_8
* | Merge pull request #85 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-10-2112-52/+380
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0235ea066df4f60a9fd3f0237eeea5e38b135d69': Change return statement format Revert "Add defines that are missing on OSX" Add defines that are missing on OSX Revert "merge include chnages from trunk" Revert "Correct signature" Correct signature merge include chnages from trunk Update windows test machine Add h5repack paragraph Correct 1.8 version of reference file Add test for 1.8 version of testlib Add new testlib to makefile Remove attributes Fix reference file value revert back reference file Add new testlib to copy Add new test file for UD filters
| * | Change return statement formatAllen Byrne2016-10-212-21/+21
| | |
| * | Revert "Add defines that are missing on OSX"Allen Byrne2016-10-211-5/+0
| | | | | | | | | | | | This reverts commit 8ed7b8f4216ee0680bec812b05d69f55f8df3e57.
| * | Add defines that are missing on OSXAllen Byrne2016-10-211-0/+5
| | |
| * | Revert "merge include chnages from trunk"Allen Byrne2016-10-217-502/+82
| | | | | | | | | | | | This reverts commit 2249be3e847970d0be895beee3f5daca253a1e9e.
| * | Revert "Correct signature"Allen Byrne2016-10-211-1/+1
| | | | | | | | | | | | This reverts commit 854d35bc4b5490e88251b28082de46b001eef0ec.
| * | Correct signatureAllen Byrne2016-10-191-1/+1
| | |
| * | merge include chnages from trunkAllen Byrne2016-10-197-82/+502
| | |
| * | Update windows test machineAllen Byrne2016-10-191-2/+2
| | |
| * | Add h5repack paragraphAllen Byrne2016-10-191-0/+7
| | |
| * | Correct 1.8 version of reference fileAllen Byrne2016-10-191-7/+7
| | |
| * | Add test for 1.8 version of testlibAllen Byrne2016-10-192-2/+7
| | |
| * | Add new testlib to makefileAllen Byrne2016-10-191-4/+18
| | |
| * | Remove attributesAllen Byrne2016-10-191-13/+2
| | |
| * | Fix reference file valueAllen Byrne2016-10-191-1/+1
| | |
| * | revert back reference fileAllen Byrne2016-10-191-1/+1
| | |
| * | Add new testlib to copyAllen Byrne2016-10-191-22/+28
| | |
| * | Add new test file for UD filtersAllen Byrne2016-10-199-7/+314
|/ /
| * Purpose: Fix HDFFV-9532Binh-Minh Ribler2016-10-2373-377/+14
|/ | | | | | | | | | | | | Description: Removed obsolete macros from C++ API library and tests: H5_NO_NAMESPACE and __cplusplus Leave OLD_HEADER_FILENAME because iostream.h might still be in use, until further checking is done. Leave H5_NO_STD to consider retiring H5std_string first. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
* Merge pull request #15 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2016-10-176-4/+453
|\ | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '36a85b7325767fe5de15d98419303807eb539c15': Merge fix for HDFFV-7991 from trunk to 1.18 Modifications to CMakeTests.cmake according to review comments. Merge fix for HDFFV-7991 from trunk to 1.18 Missed one change that should be in previous commit. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. Merge fix for HDFFV-7991 from trunk to 1.18 Modifications made based on comments from pull request review. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. Merge fix for HDFFV-7991 from trunk to 1.18 [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Vailin Choi2016-10-1731-96/+181
| |\ | |/ |/| | | | | | | | | | | * commit '394c6b8c3a4c781c1ee877f969a146cece3d7831': Add missing EXPORT tag in install command Fix typo and remove test only tools from exports Add namespace and export utils HDFFV-9961: Merge GIT ext lib option to 1.8
* | Merge pull request #81 in HDFFV/hdf5 from ↵Allen Byrne2016-10-1731-96/+181
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-10003-1_8-examples-project-fails-to-build to hdf5_1_8 * commit '6f21a54989f9f9e08cffb062ec2f900d99c70b8d': Add missing EXPORT tag in install command Fix typo and remove test only tools from exports Add namespace and export utils HDFFV-9961: Merge GIT ext lib option to 1.8
| * | Add missing EXPORT tag in install commandAllen Byrne2016-10-1710-0/+22
| | |