AuthorCommitMessageCommit dateIssues
Neil FortnerNeil Fortner
c365b9a59fbM[svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Tested: ummon
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
Neil FortnerNeil Fortner
3c5a088df0a[svn-r27547] Fill in public function descriptions from RM entries.Tested: ummon
Neil FortnerNeil Fortner
32bf83f1cf0[svn-r27546] Add tests for H5O__dset_bh_info (H5Oget_info) and unlimited selections in a region reference.Tested: ummon
Jerome SoumagneJerome Soumagne
7ce2d52cf69[svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if availableFix tests accordingly
Neil FortnerNeil Fortner
1821b64d495[svn-r27543] Add tests to cover remaining code coverage assertions in H5Shyper.c. Add more tests for unlimited selections. Fix bug related to empty unlimited source dataset.Tested: ummon
Allen ByrneAllen Byrne
1b2b0bd5a30[svn-r27540] Replace svn:externals with hard copy of files
Neil FortnerNeil Fortner
e3bea916863[svn-r27538] Add tests to cover remaining code coverage assertions in src directory except for those in H5Doh.c and H5Shyper.c.Tested: ummon
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
Neil FortnerNeil Fortner
b1dcfc7a84e[svn-r27528] Modify printf implementation to not open source datasets that were previously opened when calculating the VDS extent, instead assuming they still exist.Tested: ummon
Neil FortnerNeil Fortner
6909d2033f0[svn-r27527] Add tests to hit code coverage assertions in H5Olayout.c. Fix issue in VDS delete routine.Tested: ummon
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.
Neil FortnerNeil Fortner
69e2f53edbf[svn-r27520] Add new test for all 3 selection types in the same VDS. Minor cleanup in the tests.Tested: ummon
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
Neil FortnerNeil Fortner
1eff550df3e[svn-r27506] H5Dset_extent no longer holds all printf source datasets open. Other items identified during reviews.Tested: ummon
Neil FortnerNeil Fortner
cefda2ef0c5[svn-r27505] Add support for H5Dset_extent for VDS. Add tests for this. Other bug fixes/cleanupTested: Kubuntu 64 (home computer)
Neil FortnerNeil Fortner
51e16157c29[svn-r27504] Change comments/code around to reflect decision to have virtual datasets always return TRUE when their is_alloc function is called.Tested: ummon
Neil FortnerNeil Fortner
07106823b47[svn-r27501] Add mapping validity checking to VDS open. Other minor fixes/cleanup.Tested: ummon
Scot BreitenfeldScot Breitenfeld
d3e931c772a[svn-r27500] missing declaration
Scot BreitenfeldScot Breitenfeld
91ec9431232[svn-r27499] Fixed FLOAT_128 H5T type detection.tested: jam
Neil FortnerNeil Fortner
1ba3706640c[svn-r27498] Add support for I/O after reopening a VDS with unlimited and/or printf mappings without calling H5Dget_space first. Add tests for this. Other minor fixes/cleanup.Tested: ummon
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.