AuthorCommitMessageCommit dateIssues
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
Scot BreitenfeldScot Breitenfeld
f41ac606212[svn-r25483] Fixed code comments.
Scot BreitenfeldScot Breitenfeld
65e3b596e35[svn-r25480] Added error if Fortran's default real is double precision. If it is and HL is being built then configure returns an error. This is due to HDFFV-889.Tested: jam with intel cmake options: -DCMAKE_Fortran_FLAGS:STRING="-r8" (should fail) and -DHDF5_BUILD_HL_LIB:BOOL=OFF (should pass)HDFFV-889
Allen ByrneAllen Byrne
161ab14bbdf[svn-r25479] update ubuntu info
Allen ByrneAllen Byrne
ed9115f283a[svn-r25478] update ubuntu info
Scot BreitenfeldScot Breitenfeld
f793c50e471[svn-r25477] Added error if Fortran's default real is double precision. If it is and HL is being built then configure returns an error. This is due to HDFFV-889.Tested: jam with intel and -r8 flag, both with and without --disable-hl.HDFFV-889
Scot BreitenfeldScot Breitenfeld
c85497442b4[svn-r25475] Fixed for nh5pget_fill_valuec_c where we called the wrong function ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue))HDFFV-8879 Tested: jam( intel, gnu)HDFFV-8879
Scot BreitenfeldScot Breitenfeld
00e4cbc963d[svn-r25473] Added VALUE to callback group_id type. Needed to fix problem when hid_t is 64-bit.Tested: jam (intel, gnu)
Scot BreitenfeldScot Breitenfeld
1ebce1bfcf4[svn-r25469] Removed duplicate BIND(C) type defintion.Tested: (jam: gnu, intel)
Mohamad ChaarawiMohamad Chaarawi
bd66cdd5d6b[svn-r25468] some code refactoring to align trunk with VOL branch.tested with h5committest.
Albert ChengAlbert Cheng
f1f7b15e506[svn-r25465] BUg fix: HDFFV-8881testfrome.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.HDFFV-8881
Mark EvansMark Evans
d4d24390a23[svn-r25460] The contents of this directory is the C++ Reference Manual and is generated by Doxygen.
Mark EvansMark Evans
ee28a1ad8bb[svn-r25459] Merged revision(s) 25457 from 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 FirefoxHDFFV-8868
Quincey KoziolQuincey Koziol
61a411b02f6[svn-r25450] Description: 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)
Mark EvansMark Evans
4344c1d70b3[svn-r25446] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868.Tested: DoxygenHDFFV-8868
Mark EvansMark Evans
ae25c80cc02[svn-r25441] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL.Tested: Doxygen
Scot BreitenfeldScot Breitenfeld
7595d00ae54[svn-r25440] Fixed type conversion in h5pset_fill_value and fixed for nh5pget_fill_valuec_c we call the wrong function ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue))HDFFV-8879 Tested: jam( intel, gnu)HDFFV-8879
Quincey KoziolQuincey Koziol
453f9d7b202[svn-r25439] Description: Minor tweaks to updated hyperslab code, before larger revision coming.Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 & parallel (h5committest forthcoming)
Private HDFPrivate HDF
84d0a9f7cb3[svn-r25434] Snapshot version 1.9 release 189
Allen ByrneAllen Byrne
186aca8b49d[svn-r25412] Add ASPRINTF define - check already in configure
Private HDFPrivate HDF
06e4e32ba0b[svn-r25407] Snapshot version 1.9 release 188
Mohamad ChaarawiMohamad Chaarawi
92cc75bfae8[svn-r25401] add serial and parallel regression tests for zero dset read/write bug.
Mohamad ChaarawiMohamad Chaarawi
6d637e03f7d[svn-r25399] bug fixes where a wrong type was used instead of hid_t.
Mohamad ChaarawiMohamad Chaarawi
382976f3e98[svn-r25398] add a check to make sure MPI_File_get_size() returns correct value (HDFFV-8856).HDFFV-8856
Mohamad ChaarawiMohamad Chaarawi
06ef71a37fa[svn-r25397] - remove configure checks for MPI_File_get_size and BigMPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)HDFFV-8856
Private HDFPrivate HDF
5ad9bfb3222[svn-r25395] Snapshot version 1.9 release 187
Mohamad ChaarawiMohamad Chaarawi
ee9d595a8cd[svn-r25392] fix HDFFV-8761:allocating space for zero-length chunked dataset and asserting.HDFFV-8761
Mohamad ChaarawiMohamad Chaarawi
43b3c20c93b[svn-r25386] remove double declaration of off and len.
Private HDFPrivate HDF
8925b391818[svn-r25378] Snapshot version 1.9 release 186
Allen ByrneAllen Byrne
28ec2d26937[svn-r25357] Change default timeout to 1200 seconds or 20 minsadjust up for certain tests.
Allen ByrneAllen Byrne
d9c1c23c388[svn-r25350] Add more vfd tests to smaller timeout limits
Allen ByrneAllen Byrne
e90941e86a2[svn-r25343] Add more vfd tests to smaller timeout limits
Allen ByrneAllen Byrne
5849a90e165[svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake.Enabled MSVC for two tests as suggested in the issue.HDFFV-8845
Private HDFPrivate HDF
fbaf82bc3c9[svn-r25339] Snapshot version 1.9 release 185
John MainzerJohn Mainzer
12ee3deb82f[svn-r25321] Reworked and enhanced extreme sanity check in H5C.c, fixing an uninitialized variable bug in passing.Added the H5C_get_entry_ptr_from_addr() and H5C_verify_entry_type() in H5C.c, along with their pass through functions in H5AC.c. Note that H5C_get_entry_ptr_from_addr() is quite slimey, and should be avoided if possible. Updated fractal heap to use flush ordering to force children in the hdr / iblock / dblock tree to be flushed prior to parents. This is part of a port of the fractal heap to t...
Mark EvansMark Evans
471aedb1e85[svn-r25317] Edited the Introduction section.Tested: Doxygen and Firefox
Allen ByrneAllen Byrne
c194e9c9a79[svn-r25313] Use cmake var to store name of created h5_test_kind_xxxx mod file.Tested: local linux
Allen ByrneAllen Byrne
9c4e646c1a0[svn-r25310] Add max time for VFD objcopy test
Scot BreitenfeldScot Breitenfeld
bfb60a0cc16[svn-r25304] Fixes latest check-in errors for:HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof (1) Removed the overloaded h5_sizeof functions for characters and integer arrays since Sun compilers don't allow them to be passed into a function that uses sizeof. (2) Requested min. precision for reals to avoid duplicate interfaces when the flag -r8 (or equiv.) is set. tested: *jam: intel, -i8 -r8 --enable-fortran200...HDFFV-8653
Allen ByrneAllen Byrne
0b750689010[svn-r25302] Add nounistd option to flex command for windows caompatibility
Allen ByrneAllen Byrne
890a76ea64b[svn-r25300] Add flex / bison commands to bin script and regenerate hl files using latest versions.No other files touched. Tested: h5committest
Allen ByrneAllen Byrne
8c56c5096e7[svn-r25299] correct case of CMake commands
Scot BreitenfeldScot Breitenfeld
90757478c21[svn-r25294] added implicit none
Scot BreitenfeldScot Breitenfeld
7d3ff84d595[svn-r25291] Fix for:HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeofHDFFV-8653
Scot BreitenfeldScot Breitenfeld
9cf08449289[svn-r25290] Fix for:HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeofHDFFV-8653
Scot BreitenfeldScot Breitenfeld
59517a164b5[svn-r25287] Fix for:HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeofHDFFV-8653
Scot BreitenfeldScot Breitenfeld
744bc7d236c[svn-r25286] Fix for:HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.HDFFV-8653
Private HDFPrivate HDF
588a733b189[svn-r25285] Snapshot version 1.9 release 184