Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27038] Merge of r26393-27031 from the trunk. | Dana Robinson | 2015-05-07 | 18 | -428/+322 |
|\ | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003 | ||||
| * | [svn-r26997] Snapshot version 1.9 release 217 | HDF Tester | 2015-05-03 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality. | Dana Robinson | 2015-04-30 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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-r26812] Removed printf debugging statements. | Scot Breitenfeld | 2015-04-15 | 1 | -2/+0 |
| | | | | | | | | Tested: trival. | ||||
| * | [svn-r26785] Snapshot version 1.9 release 216 | HDF Tester | 2015-04-12 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵ | Larry Knox | 2015-04-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest. | ||||
| * | [svn-r26660] HDFFV-9131: autotols rework | Allen Byrne | 2015-03-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest | ||||
| * | [svn-r26616] Removed reference to grpit.f90 since it was removed. | Scot Breitenfeld | 2015-03-27 | 1 | -1/+0 |
| | | |||||
| * | [svn-r26594] Merge macros and fortran changes from dual_binary feature. | Allen Byrne | 2015-03-25 | 1 | -95/+48 |
| | | | | | | | | Tested: local linux | ||||
| * | [svn-r26541] fixed array bounds starting from zero in H5Pff.f90 routines. | Scot Breitenfeld | 2015-03-23 | 1 | -46/+39 |
| | | | | | | | | Tested: h5committest | ||||
| * | [svn-r26530] Add back Windows dll export define | Allen Byrne | 2015-03-23 | 1 | -0/+4 |
| | | |||||
| * | [svn-r26512] Reverted changed 26488 and 26477 | Scot Breitenfeld | 2015-03-20 | 4 | -854/+664 |
| | | | | | | | | Tested: h5committest | ||||
| * | [svn-r26509] Run reconfigure after merges from autotools_rework branch. | Jerome Soumagne | 2015-03-20 | 1 | -2/+0 |
| | | |||||
| * | [svn-r26505] Merge r26435 from autotools_rework branch. | Jerome Soumagne | 2015-03-20 | 2 | -4/+1 |
| | | | | | | | | | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform. | ||||
| * | [svn-r26490] Remove unused defines | Allen Byrne | 2015-03-19 | 1 | -4/+0 |
| | | |||||
| * | [svn-r26488] Updated developers notes due to the removal of COMMON and ↵ | Scot Breitenfeld | 2015-03-19 | 1 | -2/+8 |
| | | | | | | | | | | | | EQUIVALANCE and how everything is now put together. Not tested, comments only. | ||||
| * | [svn-r26481] Removed compiler warnings. HDF5-239 | Scot Breitenfeld | 2015-03-19 | 9 | -217/+186 |
| | | | | | | | | Tested: h5committest. | ||||
| * | [svn-r26479] Fix for: HDFFV-9162 | Scot Breitenfeld | 2015-03-19 | 3 | -43/+17 |
| | | | | | | | | | | | | | | | | h5pget_class_f should return hid_t for classtype Also removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committest | ||||
| * | [svn-r26477] Removed COMMON and EQUIVALENCE usage from Fortran Source. | Scot Breitenfeld | 2015-03-19 | 4 | -662/+846 |
| | | | | | | | | | | | | | | | | | | Also removed disabling shared when building Fortran on the Mac. These fixes should fix all the building shared with Fortran problems. HDF5-247 Also fixes array bounds starting from zero in H5Pff.f90 routines. Tested: h5committest | ||||
| * | [svn-r26459] Snapshot version 1.9 release 215 | HDF Tester | 2015-03-15 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26452] Fixed formatting of copyright. | Scot Breitenfeld | 2015-03-13 | 2 | -24/+24 |
| | | |||||
* | | [svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file which | Jerome Soumagne | 2015-03-11 | 2 | -4/+1 |
| | | | | | | | | | | | | was using it. Remove references to IRIX/irix* platform. | ||||
* | | [svn-r26429] Merge of r26393-26428 from the trunk. | Dana Robinson | 2015-03-11 | 5 | -119/+156 |
|\ \ | |/ | | | | | Tested w/ h5committest | ||||
| * | [svn-r26417] Removed compiler warnings from HL. HDF5-237 | Scot Breitenfeld | 2015-03-10 | 1 | -99/+103 |
| | | | | | | | | Tested: h5committest | ||||
| * | [svn-r26401] Fixed warnings in the C stubs for Fortran wrappers. See ↵ | Elena Pourmal | 2015-03-09 | 4 | -20/+53 |
| | | | | | | | | | | | | Crucible review HDF5-238. Tested on platypus with gcc/gfortran 4.9.2, jam and emu with the default compilers. | ||||
| * | [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵ | Dana Robinson | 2015-02-27 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest | ||||
| * | [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵ | Mohamad Chaarawi | 2015-02-25 | 1 | -2/+2 |
| | | | | | | | | make clean. | ||||
* | | [svn-r26274] Merge of r26096 to r26271 from trunk. | Dana Robinson | 2015-02-22 | 7 | -68/+230 |
|\ \ | |/ | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran | ||||
| * | [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers. | Scot Breitenfeld | 2015-02-19 | 3 | -19/+20 |
| | | |||||
| * | [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 | 6 | -51/+209 |
| | | | | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
| * | [svn-r26211] revert ci 26204 | Scot Breitenfeld | 2015-02-18 | 6 | -197/+53 |
| | | |||||
| * | [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 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26205] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 6 | -53/+200 |
| | | | | | | | | | | 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 | 1 | -1/+2 |
| | | | | | | | | 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 | 1 | -1/+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 | 1 | -1/+2 |
| | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | 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-r26097] Removed configure and Makefile.in files from version control. | Dana Robinson | 2015-02-02 | 1 | -1674/+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 |
| | |