summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-0450-125/+278
|
* [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-0353-237/+346
|
* [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-02186-1337/+1436
|\
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-01172-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 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-0113-24/+24
| |
* | [svn-r27136] defines size and kindsScot Breitenfeld2015-06-021-0/+19
| |
* | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-0131-871/+865
| | | | | | | | quad precision.
* | [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-2847-66/+24
| |
* | [svn-r27119] handles INTEGER*16 caseScot Breitenfeld2015-05-283-7/+7
| |
* | [svn-r27118] fixed character lengthScot Breitenfeld2015-05-281-1/+1
| |
* | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-05-27150-4804/+3994
|\ \ | |/
| * [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-264-11/+6
| | | | | | | | usage from public routines.
| * [svn-r27110] Snapshot version 1.9 release 219HDF Tester2015-05-2413-24/+24
| |
| * [svn-r27097] Fixed a typo in test/th5o.c that caused the wrong property listDana Robinson2015-05-181-2/+2
| | | | | | | | | | | | ID to be checked. Tested on: h5committest
| * [svn-r27092] Snapshot version 1.9 release 218HDF Tester2015-05-1713-24/+24
| |
| * [svn-r27089] move private functions from H5A.c to H5Aint.cMohamad Chaarawi2015-05-153-266/+266
| |
| * [svn-r27087] Add changes for debug flagsAllen Byrne2015-05-151-2/+8
| |
| * [svn-r27084] Description:Quincey Koziol2015-05-157-1441/+549
| | | | | | | | | | | | | | | | 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-156-57/+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-159-482/+485
| | | | | | | | | | | | | | | | 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
| * [svn-r27066] Description:Quincey Koziol2015-05-151-1/+8
| | | | | | | | | | | | | | Protect gcc 5 debugging options Tested on: MacOSX/64 10.10.3 (amazon) w/gcc 5.1
| * [svn-r27064] HDFFV-9327: Refactor compiler flags to config file.Allen Byrne2015-05-143-250/+294
| | | | | | | | Tested: local linux
| * [svn-r27060] Description:Quincey Koziol2015-05-141-161/+90
| | | | | | | | | | | | | | | | | | Clean up obsolete and unsupported versions of GCC, and update for GCC 5.1 release. Tested on: Mac OSX/64 10.10.3 (amazon) w/C++, FORTRAN, serial, production & parallel (gcc 5.1 not available on other systems)
| * [svn-r27058] Description:Quincey Koziol2015-05-1312-288/+528
| | | | | | | | | | | | | | | | | | | | Convert internal chunk structures to use 'scaled' coordinates instead of absolute coordinates. Tested on: Mac OSX/64 10.10.3 (amazon) w/parallel & serial Linux 2.6.x/32 (jam) w/parallel & serial Linux 2.6.x/64 (koala) w/serial
| * [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-1051-150/+171
| | | | | | | | | | | | the arguments to be in a more logical order. Tested on: h5committest
| * [svn-r27040] Moved '*' in H5PLget_loading_state() so that bin/trace would ↵Dana Robinson2015-05-082-2/+3
| | | | | | | | | | | | | | | | correctly process it and ran bin/trace. Tested on: h5committest
| * [svn-r27037] Added other platforms comment to cmd line and quoted use of ↵Allen Byrne2015-05-071-7/+10
| | | | | | | | directory in option.
| * [svn-r27035] Do not pass warnings options to non-gnu compilers when ↵Jerome Soumagne2015-05-071-4/+8
| | | | | | | | compiling with CMake
| * [svn-r27031] Fix warnings in H5detect and clean up code, use unsigned variablesJerome Soumagne2015-05-061-149/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use H5_GCC_DIAG_ON/OFF to suppress larger-than and float-equal warnings Variables used with sigsetjmp/siglongjmp must be declared as volatile Remove unnecessary use of volatile after r24171 fix and fix prototypes Tested in release mode on: - jam (CentOS 5.11 i386 GCC 4.1.2) - ostrich (RHEL 6.6 ppc64 GCC 4.4.7) - local linux (OpenSuSE 13.2 x86_64 GCC 4.8.3) - local linux (Fedora 21 x86_64 GCC 4.9.2) - local linux (Fedora 21 x86_64 ICC 15.0.2) - local windows (Windows 8.1 x86_64 MSVC 2013 update 4) - lemur (MacOSX 10.10.3 x86_64 clang-602.0.49 Xcode 6.3.1) - ibm p95a07 (Ubuntu 14.10 ppc64le GCC 4.9.1) - ibm p95a07 (Ubuntu 14.10 ppc64le IBM XL C V13.1.1) - bluewaters (Cray PE 2.2.1 x86_64 GCC 4.8.2) - bluewaters (Cray PE 2.2.1 x86_64 Cray C 8.3.3) - bluewaters (Cray PE 2.2.1 x86_64 PGCC 14.2)
| * [svn-r27029] Fix bad comment in H5detect, this was preventing PGCC from ↵Jerome Soumagne2015-05-061-1/+1
| | | | | | | | | | | | compiling correctly. Tested on: bluewaters
| * [svn-r27015] updated with release changesAllen Byrne2015-05-051-1/+1
| |
| * [svn-r27009] Fix mismatching prototypes in H5FD/H5B2Jerome Soumagne2015-05-043-6/+6
| |
| * [svn-r27003] Update documentation to match the web instructionsAllen Byrne2015-05-041-41/+58
| |