AuthorCommitMessageCommit dateIssues
Dana RobinsonDana Robinson
b5eaacb9113[svn-r27775] Undo of r27655Removes .pl extension from Perl scripts. This may be returned in the future, but it's best to keep the script names unchanged while we merge with the trunk. Tested on: h5committest
Allen ByrneAllen Byrne
4b748365dfb[svn-r27748] Correct name of target
Allen ByrneAllen Byrne
10da31a926a[svn-r27745] Merge trunk revision 27744
Allen ByrneAllen Byrne
1dc01a33b27[svn-r27729] add extra flags to the bison and flex command lines
Allen ByrneAllen Byrne
531eb2b0502[svn-r27726] Added output folder to commands
Allen ByrneAllen Byrne
e040db83319[svn-r27725] Add initial commands to properly build the generated files. Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file.Tested: local linux
Dana RobinsonDana Robinson
61090f2cc38[svn-r27702] Merge of r27699 from trunk.Removed some configure checks for obsolete Unix variants. The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
Dana RobinsonDana Robinson
c6ed371d19f[svn-r27684] Removed _BSD_SOURCE and _DEFAULT_SOURCE from the autotools C flags. They are no longer needed by the library. Fixes HDFFV-9079.Tested on: h5committestHDFFV-9079
Dana RobinsonDana Robinson
b106502c57b[svn-r27683] Restored the _POSIX_C_SOURCE flag that had been commented out and modified the fortran/test/ Makefile.am to remove the build error with Intel Fortran.Tested on: h5committest
Dana RobinsonDana Robinson
97114954372[svn-r27677] Merge of r27675 from trunkRemoved library checks for nsl and socket from the autotools configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: jam w/ autotools and CMake emu w/ autotoolsHDFFV-9118
Dana RobinsonDana Robinson
77525ea95d9[svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513)This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jamHDFFV-9513
Dana RobinsonDana Robinson
d2cbacb9458[svn-r27649] Fixed MANIFESTtested on: jam (bin/chkmanifest)
Dana RobinsonDana Robinson
4b36ffe0e2d[svn-r27645] Updates to older special config files in configure.ac:- solaris2.x renamed to solaris. There are recent changes to this file but the "2.x" is misleading since the changes are applied to all versions. - Removed support for OSF 4.x/5.x (Digital and Tru64 Unix). We no longer have the config files for these. Tested on: jam (autogen.sh only) emu (Solaris 11)
Dana RobinsonDana Robinson
1177a5cbbc4[svn-r27639] Fixed MANIFEST
Dana RobinsonDana Robinson
59aa015d9f7M[svn-r27638] Merged r27500-27631 from trunk.
Dana RobinsonDana Robinson
3b5a4a06487[svn-r27636] Added cmake_ext_mod files from trunk. Merging them properly wasannoying with the direct clobber of the externals directory with real files.
Quincey KoziolQuincey Koziol
a90e09889d5[svn-r27631] Description: Make error values from hyperslab operations clearer.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (Too minor to require h5committest)
Allen ByrneAllen Byrne
81ca9e4c79a[svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable HDF_TEST_EXPRESS.
Dana RobinsonDana Robinson
c226e58005f[svn-r27626] Various minor warning fixes before major SWMR and VDS merges. gcc 4.9.2 was used to create the warning list- implicit casts - shadowed variables - various enum issues - other minor fixes (comments, unused macros, etc.) Tested on: h5committest
Scot BreitenfeldScot Breitenfeld
e6f9fc5f7f5[svn-r27625] Added preprocessor commands for PGI compiler.tested: h5committest
Larry KnoxLarry Knox
de1bafd1d81[svn-r27624] Update bin/bbrelease to handle changed output of 'svn info' with svn version 1.8.Change to experimental release script bbrelease for buildbot to eliminate extra line in version output.
Dana RobinsonDana Robinson
b920ee876e4[svn-r27623] Added some parallel #ifdefs to H5Ocache.c to quiet compiler warnings.tested on: h5committest
Private HDFPrivate HDF
74792949c9b[svn-r27622] Snapshot version 1.9 release 229
Quincey KoziolQuincey Koziol
ed506058832[svn-r27618] Description: Align w/vds branch: Remove extraneous sieve buffer flush in chunk flush callback, and move error check out of the middle of retrieving properties for dataset.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
Dana RobinsonDana Robinson
a26683076fb[svn-r27616] Replaced AC_CONFIG_HEADER (obsolete macro) with AC_CONFIG_HEADERS.Fixes HDFFV-9284 Tested on: jamHDFFV-9284
Quincey KoziolQuincey Koziol
097d2de6f8d[svn-r27615] Description: Protect dataset that's closing from being flushed again, if it's the last one holding a file open.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
1103585dc13[svn-r27614] Description: Align w/vds branch: Change code in H5O_layout_copy() to use switch for different types of dataset layouts.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
d001bbde049[svn-r27613] Description: Align w/vds branch: Move code for initializing contiguous datasets into layout 'init' callback.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
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