Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26274] Merge of r26096 to r26271 from trunk. | Dana Robinson | 2015-02-22 | 16 | -103/+275 |
|\ | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran | ||||
| * | [svn-r26253] Update CMake with fortran source properties and defines, ↵ | Allen Byrne | 2015-02-20 | 4 | -23/+27 |
| | | | | | | | | correct name of hl fortran examples option check | ||||
| * | [svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since ↵ | Scot Breitenfeld | 2015-02-20 | 3 | -3/+4 |
| | | | | | | | | windows does not seem to support 'USE MPI'. | ||||
| * | [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers. | Scot Breitenfeld | 2015-02-19 | 4 | -26/+31 |
| | | |||||
| * | [svn-r26233] Disable h5tenum_insert_f if F2003 is enabled. | Scot Breitenfeld | 2015-02-19 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26230] Add def file comment when it is F2003vms_last_support_trunk | Allen Byrne | 2015-02-19 | 1 | -0/+2 |
| | | |||||
| * | [svn-r26217] Added H5T_PROVISIONAL_mp_H5TENUM_INSERT_F | Scot Breitenfeld | 2015-02-18 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26214] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 7 | -52/+210 |
| | | | | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
| * | [svn-r26211] revert ci 26204 | Scot Breitenfeld | 2015-02-18 | 7 | -218/+57 |
| | | |||||
| * | [svn-r26210] Removed debugging statement and typos. | Scot Breitenfeld | 2015-02-18 | 2 | -5/+2 |
| | | |||||
| * | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 5 | -5/+5 |
| | | |||||
| * | [svn-r26205] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 7 | -57/+221 |
| | | | | | | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
| * | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 8 | -8/+13 |
| | | | | | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095 | ||||
| * | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵ | Mohamad Chaarawi | 2015-02-16 | 5 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest. | ||||
| * | [svn-r26177] Snapshot version 1.9 release 214 | HDF Tester | 2015-02-15 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26161] Fix cmake case. | Allen Byrne | 2015-02-12 | 2 | -1/+4 |
| | | | | | | | | | | Turn on F2003 by default. Set source properties in fortran cmake files. | ||||
| * | [svn-r26146] Snapshot version 1.9 release 213 | HDF Tester | 2015-02-08 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26143] Merged r26096-26142 from trunk. | Dana Robinson | 2015-02-07 | 3 | -26/+31 |
|\ \ | |/ | | | | | Tested on: jam w/ Fortran and C++ | ||||
| * | [svn-r26124] Fixed issue with deprecated symbols for H5G constants | Scot Breitenfeld | 2015-02-04 | 2 | -27/+23 |
| | | |||||
| * | [svn-r26122] Fix for HDFFV-9040 h5rget_object_type_f returns different types ↵ | Scot Breitenfeld | 2015-02-03 | 3 | -43/+52 |
| | | | | | | | | | | | | | | | | than indicated by API Slight change of global variable definitions from C. Tested: jam. | ||||
* | | [svn-r26132] reverted change 26177 | Scot Breitenfeld | 2015-02-05 | 3 | -3/+3 |
| | | | | | | | | | | | | svn merge -c -26117 . Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in. | ||||
* | | [svn-r26117] Autotools work HDFFV-9067, | Scot Breitenfeld | 2015-02-03 | 3 | -3/+3 |
| | | | | | | | | | | | | Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed. tested: jam | ||||
* | | [svn-r26113] Updated configure and the parallel tests to 'USE mpi' instead ↵ | Scot Breitenfeld | 2015-02-02 | 3 | -3/+3 |
| | | | | | | | | | | | | of 'include 'mpih.f' tested jam (mpich + gnu). | ||||
* | | [svn-r26097] Removed configure and Makefile.in files from version control. | Dana Robinson | 2015-02-02 | 5 | -7392/+0 |
| | | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++ | ||||
* | | [svn-r26096] Merged r26024-26095 from trunk. | Dana Robinson | 2015-02-02 | 2 | -3/+3 |
|\ \ | |/ | | | | | Tested on: jam with Fortran and C++ | ||||
| * | [svn-r26092] Snapshot version 1.9 release 212 | HDF Tester | 2015-02-01 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls. | Allen Byrne | 2015-01-26 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26069] Removed the option to selectively disable internal filters like ↵ | Dana Robinson | 2015-01-29 | 5 | -25/+0 |
| | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++ | ||||
* | | [svn-r26051] Fix for HDFFV-9092 | Scot Breitenfeld | 2015-01-27 | 5 | -5/+10 |
|/ | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam | ||||
* | [svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition. | Scot Breitenfeld | 2015-01-23 | 1 | -0/+1 |
| | |||||
* | [svn-r26010] Fix for: | Scot Breitenfeld | 2015-01-22 | 20 | -539/+441 |
| | | | | | | | | | | HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003) | ||||
* | [svn-r26009] Code Comment cleanup: | Scot Breitenfeld | 2015-01-22 | 3 | -21/+15 |
| | | | | | | | | | | | | | | | | ----------------------- Remove the numbers in the comments associated with: H5G_UNKNOWN_F (-1) H5G_LINK_F 0 H5G_GROUP_F 1 H5G_DATASET_F 2 H5G_TYPE_F 3 These should not be defined as a number since they can changed. They should be considered named parameters, not actual values. HDFFV-9040 h5rget_object_type_f returns different types than indicated by API | ||||
* | [svn-r25981] Snapshot version 1.9 release 211 | HDF Tester | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵ | Scot Breitenfeld | 2015-01-15 | 2 | -218/+7 |
| | | | | sometimes and 10 bytes other times. Not sure why. | ||||
* | [svn-r25978] Bug fix for HDFFV-8847 | Scot Breitenfeld | 2015-01-13 | 2 | -7/+218 |
| | | | | Tested: h5committest | ||||
* | [svn-r25975] Snapshot version 1.9 release 210 | HDF Tester | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | [svn-r25949] Snapshot version 1.9 release 209 | HDF Tester | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | [svn-r25929] Description: | Quincey Koziol | 2014-12-29 | 1 | -1/+1 |
| | | | | | | | | | | Clean up EOF code within library and add 'mem_type' parameter to 'get_eof' VFD callback, to avoid various ambiguous situations, particularly with the multi VFD. (Supports changes for 'avoid_truncate' feature also) Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel h5committest forthcoming | ||||
* | [svn-r25924] Snapshot version 1.9 release 208 | HDF Tester | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | [svn-r25923] Added name to the BIND(C) attribute, removed the !DEC$ ↵ | Scot Breitenfeld | 2014-12-23 | 3 | -7/+3 |
| | | | | statements for windows. | ||||
* | [svn-r25920] Undo BIND(C) addition. | Scot Breitenfeld | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | [svn-r25917] Added BIND(C) to fortran functions that pass a VALUE. | Scot Breitenfeld | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | [svn-r25915] Snapshot version 1.9 release 207 | HDF Tester | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | [svn-r25886] Snapshot version 1.9 release 206 | HDF Tester | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | [svn-r25864] Snapshot version 1.9 release 205 | HDF Tester | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | [svn-r25855] Snapshot version 1.9 release 204 | HDF Tester | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | [svn-r25847] Correct typos in linux export of mod | Allen Byrne | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | [svn-r25834] Snapshot version 1.9 release 203 | HDF Tester | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | [svn-r25766] Description: | Quincey Koziol | 2014-11-03 | 3 | -15/+17 |
| | | | | | | | | | | Revert r25273, 25283 & 25439 (the hyperslab improvement changes). They are buggy and it's taking me a long time to correct the problem. I'll check in a revised form of the changes when I've got them straightened out. Tested on: Mac OSX 10.10.0 (amazon) w/gcc 4.9.x, C++, FORTRAN Linux 2.6.x (jam) w/parallel | ||||
* | [svn-r25762] Snapshot version 1.9 release 202 | HDF Tester | 2014-11-02 | 1 | -1/+1 |
| |