summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25766] Description:Quincey Koziol2014-11-0336-5269/+3188
| | | | | | | | | | Revert r25273, 25283 & 25439 (the hyperslab improvement changes). They are buggy and it's taking me a long time to correct the problem. I'll check in a revised form of the changes when I've got them straightened out. Tested on: Mac OSX 10.10.0 (amazon) w/gcc 4.9.x, C++, FORTRAN Linux 2.6.x (jam) w/parallel
* [svn-r25762] Snapshot version 1.9 release 202HDF Tester2014-11-0213-26/+26
|
* [svn-r25756] Removed the -Wunsuffixed-float-constants warning from the gnu-flagsDana Robinson2014-10-311-1/+1
| | | | | | | | | | | | | script. The warnings that this generates cannot easily be resolved in platform-independent C code since gnu expects the non-standard (gnu) 'D' suffix for double constants. It's still technically useful for catching float and long double constants, but should probably be enabled by developers on an as-needed basis for that purpose so the spurious warnings are avoided. Tested on a local linux VM with gcc 4.8.2. This is a very minor change.
* [svn-r25755] Removed spurious casts in a few HDfree() statements.Dana Robinson2014-10-314-13/+13
| | | | | | | Discovered when I temporarily #defined HDfree() to a more complicated function while investigating something. Tested on a local linux VM. This is a very minor change.
* [svn-r25750] use MPI_File_get_size() instead of stat when retrieving the ↵Mohamad Chaarawi2014-10-281-4/+17
| | | | file size for the MPIO driver.
* [svn-r25745] Testfiles for h5dump bitfields and opaquesAllen Byrne2014-10-273-0/+295
|
* [svn-r25744] Add bitfield and opague datatype file for tests.Allen Byrne2014-10-272-0/+160
| | | | Tested: local linux
* [svn-r25741] Remove obsolete comment and add test to suite.Allen Byrne2014-10-271-6/+1
|
* [svn-r25740] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-275-19/+8
|
* [svn-r25736] Snapshot version 1.9 release 201HDF Tester2014-10-2613-26/+26
|
* [svn-r25721] The return type of H5A_create was changed from hid_t to H5A_t *Albert Cheng2014-10-201-1/+1
| | | | | | | but the test was not changed (still doing H5A_create(...) < 0). Fixed the error by changing to compare against NULL. Tested: ADA AIX machine where the old code was flagged as an error by the AIX compiler.
* [svn-r25720] Snapshot version 1.9 release 200HDF Tester2014-10-1913-26/+26
|
* [svn-r25714] remove reference to deleted sub-folderAllen Byrne2014-10-171-1/+1
|
* [svn-r25707] Added missing type cast for hid_t_f ids.Scot Breitenfeld2014-10-151-23/+23
|
* [svn-r25706] Change hdf5 config install location.Allen Byrne2014-10-151-5/+5
|
* [svn-r25701] Add LD path to HDF5 install directory to address HDFFV-8944.Larry Knox2014-10-142-4/+12
| | | | Tested with h5committest and failed external daily tests.
* [svn-r25695] Maintenance: Addressing bug HDFFV-8836 - information in section ↵Elena Pourmal2014-10-131-17/+21
| | | | 3.2 about the SZIP binaries distribution was wrong. Fixed.
* [svn-r25694] HDFFV-8932:Albert Cheng2014-10-131-1/+1
| | | | | | added Fortran interface to the default build. Tested: jam, koala, platypus
* [svn-r25693] Snapshot version 1.9 release 199HDF Tester2014-10-1213-26/+38
|
* [svn-r25691] File is not generated by non-2003 compliant fortran compilers.Allen Byrne2014-10-101-3/+20
| | | | Tested: jam and local linux
* [svn-r25690] Update RELEASE.txt for 1.8.14 release:Larry Knox2014-10-091-7/+4
| | | | | Reviewed and revised version information for unix daily tested machines in supported and tested platforms sections.
* [svn-r25685] HDFFV-8932:Albert Cheng2014-10-091-1/+17
| | | | | | added C++ and High level interface to the default build. Tested: jam, koala, platypus
* [svn-r25679] Added instruction to run bin/reconfigure after changes.Albert Cheng2014-10-071-0/+2
|
* [svn-r25677] HDFFV-8933:Albert Cheng2014-10-071-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: wren with and without --enable-production.
* [svn-r25670] Update compiler fersion information for XL compilers on ostrich.Larry Knox2014-10-061-5/+6
| | | | | | | | Text only - no test. This line, and those below, will be ignored-- M RELEASE.txt
* [svn-r25668] Snapshot version 1.9 release 198HDF Tester2014-10-0513-26/+26
|
* [svn-r25662] Correct packaging pathsAllen Byrne2014-10-031-5/+5
|
* [svn-r25661] Update the default setting for the memb_addr array when use ↵Mohamad Chaarawi2014-10-031-1/+1
| | | | | | | | 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. tested h5committest, and multi vfd make check on jam.
* [svn-r25659] fix filename generation with prefix for perf test.Mohamad Chaarawi2014-10-023-46/+89
| | | | tested h5commitest, jam & platypus parallel.
* [svn-r25658] 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-r25654] Bug fix: HDFFV-8933Albert Cheng2014-10-021-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-r25651] Fix for: HDFFV-8715Mohamad Chaarawi2014-10-013-4/+30
| | | | | | HDF5_PARAPREFIX is ignored in parallel dense attribute and performance tests. tested on Jam w/ parallel.
* [svn-r25646] Fix missing endifAllen Byrne2014-10-011-19/+19
|
* [svn-r25645] Description:Binh-Minh Ribler2014-10-011-23/+17
| | | | | | | | | Removed the try/block with new/bad_alloc that were unintentionally committed previously. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r25644] Purpose: Fixed HDFFV-8928Binh-Minh Ribler2014-10-017-1/+25
| | | | | | | | | | Description: Followed hints on the JIRA issue to remove several potential memory leaks. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r25640] Purpose: Fixed HDFFV-4259Binh-Minh Ribler2014-09-3012-54/+75
| | | | | | | | | | | | | | 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. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r25632] Purpose: Fixed HDFFV-8852Binh-Minh Ribler2014-09-295-5/+14
| | | | | | | | | | | | | | | | 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 Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r25631] Fix fo HDFFV-8912Scot Breitenfeld2014-09-293-6/+30
|
* [svn-r25629] Fix for hdffv-8855.Scot Breitenfeld2014-09-292-2/+59
|
* [svn-r25627] Snapshot version 1.9 release 197HDF Tester2014-09-2813-26/+26
|
* [svn-r25626] Changed the callback function integer type from INTEGER to ↵Scot Breitenfeld2014-09-261-1/+1
| | | | INTEGER(C_INT) for portability, HDFFV-8909.
* [svn-r25624] Define symbol for other compilers as nothing.Allen Byrne2014-09-261-0/+2
| | | | Tested: platypus
* [svn-r25623] Update from 1.8 docs - docs team changes from last releaseAllen Byrne2014-09-253-6/+6
|
* [svn-r25620] Fix a bug in multi VFD when the memb_addr in H5Pset_fapl_multi ↵Mohamad Chaarawi2014-09-251-1/+1
| | | | | | | | | | 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. tested with h5commitest
* [svn-r25618] Added tests for HDFFV-8879Scot Breitenfeld2014-09-251-0/+39
|
* [svn-r25617] Upgrade packaging process with cmake helper functions.Allen Byrne2014-09-255-100/+373
| | | | Tested: local linux
* [svn-r25615] 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-r25614] Fixed HDFFV-8670 Scot Breitenfeld2014-09-245-28/+370
| | | | *H5DSis_scale and other HL APIs do not null terminate string (and other issues)
* [svn-r25608] Windows needs extra slashesAllen Byrne2014-09-231-1/+1
|
* [svn-r25607] Add 10 sec timeout to VFD - flush2 tests instead of default 20 min.Allen Byrne2014-09-221-0/+1
|