Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r25693] Snapshot version 1.9 release 199 | HDF Tester | 2014-10-12 | 13 | -26/+38 |
| | |||||
* | [svn-r25691] File is not generated by non-2003 compliant fortran compilers. | Allen Byrne | 2014-10-10 | 1 | -3/+20 |
| | | | | Tested: jam and local linux | ||||
* | [svn-r25690] Update RELEASE.txt for 1.8.14 release: | Larry Knox | 2014-10-09 | 1 | -7/+4 |
| | | | | | Reviewed and revised version information for unix daily tested machines in supported and tested platforms sections. | ||||
* | [svn-r25685] HDFFV-8932: | Albert Cheng | 2014-10-09 | 1 | -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 Cheng | 2014-10-07 | 1 | -0/+2 |
| | |||||
* | [svn-r25677] HDFFV-8933: | Albert Cheng | 2014-10-07 | 1 | -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 Knox | 2014-10-06 | 1 | -5/+6 |
| | | | | | | | | Text only - no test. This line, and those below, will be ignored-- M RELEASE.txt | ||||
* | [svn-r25668] Snapshot version 1.9 release 198 | HDF Tester | 2014-10-05 | 13 | -26/+26 |
| | |||||
* | [svn-r25662] Correct packaging paths | Allen Byrne | 2014-10-03 | 1 | -5/+5 |
| | |||||
* | [svn-r25661] Update the default setting for the memb_addr array when use ↵ | Mohamad Chaarawi | 2014-10-03 | 1 | -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 Chaarawi | 2014-10-02 | 3 | -46/+89 |
| | | | | tested h5commitest, jam & platypus parallel. | ||||
* | [svn-r25658] Purpose: Fixed HDFFV-8922 | Binh-Minh Ribler | 2014-10-02 | 1 | -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-8933 | Albert Cheng | 2014-10-02 | 1 | -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-8715 | Mohamad Chaarawi | 2014-10-01 | 3 | -4/+30 |
| | | | | | | HDF5_PARAPREFIX is ignored in parallel dense attribute and performance tests. tested on Jam w/ parallel. | ||||
* | [svn-r25646] Fix missing endif | Allen Byrne | 2014-10-01 | 1 | -19/+19 |
| | |||||
* | [svn-r25645] Description: | Binh-Minh Ribler | 2014-10-01 | 1 | -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-8928 | Binh-Minh Ribler | 2014-10-01 | 7 | -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-4259 | Binh-Minh Ribler | 2014-09-30 | 12 | -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-8852 | Binh-Minh Ribler | 2014-09-29 | 5 | -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-8912 | Scot Breitenfeld | 2014-09-29 | 3 | -6/+30 |
| | |||||
* | [svn-r25629] Fix for hdffv-8855. | Scot Breitenfeld | 2014-09-29 | 2 | -2/+59 |
| | |||||
* | [svn-r25627] Snapshot version 1.9 release 197 | HDF Tester | 2014-09-28 | 13 | -26/+26 |
| | |||||
* | [svn-r25626] Changed the callback function integer type from INTEGER to ↵ | Scot Breitenfeld | 2014-09-26 | 1 | -1/+1 |
| | | | | INTEGER(C_INT) for portability, HDFFV-8909. | ||||
* | [svn-r25624] Define symbol for other compilers as nothing. | Allen Byrne | 2014-09-26 | 1 | -0/+2 |
| | | | | Tested: platypus | ||||
* | [svn-r25623] Update from 1.8 docs - docs team changes from last release | Allen Byrne | 2014-09-25 | 3 | -6/+6 |
| | |||||
* | [svn-r25620] Fix a bug in multi VFD when the memb_addr in H5Pset_fapl_multi ↵ | Mohamad Chaarawi | 2014-09-25 | 1 | -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-8879 | Scot Breitenfeld | 2014-09-25 | 1 | -0/+39 |
| | |||||
* | [svn-r25617] Upgrade packaging process with cmake helper functions. | Allen Byrne | 2014-09-25 | 5 | -100/+373 |
| | | | | Tested: local linux | ||||
* | [svn-r25615] Include plugin header change. H5PLextern.h and H5PLprivate.h ↵ | Allen Byrne | 2014-09-25 | 2 | -36/+18 |
| | | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows | ||||
* | [svn-r25614] Fixed HDFFV-8670 | Scot Breitenfeld | 2014-09-24 | 5 | -28/+370 |
| | | | | *H5DSis_scale and other HL APIs do not null terminate string (and other issues) | ||||
* | [svn-r25608] Windows needs extra slashes | Allen Byrne | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | [svn-r25607] Add 10 sec timeout to VFD - flush2 tests instead of default 20 min. | Allen Byrne | 2014-09-22 | 1 | -0/+1 |
| | |||||
* | [svn-r25604] Snapshot version 1.9 release 196 | HDF Tester | 2014-09-21 | 13 | -26/+26 |
| | |||||
* | [svn-r25595] Update VMs on other tested | Allen Byrne | 2014-09-17 | 1 | -7/+11 |
| | |||||
* | [svn-r25591] Snapshot version 1.9 release 195 | HDF Tester | 2014-09-14 | 13 | -26/+26 |
| | |||||
* | [svn-r25586] need to use MPI_Count and corresponding _x check routines post ↵ | Mohamad Chaarawi | 2014-09-11 | 1 | -20/+11 |
| | | | | read/write to handle big counts. | ||||
* | [svn-r25573] fix error output when dataset verify detects wrong data. | Mohamad Chaarawi | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | [svn-r25570] UNDO:Added option to build tools static when building shared ↵ | Allen Byrne | 2014-09-03 | 14 | -141/+34 |
| | | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux | ||||
* | [svn-r25569] Added option to build tools static when building shared ↵ | Allen Byrne | 2014-09-03 | 15 | -47/+174 |
| | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux | ||||
* | [svn-r25563] Snapshot version 1.9 release 194 | HDF Tester | 2014-08-31 | 13 | -26/+26 |
| | |||||
* | [svn-r25552] JAVA-1880: hdfview failure to load plugins identified default ↵ | Allen Byrne | 2014-08-25 | 1 | -1/+1 |
| | | | | | | value was incorrectly formed. Tested: windows | ||||
* | [svn-r25546] Snapshot version 1.9 release 193 | HDF Tester | 2014-08-24 | 13 | -26/+26 |
| | |||||
* | [svn-r25536] HDFFV-8897: remove include extra paths. | Allen Byrne | 2014-08-19 | 1 | -4/+4 |
| | |||||
* | [svn-r25534] Snapshot version 1.9 release 192 | HDF Tester | 2014-08-17 | 13 | -26/+26 |
| | |||||
* | [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.c | Mohamad Chaarawi | 2014-08-11 | 17 | -83/+126 |
| | | | | fix bugs where hid_t were assumed to be 32 bit ints or herr_t. | ||||
* | [svn-r25527] fix printf format warnings in dtypes test. | Mohamad Chaarawi | 2014-08-11 | 1 | -2/+2 |
| | |||||
* | [svn-r25524] remove usage of // comment styles. | Mohamad Chaarawi | 2014-08-11 | 1 | -3/+4 |
| | |||||
* | [svn-r25518] HDFFV-8880: Remove t_posix_compliant test references | Allen Byrne | 2014-08-06 | 1 | -7/+1 |
| | |||||
* | [svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use ↵ | Mohamad Chaarawi | 2014-08-06 | 1 | -29/+16 |
| | | | | resize instead. | ||||
* | [svn-r25514] Replace MPI deprecated routines with undeprecated ones. | Mohamad Chaarawi | 2014-08-05 | 2 | -17/+18 |
| |