Commit Graph

16036 Commits

Author SHA1 Message Date
Allen Byrne
8bc45d450b Correct locations of tools files 2016-11-03 10:55:23 -05:00
Quincey Koziol
84787e3085 Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping
in tools code.
2016-11-03 08:46:53 -07:00
Dana Robinson
30f5f7d9f9 Removed commented-out lines that clean up test files. 2016-11-03 11:31:02 -04:00
Allen Byrne
da0f0391ae Merge pull request #119 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '9340a6078bb711fdf1d00d6974f0c20ea319a1e3':
  Update ignore file to match changes to tools folders
  Fix parallel h5diff option of tool location
2016-11-02 15:45:01 -05:00
Dana Robinson
5dc86ab718 Merge pull request #120 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5S_header_fix to develop
Fixed errant parentheses in (unused) H5Sprivate.h macros.

* commit '4175847a199ae95d5a201d52c3452cc8bc7e82bf':
  Fixed wayward parentheses in H5Sprivate.h.
2016-11-02 14:13:15 -05:00
Allen Byrne
9340a6078b Update ignore file to match changes to tools folders 2016-11-02 13:51:34 -05:00
Dana Robinson
4175847a19 Fixed wayward parentheses in H5Sprivate.h. 2016-11-02 14:10:24 -04:00
Allen Byrne
16ba94f5db Fix parallel h5diff option of tool location 2016-11-02 12:21:14 -05:00
Allen Byrne
da5dff7eb7 Merge pull request #118 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'de57917e58b53d19ef9ac9379f24a1de69d3dd15':
  minor cleanup to utils defines
  Add util programs for tests
  Correct test command line
  refactor repart test to use test dir
2016-11-01 16:50:47 -05:00
Allen Byrne
de57917e58 minor cleanup to utils defines 2016-11-01 16:42:13 -05:00
Allen Byrne
8a323685f8 Add util programs for tests 2016-11-01 16:38:18 -05:00
Allen Byrne
430d10b047 Correct test command line 2016-11-01 16:10:09 -05:00
Allen Byrne
60cb2c8254 refactor repart test to use test dir 2016-11-01 15:48:39 -05:00
Allen Byrne
d40e90263b Merge pull request #109 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '0f94a43c46186eba3a536ab3b60433f469b5672c':
  Update with changes from buildbot process
  Remove duplicate block
  Update with latest changes used in buildbot process
  Re-merge HDFFV-9942 to new folder structure
  Correct dir reference
  Split tools code - remove old change
  Add new file to ignore
  Split tools into src and test - update locations
  Split tools into src and test - update with new files or locations
  Split tools into src and test - add folders
  Split tools into src and test - remove folders
  Split the code into src and test
  Add error log for dlopen
2016-11-01 14:33:12 -05:00
Dana Robinson
c41321a9f7 Added a test for old- and new-style groups under evict-on-close. 2016-10-29 21:12:07 -04:00
Dana Robinson
de3abdf5d7 Evict-on-close now works with groups.
test/evict_on_close.c has been updated to generate
groups but does not yet check EoC works correctly.
2016-10-28 15:58:18 -04:00
Allen Byrne
0f94a43c46 Update with changes from buildbot process 2016-10-27 14:23:38 -05:00
Allen Byrne
1c3b006651 Remove duplicate block 2016-10-27 14:13:04 -05:00
Allen Byrne
1bf4544a2e Update with latest changes used in buildbot process 2016-10-27 13:55:27 -05:00
Allen Byrne
df13600ae2 Re-merge HDFFV-9942 to new folder structure 2016-10-27 11:03:26 -05:00
Allen Byrne
67084271cb Correct dir reference 2016-10-27 10:55:22 -05:00
Allen Byrne
11093646db Split tools code - remove old change 2016-10-27 10:19:59 -05:00
Allen Byrne
3809a43edd Merge pull request #6 in ~BYRN/hdf5_adb from bugfix/HDFFV-9719-tools-code-split to develop
* commit 'b96f0bc9ed9212ad0f9248a701ebce59ee8e14fa':
  Add new file to ignore
  Split tools into src and test - update locations
  Split tools into src and test - update with new files or locations
  Split tools into src and test - add folders
  Split tools into src and test - remove folders
  Split the code into src and test
  Add error log for dlopen
2016-10-27 10:16:47 -05:00
Allen Byrne
b96f0bc9ed Add new file to ignore 2016-10-27 10:14:31 -05:00
Allen Byrne
c694644ce9 Split tools into src and test - update locations 2016-10-27 10:12:39 -05:00
Allen Byrne
7f2a83b6ab Split tools into src and test - update with new files or locations 2016-10-27 10:11:24 -05:00
Allen Byrne
2c6dbbf212 Split tools into src and test - add folders 2016-10-27 10:06:00 -05:00
Allen Byrne
5b562d9ce9 Split tools into src and test - remove folders 2016-10-27 10:04:42 -05:00
Allen Byrne
b34423f620 Split the code into src and test 2016-10-27 10:03:22 -05:00
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
Frank.Willmore
526bcc242d Changes to be committed:
modified:   bittests.c
	modified:   cmpd_dset.c
	modified:   dsets.c
	modified:   dt_arith.c
	modified:   dtypes.c
	modified:   extend.c
	modified:   fillval.c
	modified:   filter_fail.c
	modified:   flush1.c
	modified:   gen_cross.c
	modified:   hyperslab.c
	modified:   istore.c
	modified:   links.c
	modified:   links_env.c
	modified:   objcopy.c
	modified:   plugin.c
	modified:   tcheck_version.c
	modified:   unlink.c
	modified:   unregister.c

Minor fixes to replace numeric exit codes with MACRO declarations. Not all codes found were boolean, and those cases were not changed.
2016-10-25 09:53:44 -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