Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27209] svn merge -r27186:27208 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-16 | 84 | -4516/+3248 |
|\ | |||||
| * | [svn-r27207] use "closing" flag instead of always TRUE in the truncate call. | Mohamad Chaarawi | 2015-06-15 | 1 | -1/+1 |
| | | |||||
| * | [svn-r27206] fix for HDFFV-9418. | Mohamad Chaarawi | 2015-06-15 | 1 | -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 Koziol | 2015-06-15 | 22 | -2158/+1844 |
| | | | | | | | | | | | | | | | | | | 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-r27202] Except one file is used by other tests! | Allen Byrne | 2015-06-15 | 1 | -1/+1 |
| | | |||||
| * | [svn-r27201] Changed location of packed bits testfiles | Allen Byrne | 2015-06-15 | 1 | -54/+54 |
| | | |||||
| * | [svn-r27199] Description: | Quincey Koziol | 2015-06-13 | 8 | -2157/+1201 |
| | | | | | | | | | | | | | | | | | | 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 Choi | 2015-06-12 | 2 | -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-r27196] Move pbbits file to subfolder | Allen Byrne | 2015-06-12 | 55 | -137/+137 |
| | | |||||
* | | [svn-r27188] Switch to using parameters for SELECTED_*_KIND and instead use ↵ | Scot Breitenfeld | 2015-06-10 | 1 | -19/+14 |
| | | | | | | | | numerical precision. | ||||
* | | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-10 | 63 | -680/+923 |
|\ \ | |/ | |||||
| * | [svn-r27185] fix more instances where both mpi is_initialized and ↵ | Mohamad Chaarawi | 2015-06-10 | 3 | -88/+96 |
| | | | | | | | | | | | | is_finalized need to be checked before making any MPI calls. tested with h5committest. | ||||
| * | [svn-r27172] Change disable to skip big test on cygwin | Allen Byrne | 2015-06-09 | 2 | -8/+10 |
| | | |||||
| * | [svn-r27171] Disable big test on cygwin | Allen Byrne | 2015-06-09 | 2 | -24/+29 |
| | | |||||
| * | [svn-r27163] update manifest for newly added file. | Mohamad Chaarawi | 2015-06-08 | 1 | -0/+1 |
| | | |||||
| * | [svn-r27162] fix for HDFFV-9412: | Mohamad Chaarawi | 2015-06-08 | 5 | -20/+112 |
| | | | | | | | | | | | | | | - 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 221 | HDF Tester | 2015-06-08 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script. | Mohamad Chaarawi | 2015-06-07 | 1 | -1/+1 |
| | | |||||
| * | [svn-r27144] Description: | Quincey Koziol | 2015-06-03 | 37 | -501/+635 |
| | | | | | | | | | | | | | | | | | | | | 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-r27142] Add optional variable for version extension | Allen Byrne | 2015-06-03 | 1 | -23/+24 |
| | | |||||
* | | [svn-r27186] added fix for jam with promoted reals and integers | Scot Breitenfeld | 2015-06-10 | 45 | -6/+68 |
| | | |||||
* | | [svn-r27184] added case for real*16 when C does not have that precision | Scot Breitenfeld | 2015-06-10 | 1 | -1/+6 |
| | | |||||
* | | [svn-r27183] removed the use of -i in sed, used mv instead from a temporary ↵ | Scot Breitenfeld | 2015-06-10 | 2 | -2/+2 |
| | | | | | | | | file. | ||||
* | | [svn-r27178] changed to using SELECTED_*_KIND with numerical precision specified | Scot Breitenfeld | 2015-06-10 | 2 | -12/+12 |
| | | |||||
* | | [svn-r27176] Removed debugging statements. | Scot Breitenfeld | 2015-06-09 | 1 | -2/+0 |
| | | |||||
* | | [svn-r27170] added new precompiler directives | Scot Breitenfeld | 2015-06-09 | 1 | -9/+7 |
| | | |||||
* | | [svn-r27167] more DT fixes | Scot Breitenfeld | 2015-06-09 | 52 | -99/+225 |
| | | |||||
* | | [svn-r27164] various bug fixes for DT | Scot Breitenfeld | 2015-06-08 | 57 | -66/+245 |
| | | |||||
* | | [svn-r27154] fixed issue with mis-matching long double between Fortran and C | Scot Breitenfeld | 2015-06-05 | 52 | -79/+155 |
| | | |||||
* | | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 50 | -125/+278 |
| | | |||||
* | | [svn-r27140] fixed interger*16 support | Scot Breitenfeld | 2015-06-03 | 53 | -237/+346 |
| | | |||||
* | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-02 | 186 | -1337/+1436 |
|\ \ | |/ | |||||
| * | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 172 | -1266/+1279 |
| | | | | | | | | | | | | | | | | * 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 H5Tconv | Jerome Soumagne | 2015-06-01 | 1 | -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 H5Tbit | Jerome Soumagne | 2015-06-01 | 1 | -5/+7 |
| | | |||||
| * | [svn-r27128] Fix warnings in H5Tdbg | Jerome Soumagne | 2015-06-01 | 1 | -2/+44 |
| | | |||||
| * | [svn-r27127] Snapshot version 1.9 release 220 | HDF Tester | 2015-06-01 | 13 | -24/+24 |
| | | |||||
* | | [svn-r27136] defines size and kinds | Scot Breitenfeld | 2015-06-02 | 1 | -0/+19 |
| | | |||||
* | | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵ | Scot Breitenfeld | 2015-06-01 | 31 | -871/+865 |
| | | | | | | | | quad precision. | ||||
* | | [svn-r27122] removed dependency on generatored fortran source code | Scot Breitenfeld | 2015-05-28 | 47 | -66/+24 |
| | | |||||
* | | [svn-r27119] handles INTEGER*16 case | Scot Breitenfeld | 2015-05-28 | 3 | -7/+7 |
| | | |||||
* | | [svn-r27118] fixed character length | Scot Breitenfeld | 2015-05-28 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-05-27 | 150 | -4804/+3994 |
|\ \ | |/ | |||||
| * | [svn-r27114] Fixed spelling and which file is created with the program. | Scot Breitenfeld | 2015-05-27 | 1 | -1/+1 |
| | | | | | | | | Tested: none -- comments only. | ||||
| * | [svn-r27111] move undef of __attribute__ back to private and remove its ↵ | Mohamad Chaarawi | 2015-05-26 | 4 | -11/+6 |
| | | | | | | | | usage from public routines. | ||||
| * | [svn-r27110] Snapshot version 1.9 release 219 | HDF Tester | 2015-05-24 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27097] Fixed a typo in test/th5o.c that caused the wrong property list | Dana Robinson | 2015-05-18 | 1 | -2/+2 |
| | | | | | | | | | | | | ID to be checked. Tested on: h5committest | ||||
| * | [svn-r27092] Snapshot version 1.9 release 218 | HDF Tester | 2015-05-17 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27089] move private functions from H5A.c to H5Aint.c | Mohamad Chaarawi | 2015-05-15 | 3 | -266/+266 |
| | | |||||
| * | [svn-r27087] Add changes for debug flags | Allen Byrne | 2015-05-15 | 1 | -2/+8 |
| | |