Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26873] Added BIND(C) and moved to .F90 extension. | Scot Breitenfeld | 2015-04-21 | 11 | -970/+872 |
| | |||||
* | [svn-r26870] added mising TARGET | Scot Breitenfeld | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵ | Scot Breitenfeld | 2015-04-21 | 48 | -342/+95 |
| | | | | --enable-fortran | ||||
* | [svn-r26867] svn merge -r26837:26866 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-21 | 24 | -186/+396 |
|\ | |||||
| * | [svn-r26864] Change location of lib settings file | Allen Byrne | 2015-04-21 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26857] Bugs: | Albert Cheng | 2015-04-21 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | 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-r26852] Correct component matching | Allen Byrne | 2015-04-20 | 1 | -11/+9 |
| | | |||||
| * | [svn-r26848] Fix warnings in H5T | Jerome Soumagne | 2015-04-20 | 1 | -31/+115 |
| | | | | | | | | Tested: local linux | ||||
| * | [svn-r26843] Description: | Quincey Koziol | 2015-04-19 | 4 | -6/+30 |
| | | | | | | | | | | | | | | | | Minor code & warning cleanups. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel | ||||
| * | [svn-r26842] Description: | Quincey Koziol | 2015-04-18 | 10 | -123/+131 |
| | | | | | | | | | | | | | | | | | | | | Cache the dataset's rank & dimension sizes, instead of querying them frequently, to speed up various checks & algorithms. Also, a few minor cleanups. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel | ||||
| * | [svn-r26841] Description: | Quincey Koziol | 2015-04-18 | 4 | -7/+5 |
| | | | | | | | | | | | | | | | | Minor formatting cleanups and remove unused field from callback struct. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest) | ||||
| * | [svn-r26840] configure | Larry Knox | 2015-04-17 | 8 | -78/+174 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.ac hl/src/H5LTparse.c hl/src/H5LTparse.h Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ". Change default to disable_shared on CYGWIN. release_docs/INSTALL_Cygwin.txt release_docs/RELEASE.txt Update for changed default and no CYGWIN szip binary. c++/src/cpp_doc_config bin/h5vers AddressHDFFV-9010: Add cpp_doc_config to h5vers Tested with h5committest, on CYGWIN. | ||||
* | | [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency. | Scot Breitenfeld | 2015-04-21 | 19 | -4561/+1353 |
| | | |||||
* | | [svn-r26860] Fixed sizeof checks. | Scot Breitenfeld | 2015-04-21 | 2 | -6/+18 |
| | | |||||
* | | [svn-r26856] various intel compiler fixes | Scot Breitenfeld | 2015-04-20 | 5 | -8/+8 |
| | | |||||
* | | [svn-r26847] combined H5test_kind programs | Scot Breitenfeld | 2015-04-20 | 18 | -1057/+342 |
| | | |||||
* | | [svn-r26846] BIND(C) added to H5 general functions | Scot Breitenfeld | 2015-04-20 | 3 | -77/+55 |
| | | |||||
* | | [svn-r26845] H5P and H5A BIND(C) added to APIs | Scot Breitenfeld | 2015-04-20 | 6 | -2022/+1258 |
| | | |||||
* | | [svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-17 | 11 | -423/+495 |
|\ \ | |/ | |||||
| * | [svn-r26837] Description: | Quincey Koziol | 2015-04-17 | 6 | -341/+490 |
| | | | | | | | | | | | | | | | | | | | | Separate allocating chunk on disk from inserting the chunk record into the index. This allows a "SWMR-safe" insert/update of chunks (the chunk is always allocated -> written -> inserted/updated in the index). Tested on: Mac OSX/64 10.10.2 (amazon) w/parallel & serial Linux/32 2.6.18 (jam) w/serial & parallel | ||||
| * | [svn-r26823] Update instruction that changes in this releaes that " ↵ | Albert Cheng | 2015-04-16 | 1 | -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-r26815] Update cmake configuration checks | Allen Byrne | 2015-04-15 | 3 | -75/+1 |
| | | | | | | | | Tested: local linux | ||||
* | | [svn-r26836] added BIND(C) to H5T APIs | Scot Breitenfeld | 2015-04-17 | 4 | -1303/+1029 |
| | | |||||
* | | [svn-r26834] Added more BIND(C) to H5O Fortran APIs | Scot Breitenfeld | 2015-04-17 | 2 | -34/+43 |
| | | |||||
* | | [svn-r26833] Added BIND(C) to H5O Fortran APIs | Scot Breitenfeld | 2015-04-17 | 3 | -141/+106 |
| | | |||||
* | | [svn-r26832] misc. clean-up | Scot Breitenfeld | 2015-04-17 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26831] Added H5S BIND(C) | Scot Breitenfeld | 2015-04-17 | 3 | -790/+629 |
| | | |||||
* | | [svn-r26830] Added BIND(C) to Fortran H5R APIs. | Scot Breitenfeld | 2015-04-16 | 1 | -15/+21 |
| | | |||||
* | | [svn-r26829] Added BIND(C) to the Fortran H5I APIs | Scot Breitenfeld | 2015-04-16 | 3 | -61/+40 |
| | | |||||
* | | [svn-r26827] Combined parallel APIs and removed no longer needed parallel files. | Scot Breitenfeld | 2015-04-16 | 9 | -554/+449 |
| | | |||||
* | | [svn-r26826] CHANGED H5G APIs to use BIND(C) | Scot Breitenfeld | 2015-04-16 | 4 | -212/+126 |
| | | |||||
* | | [svn-r26825] Added include for preprocessing fortran files with configure ↵ | Scot Breitenfeld | 2015-04-16 | 47 | -121/+216 |
| | | | | | | | | definitions | ||||
* | | [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel. | Scot Breitenfeld | 2015-04-15 | 17 | -991/+721 |
| | | |||||
* | | [svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-15 | 3 | -45/+24 |
|\ \ | |/ | |||||
| * | [svn-r26812] Removed printf debugging statements. | Scot Breitenfeld | 2015-04-15 | 1 | -2/+0 |
| | | | | | | | | Tested: trival. | ||||
* | | [svn-r26809] Changed Fortran file endings from ".f90" to ".F90" | Scot Breitenfeld | 2015-04-14 | 32 | -379/+312 |
| | | |||||
* | | [svn-r26808] svn merge -r26795:26807 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [svn-r26803] Fixed a minor typo in H5R code comment. | Dana Robinson | 2015-04-14 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26807] Combined *_F03* files and removed *_F90* files. | Scot Breitenfeld | 2015-04-14 | 38 | -13634/+6772 |
| | | |||||
* | | [svn-r26804] Updated the Fortran install information. | Scot Breitenfeld | 2015-04-14 | 1 | -35/+9 |
|/ | |||||
* | [svn-r26786] In libhdf5.settings.in, changed the C++ shared library setting ↵ | Dana Robinson | 2015-04-13 | 1 | -1/+1 |
| | | | | | | | | variable from H5_CXX_SHARED (which no longer exists) to enable_static. Tested on: jam (configure only - minor change) | ||||
* | [svn-r26785] Snapshot version 1.9 release 216 | HDF Tester | 2015-04-12 | 12 | -23/+23 |
| | |||||
* | [svn-r26782] Remove md5 from METHODS arguments for calling bin/release ↵ | Larry Knox | 2015-04-12 | 1 | -2/+2 |
| | | | | script from snapshot script. md5 method was removed and md5 checksums are always produced for all compression methods. | ||||
* | [svn-r26778] fix path to config | Allen Byrne | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | [svn-r26777] - Fix usage of the internal AC global dxpls | Mohamad Chaarawi | 2015-04-10 | 18 | -250/+259 |
| | | | | | | - allocate sieve buffer with calloc instead of malloc tested with h5committest | ||||
* | [svn-r26776] Add missing quote char. | Allen Byrne | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | [svn-r26772] Fixed wrong fapl for H5Fopen when testing H5Iget_name with ↵ | Scot Breitenfeld | 2015-04-09 | 1 | -1/+1 |
| | | | | | | anonymously created datatype. Tested: jam (using split virtual driver) | ||||
* | [svn-r26771] - remove unused internal dxpl properties and property lists ↵ | Mohamad Chaarawi | 2015-04-08 | 2 | -111/+30 |
| | | | | | | | | from the AC layer - fix warnings in H5AC.c tested with h5committest | ||||
* | [svn-r26767] Added test to address HDFFV-3065: | Scot Breitenfeld | 2015-04-08 | 1 | -2/+57 |
| | | | | | | H5Iget_name on datatype that is not named returns no error Tested: h5committest | ||||
* | [svn-r26757] Description: | Quincey Koziol | 2015-04-07 | 7 | -79/+64 |
| | | | | | | | | Minor typos & code cleanups Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest) |