Commit Graph

15934 Commits

Author SHA1 Message Date
Quincey Koziol
99f123098e Merge pull request #154 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_chunks_04 to develop
* commit '80ac4343cdf0640b114b846db87c091c6e7c66a6':
  Align w/minor cleanups in revise_chunks branch.
2016-11-12 13:01:32 -06:00
Quincey Koziol
1c6924f18b Refactor H5O code to clean up message allocation, align cache deserialize code
with revise_chunks changes, and remove unused "message locking" code.
2016-11-12 01:05:47 -08:00
Quincey Koziol
80ac4343cd Align w/minor cleanups in revise_chunks branch. 2016-11-11 23:14:58 -08:00
Quincey Koziol
70938cbf28 Merge pull request #151 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit '31ffc1e72687b4d27602a044565bde6b1e9d803f':
  Clean up cache code to eliminate dead-ends and unify code.
2016-11-11 17:13:03 -06:00
Dana Robinson
0c542a5b12 Merge pull request #152 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
Moved Win32 variables in log VFD to top of function like in revise_chunks.

* commit 'be0dfa3e22bcd1454215e2a348756bf21e749044':
  Moved Win32 variables to top of function in H5FDlog.c.
2016-11-11 16:26:48 -06:00
derobins
be0dfa3e22 Moved Win32 variables to top of function in H5FDlog.c. 2016-11-11 14:16:24 -05:00
Dana Robinson
dd4f4e6f76 Merge pull request #144 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:restore_script_dev to develop
Added autogen "undo" script to bin/

* commit '57a8bb60811b6d788d586836674ab8ea779131d3':
  Adds a script to undo the action of autogen.sh. Useful when git complains about Makefile.in clobbers, etc.
2016-11-10 15:03:36 -06:00
Quincey Koziol
31ffc1e726 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 into develop_merge_revise_chunks_03 2016-11-10 12:50:11 -08:00
Quincey Koziol
492eae3995 Clean up cache code to eliminate dead-ends and unify code. 2016-11-10 12:49:22 -08:00
Allen Byrne
09f70066db Merge pull request #148 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e40faaa8fbc8490af626dd9da3ff741284327e65':
  Update installdir format for windows
  Correct name of list
  Factor out path
  On windows there could be a conflict when two processes try to read the same file
2016-11-10 12:22:56 -06:00
Allen Byrne
e40faaa8fb Update installdir format for windows 2016-11-10 12:22:11 -06:00
Allen Byrne
17ea6aac20 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'ea55d4192e14411e3c67facac57bb547b6fc3402':
  Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings about forward-compatibility after tools split.
2016-11-10 09:24:58 -06:00
Dana Robinson
ea55d4192e Merge pull request #147 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:subdir-objects to develop
Adds subdir-objects to AM_INIT_AUTOMAKE to quiet forward-compatibility warnings from automake after the tools directory rework.

* commit 'a203f2369af79f4b2b838ab457d81749456c2a4b':
  Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings about forward-compatibility after tools split.
2016-11-10 09:05:57 -06:00
Dana Robinson
a203f2369a Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings
about forward-compatibility after tools split.
2016-11-10 02:00:58 -05:00
Allen Byrne
94f09655cb Correct name of list 2016-11-09 12:39:22 -06:00
Allen Byrne
a2e6cb3c82 Factor out path 2016-11-09 11:55:28 -06:00
Allen Byrne
f9674dfe4e On windows there could be a conflict when two processes try to read the
same file
2016-11-09 10:37:04 -06:00
Dana Robinson
57a8bb6081 Adds a script to undo the action of autogen.sh. Useful
when git complains about Makefile.in clobbers, etc.
2016-11-08 12:47:36 -05:00
Dana Robinson
c5ca422496 Merge pull request #138 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pget_driver_info_retval to develop
Changed the return type of H5Pget_driver_info() from void * to const void *

* commit '8eaa0af30585adbbab29686541cd33e058abd6e8':
  Changed the return type of H5Pget_driver_info() from void * to const void *. Fixes HDFFV-10017.
2016-11-07 11:11:58 -06:00
Quincey Koziol
21c68f4393 Merge pull request #140 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_chunks_02 to develop
* commit '9504d3f337c94c1a2d00bc5b05561e6ed1cee798':
  Switch to new, more scalable, metadata cache entry tagging.
  Remove routines not yet used in develop
2016-11-07 10:47:29 -06:00
Quincey Koziol
9504d3f337 Switch to new, more scalable, metadata cache entry tagging. 2016-11-06 23:14:10 -08:00
Quincey Koziol
323ae13590 Remove routines not yet used in develop 2016-11-06 22:04:36 -08:00
Quincey Koziol
9dc83a5f99 Merge pull request #139 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit 'bb6cb6adb005b0447c1dbb5d61711e3a459ade1f':
  Code style and warning cleanups, from revise_chunks branch.
