Commit Graph

15805 Commits

Author SHA1 Message Date
Allen Byrne
b424328063 Add error log for dlopen 2016-10-27 09:14:22 -05:00
Binh-Minh Ribler
04b99c0c66 Merge pull request #108 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_packet_table:develop to develop
Work-around for Emu's alignment problem.

* commit '889d7fd73341a377dff98673d08031e422c18ab0':
  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)
2016-10-26 14:34:02 -05:00
Binh-Minh Ribler
889d7fd733 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)
2016-10-26 14:16:24 -05:00
Binh-Minh Ribler
581c0acfa9 Merge pull request #89 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_obsolete_items:develop to develop
* commit 'a903cbafa863f22d360e7ef59f787b4fe0c0d2c3':
  Description:     Removed obsolet macros from C++ API: 	H5_NO_NAMESPACE, H5_NO_STD, __cplusplus     Leave OLD_HEADER_FILENAME because iostream.h might still be in use,     until further checking is done. Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (platypus)     Darwin (osx1010test)     Jelly
2016-10-26 10:45:59 -05:00
Larry Knox
3b1b2f42df Merge pull request #96 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'db9b0cb1006daa2c249a60ceca1d518a3da06c88':
  Translate SVN commands and references to GIT.
  Translate svn commands and references to git.
2016-10-24 16:38:45 -05:00
lrknox
db9b0cb100 Translate SVN commands and references to GIT. 2016-10-24 16:27:17 -05:00
lrknox
62232e9120 Translate svn commands and references to git. 2016-10-24 14:17:24 -05:00
Allen Byrne
582bc9481f Merge pull request #90 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '5dfe4b6de70afa8f2cb08af47fb81b3f53381fd6':
  Add defines missing on OSX
  Merge includes from sio file
2016-10-24 11:58:27 -05:00
Binh-Minh Ribler
a2c0c2116d Merge pull request #94 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_packet_table:develop to develop
Fixed typo

* commit '4c91c858beb4933669d5855ba0648bc044d0d09e':
  Description:     User's sample code used "not" instead of "!" and Windows does     not like that.  Fixed. Platforms tested:     Linux/32 2.6 (jam)     Darwin (osx1010test)
2016-10-24 10:16:39 -05:00
Binh-Minh Ribler
4c91c858be Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_packet_table into develop 2016-10-24 09:59:53 -05:00
Binh-Minh Ribler
061b758c29 Description:
User's sample code used "not" instead of "!" and Windows does
    not like that.  Fixed.
Platforms tested:
    Linux/32 2.6 (jam)
    Darwin (osx1010test)
2016-10-24 09:56:01 -05:00
Binh-Minh Ribler
efa541c137 Merge pull request #93 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_packet_table:develop to develop
Fix HDFFV-9758
May also fix HDFFV-9927 and HDFFV-9042

* commit 'b3b7ae087edbc20891a088db2f4e4f83e186c8b0':
  Purpose: Fix Packet Table issues cont. Description:     Misc cleanups and comments in tests. Platforms tested:     Linux/32 2.6 (jam)     Darwin (osx1010test)     Linux/64 (jelly)
  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)
2016-10-23 21:19:20 -05:00
Binh-Minh Ribler
b3b7ae087e Purpose: Fix Packet Table issues cont.
Description:
    Misc cleanups and comments in tests.
Platforms tested:
    Linux/32 2.6 (jam)
    Darwin (osx1010test)
    Linux/64 (jelly)
2016-10-23 21:03:47 -05:00
Binh-Minh Ribler
d51b785f4e Merge pull request #1 in ~BMRIBLER/hdf5_bmr_packet_table from 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)
2016-10-23 17:13:52 -05:00
Allen Byrne
5dfe4b6de7 Merge pull request #3 in ~BYRN/hdf5_adb from bugfix/HDFFV-9942-verify-standalone-perform to develop
* commit '9a4ac501c1bd1f27bde1fc2acbc67bed74ff38ff':
  Add defines missing on OSX
  Merge includes from sio file
2016-10-21 15:20:42 -05:00
Allen Byrne
6ad305ee9d Merge pull request #84 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* 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
2016-10-21 15:11:10 -05:00
Allen Byrne
0a27add8d7 Change return statement format. 2016-10-21 14:21:08 -05:00
Allen Byrne
9a4ac501c1 Add defines missing on OSX 2016-10-21 14:11:46 -05:00
Allen Byrne
3543f58f25 remove unneeded defines 2016-10-21 11:31:46 -05:00
Binh-Minh Ribler
be613da6b8 Miscellaneous code cleanup.
Platforms tested:
    Linux/32 2.6 (jam)
    Darwin (osx1010test)
