Commit Graph

16229 Commits

Author SHA1 Message Date
Allen Byrne
0df90f9f79 Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743':
  Update CMake formatting
  Update CMake files and formatting
  HDFFV-10120 verify nozlib checking with tools tests
  cmake non-code typo
2017-03-02 12:11:19 -06:00
Quincey Koziol
a04bf9bf7f Merge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to develop
* commit '5df52404bc6f6323ebf064b3d82b8e683de96eba':
  Misc. small cleanups to sync against incoming page buffering changes.
2017-03-02 11:25:40 -06:00
Dana Robinson
82e2f9acbd Merge pull request #320 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'acdd8463bf97f84f9d50e10b16bfd3e3945207c1':
  Added "flush" and "refresh" to testflushrefresh.sh error output so it's easier to see where errors in the script occur.
2017-03-02 10:01:43 -06:00
Dana Robinson
acdd8463bf Added "flush" and "refresh" to testflushrefresh.sh error output so
it's easier to see where errors in the script occur.
2017-03-02 10:45:41 -05:00
Quincey Koziol
5df52404bc Misc. small cleanups to sync against incoming page buffering changes. 2017-03-02 06:24:46 -08:00
Allen Byrne
f4dd30f41c Update CMake formatting 2017-03-01 15:07:01 -06:00
Allen Byrne
2562ec3a4b Update CMake files and formatting 2017-03-01 14:47:53 -06:00
Quincey Koziol
046e64a9bd Merge pull request #318 in HDFFV/hdf5 from merge_page_buffering_06 to develop
* commit '90a0d07f099831f5b6070fa647dab86dacc0aaad':
  Normalize against incoming page buffering changes.
2017-03-01 13:47:54 -06:00
Quincey Koziol
90a0d07f09 Normalize against incoming page buffering changes. 2017-03-01 10:04:28 -08:00
Allen Byrne
0383597463 HDFFV-10120 verify nozlib checking with tools tests 2017-03-01 11:46:30 -06:00
Allen Byrne
cae5e0ad07 cmake non-code typo 2017-03-01 09:58:59 -06:00
Quincey Koziol
a49bd13da3 Merge pull request #316 in HDFFV/hdf5 from merge_page_buffering_05 to develop
* commit 'cf932610999de00867c0a0bb3a08ee3bbf39a158':
  Correct issues from pull request reviews.
  Corrected version of 4b5e05c084:     Fix some more signed -> unsigned value issues with cache data structures,     also misc. style cleanups.  All to align w/incoming page_buffering changes.
  Revert "Fix some more signed -> unsigned value issues with cache data structures, also"
2017-02-28 10:43:38 -06:00
Quincey Koziol
cf93261099 Correct issues from pull request reviews. 2017-02-28 08:41:57 -08:00
Allen Byrne
dfad2e1b07 Merge pull request #315 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '8d909320bf752baa32c13c0d4e2a29985a0e923b':
  Added virtual to list
  mpich module file is in env var
2017-02-28 09:26:26 -06:00
Quincey Koziol
5db402afbb Corrected version of 4b5e05c084:
Fix some more signed -> unsigned value issues with cache data structures,
    also misc. style cleanups.  All to align w/incoming page_buffering changes.
2017-02-27 21:45:55 -08:00
Quincey Koziol
e5fb4191de Revert "Fix some more signed -> unsigned value issues with cache data structures, also"
This reverts commit 4b5e05c084.
2017-02-27 21:23:44 -08:00
Allen Byrne
8d909320bf Added virtual to list 2017-02-27 14:51:20 -06:00
Quincey Koziol
fd268dca96 Merge pull request #313 in HDFFV/hdf5 from merge_page_buffering_04 to develop
* commit '321adc3a6f35e3e8f3b3c7be8680fcdff6660db6':
  Align w/incoming page buffering changes.
2017-02-25 14:20:16 -06:00
Quincey Koziol
321adc3a6f Align w/incoming page buffering changes. 2017-02-25 03:40:00 -08:00
Allen Byrne
6cd6daf8f9 mpich module file is in env var 2017-02-24 15:50:51 -06:00
Allen Byrne
1b8c195eb7 Merge pull request #312 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'ca8aeefeba8d6285423b701c3a6a36a2ad42fbb5':
  MS keeps changing names
  Update docs and scripts for release
  Smale changes from CMake repo
2017-02-24 13:28:30 -06:00
Binh-Minh Ribler
8578cb8499 Merge pull request #310 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to develop
Added H5File::getFileInfo; IdComponent::getNumMembers and typeExists

* commit '4fc97f28531bd89640c10389dd36270335e5a971':
  Purpose: Add new C++ wrappers Description:     Added wrappers for H5Fget_info2, H5Inmembers, and H5Itype_exists
2017-02-24 13:04:31 -06:00
Allen Byrne
ca8aeefeba MS keeps changing names 2017-02-24 10:57:58 -06:00
Allen Byrne
ccee75d3e9 Update docs and scripts for release 2017-02-24 10:27:36 -06:00
Binh-Minh Ribler
4fc97f2853 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp into develop 2017-02-23 16:54:38 -06:00
Binh-Minh Ribler
d7c6fa00da Purpose: Add new C++ wrappers
Description:
    Added wrappers for H5Fget_info2, H5Inmembers, and H5Itype_exists

        // Gets general information about this file.
        void getFileInfo(H5F_info2_t& file_info) const;

        // Returns the number of members in a type.
        static hsize_t getNumMembers(H5I_type_t type);

        // Determines if an element type exists.
        static bool typeExists(H5I_type_t type);

Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (jelly)
    Darwin (osx1010test)
