AuthorCommitMessageCommit dateIssues
Mohamad ChaarawiMohamad Chaarawi
26400c392b4[svn-r25659] fix filename generation with prefix for perf test.tested h5commitest, jam & platypus parallel.
Binh-Minh RiblerBinh-Minh Ribler
bd9c6d829ac[svn-r25658] Purpose: Fixed HDFFV-8922Description: Added notes regarding UTF-8 and extended ASCII, provided in HDFFV-8899, to C++ API. Platforms tested: Linux/32 2.6 (jam) - only in comments3 JIRA Issues
Albert ChengAlbert Cheng
cbd0112b16e[svn-r25654] Bug fix: HDFFV-8933Description: 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-p...HDFFV-8933
Mohamad ChaarawiMohamad Chaarawi
87bed2c7528[svn-r25651] Fix for: HDFFV-8715 HDF5_PARAPREFIX is ignored in parallel dense attribute and performance tests.tested on Jam w/ parallel.HDFFV-8715
Allen ByrneAllen Byrne
bfdf6635692[svn-r25646] Fix missing endif
Binh-Minh RiblerBinh-Minh Ribler
1df7b415ab5[svn-r25645] Description: 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)
Binh-Minh RiblerBinh-Minh Ribler
22d0d32716a[svn-r25644] Purpose: Fixed HDFFV-8928Description: 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)HDFFV-8928
Binh-Minh RiblerBinh-Minh Ribler
10f1e6acf89[svn-r25640] Purpose: Fixed HDFFV-4259Description: - 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: ...HDFFV-4259
Binh-Minh RiblerBinh-Minh Ribler
0befe65753b[svn-r25632] Purpose: Fixed HDFFV-8852Description: 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 - Adde...HDFFV-8852
Scot BreitenfeldScot Breitenfeld
9140500b86f[svn-r25631] Fix fo HDFFV-8912HDFFV-8912
Scot BreitenfeldScot Breitenfeld
17893b24ea8[svn-r25629] Fix for hdffv-8855.
Private HDFPrivate HDF
c617cbdfb05[svn-r25627] Snapshot version 1.9 release 197
Scot BreitenfeldScot Breitenfeld
6f2f584c42f[svn-r25626] Changed the callback function integer type from INTEGER to INTEGER(C_INT) for portability, HDFFV-8909.HDFFV-8909
Allen ByrneAllen Byrne
8bd91611f45[svn-r25624] Define symbol for other compilers as nothing.Tested: platypus
Allen ByrneAllen Byrne
38ffe941745[svn-r25623] Update from 1.8 docs - docs team changes from last release
Mohamad ChaarawiMohamad Chaarawi
a8818628027[svn-r25620] 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.tested with h5commitest
Scot BreitenfeldScot Breitenfeld
52d5e22956c[svn-r25618] Added tests for HDFFV-8879HDFFV-8879
Allen ByrneAllen Byrne
51e9f7091c2[svn-r25617] Upgrade packaging process with cmake helper functions.Tested: local linux
Allen ByrneAllen Byrne
510e79af7c1[svn-r25615] Include plugin header change. H5PLextern.h and H5PLprivate.h have two opposing use cases, only the enum is common.Tested: local linux and windows
Scot BreitenfeldScot Breitenfeld
0324181acc5[svn-r25614] Fixed HDFFV-8670 *H5DSis_scale and other HL APIs do not null terminate string (and other issues)HDFFV-8670
Allen ByrneAllen Byrne
b2fa3069d93[svn-r25608] Windows needs extra slashes
Allen ByrneAllen Byrne
148097511c0[svn-r25607] Add 10 sec timeout to VFD - flush2 tests instead of default 20 min.
Private HDFPrivate HDF
ae00b7b5915[svn-r25604] Snapshot version 1.9 release 196
Allen ByrneAllen Byrne
9a5a86e8738[svn-r25595] Update VMs on other tested
Private HDFPrivate HDF
7f2fa8340bf[svn-r25591] Snapshot version 1.9 release 195
Mohamad ChaarawiMohamad Chaarawi
1064f6cd03a[svn-r25586] need to use MPI_Count and corresponding _x check routines post read/write to handle big counts.
Mohamad ChaarawiMohamad Chaarawi
ace4fef4d61[svn-r25573] fix error output when dataset verify detects wrong data.
Allen ByrneAllen Byrne
5a4357e4fb0[svn-r25570] UNDO:Added option to build tools static when building shared 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 linuxHDFFV-8292
Allen ByrneAllen Byrne
c23f3a7ea57[svn-r25569] Added option to build tools static when building shared libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292.Tested: local linuxHDFFV-8292
Private HDFPrivate HDF
2154d1c6f1b[svn-r25563] Snapshot version 1.9 release 194
Allen ByrneAllen Byrne
38251c0765e[svn-r25552] JAVA-1880: hdfview failure to load plugins identified default value was incorrectly formed.Tested: windowsJAVA-1880
Private HDFPrivate HDF
77e7e788c87[svn-r25546] Snapshot version 1.9 release 193
Allen ByrneAllen Byrne
32c3fec56c7[svn-r25536] HDFFV-8897: remove include extra paths.HDFFV-8897
Private HDFPrivate HDF
3f11676e9d8[svn-r25534] Snapshot version 1.9 release 192
Mohamad ChaarawiMohamad Chaarawi
88fb6b1374e[svn-r25531] remove use of C99 PRI that failed on windows in dtypes.cfix bugs where hid_t were assumed to be 32 bit ints or herr_t.
Mohamad ChaarawiMohamad Chaarawi
2a5454616a6[svn-r25527] fix printf format warnings in dtypes test.
Mohamad ChaarawiMohamad Chaarawi
f98f792fe3d[svn-r25524] remove usage of // comment styles.
Allen ByrneAllen Byrne
a794cc9103b[svn-r25518] HDFFV-8880: Remove t_posix_compliant test referencesHDFFV-8880
Mohamad ChaarawiMohamad Chaarawi
333f1d47835[svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use resize instead.
Mohamad ChaarawiMohamad Chaarawi
7433fb9dc11[svn-r25514] Replace MPI deprecated routines with undeprecated ones.
Scot BreitenfeldScot Breitenfeld
a72cb6e43e7[svn-r25510] Added the parameters to the code comment section: H5T_VLEN_F (9) H5T_ARRAY_F (10) No source changes.
Mohamad ChaarawiMohamad Chaarawi
db51b550499[svn-r25509] HDFFV-8878: Make the fill value operation for chunked datasets in parallel collective/fast.tested with h5committestHDFFV-8878
Dana RobinsonDana Robinson
4defea00206[svn-r25508] Added a check that ensures page_size is not set to zero in H5Pset_core_write_tracking(). This ensures that the behavior matches the description in the reference manual.Tested on a local linux VM. This is a very minor change.
Private HDFPrivate HDF
1bd45cb96f5[svn-r25506] Snapshot version 1.9 release 191
Mohamad ChaarawiMohamad Chaarawi
d4ebdeadadf[svn-r25504] fix ret_value in H5Oexists_by_name to be htri_t instead of hid_t.Bug exposed in VOL branch.
Mohamad ChaarawiMohamad Chaarawi
8771fba1de6[svn-r25503] - fix bug in encode/decode plist parallel test when 1 proccess is used to run the test.- fix warning in t_chunk_alloc.
Mohamad ChaarawiMohamad Chaarawi
beb6f83cfd6[svn-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name.tested Jam. minor change.HDFFV-8888
Quincey KoziolQuincey Koziol
33ea1ada248[svn-r25496] Description: Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups 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)
Mohamad ChaarawiMohamad Chaarawi
3f701fda652[svn-r25487] store all members of the driver info in the file structs since they will be needed if H5Pget_create_plist is called.tested jam. minor change.
Private HDFPrivate HDF
2173d36d66a[svn-r25484] Snapshot version 1.9 release 190