summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27189] Merge change from hdf5_1_8_15 to hdf5_1_8.Larry Knox2015-06-102-0/+18
| | | | | | | 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.
* [svn-r27179] Merge 27162 & 27163 from trunk:Mohamad Chaarawi2015-06-106-20/+113
| | | | | | | | 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
* [svn-r27173] Allen Byrne2015-06-092-22/+29
|
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-08166-1206/+1219
| | | | | | | | | - 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.
* [svn-r27157] Snapshot version 1.8 release 16 (snap4)HDF Tester2015-06-075-17/+17
|
* [svn-r27126] Snapshot version 1.8 release 16 (snap3)HDF Tester2015-05-315-17/+17
|
* [svn-r27112] merge 27111 from trunk:Mohamad Chaarawi2015-05-264-11/+6
| | | | move undef of __attribute__ back to private and remove its usage from public routines.
* [svn-r27109] Snapshot version 1.8 release 16 (snap2)HDF Tester2015-05-245-17/+17
|
* [svn-r27108] Description:Quincey Koziol2015-05-233-88/+76
| | | | | | | | | | 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)
* [svn-r27099] Merge of r27045 from trunkDana Robinson2015-05-1847-150/+173
| | | | | | | | | 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
* [svn-r27098] Merge of r27097 from trunkDana Robinson2015-05-181-2/+2
| | | | | | | | | Fixed a typo in test/th5o.c that caused the wrong property list ID to be checked. Fixes HDFFV-730 Tested on: h5committest
* [svn-r27091] Snapshot version 1.8 release 16 (snap1)HDF Tester2015-05-175-17/+17
|
* [svn-r27085] Description:Quincey Koziol2015-05-153-6/+6
| | | | | | | | | | | 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)
* [svn-r27069] Description:Quincey Koziol2015-05-151-112/+35
| | | | | | | | | | | | 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)
* [svn-r27061] Description:Quincey Koziol2015-05-146-125/+357
| | | | | | | | | | | 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)
* [svn-r27048] Maintenance after the HDF5 1.8.15 release: updated HISTORY file ↵Elena Pourmal2015-05-111-0/+979
| | | | in the 1.8 branch with the HDF5 1.8.15 release information.
* [svn-r27044] Snapshot version 1.8 release 16 (snap0)HDF Tester2015-05-105-16/+16
|
* [svn-r27041] Ran bin/trace, which re-instrumented a function in H5FD.c.Dana Robinson2015-05-081-1/+1
| | | | Tested on: h5committest
* [svn-r27036] Merge r27035 from trunkJerome Soumagne2015-05-071-4/+8
| | | | Do not pass warnings options to non-gnu compilers when compiling with CMake
* [svn-r27030] Merge r27029 from trunk.Jerome Soumagne2015-05-061-1/+1
| | | | | | Fix bad comment in H5detect, this was preventing PGCC from compiling correctly. Tested on: bluewaters
* [svn-r27013] Merge h5ls external file format fix from trunkAllen Byrne2015-05-051-3/+3
|
* [svn-r27010] Merge r27009 from trunkJerome Soumagne2015-05-043-9/+11
| | | | Fix mismatching prototypes in H5FD/H5B2
* [svn-r27008] Bring H5T warning fixes from trunkJerome Soumagne2015-05-041-35/+135
| | | | Includes r26848/r26868/r26907
* [svn-r27004] Update documentation to match the web instructionsAllen Byrne2015-05-041-41/+58
|
* [svn-r26994] Merge of r26986 from trunk.Dana Robinson2015-05-028-67/+31
| | | | | | | | | | | | 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
* [svn-r26979] Windows needs different packaging option from linuxAllen Byrne2015-04-301-6/+14
|
* [svn-r26964] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-298-0/+8
| | | | | | | | | 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.
* [svn-r26954] Remove src temporary debug build props.Allen Byrne2015-04-284-31/+35
| | | | Move TOOLS option up before usage.
* [svn-r26945] Match src folder versionAllen Byrne2015-04-281-3/+7
|
* [svn-r26940] Correct ext lib packing listAllen Byrne2015-04-281-2/+6
|
* [svn-r26930] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | Tested: linux (jam), Mac (osx1010dev)
* [svn-r26927] Merged r26925-26926 from trunk.Albert Cheng2015-04-271-1/+36
| | | | | | | 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)
* [svn-r26923] Remove old and invalid information:Albert Cheng2015-04-271-48/+2
| | | | | | Retired IBM SP system which was old. Removed --enable-parallel=mpich information. The option is invalid now (remove date unknown.)
* [svn-r26902] Update CMake doc referencesAllen Byrne2015-04-233-82/+139
|
* [svn-r26898] Change USE to BUILDAllen Byrne2015-04-232-4/+4
|
* [svn-r26872] Change location of lib settings fileAllen Byrne2015-04-211-1/+1
|
* [svn-r26858] Merge r26857 from trunk.Albert Cheng2015-04-211-3/+5
| | | | | | | | | | | 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.
* [svn-r26851] Correct component matchingAllen Byrne2015-04-201-11/+9
|
* [svn-r26824] merge 26771 and 26777 from trunk.Mohamad Chaarawi2015-04-1619-352/+284
| | | | | | Fix internal H5AC dxpl usage in the library. tested with h5committest.
* [svn-r26822] Update instruction that changes in this releaes that " ↵Albert Cheng2015-04-161-5/+4
| | | | | | | --enable-parallel has to be used explicitly to build parallel HDF5 regardless of the compiler type being used. (MSC - 2015/02/19 HDFFV-9068)"
* [svn-r26817] Update cmake configuration checksAllen Byrne2015-04-153-92/+0
| | | | Tested: local linux
* [svn-r26813] Removed printf debug statements.Scot Breitenfeld2015-04-151-2/+0
| | | | Tested: trival
* [svn-r26811] Updated with current information and removed outdated information.Albert Cheng2015-04-151-52/+57
| | | | | | | | | | | | | | | | o Removed 4.1.2. Compressed tar archive (*.tar.Z) since we don't release them any more. o Add "some versions of tar can auto-uncompress". o Removed reference to INSTALL_MinGW which was removed in couple releases ago. o Removed "2.2. Red Storm (Cray XT3)" since its entry in INSTALL_parallel has been removed. o Added "3.1. Make" to list Gnu like make is required. o Updated the removal of the feature of auto-configure --enable-parallel when MPI compilers are used. o Updated "4.3.3. Configuring for 64 or 32 bit support" to show how to configure both 32 or 64-bit binary.
* [svn-r26805] Updated the Fortran install text.Scot Breitenfeld2015-04-141-35/+9
|
* [svn-r26789] brought changes 26767 and 26772 from the trunk into the branch.Scot Breitenfeld2015-04-131-2/+57
| | | | Tested: h5committest
* [svn-r26787] In libhdf5.settings.in, changed the C++ shared library setting ↵Dana Robinson2015-04-131-1/+1
| | | | | | | | variable from H5_CXX_SHARED (which no longer exists) to enable_static. Tested on: jam (configure only - minor change)
* [svn-r26784] Remove extra space.Larry Knox2015-04-121-1/+1
|
* [svn-r26783] Remove md5 from METHODS arguments for calling bin/release ↵Larry Knox2015-04-121-2/+2
| | | | | | script from snapshot script. md5 method was remove d and md5 checksums are always produced for all compression methods.
* [svn-r26778] fix path to configAllen Byrne2015-04-101-2/+2
|
* [svn-r26776] Add missing quote char.Allen Byrne2015-04-101-1/+1
|