summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26934] H5test_kind.F90 now generates all the interfaces for H5A, H5D, ↵Scot Breitenfeld2015-04-279-3062/+587
| | | | and H5P REAL interfaces depending on the KIND available.
* [svn-r26920] fixed typoScot Breitenfeld2015-04-241-2/+2
|
* [svn-r26919] fixed real promoted to 8 bytesScot Breitenfeld2015-04-243-107/+185
|
* [svn-r26918] fixed H5_FORTRAN_HAVE_C_LONG_DOUBLEScot Breitenfeld2015-04-242-20/+20
|
* [svn-r26917] added conditional for C_LONG_DOUBLEScot Breitenfeld2015-04-2310-70/+250
|
* [svn-r26916] cleaned-up commentsScot Breitenfeld2015-04-231-6/+13
|
* [svn-r26915] Added missing long_double APIs.Scot Breitenfeld2015-04-232-1/+74
|
* [svn-r26912] Removed unused 'set'Scot Breitenfeld2015-04-231-1/+0
|
* [svn-r26911] svn merge -r26866:26910 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-237-88/+627
|\
| * [svn-r26907] Check range and fix conversion issue of compound members in ↵Jerome Soumagne2015-04-231-9/+25
| | | | | | | | | | | | H5T_copy/H5T_set_loc Tested: local linux
| * [svn-r26906] Correct typoAllen Byrne2015-04-231-1/+1
| |
| * [svn-r26905] Add user scripts to CMake folderAllen Byrne2015-04-233-0/+446
| |
| * [svn-r26900] Update CMake doc referencesAllen Byrne2015-04-233-79/+156
| |
| * [svn-r26868] Remove accum_change assert in H5T for nowJerome Soumagne2015-04-211-2/+2
| |
* | [svn-r26908] Added missing c_long_double interfaces, now handles promotion ↵Scot Breitenfeld2015-04-2310-8117/+1085
| | | | | | | | of reals and integers to 8 bytes, added C wrappers that take pointers from Fortran.
* | [svn-r26897] Added DLL file for HL Fortran.Scot Breitenfeld2015-04-231-0/+1
| |
* | [svn-r26896] added LONG_DOUBLE interfacesScot Breitenfeld2015-04-232-1/+1925
| |
* | [svn-r26895] Added missing interfaces for c_double_long.Scot Breitenfeld2015-04-233-61/+450
| | | | | | | | Added DLLs.
* | [svn-r26893] added c_long_double interfaces and updated DLLsScot Breitenfeld2015-04-223-142/+873
| |
* | [svn-r26890] commented out -DNDEBUGScot Breitenfeld2015-04-222-2/+2
| |
* | [svn-r26888] Removed the preprocessor option "-UNDEBUG"Scot Breitenfeld2015-04-222-4/+4
| |
* | [svn-r26887] Fixed Function H5_SIZEOF_CHAR and assumed sized character length.Scot Breitenfeld2015-04-221-3/+3
| |
* | [svn-r26886] Fixed source to avoid bug in gfortran < v4.7 Bug: 45190, 37829Scot Breitenfeld2015-04-222-20/+3
| |
* | [svn-r26885] Fixed issues with CMake and Fortran on linux.Scot Breitenfeld2015-04-223-6/+40
| |
* | [svn-r26882] renamed .f90 fo .F90Scot Breitenfeld2015-04-221-4/+4
| |
* | [svn-r26881] Added BIND(C) to the Fortran HL APIs, and fixed the issue with ↵Scot Breitenfeld2015-04-224-1636/+1360
| | | | | | | | -r8 (or equiv.) being specified.
* | [svn-r26877] removed references to F2003Scot Breitenfeld2015-04-214-7/+2
| |
* | [svn-r26876] changed argument to SIZEOF.Scot Breitenfeld2015-04-212-4/+4
| |
* | [svn-r26875] Added BIND(C) to interfaces.Scot Breitenfeld2015-04-213-1398/+1256
| |
* | [svn-r26874] Added interfaces to H5P parallel interfaces.Scot Breitenfeld2015-04-211-4/+44
| |
* | [svn-r26873] Added BIND(C) and moved to .F90 extension.Scot Breitenfeld2015-04-2111-970/+872
| |
* | [svn-r26870] added mising TARGETScot Breitenfeld2015-04-211-1/+1
| |
* | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-2148-342/+95
| | | | | | | | --enable-fortran
* | [svn-r26867] svn merge -r26837:26866 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-2124-186/+396
|\ \ | |/
| * [svn-r26864] Change location of lib settings fileAllen Byrne2015-04-211-1/+1
| |
| * [svn-r26857] Bugs:Albert Cheng2015-04-211-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 matchingAllen Byrne2015-04-201-11/+9
| |
| * [svn-r26848] Fix warnings in H5TJerome Soumagne2015-04-201-31/+115
| | | | | | | | Tested: local linux
| * [svn-r26843] Description:Quincey Koziol2015-04-194-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 Koziol2015-04-1810-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 Koziol2015-04-184-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] configureLarry Knox2015-04-178-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 Breitenfeld2015-04-2119-4561/+1353
| |
* | [svn-r26860] Fixed sizeof checks.Scot Breitenfeld2015-04-212-6/+18
| |
* | [svn-r26856] various intel compiler fixesScot Breitenfeld2015-04-205-8/+8
| |
* | [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-2018-1057/+342
| |
* | [svn-r26846] BIND(C) added to H5 general functionsScot Breitenfeld2015-04-203-77/+55
| |
* | [svn-r26845] H5P and H5A BIND(C) added to APIsScot Breitenfeld2015-04-206-2022/+1258
| |
* | [svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-1711-423/+495
|\ \ | |/
| * [svn-r26837] Description:Quincey Koziol2015-04-176-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