2016-10-20 23:38:24 -05:00
Binh-Minh Ribler
14e308b2e6 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)
2016-10-20 14:07:45 -05:00
Allen Byrne
8fd2eb8287 Merge includes from sio file 2016-10-19 17:02:30 -05:00
Binh-Minh Ribler
a903cbafa8 Description:
Removed obsolet macros from C++ API:
	H5_NO_NAMESPACE, H5_NO_STD, __cplusplus
    Leave OLD_HEADER_FILENAME because iostream.h might still be in use,
    until further checking is done.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
    Jelly
2016-10-19 15:50:17 -05:00
Allen Byrne
8e0674691a Add new testlib to copy 2016-10-19 12:10:45 -05:00
Allen Byrne
a8883cf07b Correct multiple lib setting 2016-10-18 12:52:32 -05:00
Allen Byrne
7ea09c9292 HDFFV-9996: Test file to verify that that multiple params are parsed 2016-10-18 12:14:25 -05:00
Allen Byrne
b6bb7c123a Merge pull request #80 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c3cea7f96e0800a941874d565afbf909be20074d':
  Add missing EXPORT tag in INSTALL command
2016-10-17 11:42:50 -05:00
Allen Byrne
c3cea7f96e Add missing EXPORT tag in INSTALL command 2016-10-17 09:52:00 -05:00
Allen Byrne
8d04c682f4 Merge pull request #78 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '43affeb0f388466b5be555879d91d14037be0e99':
  Correct text - missing GIT option
  Correct text - missing GIT option
  Correct typo of variable format
2016-10-14 15:17:58 -05:00
Allen Byrne
1ae1dc8a31 Merge pull request #76 in HDFFV/hdf5 from ~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
2016-10-14 15:14:22 -05:00
Dana Robinson
871e3ca614 Merge pull request #77 in HDFFV/hdf5 from ~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.
2016-10-14 15:13:16 -05:00
Dana Robinson
5309971949 Fixed Windows dsets.c test failure.
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
2016-10-14 15:45:38 -04:00
Dana Robinson
bad28040b0 Revert "Added C++ wrappers (get/setCoreWriteTracking()) for new"
This reverts commit d93cb9ca25.
2016-10-14 15:43:25 -04:00
Dana Robinson
9d4cbecb2f Revert "Fixed Windows test failures."
This reverts commit f1dcda5c8e.
2016-10-14 15:42:55 -04:00
derobins
f1dcda5c8e Fixed Windows test failures.
Replaced a static keyword that was deleted during a warnings overhaul.

Tested on 64-bit Visual Studio 2015
2016-10-14 15:32:27 -04:00
Allen Byrne
43affeb0f3 Correct text - missing GIT option 2016-10-14 13:57:48 -05:00
Allen Byrne
9ccadb2e6d Correct text - missing GIT option 2016-10-14 13:57:47 -05:00
Allen Byrne
6de1836e47 Merge pull request #2 in ~BYRN/hdf5_adb from 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
2016-10-14 13:51:00 -05:00
Allen Byrne
321db89a65 Remove test only tools from exports 2016-10-14 13:13:25 -05:00
Allen Byrne
fabfa3c1f4 Fix typo 2016-10-14 13:10:18 -05:00
Allen Byrne
789c1d081a Correct typo in variable format 2016-10-14 12:46:38 -05:00
Allen Byrne
f0a356a903 Correct typo of variable format 2016-10-14 12:44:28 -05:00
Allen Byrne
1414a0b03f Merge remote-tracking branch 'origin/develop' into bugfix/HDFFV-10003-examples-project-fails-to-build 2016-10-14 12:36:40 -05:00
Binh-Minh Ribler
14b1e13e80 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
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
202cb53058 Description:
Added test file titerate.cpp.
Platform tested:
    Verified with bin/chkmanifest
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
ef52b96a9a Description:
Removed commented out lines.
Platform tested
    Jam (only comments)
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
d26c3bef4d Purpose: Fix bug HDFFR-9920 cont.
Description:
    Added new test file titerate.cpp.
2016-10-14 12:02:02 -05:00
M. Scot Breitenfeld
21b5e3132e Fix:HDFFV-9987
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.
2016-10-14 12:02:02 -05:00
M. Scot Breitenfeld
fe5c359ce9 Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
HDFFV-9973
    Fortran library fails to compile and fails tests with NAG compiler
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
43dd56f0a0 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)
2016-10-14 12:02:01 -05:00