Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
82fb3c51928[svn-r28090] Add library version changes based on lt_vers.am file.
Mark EvansMark Evans
d91d70b5eee[svn-r28080] Made some minor edits.
Binh-Minh RiblerBinh-Minh Ribler
40288b1bfcc[svn-r28079] Description: Added note about HDFFV-7947.
Albert ChengAlbert Cheng
35012f4fb63[svn-r28077] HDF5 passed basic tests in Mac El Capitan VM and is added to the more tested platform section.
Binh-Minh RiblerBinh-Minh Ribler
13dd91b6a08[svn-r28070] Purpose: Fix documents Description: - Added missing DOXYGEN_SHOULD_SKIP_THIS pairs to prevent internal items from being included in the Reference Manual. - Updated some comments' text and format Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Verified documents on Windows 7
Mark EvansMark Evans
a6b605c2fd8[svn-r28069] Made some minor edits.
Binh-Minh RiblerBinh-Minh Ribler
5058947fefd[svn-r28067] Description: - Added description of new APIs (HDFFV-9167 and HDFFV-9169) - Added note about the fix of memory leaks (HDFFV-9529)
Mohamad ChaarawiMohamad Chaarawi
f4f2ae030f5[svn-r28064] update release.txt with HDFFV-9418.
Allen ByrneAllen Byrne
ffc727af4d8[svn-r28063] Make UNSUPPORTED option combinations fail configure - matches autotools behaviour.
Binh-Minh RiblerBinh-Minh Ribler
9097cc1176a[svn-r28048] Purpose: Fix memory leaks Description: - Implemented the friend function void f_PropList_setId(PropList* plist, hid_t new_id) to work around the same problem described in trunk r26655, for the API DataSet::getCreatePlist() - Cleaned up some comments and obsolete functions Merged from trunk r28047 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Larry KnoxLarry Knox
1771404cd0b[svn-r28046] bin/h5vers: revised script to address HDFFV-9411 - patch<n> is an official release and should not include the string "currently under development" config/lt_vers.am: add LT_*_VERS_* variables to allow incrementing wrapper libtool version numbers for shared library files independent of each other and the libhdf5 libtool version number. */Makefile.am match variables for each wrapper to use version numbers set in config/lt_vers.am */Makefile.in updated by reconfigure with c...
Binh-Minh RiblerBinh-Minh Ribler
f6747fb9d7a[svn-r28032] Purpose: Fix memory leaks Description: Merged from 1.8 r28030. - Removed H5Library::instance because it is unnecessary. All H5Library's methods are static. This, in turn, removed the memory leaks by H5Library::instance not being deleted. - Added ObjCreatPropList::deleteConstants to atexist() list - Cleaned up comments and format inconsistencies with 1.8 Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
Albert ChengAlbert Cheng
a0ff8cf822f[svn-r28018] Undo r28009 changes. Tested: jam.
Larry KnoxLarry Knox
4bc852d8286[svn-r28014] Updated version to HDF5 v1.8.16-pre1.
Larry KnoxLarry Knox
3b02e76e058[svn-r28013] Ran h5vers and reconfigure to sync LT_VERSION values and propagate them to Makefile.in(s).
Larry KnoxLarry Knox
038d87f21da[svn-r28010] Increment LT interface version number to reflect symbols added but none removed in hdf5 libraries.
Albert ChengAlbert Cheng
1f1081e039b[svn-r28009] HDFFV-9536: Changed H5check_version() to use libtool shared library version numbers instead of the library version numbers. bin/h5vers: Changed to copy the shared lib version from lt_vers.am to H5public.h (Thanks to Larry who made the changes.) src/H5public.h: Changed by bin/h5vers. src/H5.c: Changed H5check_version() to use shared library version for compatibility checking. test/tcheck_version.c: test/testcheck_version.sh.in: Changed to use shared lib...
Binh-Minh RiblerBinh-Minh Ribler
74ab402e3eb[svn-r28008] Description: Put back an unused name (need_cleanup) to avoid breaking compatibility in this release. Will do it when there are others as well. Platforms tested: Linux/32 2.6 (jam) - very minor
Binh-Minh RiblerBinh-Minh Ribler
2bc37732090[svn-r27992] Description: Added c++/src/H5OcreatProp.[h/cpp]
Binh-Minh RiblerBinh-Minh Ribler
a66eef2cf3b[svn-r27989] Purpose: Partial fix of issues HDFFV-9169 and HDFFV-9167 Description: Merged from trunk r27961: Added class ObjCreatPropList in "H5OcreatProp.[h/cpp]" Added wrappers for H5P[s/g]et_attr_phase_change and H5P[s/g]et_attr_creation_order // Sets attribute storage phase change thresholds. void setAttrPhaseChange(unsigned max_compact = 8, unsigned min_dense = 6) // Gets attribute storage phase change thresholds. void getAttrPhaseChange(unsigned& max_comp...
Allen ByrneAllen Byrne
8a752097e9f[svn-r27987] OPTION should default to FALSE
Binh-Minh RiblerBinh-Minh Ribler
c3c1bc333e7[svn-r27983] Description: Merged from trunk r27945, which was merged from hdf5_CppAPI_Constants, including the revisions listed below. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) +++ Log message when merged from hdf5_CppAPI_Constants to trunk, r27945 +++ Purpose: Fix HDFFV-9529 Description: Merged from hdf5_CppAPI_Constants r27942: ------ Description: - Added H5dont_atexit() to getPredType and all the getConstant's t...
Allen ByrneAllen Byrne
2145b1a102a[svn-r27975] Update to new style usage for scripts, add cmake scripts
Allen ByrneAllen Byrne
e57fc3792f2[svn-r27971] eliminate duplicate option
Private HDFPrivate HDF
c3e53cff9b1[svn-r27947] Snapshot version 1.8 release 16 (snap17)
Jerome SoumagneJerome Soumagne
1b774c2ba38[svn-r27941] Merge r27939 from trunk Add internal library callback to H5S_select_iterate to avoid having to pass hid_t objects internally
Jerome SoumagneJerome Soumagne
259ea41679d[svn-r27940] Merge r27938 from trunk Fix private/public H5A_get_type and H5A_get_space
Allen ByrneAllen Byrne
0e1fa6f0410[svn-r27936] Cmake 3.3 allowed execute_process to merge output and error files if the filename or the variable were the same. Changed instances to make the outpu_variable different.
Scot BreitenfeldScot Breitenfeld
0d67aeabedb[svn-r27934] Updated the Fortran and HL sections for the 1.8.16 release.
Allen ByrneAllen Byrne
a98a046836f[svn-r27901] Rework doc for updated examples script
Larry KnoxLarry Knox
1922ee83416[svn-r27899] Modify bbrelease to use "Revision:" number from svn info, not "Last Changed Rev:" number. Tested on jam
Allen ByrneAllen Byrne
4c01aeac8fe[svn-r27872] Update with changes to script file
Allen ByrneAllen Byrne
247cf76979d[svn-r27870] Update with changes to script file
Allen ByrneAllen Byrne
0e3b86671ea[svn-r27864] Make the system vars configurable through the CTEST_SCRIPT_ARG
Allen ByrneAllen Byrne
9eac854454f[svn-r27847] Add Not early in document about CMAKE_INSTALL_PREFIX.
Private HDFPrivate HDF
f425d5cd815[svn-r27833] Snapshot version 1.8 release 16 (snap16)
Allen ByrneAllen Byrne
2e71f7c90d5[svn-r27825] Correct folder location
Dana RobinsonDana Robinson
90315af4286[svn-r27770] Bring r27428 from trunk Reverts the following changes: 27737, 27742, 27743 These involve double conversions that cause problems with the IBM XL compiler. Tested on: h5committest ostrich w/ XL C compiler
Dana RobinsonDana Robinson
bae05c1ad5a[svn-r27759] Bring r26632 from trunk Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: h5committest
Dana RobinsonDana Robinson
bac113b0050[svn-r27757] Bring r26546 from trunk Convert AC_TRY_RUN to AC_RUN_IFELSE, for the LDOUBLE_TO_LONG_SPECIAL and LONG_TO_LDOUBLE_SPECIAL checks. Tested on: h5committest
Dana RobinsonDana Robinson
6bd0add89a6[svn-r27756] Merge of r27692 from trunk Changed the autotools files so that the high-level library is unsupported when building the thread-safe library. Configure will quit with an error when --disable-hl or --enable-unsupported is not used with --enable-threadsafe. Fixes HDFFV-8719 Tested on: h5committest configure w/ various combinations of --enable-threadsafe, --disable-hl, and --enable-unsupported
Dana RobinsonDana Robinson
f402195f59f[svn-r27751] Added a comment to config/ibm-flags that describes the purpose of the -qflag=w:w compiler flag. Tested on: N/A (no access to AIX, comment only)
Allen ByrneAllen Byrne
669452bfc0c[svn-r27749] Add test props
Dana RobinsonDana Robinson
185ccae5918[svn-r27744] Merge of r27728 from trunk. Added -qflag=w:w to config/ibm-flags. This will suppress informational messages on AIX, suppressing thousands of "__attribute__ is non-portable" messages in the AIX nightly test output. Tested on: Nothing. I have no access to an AIX machine. This change suppressed the informational warnings on last night's AIX run, however.
Dana RobinsonDana Robinson
acbcc04f88d[svn-r27743] Merge of r26625 from the trunk Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: jam (minor change that has baked in the trunk for months)
Dana RobinsonDana Robinson
982ec313d61[svn-r27742] Merge of r26623 from the trunk Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: jam (minor change that has baked in the trunk for months)
Dana RobinsonDana Robinson
f1c17f30542[svn-r27741] Merge of r26606 from the trunk Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Fixes HDFFV-9189. Tested on: jam (minor change that has baked in the trunk for months)
Dana RobinsonDana Robinson
868cb97660c[svn-r27739] Updated RELEASE.txt with _BSD_SOURCE (HDFFV-9079) info. Tested on: N/A (docs)
Dana RobinsonDana Robinson
9541338eb30[svn-r27738] Merge of r27686 from the trunk Removes _BSD_SOURCE and _DEFAULT_SOURCE from configure.ac. They are no longer needed by the library. Fixes HDFFV-9079 Tested on: h5committest
Dana RobinsonDana Robinson
b6a34fb182b[svn-r27737] Merge of r26627 from trunk Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: jam (has baked in the trunk for over 6 months)