summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25667] HDFFV-8933:Albert Cheng2014-10-031-3/+13
| | | | | | | | | | | 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.
* [svn-r25666] HDFFV-8937:Albert Cheng2014-10-031-2/+2
| | | | | | | | | 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.
* [svn-r25664] merge 25661 from trunk.Mohamad Chaarawi2014-10-031-1/+1
| | | | | | 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.
* [svn-r25660] DescriptionBinh-Minh Ribler2014-10-021-2/+10
| | | | Added notes about HDFFV-4259, HDFFV-8852, and HDFFV-8928.
* [svn-r25656] Purpose: Fixed HDFFV-8922Binh-Minh Ribler2014-10-021-0/+14
| | | | | | | | | 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
* [svn-r25655] Purpose: Fixed HDFFV-8928Binh-Minh Ribler2014-10-027-1/+25
| | | | | | | | | | 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)
* [svn-r25653] Purpose: Fixed HDFFV-4259Binh-Minh Ribler2014-10-0216-61/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_CREAT was included in the C++ API while the C library doesn't allow it yet. Possibly, in the future, but not now. In addition, the two flags H5F_ACC_RDONLY and H5F_ACC_RDWR were missing from the documentation, causing confusion that appending is not supported. Solution: - Removed H5F_ACC_CREAT from the function until the C library support it - Added H5F_ACC_RDONLY and H5F_ACC_RDWR to the comments to update the documentation (merged from trunk-r25632) Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r25652] Bug fix: HDFFV-8933Albert Cheng2014-10-011-0/+14
| | | | | | | | | | | | | 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.
* [svn-r25648] Update cygwin install doc with better information contained in ↵Allen Byrne2014-10-012-28/+58
| | | | | | | the trunk version. Added debug VFD tests to known problems. Checked versions of windows and extra linux VMs.
* [svn-r25647] Updated the LT_VERS_* to match the branch.Scot Breitenfeld2014-10-011-2/+2
|
* [svn-r25643] merged change 23241 into the branch.Scot Breitenfeld2014-10-012-4/+4
|
* [svn-r25642] merged changes 25614,25629,25631 into branch.Scot Breitenfeld2014-09-308-36/+459
|
* [svn-r25630] Brought changes from the trunk to the branch:Scot Breitenfeld2014-09-298-92/+120
| | | | svn merge -r25432:25629 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
* [svn-r25628] Snapshot version 1.8 release 14 (snap17)HDF Tester2014-09-286-20/+20
|
* [svn-r25625] Define symbol for other compilers as nothing.Allen Byrne2014-09-261-0/+2
|
* [svn-r25621] merge 25620 from trunk.Mohamad Chaarawi2014-09-251-1/+1
| | | | | | | 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.
* [svn-r25619] Include plugin header change. H5PLextern.h and H5PLprivate.h ↵Allen Byrne2014-09-252-36/+18
| | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows
* [svn-r25616] Update Windows Daily Test machinesAllen Byrne2014-09-251-9/+13
|
* [svn-r25609] Windows needs extra slashesAllen Byrne2014-09-231-1/+1
|
* [svn-r25606] Snapshot version 1.8 release 14 (snap16)HDF Tester2014-09-216-20/+20
|
* [svn-r25592] Snapshot version 1.8 release 14 (snap15)HDF Tester2014-09-146-20/+20
|
* [svn-r25590] Description:Frank Baker2014-09-121-17/+2
| | | | | Remove extraneous C++ notes from RELEASE.txt; these were early notes for 1.8.13 entries and do not apply to 1.8.14.
* [svn-r25589] Description:Frank Baker2014-09-121-0/+764
| | | | Insert 1.8.13 RELEASE.txt text into HISTORY file.
* [svn-r25577] Snapshot version 1.8 release 14 (snap14)HDF Tester2014-09-076-20/+20
|
* [svn-r25574] Merge 25573 from trunk:Mohamad Chaarawi2014-09-051-1/+1
| | | | - fix error output when dataset verify detects wrong data.
* [svn-r25568] Removed the previous intentional failure.Albert Cheng2014-09-021-2/+0
| | | | Tested: ttsafe passed again.
* [svn-r25564] Snapshot version 1.8 release 14 (snap13)HDF Tester2014-08-316-20/+20
|
* [svn-r25551] JAVA-1880: hdfview failure to load plugins identified default ↵Allen Byrne2014-08-252-5/+5
| | | | | | value was incorrectly formed. Tested: windows
* [svn-r25547] Snapshot version 1.8 release 14 (snap12)HDF Tester2014-08-246-20/+20
|
* [svn-r25543] merge 25509 & 25524 from trunk.Mohamad Chaarawi2014-08-222-41/+225
| | | | | | | 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.
* [svn-r25539] Introduced an intentional failure in order to verify if cloud ↵Albert Cheng2014-08-191-0/+2
| | | | | | | | test machine and in house machines will fail the same. The change should be reversed after the verification.
* [svn-r25535] Snapshot version 1.8 release 14 (snap11)HDF Tester2014-08-176-20/+20
|
* [svn-r25529] Purpose:Dana Robinson2014-08-112-0/+11
| | | | | | | | | | | | 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.
* [svn-r25528] bring 25514 and 25516 from trunk:Mohamad Chaarawi2014-08-112-40/+28
| | | | Replace MPI deprecated routines with undeprecated ones.
* [svn-r25526] Merged 25480 from the trunk into the branchScot Breitenfeld2014-08-111-1/+10
|
* [svn-r25525] brought revision 25477 from the trunk.Scot Breitenfeld2014-08-112-0/+18
|
* [svn-r25523] Snapshot version 1.8 release 14 (snap10)HDF Tester2014-08-1010-1966/+3490
|
* [svn-r25519] HDFFV-8880: Remove t_posix_compliant test referencesAllen Byrne2014-08-062-12/+1
|
* [svn-r25512] set svn property to executableAllen Byrne2014-08-051-0/+0
|
* [svn-r25501] bring 25500 from trunk to fix HDFFV-8888 - H5Ldelete_by_idx ↵Mohamad Chaarawi2014-07-311-0/+6
| | | | fails on non-existent group name.
* [svn-r25497] Description:Quincey Koziol2014-07-3099-2080/+2110
| | | | | | | | | | Merge changes that correspond to the 64-bit ID changes (without the actual switch to 64-bit IDs) to the 1.8 release branch. (Plus a few minor cleanups and alignments with the trunk that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* [svn-r25494] Add the genltanalyse script to bin and the reconfigure. hl/src ↵Allen Byrne2014-07-303-0/+61
| | | | files previously committed.
* [svn-r25490] bring 25468 from trunk. Mohamad Chaarawi2014-07-2918-3210/+3650
| | | | | | | Aligning code with changes made in VOL branch. This will make porting non VOL related changes from trunkto the 1.8 branch much easier. tested h5commitest.
* [svn-r25467] Updated with bug fix for HDFFV-8881.Albert Cheng2014-07-221-1/+2
|
* [svn-r25466] Bug fix: HDFFV-8881Albert Cheng2014-07-221-9/+14
| | | | | | | | | | | testfrome.c has incorrectly exit code (using -1). Fixed by replacing them with C defined EXIT_FAILURE. Verified by temporary decreaing MAXNUMTESTS to introduce failure in testhdf to see the changed code did work. Also replaced all other correctly coded exit codes with the C defined EXIT_SUCCESS and EXIT_FAILURE. This would help portability for non-Unix systems. Tested: h5committest.
* [svn-r25461] The contents of this directory is the C++ Reference Manual and Mark Evans2014-07-22385-62445/+0
| | | | is generated by Doxygen.
* [svn-r25458] Merged revision(s) 25457 from ↵Mark Evans2014-07-211-4/+10
| | | | | | | | branches/hdf5_1_8_13/c++/src/H5CppDoc.h: Added a sentence suggested by Barbara to the Installation section. Part of HDFFV-8868 work. Tested: Doxygen and Firefox
* [svn-r25454] Description:Quincey Koziol2014-07-214-7/+7
| | | | | | | | | | | Bring change from trunk to 1.8 branch: r25450: Initial tweaks to align with VOL branch. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 (h5committest not required, too small)
* [svn-r25445] Changed file in Installation section where users should look ↵Mark Evans2014-07-21385-0/+62445
| | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868. Tested: Doxygen
* [svn-r25442] Changed file in Installation section where users should look ↵Mark Evans2014-07-211-1/+1
| | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868. Tested: Doxygen