Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27326] Working version of cmake on linux. | Scot Breitenfeld | 2015-07-02 | 1 | -5/+3 |
| | |||||
* | [svn-r27301] fixed configure error with pgi compiler by checking if ↵ | Scot Breitenfeld | 2015-06-30 | 1 | -5/+7 |
| | | | | __float128 is 0 | ||||
* | [svn-r27299] Changed from using sed to perl. | Scot Breitenfeld | 2015-06-30 | 1 | -3/+3 |
| | |||||
* | [svn-r27285] added search replace for space to comma | Scot Breitenfeld | 2015-06-25 | 1 | -2/+3 |
| | |||||
* | [svn-r27227] restricted __float128 to gnu compilers | Scot Breitenfeld | 2015-06-17 | 1 | -1/+3 |
| | |||||
* | [svn-r27226] restricted __float128 to gnu compilers | Scot Breitenfeld | 2015-06-17 | 1 | -8/+17 |
| | |||||
* | [svn-r27225] new test for __float128 | Scot Breitenfeld | 2015-06-17 | 1 | -6/+17 |
| | |||||
* | [svn-r27223] Added check for quadmath.h | Scot Breitenfeld | 2015-06-17 | 1 | -0/+4 |
| | |||||
* | [svn-r27221] Reworked Fortran autools REAL KIND detection. | Scot Breitenfeld | 2015-06-16 | 1 | -19/+72 |
| | |||||
* | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-10 | 1 | -1/+1 |
|\ | |||||
| * | [svn-r27159] Snapshot version 1.9 release 221 | HDF Tester | 2015-06-08 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27186] added fix for jam with promoted reals and integers | Scot Breitenfeld | 2015-06-10 | 1 | -2/+4 |
| | | |||||
* | | [svn-r27183] removed the use of -i in sed, used mv instead from a temporary ↵ | Scot Breitenfeld | 2015-06-10 | 1 | -1/+1 |
| | | | | | | | | file. | ||||
* | | [svn-r27167] more DT fixes | Scot Breitenfeld | 2015-06-09 | 1 | -5/+20 |
| | | |||||
* | | [svn-r27164] various bug fixes for DT | Scot Breitenfeld | 2015-06-08 | 1 | -6/+7 |
| | | |||||
* | | [svn-r27154] fixed issue with mis-matching long double between Fortran and C | Scot Breitenfeld | 2015-06-05 | 1 | -1/+3 |
| | | |||||
* | | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 1 | -5/+20 |
| | | |||||
* | | [svn-r27140] fixed interger*16 support | Scot Breitenfeld | 2015-06-03 | 1 | -1/+11 |
| | | |||||
* | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [svn-r27127] Snapshot version 1.9 release 220 | HDF Tester | 2015-06-01 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵ | Scot Breitenfeld | 2015-06-01 | 1 | -0/+3 |
| | | | | | | | | quad precision. | ||||
* | | [svn-r27122] removed dependency on generatored fortran source code | Scot Breitenfeld | 2015-05-28 | 1 | -4/+1 |
| | | |||||
* | | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-05-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [svn-r27110] Snapshot version 1.9 release 219 | HDF Tester | 2015-05-24 | 1 | -1/+1 |
| | | |||||
| * | [svn-r27092] Snapshot version 1.9 release 218 | HDF Tester | 2015-05-17 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26997] Snapshot version 1.9 release 217 | HDF Tester | 2015-05-03 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27115] Moved testing KINDs and SIZEOFs to configure. | Scot Breitenfeld | 2015-05-27 | 1 | -1/+41 |
| | | |||||
* | | [svn-r26990] Updated the F2003 error statement when find a nonF2003 compiler. | Scot Breitenfeld | 2015-05-01 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26917] added conditional for C_LONG_DOUBLE | Scot Breitenfeld | 2015-04-23 | 1 | -9/+15 |
| | | |||||
* | | [svn-r26890] commented out -DNDEBUG | Scot Breitenfeld | 2015-04-22 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26888] Removed the preprocessor option "-UNDEBUG" | Scot Breitenfeld | 2015-04-22 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵ | Scot Breitenfeld | 2015-04-21 | 1 | -40/+7 |
| | | | | | | | | --enable-fortran | ||||
* | | [svn-r26867] svn merge -r26837:26866 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-21 | 1 | -0/+21 |
|\ \ | |/ | |||||
| * | [svn-r26840] configure | Larry Knox | 2015-04-17 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -11/+0 |
| | | |||||
* | | [svn-r26860] Fixed sizeof checks. | Scot Breitenfeld | 2015-04-21 | 1 | -5/+11 |
| | | |||||
* | | [svn-r26856] various intel compiler fixes | Scot Breitenfeld | 2015-04-20 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26847] combined H5test_kind programs | Scot Breitenfeld | 2015-04-20 | 1 | -5/+13 |
| | | |||||
* | | [svn-r26825] Added include for preprocessing fortran files with configure ↵ | Scot Breitenfeld | 2015-04-16 | 1 | -0/+7 |
|/ | | | | definitions | ||||
* | [svn-r26785] Snapshot version 1.9 release 216 | HDF Tester | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | [svn-r26670] Remove VPATH and LONE_COLON | Larry Knox | 2015-03-31 | 1 | -101/+0 |
| | | | | Tested with h5committest | ||||
* | [svn-r26669] Remove code to prevent duplicate includes of /usr/include and ↵ | Larry Knox | 2015-03-30 | 1 | -45/+0 |
| | | | | | | /usr/lib. Tested h5committest | ||||
* | [svn-r26660] HDFFV-9131: autotols rework | Allen Byrne | 2015-03-30 | 1 | -83/+11 |
| | | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest | ||||
* | [svn-r26647] Description: | Quincey Koziol | 2015-03-30 | 1 | -27/+23 |
| | | | | | | | | | | Bring r26639 from autotools_rework branch to trunk: Switch AC_TRY_RUN macros to AC_RUN_IFELSE macros. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days) | ||||
* | [svn-r26635] Description: | Quincey Koziol | 2015-03-28 | 1 | -53/+1 |
| | | | | | | | | | | | Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days) | ||||
* | [svn-r26633] Add -D_DEFAULT_SOURCE to CPPFLAGS on Linux systems. ↵ | Neil Fortner | 2015-03-27 | 1 | -0/+5 |
| | | | | | | | | | | -D_BSD_SOURCE is deprecated in recent versions of glibc, and -D_DEFAULT_SOURCE is the replacement. Keep -D_BSD_SOURCE for now to support older systems. gcc will not issue a warning about -D_BSD_SOURCE being deprecated when -D_DEFAULT_SOURCE is supplied as well. Tested: jam, koala, ostrich (h5committest) | ||||
* | [svn-r26632] Description: | Quincey Koziol | 2015-03-27 | 1 | -17/+0 |
| | | | | | | | | | | | Bring r26549 from autotools_rework branch to trunk: Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days) | ||||
* | [svn-r26627] Description: | Quincey Koziol | 2015-03-27 | 1 | -21/+0 |
| | | | | | | | | | | | Bring r26545 from autotools_rework branch to trunk: Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: Linux/32 2.6.8 (jam) w/serial & parallel (Daily tested on branch for 2+ days) | ||||
* | [svn-r26625] Description: | Quincey Koziol | 2015-03-27 | 1 | -65/+0 |
| | | | | | | | | | | | Bring r26543 from autotools_rework branch to trunk: Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days) | ||||
* | [svn-r26623] Description: | Quincey Koziol | 2015-03-27 | 1 | -64/+0 |
| | | | | | | | | | | | Bring r26513 from autotools_rework branch to trunk: Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days) |