Commit Graph

100 Commits

Author SHA1 Message Date
HDF Tester
767e3e2f6d [svn-r25628] Snapshot version 1.8 release 14 (snap17) 2014-09-28 18:05:00 -05:00
HDF Tester
9882ce014a [svn-r25606] Snapshot version 1.8 release 14 (snap16) 2014-09-21 17:52:50 -05:00
HDF Tester
ed9d380720 [svn-r25592] Snapshot version 1.8 release 14 (snap15) 2014-09-14 17:54:22 -05:00
HDF Tester
d6ddaac37b [svn-r25577] Snapshot version 1.8 release 14 (snap14) 2014-09-07 17:55:32 -05:00
HDF Tester
cb0f502fa4 [svn-r25564] Snapshot version 1.8 release 14 (snap13) 2014-08-31 17:52:53 -05:00
HDF Tester
584c42ad94 [svn-r25547] Snapshot version 1.8 release 14 (snap12) 2014-08-24 17:56:55 -05:00
HDF Tester
43e2783d40 [svn-r25535] Snapshot version 1.8 release 14 (snap11) 2014-08-17 17:52:05 -05:00
Scot Breitenfeld
8fc11e6bc8 [svn-r25525] brought revision 25477 from the trunk. 2014-08-11 09:13:42 -05:00
HDF Tester
53e7d88a5f [svn-r25523] Snapshot version 1.8 release 14 (snap10) 2014-08-10 17:57:40 -05:00
HDF Tester
b2f29298b2 [svn-r25436] Snapshot version 1.8 release 14 (snap9) 2014-07-20 18:00:51 -05:00
Scot Breitenfeld
442f985464 [svn-r25433] Brought changes from the trunk into the branch.
For the top level, brings in changes for configure.ac, configure and the MANIFEST:

   svn merge -c25286 https://svn.hdfgroup.uiuc.edu/hdf5/trunk .
   svn merge -c25287 https://svn.hdfgroup.uiuc.edu/hdf5/trunk .
   svn merge -c25290 https://svn.hdfgroup.uiuc.edu/hdf5/trunk .

For the fortran level:

   384	17:00	svn merge -r25235:25272 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
   389	17:01	svn merge -r25284:25432 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran

For the fortran merges, I skipped changes relating to hyperslab selection since the C source has not been merged from the trunk yet. These changes should be in place in the fortran source when the C source is merged to the 1.8 branch.
2014-07-18 17:17:58 -05:00
Mohamad Chaarawi
2700d20859 [svn-r25402] Bring 25397/8 from trunk:
- remove configure checks for MPI_File_get_size and Big MPI_File_set_size as they are supported by MPIO implementations today.
- fix bug in t_mpi.c (HDFFV-8856)

tested with h5committest.
2014-07-10 09:36:34 -05:00
HDF Tester
43051ab6cf [svn-r25396] Snapshot version 1.8 release 14 (snap8) 2014-07-06 19:22:09 -05:00
HDF Tester
51ea45ed2e [svn-r25379] Snapshot version 1.8 release 14 (snap7) 2014-06-29 18:07:05 -05:00
HDF Tester
3a71c775af [svn-r25340] Snapshot version 1.8 release 14 (snap6) 2014-06-22 18:18:18 -05:00
HDF Tester
c8243334b0 [svn-r25233] Snapshot version 1.8 release 14 (snap5) 2014-06-01 23:37:57 -05:00
Quincey Koziol
b0fe30721b [svn-r25225] Description:
Bring r25215 from trunk to 1.8 branch:

    Bring changes from Coverity branch back to trunk:

    r20914:
        Use HDstrncpy and HDstrncat! --gh

    r20915:
        Use HDstrncpy and HDstrncat! --gh

Tested on:
    MacOSX/64 10.9.3 (amazon) w/gcc 4.9, FORTRAN, C++, multi-threads & parallel
    (h5committested on the trunk)
