summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Purpose: Fix Packet Table issues cont.Binh-Minh Ribler2016-10-242-30/+45
| | | | | | | | | Description: Misc cleanups and comments in tests. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Linux/64 (jelly)
* Merge pull request #1 in ~BMRIBLER/hdf5_bmr_packet_table from ↵Binh-Minh Ribler2016-10-235-123/+174
|\ | | | | | | | | | | | | | | | | | | HDFFV-8882-replace-numeric-exit-code-with to develop Accidentally in the wrong branch so merging over to "develop" now. * commit 'be613da6b804e56a51f43a053bf35d898dccb420': Miscellaneous code cleanup. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Description: - Removed calls to H5Tget_native_type in the PT code. The application would need to do that if desired. - Added Abhi's program to tests to verify the fix. - This fix might have fixed HDFFV-9927, HDFFV-9042, and the issue reported by Barbara Jones from Ametek as well. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
| * Miscellaneous code cleanup.Binh-Minh Ribler2016-10-212-7/+2
| | | | | | | | | | | | Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
| * Description:Binh-Minh Ribler2016-10-205-123/+179
| | | | | | | | | | | | | | | | | | | | | | | | - Removed calls to H5Tget_native_type in the PT code. The application would need to do that if desired. - Added Abhi's program to tests to verify the fix. - This fix might have fixed HDFFV-9927, HDFFV-9042, and the issue reported by Barbara Jones from Ametek as well. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
* | Merge pull request #84 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-219-54/+352
|\ \ | |/ |/| | | | | | | | | | | | | * commit '0a27add8d71a9e623a99e7fc6eeff988e54a8566': Change return statement format. remove unneeded defines Add new testlib to copy Correct multiple lib setting HDFFV-9996: Test file to verify that that multiple params are parsed
| * Change return statement format.Allen Byrne2016-10-211-31/+19
| |
| * remove unneeded definesAllen Byrne2016-10-211-13/+2
| |
| * Add new testlib to copyAllen Byrne2016-10-191-0/+6
| |
| * Correct multiple lib settingAllen Byrne2016-10-181-2/+1
| |
| * HDFFV-9996: Test file to verify that that multiple params are parsedAllen Byrne2016-10-188-22/+338
|/
* Merge pull request #80 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-1711-0/+24
|\ | | | | | | | | * commit 'c3cea7f96e0800a941874d565afbf909be20074d': Add missing EXPORT tag in INSTALL command
| * Add missing EXPORT tag in INSTALL commandAllen Byrne2016-10-1711-0/+24
|/
* Merge pull request #78 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-142-3/+3
|\ | | | | | | | | | | | | * commit '43affeb0f388466b5be555879d91d14037be0e99': Correct text - missing GIT option Correct text - missing GIT option Correct typo of variable format
| * Correct text - missing GIT optionAllen Byrne2016-10-140-0/+0
| |
| * Correct text - missing GIT optionAllen Byrne2016-10-142-3/+3
| |
| * Merge pull request #2 in ~BYRN/hdf5_adb from ↵Allen Byrne2016-10-1424-13/+47
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10003-examples-project-fails-to-build to develop * commit '321db89a65909c02d7279fed7e8b7a3585cde8da': Remove test only tools from exports Fix typo Correct typo in variable format Description: Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols Description: Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest Description: Removed commented out lines. Platform tested Jam (only comments) Purpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp. Fix:HDFFV-9987 With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes. Purpose: Updated documentation Description: Revised class brief description and other comments for up-to-date info. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Purpose: Fix bug HDFFR-9920 cont. Description: Adding user's test revealed a flaw in the fix. Moved CommonFG's functions in Group to H5Location, so that they could be called by objects that can be used to specify a location Also, rearranged many "#include" header files to resolve conflicts. Add support for namespace and add tools to binaries config
| * | Correct typo of variable formatAllen Byrne2016-10-141-1/+1
| | |
* | | Merge pull request #76 in HDFFV/hdf5 from ↵Allen Byrne2016-10-1424-14/+48
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-10003-examples-project-fails-to-build to develop * commit '321db89a65909c02d7279fed7e8b7a3585cde8da': Remove test only tools from exports Fix typo Correct typo in variable format Description: Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols Description: Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest Description: Removed commented out lines. Platform tested Jam (only comments) Purpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp. Fix:HDFFV-9987 With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes. Purpose: Updated documentation Description: Revised class brief description and other comments for up-to-date info. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Purpose: Fix bug HDFFR-9920 cont. Description: Adding user's test revealed a flaw in the fix. Moved CommonFG's functions in Group to H5Location, so that they could be called by objects that can be used to specify a location Also, rearranged many "#include" header files to resolve conflicts. Add support for namespace and add tools to binaries config
| * | Remove test only tools from exportsAllen Byrne2016-10-141-2/+0
| | |
| * | Fix typoAllen Byrne2016-10-141-1/+1
| | |
| * | Correct typo in variable formatAllen Byrne2016-10-141-1/+1
| | |
| * | Merge remote-tracking branch 'origin/develop' into ↵Allen Byrne2016-10-140-0/+0
| |\ \ | | |/ | | | | | | bugfix/HDFFV-10003-examples-project-fails-to-build
| * | Description:Binh-Minh Ribler2016-10-142-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols
| * | Description:Binh-Minh Ribler2016-10-141-0/+1
| | | | | | | | | | | | | | | | | | Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest
| * | Description:Binh-Minh Ribler2016-10-142-2/+0
| | | | | | | | | | | | | | | | | | Removed commented out lines. Platform tested Jam (only comments)
| * | Purpose: Fix bug HDFFR-9920 cont.Binh-Minh Ribler2016-10-142-0/+3
| | | | | | | | | | | | | | | Description: Added new test file titerate.cpp.
| * | Fix:HDFFV-9987M. Scot Breitenfeld2016-10-146-48/+66
| | | | | | | | | | | | | | | | | | | | | With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
| * | Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.M. Scot Breitenfeld2016-10-141-5/+1
| | | | | | | | | | | | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
| * | Purpose: Updated documentationBinh-Minh Ribler2016-10-1424-75/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Revised class brief description and other comments for up-to-date info. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| * | Purpose: Fix bug HDFFR-9920 cont.Binh-Minh Ribler2016-10-1431-1469/+2070
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Adding user's test revealed a flaw in the fix. Moved CommonFG's functions in Group to H5Location, so that they could be called by objects that can be used to specify a location Also, rearranged many "#include" header files to resolve conflicts. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| * | Add support for namespace and add tools to binaries configAllen Byrne2016-10-1424-13/+49
| | |
* | | Merge pull request #77 in HDFFV/hdf5 from ↵Dana Robinson2016-10-141-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:windows_dset_fail to develop Merged (minor) fix for Windows dsets test failure. * commit '53099719497a5a5561cabdac96a710f91d0fa21b': Fixed Windows dsets.c test failure. Revert "Added C++ wrappers (get/setCoreWriteTracking()) for new" Revert "Fixed Windows test failures." Fixed Windows test failures. Added C++ wrappers (get/setCoreWriteTracking()) for new H5Pset/get_core_write_tracking() API calls.
| * | Fixed Windows dsets.c test failure.Dana Robinson2016-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | A 'static' keyword was removed from an array that needs it on Windows during a warning removal overhaul. Replacing it fixes the error. Tested on: 64-bit Windows 7 w/ VS 2015
| * | Revert "Added C++ wrappers (get/setCoreWriteTracking()) for new"Dana Robinson2016-10-143-48/+1
| | | | | | | | | | | | This reverts commit d93cb9ca25b5a5e987c6b9023f6868d47dd93a9a.
| * | Revert "Fixed Windows test failures."Dana Robinson2016-10-141-1/+1
| | | | | | | | | | | | This reverts commit f1dcda5c8e23d4897b5fe49049b8d939313b39c6.
| * | Fixed Windows test failures.derobins2016-10-141-1/+1
| | | | | | | | | | | | | | | | | | Replaced a static keyword that was deleted during a warnings overhaul. Tested on 64-bit Visual Studio 2015
| * | Added C++ wrappers (get/setCoreWriteTracking()) for newDana Robinson2016-10-043-1/+48
| | | | | | | | | | | | H5Pset/get_core_write_tracking() API calls.
* | | Merge pull request #67 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-146-85/+87
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * commit '052ca6a74199005efe7f324f2a3ac508b18cdc27': Correct name and usage of cmake variable Add STGZ to mac cpack list Merge from master cmake_conf project
| * | Correct name and usage of cmake variableAllen Byrne2016-10-103-6/+6
| | |
| * | Add STGZ to mac cpack listAllen Byrne2016-10-071-0/+1
| | |
| * | Merge from master cmake_conf projectAllen Byrne2016-10-072-79/+80
| | |
* | | Merge pull request #73 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdffv-9987 to ↵Scot Breitenfeld2016-10-146-48/+66
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'de07b2d22435741fa7dc68faa80df3c0207c89fa': Fix:HDFFV-9987 With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F)
| * | | Fix:HDFFV-9987M. Scot Breitenfeld2016-10-106-48/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
* | | | Merge pull request #71 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop ↵Binh-Minh Ribler2016-10-123-6/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop Merged in - added titerate.cpp to MANIFEST - moved H5Location::throwException to outside of an H5_NO_DEPRECATED_SYMBOLS block to fix daily test failure. * commit '78e597427c6ffc32ed7cf515234c4cf18d05004f': Description: Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols Description: Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest
| * | | | Description:Binh-Minh Ribler2016-10-122-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols
| * | | | Merge branch 'develop' of ↵Binh-Minh Ribler2016-10-1295-965/+1908
| |\ \ \ \ | |/ / / / |/| | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop
* | | | | Merge pull request #45 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop ↵Binh-Minh Ribler2016-10-1154-1541/+2183
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop This should be the final change for HDFFV-9920. * commit 'c38f4af65bf9f8e3811eeb1fcf2ff2f44457bf3d': Description: Removed commented out lines. Platform tested Jam (only comments) Purpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp. Purpose: Updated documentation Description: Revised class brief description and other comments for up-to-date info. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Purpose: Fix bug HDFFR-9920 cont. Description: Adding user's test revealed a flaw in the fix. Moved CommonFG's functions in Group to H5Location, so that they could be called by objects that can be used to specify a location Also, rearranged many "#include" header files to resolve conflicts.
* \ \ \ \ \ Merge pull request #65 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2016-10-071-5/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | * commit 'c7fc321a6d4448c59cb621c46968a5245b080fa1': Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
| * | | | Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.M. Scot Breitenfeld2016-10-071-5/+1
|/ / / / | | | | | | | | | | | | | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
* | | | Merge pull request #61 in HDFFV/hdf5 from ↵Allen Byrne2016-10-067-67/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-9961-add-git-to-ext-filter to develop * commit 'd817b63020310b6f275a569529075551dd2b756e': Fix copyright to point to cmake Fix cyclic depends due to typo Correct how include is used when located inside project HDFFV-9961: Add GIT option to ext lib macros Update copyright to latest from kitware