AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
b68b9d8786f[svn-r27612] Description: Align w/vds branch: Whitespace cleanup, move common code for opening a dataset into a new routine, misc. style cleanups.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest upcoming)
Neil FortnerNeil Fortner
1847391fc51[svn-r27605] Fix potential memory error when using a dataspace that was created with H5Screate and had its extent set by H5Sextent_copy.Tested: jam, ostrich (h5committest)
Dana RobinsonDana Robinson
1252bc4e669[svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed and causes problems on Windows.Tested on: jam, with and without --enable-threadsafe
Allen ByrneAllen Byrne
ccf2bcc6368[svn-r27597] Update text files to match 1.8 changes
Scot BreitenfeldScot Breitenfeld
a9c28bac4e6[svn-r27592] Added dll for H5DGET_OFFSET_F
Allen ByrneAllen Byrne
01a1e8f1caa[svn-r27591] Threadsafe option implementation has changed and ALLOWUNSUPPORTED option needs to be used with TS to actually use of TS with Fortran and C++.
Allen ByrneAllen Byrne
c491cf01bf8[svn-r27590] Fix typo
Dana RobinsonDana Robinson
606c16e1112[svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. This call can be used to determine at runtime if the library was built with thread-safety.Fixes HDFFV-9496 Tested on: h5committestHDFFV-9496
Allen ByrneAllen Byrne
6635d4c003c[svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Added new option SKIP_HDF5_FORTRAN_SHAREDHDFFV-9497
Scot BreitenfeldScot Breitenfeld
2faae30c8db[svn-r27585] disabled the test "test_userblock_offset"; it fails for unknown reasons on platypus with pgf90 compiler when reading the streamed file back.
Dana RobinsonDana Robinson
767585b70f3[svn-r27581] Fixed a bug in the FUNC_ENTER macros. API calls of the form H5xx_* were flagged as H5XX_, which is a non-public API form.Tested on: h5committest
Scot BreitenfeldScot Breitenfeld
4939ee24190[svn-r27580] Fix for: HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committestHDFFV-9283
Allen ByrneAllen Byrne
8aef26f7859[svn-r27575] lowercase commands
Dana RobinsonDana Robinson
2e6100fb23e[svn-r27572] Removed VMS-specific code from the library.The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
Scot BreitenfeldScot Breitenfeld
76d7d3cb976[svn-r27570] Fixed issue with REAL max detection.tested: h5committest
Scot BreitenfeldScot Breitenfeld
47d97ed2c07[svn-r27557] Added build_mod directory and updated the C try_run macro to not check for definitions and does not return unused arguments.
Scot BreitenfeldScot Breitenfeld
9d625c05804[svn-r27556] Added include for build_mod directory.Tested: h5committest.
Allen ByrneAllen Byrne
49a27febbc4[svn-r27555] Merge cmake_ext_mod change
Private HDFPrivate HDF
abdb2a64566[svn-r27551] Snapshot version 1.9 release 228
Quincey KoziolQuincey Koziol
de324a50f8e[svn-r27549] Description: Update the file format debugging routines to match the recent changes to the metadata cache, along with a few other cleanups and miscellaneous enhancements.Tested on: MacOSX/64 10.10.5 (amazon) (h5committest forthcoming)
Jerome SoumagneJerome Soumagne
ab7d724ffd5[svn-r27548] Revert r27545
Jerome SoumagneJerome Soumagne
7ce2d52cf69[svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if availableFix tests accordingly
Allen ByrneAllen Byrne
1b2b0bd5a30[svn-r27540] Replace svn:externals with hard copy of files
Scot BreitenfeldScot Breitenfeld
1436a079051[svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran pre-processor compiler (This mainly causes issues with the xlf compilers)Tested: h5committest
Scot BreitenfeldScot Breitenfeld
8db36cc7664[svn-r27525] Added missing H5A_mp_H5AREAD_PTR and H5A_mp_H5AWRITE_PTR definitions.
Scot BreitenfeldScot Breitenfeld
2b4038e5e75[svn-r27524] Added test to not remove double precision from valid KINDS if it is the largest compatible REAL with C.Tested: h5committest.
Scot BreitenfeldScot Breitenfeld
6e0edba918d[svn-r27521] Added test to not remove double precision from valid KINDS if it is the largest compatible REAL with C.Tested: h5committest.
Scot BreitenfeldScot Breitenfeld
d06fee7bd27[svn-r27517] Removed all perl scripts from configure.Tested: h5committest
Allen ByrneAllen Byrne
72ae17138b2[svn-r27515] Correct spelling of function
Private HDFPrivate HDF
68347a67efd[svn-r27511] Snapshot version 1.9 release 227
Scot BreitenfeldScot Breitenfeld
b79070ac8d7[svn-r27509] Fixed check for perl: tested--h5committest
Scot BreitenfeldScot Breitenfeld
d3e931c772a[svn-r27500] missing declaration
Scot BreitenfeldScot Breitenfeld
91ec9431232[svn-r27499] Fixed FLOAT_128 H5T type detection.tested: jam
Scot BreitenfeldScot Breitenfeld
48c429d4a39[svn-r27497] Fixed missing variable declarations.tested: h5committest.
Binh-Minh RiblerBinh-Minh Ribler
c98d072e698[svn-r27496] Description: Used HTML_EXTRA_FILES for image files. Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine.
Binh-Minh RiblerBinh-Minh Ribler
53d53ee0eee[svn-r27495] Description: Added ./c++/src/footer.html
Binh-Minh RiblerBinh-Minh Ribler
555a29e8966[svn-r27494] Purpose: Fix HDFFV-9288Description: Added footer to include copyright and helpdesk info. Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine.HDFFV-9288
Scot BreitenfeldScot Breitenfeld
caf0e7692a2[svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Tested: h5committest --PASSED--
Scot BreitenfeldScot Breitenfeld
3b4696ccd16[svn-r27489] reverted merge of branch
Scot BreitenfeldScot Breitenfeld
415eb5512b0M[svn-r27488] Merged the F2003_v1.10 branch to the trunk.Tested: h5committest
Allen ByrneAllen Byrne
1900d6a65db[svn-r27485] Change ExpressTest from default of 1 to 2.
Larry KnoxLarry Knox
786acbcd900[svn-r27475] Updated h5vers to remove redundant version information for doxygen web pages. Also added "" around version string to prevent elimination of spaces in the string.H5committested.
Binh-Minh RiblerBinh-Minh Ribler
9ed36ea1f71[svn-r27473] Description: Reversed the previous commit because the PROJECT_NUMBER string is generated by h5vers and Larry will fix h5vers to put the "" in.
Binh-Minh RiblerBinh-Minh Ribler
2bed6a9a489[svn-r27471] Description: Put "" around PROJECT_NUMBER string, otherwise, Doxygen would remove all the spaces when displaying. Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine.
Scot BreitenfeldScot Breitenfeld
a9bef45c752M[svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Allen ByrneAllen Byrne
9e2434625dd[svn-r27469] Merge from trunk with dual-binary CMake code.Tested: local linux with CMake
Allen ByrneAllen Byrne
1efa2d7395e[svn-r27468] Merge corrections found elsewhere
Allen ByrneAllen Byrne
f0c47dd142b[svn-r27467] Add trunk version of examples config file
Allen ByrneAllen Byrne
173829075cf[svn-r27466] Add Trunk version
Allen ByrneAllen Byrne
4d0187a4832[svn-r27465] Merge dual-binary CMake changes