2014-05-29 16:26:28 -05:00
HDF Tester
fea439b440 [svn-r25217] Snapshot version 1.8 release 14 (snap4) 2014-05-25 18:50:34 -05:00
HDF Tester
37a1339c04 [svn-r25200] Snapshot version 1.8 release 14 (snap3) 2014-05-18 10:37:16 -05:00
HDF Tester
e2971312a1 [svn-r25159] Snapshot version 1.8 release 14 (snap2) 2014-05-04 11:59:16 -05:00
HDF Tester
994a841402 [svn-r25127] Snapshot version 1.8 release 14 (snap1) 2014-04-27 11:50:01 -05:00
Larry Knox
b018ba48ce [svn-r25106] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll back fix for removing rpaths from lib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath configure option was invoked.
Added instead configure variable hardcode_into_lib=no.  This removes rpath from lib files on Linux and solaris machines.

Tested with h5committest on jam, koala, ostrich and platypus (cmake), and on emu and kite.
2014-04-25 14:34:54 -05:00
HDF Tester
b59f172c53 [svn-r25071] Snapshot version 1.8 release 14 (snap0) 2014-04-20 12:17:26 -05:00
Elena Pourmal
2530ede1c6 [svn-r25036] Maintenance before creating 1_8_13 branch: changed version number to 1.8.14-snap0 2014-04-14 07:20:06 -05:00
HDF Tester
3b00476853 [svn-r25035] Snapshot version 1.8 release 13 (snap8) 2014-04-13 17:51:07 -05:00
Larry Knox
17a1f1a597 [svn-r25017] Merge r24997 changes from trunk.
Added compiler versions for mpich to settings file and configure summary.
For make installcheck, compile and run installed examples using the installed scripts.  They
  were being compiled but not run.
Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled.
  Set flag to -O3 in production mode for Intel compilers other than those with specified other settings.
  Gentoo patches:
    Remove unnecessary setting of LD_LIBRARY_PATH from configure.
    Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c.

Tested with h5committest on jam, koala, ostrich and platypus.
2014-04-11 13:50:55 -05:00
Dana Robinson
29791cf160 [svn-r25016] Purpose:
Merged r24857 from the trunk.
    Changes to configure.ac so that --with-pthreads is not required
    when the --enable-threadsafe configure option is set as long as
    the Pthreads library is in a standard location.

Tested on:
    32-bit LE linux (jam) with --enable-threadsafe
    64-bit LE linux (koala) with --enable-threadsafe
    64-bit BE linux (ostrich) with --enable-threadsafe