2017-02-23 16:53:16 -06:00
Allen Byrne
64e1513f43 Smale changes from CMake repo 2017-02-23 16:32:06 -06:00
Dana Robinson
ed4fa57298 Merge pull request #309 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'd2692f782a1ce660a855b2459e187e3e9425002d':
  Minor fix for duplicated H5Pclose() call in C++ tests.
2017-02-23 14:51:27 -06:00
Quincey Koziol
42bbd8b6b0 Merge pull request #308 in HDFFV/hdf5 from merge_page_buffering_03 to develop
* commit 'c3321cba03450d8d70934505f40676c3a530a2cb':
  Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups.  All to align w/incoming page_buffering changes.
2017-02-23 11:14:28 -06:00
Dana Robinson
d2692f782a Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop 2017-02-23 12:08:28 -05:00
Dana Robinson
dca632bd96 Minor fix for duplicated H5Pclose() call in C++ tests. 2017-02-23 12:07:44 -05:00
Quincey Koziol
c3321cba03 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_page_buffering_03 2017-02-22 23:23:00 -08:00
Quincey Koziol
4b5e05c084 Fix some more signed -> unsigned value issues with cache data structures, also
misc. style cleanups.  All to align w/incoming page_buffering changes.
2017-02-22 23:21:41 -08:00
Dana Robinson
054cc1af29 Merge pull request #307 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'a247e3367847567de1b605bfb63e19e06ee582e9':
  Changed C++ comments to C comments in H5win32defs.h.
2017-02-22 19:49:03 -06:00
Dana Robinson
a247e33678 Changed C++ comments to C comments in H5win32defs.h. 2017-02-22 17:41:42 -05:00
hdftest
1fe01afe29 Merge pull request #304 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'be6e9282f6ed824c367d364b4edd79d00b23f9f1':
  Make release script fail and return failing exit code when any of the steps for creating the docs.tar file fails.
  h5vers:     Added code to update version strings in     config/cmake/scripts/HDF5config.cmake.
2017-02-22 16:08:20 -06:00
Allen Byrne
b55626e071 Merge pull request #305 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e545f474a507e68e6fdbe295b54e82343f020ca4':
  Correct filename typo
2017-02-22 09:57:37 -06:00
Allen Byrne
e545f474a5 Correct filename typo 2017-02-22 08:43:34 -06:00
lrknox
be6e9282f6 Make release script fail and return failing exit code when any of the steps for creating the docs.tar file fails. 2017-02-21 16:34:05 -06:00
lrknox
6924e1f9f8 h5vers:
Added code to update version strings in
    config/cmake/scripts/HDF5config.cmake.

release:
    Added options to create CMake tar.gz and zip files containing the
    HDF5 source and scripts to build and test HDF5 with cmake and ctest
    by running a single command.  These were previously assembled
    manually.

    Added a call to h5vers to set the version being released where it
    occurs in files.  In particular, the sub-release version string
    "currently under development" was not being removed from
    cpp_doc_config or HDF5config.cmake.
2017-02-21 15:18:17 -06:00
Allen Byrne
7238751d5a Merge pull request #303 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '71cea2112f2445cd03ec6704e42671913aff11f9':
  Add new cmake options file
2017-02-20 09:16:19 -06:00
Allen Byrne
71cea2112f Add new cmake options file 2017-02-20 09:11:44 -06:00
Quincey Koziol
2c2fb928da Merge pull request #302 in HDFFV/hdf5 from merge_page_buffering_02 to develop
* commit '101fa7af8ebe26ad015b64d3b881df8a9124ccc2':
  Cleanups and normalizations against incoming page_buffering changes.
  Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE
  Misc. style cleanups from the page_buffering branch.
2017-02-19 22:33:22 -06:00
Quincey Koziol
101fa7af8e Cleanups and normalizations against incoming page_buffering changes. 2017-02-19 18:28:52 -08:00
Quincey Koziol
4a42b04e59 Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE 2017-02-18 15:42:25 -08:00
Quincey Koziol
b26b684339 Misc. style cleanups from the page_buffering branch. 2017-02-18 15:29:09 -08:00
Binh-Minh Ribler
7e4b64bd83 Merge pull request #298 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to develop
New C++ wrappers for H5P[s/g]et_file_space.

* commit '5f759d6d9f804d99572f605f9d9933c897ef3671':
  Description:     Fixed and added function comments. Platform tested:     Jam (very minor)
  Description:     Fixed small typos Platform tested:     Jam (very minor)
  Purpose: Add new C++ wrappers Description:     Added wrappers for H5Pset_file_space and H5Pget_file_space
2017-02-17 15:34:43 -06:00
Larry Knox
9fba21485d Merge pull request #295 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '92f4153a86a6a77f8d10507f3f922677da19a4b9':
  Resolve missed conflicts.
  Remove references to SVN.
  Check in changes to snapshot script from hdfdts repository to copy in HDF5 develop branch.  Most of the changes are for the switch from subversion to it repositories.  This copy is not used for THG daily tests, but is available for testing on remote machines.
2017-02-17 15:33:39 -06:00
lrknox
92f4153a86 Resolve missed conflicts. 2017-02-17 15:32:07 -06:00
lrknox
4b0de5860f Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop 2017-02-17 15:29:41 -06:00