summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27228] restricted __float128 to gnu compilersScot Breitenfeld2015-06-171-0/+3
|
* [svn-r27225] new test for __float128Scot Breitenfeld2015-06-171-1/+1
|
* [svn-r27223] Added check for quadmath.hScot Breitenfeld2015-06-171-0/+3
|
* [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-162-0/+23
|
* [svn-r27209] svn merge -r27186:27208 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-169-3417/+2442
|\
| * [svn-r27207] use "closing" flag instead of always TRUE in the truncate call.Mohamad Chaarawi2015-06-151-1/+1
| |
| * [svn-r27206] fix for HDFFV-9418. Mohamad Chaarawi2015-06-151-8/+9
| | | | | | | | | | | | | | - 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. tested with h5committest
| * [svn-r27204] Description:Quincey Koziol2015-06-153-1440/+1270
| | | | | | | | | | | | | | | | | | Clean up compiler warnings before merging in v3 metadata cache changes from branch. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27199] Description:Quincey Koziol2015-06-135-1966/+1159
| | | | | | | | | | | | | | | | | | Large code cleanups and optimizations, in preparation for the upcoming v3 metadata cache merge. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27198] Set "entire_chunk" to false in H5D__chunk_write() for point ↵Vailin Choi2015-06-122-4/+5
| | | | | | | | | | | | selection as duplicate points are not checked to determine that it is really an "entire chunk". The bug appears from running the mdset.c test. This is a short-term fix for the problem.
* | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-1038-493/+640
|\ \ | |/
| * [svn-r27185] fix more instances where both mpi is_initialized and ↵Mohamad Chaarawi2015-06-101-4/+8
| | | | | | | | | | | | is_finalized need to be checked before making any MPI calls. tested with h5committest.
| * [svn-r27162] fix for HDFFV-9412:Mohamad Chaarawi2015-06-081-11/+15
| | | | | | | | | | | | | | - 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-r27159] Snapshot version 1.9 release 221HDF Tester2015-06-082-3/+3
| |
| * [svn-r27144] Description:Quincey Koziol2015-06-0334-475/+614
| | | | | | | | | | | | | | | | | | | | Normalize trunk against the metadata_cache_merge branch, in preparation for merging the branch into the trunk. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/64 2.6.x (koala) w/serial Linux/32 2.6.x (jam) w/serial & parallel
* | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-101-0/+1
| |
* | [svn-r27167] more DT fixesScot Breitenfeld2015-06-092-0/+4
| |
* | [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-082-0/+4
| |
* | [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-052-0/+4
| |
* | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+1
| |
* | [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-032-0/+4
| |
* | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-02122-1068/+1166
|\ \ | |/
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-01119-967/+980
| | | | | | | | | | | | | | | | * 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-r27130] Fix warnings in H5TconvJerome Soumagne2015-06-011-91/+132
| | | | | | | | | | | | Remove H5T_INIT_INTERFACE from H5Tconv Add macro in H5Tconv to check overflow when using H5T_CONV_uS
| * [svn-r27129] Fix warnings in H5TbitJerome Soumagne2015-06-011-5/+7
| |
| * [svn-r27128] Fix warnings in H5TdbgJerome Soumagne2015-06-011-2/+44
| |
| * [svn-r27127] Snapshot version 1.9 release 220HDF Tester2015-06-012-3/+3
| |
* | [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-282-2/+1
| |
* | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-05-27108-2804/+2793
|\ \ | |/
| * [svn-r27114] Fixed spelling and which file is created with the program.Scot Breitenfeld2015-05-271-1/+1
| | | | | | | | Tested: none -- comments only.
| * [svn-r27111] move undef of __attribute__ back to private and remove its ↵Mohamad Chaarawi2015-05-263-8/+3
| | | | | | | | usage from public routines.
| * [svn-r27110] Snapshot version 1.9 release 219HDF Tester2015-05-242-3/+3
| |
| * [svn-r27092] Snapshot version 1.9 release 218HDF Tester2015-05-172-3/+3
| |
| * [svn-r27089] move private functions from H5A.c to H5Aint.cMohamad Chaarawi2015-05-153-266/+266
| |
| * [svn-r27084] Description:Quincey Koziol2015-05-151-2/+2
| | | | | | | | | | | | | | | | Clean up cache tests, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27083] Description:Quincey Koziol2015-05-151-13/+22
| | | | | | | | | | | | | | | | Clean up H5SM interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27082] Description:Quincey Koziol2015-05-152-69/+61
| | | | | | | | | | | | | | | | Clean up H5O interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27081] Description:Quincey Koziol2015-05-152-24/+25
| | | | | | | | | | | | | | | | Clean up H5HL interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27080] Description:Quincey Koziol2015-05-151-595/+355
| | | | | | | | | | | | | | | | Clean up H5HF interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27079] Description:Quincey Koziol2015-05-151-8/+8
| | | | | | | | | | | | | | | | Clean up H5G interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27078] Description:Quincey Koziol2015-05-153-22/+20
| | | | | | | | | | | | | | | | Clean up H5FS interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27077] Description:Quincey Koziol2015-05-154-46/+67
| | | | | | | | | | | | | | | | Clean up H5FD interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27076] Description:Quincey Koziol2015-05-156-48/+107
| | | | | | | | | | | | | | | | Clean up H5FA interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27075] Description:Quincey Koziol2015-05-156-35/+46
| | | | | | | | | | | | | | | | Clean up H5F interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27074] Description:Quincey Koziol2015-05-155-56/+101
| | | | | | | | | | | | | | | | Clean up H5EA interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27073] Description:Quincey Koziol2015-05-152-4/+4
| | | | | | | | | | | | | | | | Clean up H5D interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27072] Description:Quincey Koziol2015-05-154-318/+203
| | | | | | | | | | | | | | | | Clean up H5B interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
| * [svn-r27071] Description:Quincey Koziol2015-05-158-479/+482
| | | | | | | | | | | | | | | | Clean up H5B2 interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux 2.6.* (jam) w/serial & parallel
| * [svn-r27070] Description:Quincey Koziol2015-05-154-64/+65
| | | | | | | | | | | | | | | | | | Clean up the H5B interface code, to better align with v3 metadata cache changes. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27068] Description:Quincey Koziol2015-05-155-370/+370
| | | | | | | | | | | | | | | | | | Clean up the H5A interface code, to better align with v3 metadata cache changes. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel