Network

 
AuthorCommitMessageCommit Date
Albert ChengAlbert Cheng
17af5426645[svn-r25716] Bug fix: HDFFV-8930 (Commit fix for Quincey.) Description: Correct errors in ID wrapping code, add some small optimizations, and make certain that all IDs of a given class can be used, especially when wrapping around. Also, enable ID reuse for error classes/values, property lists and datatypes. Includes regression testing for ID wrapping. Note that this change does not apply to the trunk, since that ID manager code is using 64-bit IDs and doesn't worry about wrapping ar...
Mohamad ChaarawiMohamad Chaarawi
e814fd0a4ec[svn-r25715] add entry for the Jira issues I fixed for this release.
Scot BreitenfeldScot Breitenfeld
e4b97ce49ab[svn-r25713] Added comments for the 1.8.14 release. MSB
Albert ChengAlbert Cheng
eb83286fbfd[svn-r25712] HDFFV-8932: added Fortran, C++ and High level interface to the default build. Tested: jam, koala, platypus
Larry KnoxLarry Knox
b2420f71ab1[svn-r25711] Add LD path to HDF5 install directory to address HDFFV-8944. Tested with h5committest and failed external daily tests.
Allen ByrneAllen Byrne
9864e927176[svn-r25710] File is not generated by non-2003 compliant fortran compilers. Merged from 1.8 branch as requested by Albert.
Elena PourmalElena Pourmal
2f0f74c0ff4[svn-r25697] Maintenance: Addressing bug HDFFV-8836 - information in section 3.2 about the SZIP binaries distribution was wrong. Fixed.
Larry KnoxLarry Knox
ac0d8944dce[svn-r25689] Update RELEASE.txt for 1.8.14 release: Reviewed and revised version information for unix daily tested machines in supported and tested platforms sections.
Albert ChengAlbert Cheng
b4da2c58119[svn-r25680] Added instruction to run bin/reconfigure after changes.
Albert ChengAlbert Cheng
837fe33a572[svn-r25676] Updated with bug fixes done before split and forgot to commit.
Albert ChengAlbert Cheng
d428d298394[svn-r25675] Change configure to production mode by default. Tested: jam.
Albert ChengAlbert Cheng
dd5c6a3245d[svn-r25672] Change version number to 1.8.14-pre1 for release code freeze.
Private HDFPrivate HDF
6b2f27965b9[svn-r25669] Snapshot version 1.8 release 14 (snap18)
Albert ChengAlbert Cheng
6f2b6f8d07f[svn-r25667] HDFFV-8933: Did not provide default values for clang++ options. Also, applied wrong values for the *_CPPFLAGS. Solution: Added default values for *_CXXFLAGS. Fixed the *_CPPFLAGS values. Tested: duck, swallow, quail with --eanble-production.
Albert ChengAlbert Cheng
8a11303560d[svn-r25666] HDFFV-8937: There is an interface incompatibility in the C library due to the renamed symbols in H5Ppublic.h. Solution: Bump the library interface version on the shared libraries (soname). Tested: h5committested.
Mohamad ChaarawiMohamad Chaarawi
595b2e59fa4[svn-r25664] merge 25661 from trunk. Update the default setting for the memb_addr array when use passes NULL to equally divide all the address space between all the members. Before there was one chunk of the address space not being used.
Binh-Minh RiblerBinh-Minh Ribler
b1d6057bb13[svn-r25660] Description Added notes about HDFFV-4259, HDFFV-8852, and HDFFV-8928.
Binh-Minh RiblerBinh-Minh Ribler
de56222826f[svn-r25656] Purpose: Fixed HDFFV-8922 Description: Added notes regarding UTF-8 and extended ASCII, provided in HDFFV-8899, to C++ API. Platforms tested: Linux/32 2.6 (jam) - only in comments
Binh-Minh RiblerBinh-Minh Ribler
eb20ea53799[svn-r25655] Purpose: Fixed HDFFV-8928 Description: Followed hints from user's report on JIRA to remove several potential memory leaks. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Binh-Minh RiblerBinh-Minh Ribler
9c9326c7deb[svn-r25653] Purpose: Fixed HDFFV-4259 Description: - Used H5I_INVALID_HID instead of 0 to initialized member "id" in classes that represent HDF5 objects. For PropList, H5P_DEFAULT has to be used instead of H5I_INVALID_HID. - Added try/catch block to some dynamically allocating memory code and re-throw the bad_alloc exception with a message informing the location of the failure. (merged from trunk-r25640) Purpose: Fixed HDFFV-8852 Description: H5F_ACC...
Albert ChengAlbert Cheng
40c17513405[svn-r25652] Bug fix: HDFFV-8933 Description: Mac has changed to use the clang/clang++ compilers but compiler settings for production, debug and profile were not setup. Solution: Setup default values for PROD_CFLAGS, PROD_CPPFLAGS, DEBUG_CFLAGS, DEBUG_CPPFLAGS. PROFILE_CFLAGS and PROFILE_CPPFLAGS were set too but clang does not -pg or such for profiling. Need to fix it later. Tested: duck, swallow, and quail using --enable-production.
Allen ByrneAllen Byrne
4c5cbf9719c[svn-r25648] Update cygwin install doc with better information contained in the trunk version. Added debug VFD tests to known problems. Checked versions of windows and extra linux VMs.
Scot BreitenfeldScot Breitenfeld
4254a2b1955[svn-r25647] Updated the LT_VERS_* to match the branch.
Scot BreitenfeldScot Breitenfeld
f1e70ac474a[svn-r25643] merged change 23241 into the branch.
Scot BreitenfeldScot Breitenfeld
f2535031952[svn-r25642] merged changes 25614,25629,25631 into branch.
Scot BreitenfeldScot Breitenfeld
a9ac64296a8[svn-r25630] Brought changes from the trunk to the branch: svn merge -r25432:25629 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
Private HDFPrivate HDF
767e3e2f6d3[svn-r25628] Snapshot version 1.8 release 14 (snap17)
Allen ByrneAllen Byrne
7d8632d7f9d[svn-r25625] Define symbol for other compilers as nothing.
Mohamad ChaarawiMohamad Chaarawi
ef316daec86[svn-r25621] merge 25620 from trunk. Fix a bug in multi VFD when the memb_addr in H5Pset_fapl_multi is passed as NULL. The library is supposed in that case to equally divide the address space among all members, but there was a bug causing an overflow in the assignment.
Allen ByrneAllen Byrne
0773ea2f19f[svn-r25619] Include plugin header change. H5PLextern.h and H5PLprivate.h have two opposing use cases, only the enum is common. Tested: local linux and windows
Allen ByrneAllen Byrne
39f52896fff[svn-r25616] Update Windows Daily Test machines
Allen ByrneAllen Byrne
a56ea789f71[svn-r25609] Windows needs extra slashes
Private HDFPrivate HDF
9882ce014a1[svn-r25606] Snapshot version 1.8 release 14 (snap16)
Private HDFPrivate HDF
ed9d3807209[svn-r25592] Snapshot version 1.8 release 14 (snap15)
Frank BakerFrank Baker
a4015777536[svn-r25590] Description: Remove extraneous C++ notes from RELEASE.txt; these were early notes for 1.8.13 entries and do not apply to 1.8.14.
Frank BakerFrank Baker
4f76189f692[svn-r25589] Description: Insert 1.8.13 RELEASE.txt text into HISTORY file.
Private HDFPrivate HDF
d6ddaac37bc[svn-r25577] Snapshot version 1.8 release 14 (snap14)
Mohamad ChaarawiMohamad Chaarawi
aed8c360599[svn-r25574] Merge 25573 from trunk: - fix error output when dataset verify detects wrong data.
Albert ChengAlbert Cheng
c8c53935a9e[svn-r25568] Removed the previous intentional failure. Tested: ttsafe passed again.
Private HDFPrivate HDF
cb0f502fa4e[svn-r25564] Snapshot version 1.8 release 14 (snap13)
Allen ByrneAllen Byrne
a9c4db3af80[svn-r25551] JAVA-1880: hdfview failure to load plugins identified default value was incorrectly formed. Tested: windows
Private HDFPrivate HDF
584c42ad94c[svn-r25547] Snapshot version 1.8 release 14 (snap12)
Mohamad ChaarawiMohamad Chaarawi
91aab973465[svn-r25543] merge 25509 & 25524 from trunk. Optimize chunked dataset fill operation by making it collective. + add a workaround for new algorithm to work with ompi. Update RELEASE.txt with this new optimization.
Albert ChengAlbert Cheng
2ef52022e01[svn-r25539] Introduced an intentional failure in order to verify if cloud test machine and in house machines will fail the same. The change should be reversed after the verification.
Private HDFPrivate HDF
43e2783d401[svn-r25535] Snapshot version 1.8 release 14 (snap11)
Dana RobinsonDana Robinson
89ff12bfb2f[svn-r25529] Purpose: Merged r25508 from the trunk. Adds a check that ensure the page_size parameter in H5Pset_core_write_tracking is not zero. This ensures that the behavior matches the text in the reference manual. Tested on: 32-bit LE linux (jam), tested with make check-vfd. This is a very minor change and does not require full testing.
Mohamad ChaarawiMohamad Chaarawi
c1735ecdb78[svn-r25528] bring 25514 and 25516 from trunk: Replace MPI deprecated routines with undeprecated ones.
Scot BreitenfeldScot Breitenfeld
05df796d6a8[svn-r25526] Merged 25480 from the trunk into the branch
Scot BreitenfeldScot Breitenfeld
8fc11e6bc86[svn-r25525] brought revision 25477 from the trunk.
Private HDFPrivate HDF
53e7d88a5fb[svn-r25523] Snapshot version 1.8 release 14 (snap10)