summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [svn-r27000] Updated and debugged scriptAllen Byrne2015-05-041-1/+1
| |
| * [svn-r26997] Snapshot version 1.9 release 217HDF Tester2015-05-0315-98/+98
| |
| * [svn-r26996] Description:Quincey Koziol2015-05-022-11/+1
| | | | | | | | | | | | | | | | Eliminate unneccessary 'rdcc' field from common chunk info struct. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5commitest)
| * [svn-r26995] Description:Quincey Koziol2015-05-022-27/+33
| | | | | | | | | | | | | | | | | | | | Clean up chunk 'prune by extent' and flush code, and make the rehashing routine 'update cache' hold onto more chunks, instead of evicting them as aggressively. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r26993] Description:Quincey Koziol2015-05-025-45/+100
| | | | | | | | | | | | | | | | | | Align w/incoming chunk performance changes, including some small performance improvements here, as well as a few minor general code cleanups. Tested on: Mac OSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5committest)
| * [svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality.Dana Robinson2015-04-308-73/+45
| | | | | | | | | | | | | | | | | | | | | | | | The H5F_ACC_DEBUG symbol remains but has been defined to zero and has been listed as deprecated. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD 32-bit Linux w/ C++ and Fortran and multi VFD (no deprec symbols)
| * [svn-r26977] Windows needs different packaging option from linuxAllen Byrne2015-04-301-6/+14
| |
| * [svn-r26963] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-298-4/+12
| | | | | | | | | | | | | | | | | | lines The error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists.
| * [svn-r26961] Description:Quincey Koziol2015-04-291-48/+17
| | | | | | | | | | | | | | | | Clean up H5I code, to eliminate duplicated sections of code. Tested on: Mac OSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5committest)
| * [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-285-42/+38
| | | | | | | | Move TOOLS option up before usage.
| * [svn-r26951] add cygwinAllen Byrne2015-04-281-5/+14
| |
| * [svn-r26949] Correct linux separatorsAllen Byrne2015-04-281-11/+11
| |
| * [svn-r26944] Match src folder versionAllen Byrne2015-04-281-3/+7
| |
| * [svn-r26941] Correct ext lib packing listAllen Byrne2015-04-281-2/+6
| |
* | [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-2758-1385/+2589
| |
* | [svn-r27023] Changed H5I to H5IMScot Breitenfeld2015-05-051-12/+12
| |
* | [svn-r27021] Added hdf5_hl_fortrandll.def to hl library build.Scot Breitenfeld2015-05-051-1/+1
| |
* | [svn-r27020] fixed HL Fortran Binary dir.Scot Breitenfeld2015-05-051-1/+1
| |
* | [svn-r27019] Fixed print statement.Scot Breitenfeld2015-05-051-3/+1
| |
* | [svn-r27006] Added hdf5_hl_fortrandll.def to hl library build.Scot Breitenfeld2015-05-041-1/+1
| |
* | [svn-r27002] removed the use of deprecated APIsScot Breitenfeld2015-05-041-7/+9
| |
* | [svn-r26990] Updated the F2003 error statement when find a nonF2003 compiler.Scot Breitenfeld2015-05-012-2/+2
| |
* | [svn-r26989] Changed the BIND(C) derived types from:Scot Breitenfeld2015-05-013-5/+5
| | | | | | | | CHARACTER(LEN=1) to CHARACTER(KIND=C_CHAR) to make Sun compilers happy.
* | [svn-r26988] Fix name of generated fileAllen Byrne2015-05-011-1/+5
| |
* | [svn-r26983] Added C_CHAR to compound type.Scot Breitenfeld2015-04-301-2/+2
| |
* | [svn-r26976] Added TARGET.Scot Breitenfeld2015-04-301-11/+11
| |
* | [svn-r26975] Renamed variable to eliminate conflict.Scot Breitenfeld2015-04-301-14/+14
| |
* | [svn-r26974] spellingScot Breitenfeld2015-04-291-1/+1
| |
* | [svn-r26973] changed "_c (" to "_c(" Scot Breitenfeld2015-04-291-228/+228
| |
* | [svn-r26972] Removed unused C functions.Scot Breitenfeld2015-04-294-469/+0
| | | | | | | | See HDFFV-9291: Check for unused C functions
* | [svn-r26971] fixed declaration of h5ltget_attribute_cScot Breitenfeld2015-04-292-7/+7
| |
* | [svn-r26970] Added new pointer APIs for h5ltmake_dataset ahd h5ltread_dataset.Scot Breitenfeld2015-04-294-25/+172
| |
* | [svn-r26969] Added H5KINDff.F90 to output and moved to end of source list.Allen Byrne2015-04-291-7/+3
| |
* | [svn-r26968] Removed H5A,H5D and H5P declarations which now use the KIND ↵Scot Breitenfeld2015-04-291-117/+0
| | | | | | | | findings.
* | [svn-r26952] Added dependencies for H5_KINDff.F90Scot Breitenfeld2015-04-282-2/+2
| |
* | [svn-r26950] Added DLL exports for windows.Scot Breitenfeld2015-04-281-0/+52
| |
* | [svn-r26938] svn merge -r26910:26937 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-283-57/+58
|\ \ | |/
| * [svn-r26936] Incorrect use of HSIZE_T_FORMAT macro, needed to be sub macro ↵Allen Byrne2015-04-271-3/+3
| | | | | | | | | | | | H5_PRINTF_LL_WIDTH. Tested: local linux
| * [svn-r26929] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | | | | | Tested: linux (jam), Mac (osx1010dev)
| * [svn-r26926] Fixed previous typo in the installation of DMG file.Albert Cheng2015-04-271-1/+1
| | | | | | | | Tested: osx1010dev
| * [svn-r26925] Added method to install the Mac OSX DMG file by line commands.Albert Cheng2015-04-271-1/+36
| | | | | | | | | | | | Group all install method into a function call for easier maintenance. Tested: Linux (jam, platypus), Mac (osx1010dev)
| * [svn-r26924] Remove old and invalid information:Albert Cheng2015-04-271-48/+2
| | | | | | | | | | | | Retired IBM SP system which was old. Removed --enable-parallel=mpich information. The option is invalid now (remove date unknown.)
* | [svn-r26937] added generated Fortran file to Fortran CMakeList.txtScot Breitenfeld2015-04-283-10/+72
| |
* | [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
| |