2014-04-11 10:32:58 -05:00
HDF Tester
4770fc0aad [svn-r24968] Snapshot version 1.8 release 13 (snap7) 2014-04-06 17:10:58 -05:00
HDF Tester
63c5964bb4 [svn-r24927] Snapshot version 1.8 release 13 (snap6) 2014-03-30 17:07:13 -05:00
Quincey Koziol
25147d5567 [svn-r24878] Description:
Bring r24864 from trunk to 1.8 branch:

    Remove all traces of MPI-POSIX VFD and GPFS detection/code.

    Remove remaining traces of stream VFD.

    Remove testpar/t_posix_compliant test (it's not actually verifying anything).

    Clean up H5D__mpio_opt_possible() further.

    Moved environment variable that disables MPI collective operations into
    MPI-IO VFD (instead of it being in src/H5S.c).

    A few other small code cleanups.

Tested on:
    Mac OSX/64 10.9.2 (amazon) w/parallel & serial
    (daily tested on trunk)
2014-03-24 12:41:18 -05:00
HDF Tester
f5a2f3d611 [svn-r24871] Snapshot version 1.8 release 13 (snap5) 2014-03-23 17:09:33 -05:00
HDF Tester
a8a8652ebd [svn-r24771] Snapshot version 1.8 release 13 (snap4) 2014-03-09 17:09:06 -05:00
HDF Tester
bcc9e4a976 [svn-r24754] Snapshot version 1.8 release 13 (snap3) 2014-03-02 17:08:04 -05:00
Larry Knox
f4781c29da [svn-r24732] Fix for reconfigure, which fails because LT_ADD_LIBHDF5_DEPENDENCY is used in Makefiles but the declaration in configure.ac is missing.
Copied declaration from trunk.  Tested with h5committest on jam ostrich koala and platypus(cmake).
2014-02-22 13:22:26 -05:00
Mohamad Chaarawi
32baeca60f [svn-r24720] bring r24709 from trunk:
rename H5V to H5VM since H5V is needed in the fastforward project for
view objects.  The addition of view objects in the fastforward project
is expected to be brough into the trunk sometimes in the future, which
is why we need to make this change.
2014-02-17 19:19:34 -05:00
HDF Tester
8d0f72d482 [svn-r24466] Snapshot version 1.8 release 13 (snap2) 2013-11-24 22:53:59 -05:00
Dana Robinson
d6b116be67 [svn-r24377] - Added uint32_t to the list of traceable types.
- Fixed a couple of commenting typos in configure.ac.

Tested on: 32-bit LE linux (jam) w/ parallel and Fortran

These are minor changes, hence the limited testing.
2013-10-31 00:18:51 -05:00
HDF Tester
403d36479a [svn-r24335] Snapshot version 1.8 release 13 (snap1) 2013-10-20 19:42:45 -05:00
HDF Tester
851cd479b0 [svn-r24288] Snapshot version 1.8 release 13 (snap0) 2013-10-13 19:37:42 -05:00
Quincey Koziol
3a96de8b17 [svn-r24262] Description:
Bring r24256 & r24261 from trunk to 1.8 branch:

Switch H5I internal data structure from using hash table to skip lists.

	Also, a few misc. cleanups.

Tested on:
       FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode
       FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode
       Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
               w/C++ & FORTRAN, w/threadsafe, in debug mode
       Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x,
               w/C++ & FORTRAN, in production mode
       Solaris/32 2.11 (emu) w/deprecated symbols disabled, w/C++ & FORTRAN,
               w/szip filter, w/threadsafe, in production mode
       Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode
2013-10-07 17:04:27 -05:00
Elena Pourmal
307f88870c [svn-r24259] Maintenance: Updated version number to 1.8.13-snap0; cleaned up RELEASE.txt for new info.
The 1.8 branch is open now for code changes.
2013-10-06 20:31:39 -05:00
HDF Tester
f8e5138264 [svn-r24257] Snapshot version 1.8 release 12 (snap19) 2013-10-06 16:57:26 -05:00
Raymond Lu
497507f5a9 [svn-r24231] Issue 1264: CYGWIN had long double rounding problem from unsigned long long. Allen confirmed the problem is gone. So I took
out the macro CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM.  It skipped the test related to this issue.

Tested with h5committest.
2013-09-30 16:51:26 -05:00
HDF Tester
3c4145a82c [svn-r24219] Snapshot version 1.8 release 12 (snap18) 2013-09-29 17:03:42 -05:00
Allen Byrne
deddc7f955 [svn-r24205] Merge HDFFV-8513/8522 from trunk (via cmake branch), h5repack UD plugins.
Also warning session fixes.

Tested: CMake local linux
2013-09-26 17:10:54 -05:00
HDF Tester
67a867235c [svn-r24187] Snapshot version 1.8 release 12 (snap17) 2013-09-22 17:25:30 -05:00
HDF Tester
3d7776ffee [svn-r24093] Snapshot version 1.8 release 12 (snap16) 2013-09-01 16:48:36 -05:00
Allen Byrne
8194f34ef7 [svn-r24072] Merge trunk cmake changes to 1.8 branch.
Also add default switch blocks to h5import.
Merge h5dump any_path option from trunk.

Tested: local linux
2013-08-26 10:35:15 -05:00
HDF Tester
a17e786cd7 [svn-r24069] Snapshot version 1.8 release 12 (snap15) 2013-08-25 16:48:11 -05:00
Allen Byrne
4a51e83e60 [svn-r24010] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive). 2013-08-14 13:09:08 -05:00