2016-11-06 22:10:40 -06:00
Quincey Koziol
bb6cb6adb0 Code style and warning cleanups, from revise_chunks branch. 2016-11-06 12:08:19 -08:00
Dana Robinson
8eaa0af305 Changed the return type of H5Pget_driver_info() from void * to
const void *. Fixes HDFFV-10017.
2016-11-05 00:31:26 -04:00
Quincey Koziol
2b5efccc30 Merge pull request #134 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit '9187e8c5d0663c176c50cc5b6053a8732a834194':
  Add missing retrieval of cache logging name, from revise_chunks.
2016-11-04 13:49:39 -05:00
Quincey Koziol
9187e8c5d0 Add missing retrieval of cache logging name, from revise_chunks. 2016-11-04 09:56:55 -07:00
Allen Byrne
ab66f6aa8c Merge pull request #133 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
Buildbot mktarball test pass

* commit '070362cc93793f3b4fa3cc9bc44b235461520408':
  Fix mktarball errors with Manifest
2016-11-04 10:52:43 -05:00
Quincey Koziol
a3d74c9be4 Merge pull request #131 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit '872d1666b4d24eb381773baaaaed6b6bf00dd080':
  Add public H5F* routines for cache logging.
  Add cache logging test.
  Add cache logging property and file pieces.
  Add logging prototypes and cache struct fields.
  Add logging error message.
  Bring cache logging routines from revise_chunks branch to develop.
  Remove static definition for debugging routines.  *sigh*
  Add missing prototypes for cache debugging routines.
2016-11-04 10:20:39 -05:00
Quincey Koziol
872d1666b4 Add public H5F* routines for cache logging. 2016-11-04 08:14:12 -07:00
Allen Byrne
070362cc93 Fix mktarball errors with Manifest 2016-11-04 09:34:01 -05:00
Quincey Koziol
0d12ce44b2 Add cache logging test. 2016-11-03 23:27:10 -07:00
Quincey Koziol
ed452ce690 Add cache logging property and file pieces. 2016-11-03 23:06:17 -07:00
Quincey Koziol
af057ac92b Add logging prototypes and cache struct fields. 2016-11-03 22:53:55 -07:00
Quincey Koziol
0263062a6f Add logging error message. 2016-11-03 22:50:26 -07:00
Quincey Koziol
f9ba956d69 Bring cache logging routines from revise_chunks branch to develop. 2016-11-03 22:40:56 -07:00
Quincey Koziol
ef28e31f89 Remove static definition for debugging routines. *sigh* 2016-11-03 21:34:21 -07:00
Quincey Koziol
a2f15ab726 Add missing prototypes for cache debugging routines. 2016-11-03 21:24:29 -07:00
Frank Willmore
b2948d9f97 Merge pull request #100 in HDFFV/hdf5 from ~FRANK.WILLMORE/hdf5:HDFFV-8882-replace-numeric-exit-code-with to develop
* commit '526bcc242d03a6fc4fd28d3a0f68cc31f4f2a850':
  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
2016-11-03 16:28:29 -05:00
Quincey Koziol
7ac8215cbf Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit 'b2878dec04c120e4e3cdf00e943283e359862c84':
  Move cache debugging routines into separate module.
  Change file memory type for extending to default, and correct error in backward compatibility for multi VFD.
  Warning and whitespace cleanup.
  Improvements to the log VFD, for helping with SWMR debugging.
  Minor code cleanups.
  Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping in tools code.
2016-11-03 16:15:26 -05:00
Dana Robinson
50c7c54514 Merge pull request #122 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_groups to develop
Merged EoC for groups. Will expand the tests as discussed in the code review at a later date.

* commit '30f5f7d9f97e7e4e331894c3574cc1b6c4df6d9e':
  Removed commented-out lines that clean up test files.
  Added a test for old- and new-style groups under evict-on-close.
  Evict-on-close now works with groups.
2016-11-03 15:17:02 -05:00
Quincey Koziol
b2878dec04 Move cache debugging routines into separate module. 2016-11-03 11:55:42 -07:00
Allen Byrne
dfa300b41d Merge pull request #125 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '3ae37a2068c96cd0adbbd5182e9f9890629d6994':
  Correct location of file for chmod statement
  Add missing h5format_convert generated files
  Correct locations of tools files
2016-11-03 11:59:44 -05:00
Quincey Koziol
17468defc7 Change file memory type for extending to default, and correct error in
backward compatibility for multi VFD.
2016-11-03 09:33:19 -07:00
Quincey Koziol
d935aa3555 Warning and whitespace cleanup. 2016-11-03 09:32:30 -07:00
Quincey Koziol
9b68a163bf Improvements to the log VFD, for helping with SWMR debugging. 2016-11-03 09:25:28 -07:00
Quincey Koziol
57ad6334c0 Minor code cleanups. 2016-11-03 09:16:25 -07:00
Allen Byrne
3ae37a2068 Correct location of file for chmod statement 2016-11-03 11:05:37 -05:00
Allen Byrne
f2d9d05cd0 Add missing h5format_convert generated files 2016-11-03 10:58:43 -05:00
Allen Byrne
8bc45d450b Correct locations of tools files 2016-11-03 10:55:23 -05:00