Network

 
AuthorCommitMessageCommit Date
Larry KnoxLarry Knox
0eb409a5235[svn-r27282] Change generic directory in tarballs to hdfsrc. Remove some commented lines.
Larry KnoxLarry Knox
0b8a403de88[svn-r27279] Add temporary file to create tarballs for buildbot (and possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.
Allen ByrneAllen Byrne
8d599272c3b[svn-r27274] HDFFV-9327: Compiler flags for non-windows. Merge from trunk
Private HDFPrivate HDF
ca8ce007f67[svn-r27260] Snapshot version 1.8 release 16 (snap5)
Allen ByrneAllen Byrne
5c0d9097242[svn-r27253] Move packed bits files to subfolder
Mohamad ChaarawiMohamad Chaarawi
d9c8412a5df[svn-r27244] - merge 27206/7 from trunk (fix for HDFFV-9418): - Moving truncate to H5F_flush() where it was done a long time ago. - Add a second H5AC_flush() call after the truncate is done to make sure we write the correct EOA. - Add a second flush call after releasing file space since that could result in an EOA change
Barbara JonesBarbara Jones
9be1d4b6dc8[svn-r27217] The comments in this example were incorrect regarding the resulting dataset. They have been updated to reflect the actual results of running the code. (See HDFFV-637)
Mohamad ChaarawiMohamad Chaarawi
3e3f88cfa4a[svn-r27190] merge 27185 from trunk: - fix more instances where both mpi is_initialized and is_finalized need to be checked before making any MPI calls. tested with h5committest.
Larry KnoxLarry Knox
849555ef991[svn-r27189] Merge change from hdf5_1_8_15 to hdf5_1_8. Chane addressed HDFFV-9010: configure issue with gcc 4.9.2; libtool produced "-l " with no lib name. Also Scot noted that the -i option for sed does not work on Solaris or Mac, so the sed output is written to a temp file and then moved to the libtool file Tested h5committest.
Mohamad ChaarawiMohamad Chaarawi
5ec5c1dd65c[svn-r27179] Merge 27162 & 27163 from trunk: fix for HDFFV-9412: - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called. tested with h5committest
Allen ByrneAllen Byrne
56c9297a5a7[svn-r27173]
Mohamad ChaarawiMohamad Chaarawi
db4acaf3abf[svn-r27165] Merge 27133 & 27158 from trunk: - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
Private HDFPrivate HDF
2fdeab0ebde[svn-r27157] Snapshot version 1.8 release 16 (snap4)
Private HDFPrivate HDF
c2d7746bac8[svn-r27126] Snapshot version 1.8 release 16 (snap3)
Mohamad ChaarawiMohamad Chaarawi
644b9071c0e[svn-r27112] merge 27111 from trunk: move undef of __attribute__ back to private and remove its usage from public routines.
Private HDFPrivate HDF
c65afd94acf[svn-r27109] Snapshot version 1.8 release 16 (snap2)
Quincey KoziolQuincey Koziol
39cec8552e1[svn-r27108] Description: Bring r26213 from trunk to 1.8 branch: Minor code cleanups, to align with revise_chunks branch. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (h5committested on trunk for 2+ weeks)
Dana RobinsonDana Robinson
bcea2068905[svn-r27099] Merge of r27045 from trunk Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered the arguments to be in a more logical order. Fixes HDFFV-9322 Tested on: h5committest
Dana RobinsonDana Robinson
1f85a96f3ea[svn-r27098] Merge of r27097 from trunk Fixed a typo in test/th5o.c that caused the wrong property list ID to be checked. Fixes HDFFV-730 Tested on: h5committest
Private HDFPrivate HDF
e60905c68b8[svn-r27091] Snapshot version 1.8 release 16 (snap1)
Quincey KoziolQuincey Koziol
b6980de2f0a[svn-r27085] Description: Bring r26195 from trunk to 1.8 branch (minus public API changes): Switch from enum H5D_CHUNK_BTREE to H5D_CHUNK_IDX_BTREE, along with a couple of minor whitespace touchups. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (tested on trunk for 2+ weeks)
Quincey KoziolQuincey Koziol
c889b0e69ae[svn-r27069] Description: Bring r26193 from trunk to 1.8 branch: Fix locking error when splitting root node of v1 B-tree, and simplify the iteration over entries in a v1 B-tree (avoiding using the sibling pointer also). Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (tested on trunk for 2+ weeks)
Quincey KoziolQuincey Koziol
d852ac31f3a[svn-r27061] Description: Bring r26191 from trunk to 1.8 branch: Track the min & max keys for a v2 B-tree, so it can more efficiently determine if a key is present in the B-tree. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committested on trunk)
Elena PourmalElena Pourmal
97e39dac81b[svn-r27048] Maintenance after the HDF5 1.8.15 release: updated HISTORY file in the 1.8 branch with the HDF5 1.8.15 release information.
Private HDFPrivate HDF
2008d970f2c[svn-r27044] Snapshot version 1.8 release 16 (snap0)
Dana RobinsonDana Robinson
7ed6d4702ff[svn-r27041] Ran bin/trace, which re-instrumented a function in H5FD.c. Tested on: h5committest
Jerome SoumagneJerome Soumagne
ba8bf09dbfc[svn-r27036] Merge r27035 from trunk Do not pass warnings options to non-gnu compilers when compiling with CMake
Jerome SoumagneJerome Soumagne
f2b4ae46d9a[svn-r27030] Merge r27029 from trunk. Fix bad comment in H5detect, this was preventing PGCC from compiling correctly. Tested on: bluewaters
Allen ByrneAllen Byrne
3a023457773[svn-r27013] Merge h5ls external file format fix from trunk
Jerome SoumagneJerome Soumagne
0918faa89e1[svn-r27010] Merge r27009 from trunk Fix mismatching prototypes in H5FD/H5B2
Jerome SoumagneJerome Soumagne
77dc445a3d3[svn-r27008] Bring H5T warning fixes from trunk Includes r26848/r26868/r26907
Allen ByrneAllen Byrne
e5a1bf1fb13[svn-r27004] Update documentation to match the web instructions
Dana RobinsonDana Robinson
7d86677dd61[svn-r26994] Merge of r26986 from trunk. Removes H5F_ACC_DEBUG and H5FD_DEBUG functionality. The H5F_ACC_DEBUG symbol remains but has been defined to zero. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD
Allen ByrneAllen Byrne
6306c72a064[svn-r26979] Windows needs different packaging option from linux
Albert ChengAlbert Cheng
725e20294e0[svn-r26964] HDFFV-9298: make uninstall generated "test: argument expected" lines The error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists.
Allen ByrneAllen Byrne
28c0d72b7e9[svn-r26954] Remove src temporary debug build props. Move TOOLS option up before usage.
Allen ByrneAllen Byrne
6fc61b04e86[svn-r26945] Match src folder version
Allen ByrneAllen Byrne
650e083cf68[svn-r26940] Correct ext lib packing list
Albert ChengAlbert Cheng
854a5e7bb7f[svn-r26930] Added support for shared lib and zlib. Tested: linux (jam), Mac (osx1010dev)
Albert ChengAlbert Cheng
4b695af33c3[svn-r26927] Merged r26925-26926 from trunk. Added method to install the Mac OSX DMG file by line commands. Group all install method into a function call for easier maintenance. Tested: Linux (jam), Mac (osx1010dev)
Albert ChengAlbert Cheng
865c930af9b[svn-r26923] Remove old and invalid information: Retired IBM SP system which was old. Removed --enable-parallel=mpich information. The option is invalid now (remove date unknown.)
Allen ByrneAllen Byrne
05a9a5c4cfc[svn-r26902] Update CMake doc references
Allen ByrneAllen Byrne
d311b1d61f6[svn-r26898] Change USE to BUILD
Allen ByrneAllen Byrne
514edbe060d[svn-r26872] Change location of lib settings file
Albert ChengAlbert Cheng
3daf1c9f2f5[svn-r26858] Merge r26857 from trunk. Bugs: The configure summary (libhdf5.settings) was missing from the configure output. Solution: Append the configure summary to the configure logfile if configure succeeds. Tested: hand ran cmakehdf5 in jam and inspected the logfile.
Allen ByrneAllen Byrne
a2a9aaacde4[svn-r26851] Correct component matching
Mohamad ChaarawiMohamad Chaarawi
b5188673f70[svn-r26824] merge 26771 and 26777 from trunk. Fix internal H5AC dxpl usage in the library. tested with h5committest.
Albert ChengAlbert Cheng
6b8492bf996[svn-r26822] Update instruction that changes in this releaes that " --enable-parallel has to be used explicitly to build parallel HDF5 regardless of the compiler type being used. (MSC - 2015/02/19 HDFFV-9068)"
Allen ByrneAllen Byrne
7fbb6603297[svn-r26817] Update cmake configuration checks Tested: local linux
Scot BreitenfeldScot Breitenfeld
b2c16be7b04[svn-r26813] Removed printf debug statements. Tested: trival