Go to file
Allen Byrne 49b5e606ea Merge pull request #2 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10143-programmatic-setting-plugin-path
* commit 'b359e8f1a2349d177e70d34560d0a089ce37c4c8': (22 commits)
  Description:     Removed "#ifndef H5_NO_DEPRECATED_SYMBOLS" in file space tests,     because the wrappers only use the latest functions now. Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (platypus)     Darwin (osx1010test)
  Purpose: Add new C++ wrappers Description:     Because H5Pset_file_space and H5Pget_file_space are deprecated, changed     to make wrappers for the new functions instead:         H5Ps/get_file_space_strategy         H5Ps/get_file_space_page_size
  Description:     Fixed typos. Platforms tested:     Linux/64 (jelly)
  Description:     Deprecating versions of PropList::setProperty that have arguments that     miss "const" Platforms tested:     Linux/64 (jelly)     Linux/64 (platypus)     Darwin (osx1010test)
  Description:     Miscellaneous clean-up: format and comments Platforms tested:     Linux/64 (jelly)     Darwin (osx1010test)
  Add toolset option to cmake configure
  Update cmake pubconf to match autotools and add strtoll checks
  Switch from HDatoll to HDstrtoll, for Windows compatibility.
  output_filter.sh:         Comment added to address HDFFV-8270.  The sample ontput in the         file's comments are not up-to-date with the scripts in the file         that remove output unique to certain systems when running test         scripts.  This output doesn't match expected output files for         the tests, causing them to fail.  Ther output_filter.sh file         removes such output.  Currently we don't have access to these         systems to update the comments.
  Correct double sourcedir name on copied datafiles.
  HDFFV-10138 Merge app framework to examples
  Final merge of page buffering branch to develop
  Purpose: Add new C++ wrappers Description:     Added wrappers for H5Iis_valid, H5Ps/get_nlinks, H5Tget_create_plist,     H5Oopen, H5Oclose and H5Pset_virtual
  Bring changes to I/O parameters from page_buffering branch.
  Merge in reentrency changes to "make space in cache" from page_buffering branch.
  Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from a cache image.
  Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the page_buffering branch yet.  Also, bring over improvements to flush candidate entries for parallel code.
  updated AM_SILENT_RULES syntax
  Added a check for AM_SILENT_RULES before enabling it.
  Fix alignment
  ...
2017-03-20 08:56:25 -05:00
bin output_filter.sh: 2017-03-15 12:49:19 -05:00
c++ Description: 2017-03-19 22:57:47 -05:00
config Add toolset option to cmake configure 2017-03-17 10:36:49 -05:00
examples HDFFV-10094: upgrade cmake command conventions 2017-01-11 14:02:34 -06:00
fortran Final merge of page buffering branch to develop 2017-03-13 21:30:37 -07:00
hl Update CMake files and formatting 2017-03-01 14:47:53 -06:00
java Final merge of page buffering branch to develop 2017-03-13 21:30:37 -07:00
m4 Added number of integer KINDs found to the header files. 2016-09-26 13:27:50 -05:00
release_docs Update CMake files and formatting 2017-03-01 14:47:53 -06:00
src Update cmake pubconf to match autotools and add strtoll checks 2017-03-16 12:59:20 -05:00
test output_filter.sh: 2017-03-15 12:49:19 -05:00
testpar Final merge of page buffering branch to develop 2017-03-13 21:30:37 -07:00
tools Switch from HDatoll to HDstrtoll, for Windows compatibility. 2017-03-16 08:38:24 -07:00
.autom4te.cfg
.gitattributes Added .gitignore and .gitattributes files with contents from the last 2016-09-01 16:15:15 -05:00
.gitignore Simplified .gitignore by using patterns. 2016-11-27 16:05:03 -05:00
.h5chkright.ini
ACKNOWLEDGMENTS
acsite.m4
autogen.sh [svn-r29501] - POSIX compliance changes to autogen.sh 2016-03-22 02:37:07 -05:00
CMakeFilters.cmake Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00
CMakeInstallation.cmake HDFFV-10138 Merge app framework to examples 2017-03-14 12:14:44 -05:00
CMakeLists.txt Lowercase math and set CMake commands 2017-03-02 12:20:26 -06:00
configure.ac Update cmake pubconf to match autotools and add strtoll checks 2017-03-16 12:59:20 -05:00
COPYING [svn-r29319] Update COPYING for 2016. 2016-03-07 15:57:01 -05:00
CTestConfig.cmake Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00
Makefile.am
Makefile.dist
MANIFEST Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) 2017-03-14 14:31:10 -05:00
README.txt Snapshot version 1.9 release 235 2016-12-16 15:23:58 -06:00
UserMacros.cmake Update CMake files and formatting 2017-03-01 14:47:53 -06:00

HDF5 version 1.9.236 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

    news        - For announcements of HDF5 related developments,
                  not a discussion list.

    hdf-forum   - For general discussion of the HDF5 library with
                  other users.

To subscribe to a list, send mail to "<list>-subscribe@lists.hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@lists.hdfgroup.org

Messages sent to the list should be addressed to "<list>@lists.hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a 
library snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.