Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
052638dbc8e[svn-r26062] Changed the fortran test back from "USE mpi" to "include "mpif.h"". Using the module causes problems on the Cray (hopper).
Scot BreitenfeldScot Breitenfeld
bc0d6a1500b[svn-r26061] Fixed unintentional typo.
Scot BreitenfeldScot Breitenfeld
7046addd0b4[svn-r26060] Fix for HDFFV-9091 405-408::fortran vars should be scoped Scoped: HAVE_SIZEOF HAVE_C_SIZEOF HAVE_STORAGE_SIZE FORTRAN_DEFAULT_REALisDBLE to where the tests are (in m4/aclocal_fc.m4) Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
f142970ac2f[svn-r26059] Fix for: HDFFV-9095 4159:: Check if Fortran's default real is double precision. If it is and HL is being built then configure should fail due to bug HDFFV-889. Fix: This check should be located where HL is check for, and it is. Updated the comment to elimenate confusion.
Scot BreitenfeldScot Breitenfeld
06587c6e91e[svn-r26057] Fix for: HDFFV-9094 change include 'mpif.h' to module in tests Solution: changed to 'USE mpi' and moved the tests to m4/aclocal_fc.m4 Tested: jam (mpicc, mpif90)
Mohamad ChaarawiMohamad Chaarawi
4a10dbe0113[svn-r26055] Updates for: Discuss and Remove Infering parallel compilers (C and Fortran) from configure.ac https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9068 Remove restriction to build shared with parallel https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9069 Cleanup parallel sections in configure.ac https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9096 tested h5committest
Scot BreitenfeldScot Breitenfeld
b2516b909a2[svn-r26054] Fix for: HDFFV-9089 375::Compile the Fortran 77/90/95 interface -> remove 77 from comment Removed from comment.
Scot BreitenfeldScot Breitenfeld
f1da79edff7[svn-r26053] Added comments.
Scot BreitenfeldScot Breitenfeld
d29c5a6e6ad[svn-r26052] Fixed false positive tests for intrensic functions. Tested: jam (mpi, gfortran, intel) --enable-fortran, and --enable-fortran --enable-fortran2003
Scot BreitenfeldScot Breitenfeld
4d34a0c6ad6[svn-r26051] Fix for HDFFV-9092 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
Scot BreitenfeldScot Breitenfeld
1e85e7ca525[svn-r26047] Fix for HDFFV-9092 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 tested: jam
Dana RobinsonDana Robinson
b10f26ab180[svn-r26042] Updated configure.ac so that POSIX_C_SOURCE=200112L and GNU_SOURCE are defined. The former is for posix_memalign() and the latter for the O_DIRECT flag for open(). Both are for direct VFD support. Fixes HDFFV-9088 Tested on: jam
Dana RobinsonDana Robinson
4e37d30dbaa[svn-r26029] Updated the comment on the Cygwin 'srcdir= and time' test to indicate that it's still an issue with recent versions of Cygwin. Fixes HDFFV-9082 Tested on: jam (bin/reconfigure only - just a comment change)
Dana RobinsonDana Robinson
699b27ee4ea[svn-r26028] Removed code from configure.ac that #defined (H5)_NO_SHARED_WRITING under CodeWarrior as a work-around to broken open() functionality (it's not clear which version). The only effect of this #define was to cause test_file_close() in test/tfile.c to be skipped. Fixes HDFFV-9080 Tested on: jam We don't have CodeWarrior, so I just ensured the deletion didn't adversely affect a typical build.
Dana RobinsonDana Robinson
c5741c15d21[svn-r26027] Copied configure.ac to configure.ac.orig for reference.
Dana RobinsonDana Robinson
8249ada359e[svn-r26026] Added BRANCH.txt
Quincey KoziolQuincey Koziol
b2f94f9faf8[svn-r27774] Description: Correct test reset code in plugin code and fix typo in testing script. Tested on: Linux 2.6/32 (jam) w/serial
Quincey KoziolQuincey Koziol
43443b22080[svn-r27773] Description: Correct typos in fix. Tested on: Linux 2.6/32 (jam) w/gcc
Quincey KoziolQuincey Koziol
02ce7e73862[svn-r27772] Description: Clean up warnings, address HDFFV-9524 Tested on: MacOSX/64 10.10.5 (amazon) w/serial (Too minor to require h5committest)
Quincey KoziolQuincey Koziol
050dd023870[svn-r27771] Description: Merge in part of Neil's property list fixes: Fix a minor memory leak, add some sanity checks, clean up the code a little, and verify that encoding/ decoding default versions of the property lists works correctly. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (Too minor to require h5committest)
Quincey KoziolQuincey Koziol
10233744922[svn-r27768] Description: Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros fo...
Private HDFPrivate HDF
f16361d5f1d[svn-r27767] Snapshot version 1.9 release 231
Dana RobinsonDana Robinson
1ac1dfb40fc[svn-r27755] Changed direct VFD default to OFF in CMake to match Autotools. Tested on: jam w/ CMake
Scot BreitenfeldScot Breitenfeld
672e6bd8a9e[svn-r27754] HDFFV-548:H5LT patches for F90 Lite API in 1.8.0 Beta tested: h5committest
Dana RobinsonDana Robinson
54d0a369478[svn-r27753] Removed duplicated attribute macro checks. Moved canonical attribute macro checks from src/H5api_adapt.h to H5private.h, which is where they belong anyway. Tested on: h5committest (manually inspected for attribute warnings)
Dana RobinsonDana Robinson
95e0bd109f4[svn-r27752] Merge of r27751 from 1.8 branch Added a comment to config/ibm-flags that describes the purpose of the -qflag=w:w compiler flag. Tested on: N/A (no access to AIX, comment only)
Allen ByrneAllen Byrne
8e3464d2d01[svn-r27747] Correct name of target
Dana RobinsonDana Robinson
27f9e67d1ee[svn-r27734] Fixed MANIFEST Tested on: bin/chkmanifest
Dana RobinsonDana Robinson
897b7308f5c[svn-r27731] Removed the obsolete config/powerpc-ibm-aix5.x file. Tested on: Nothing. I have no access to an AIX machine.
Dana RobinsonDana Robinson
08ce739cdaf[svn-r27728] Merge of r27713 from revise_chunks Added -qflag=w:w to config/ibm-flags. This will suppress informational messages on AIX, suppressing thousands of "__attribute__ is non-portable" messages in the AIX nightly test output. Tested on: Nothing. I have no access to an AIX machine.
Dana RobinsonDana Robinson
9ac201d01a1[svn-r27722] Updated the gnu config to cover gcc 5.2*. Tested on: jam w/ gcc 5.2.0
Allen ByrneAllen Byrne
d9d02bf8471[svn-r27720] Merge changes from master
Allen ByrneAllen Byrne
129334f04be[svn-r27716] Publish both static and shared mod files in binaries.
Quincey KoziolQuincey Koziol
26baf1a805b[svn-r27710] Description: Bring the "metadata rings" code from its branch (mdc_rings_v2) to the trunk. (This change will support the page buffering feature) Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
2132f544596[svn-r27707] Description: Misc. minor cleanups in preparation for merging "metadata rings" branch to trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (Too minor to require h5committest)
Allen ByrneAllen Byrne
776b41a62a3[svn-r27703] Publish both static and shared mod files in binaries. Tested: local linux
Dana RobinsonDana Robinson
fadb57f7040[svn-r27699] Removed some configure checks for obsolete Unix variants. The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
Dana RobinsonDana Robinson
4c8902cdf0d[svn-r27692] Changed the autotools files so that the high-level library is unsupported when building the thread-safe library. Configure will quit with an error when --disable-hl or --enable-unsupported is not used with --enable-threadsafe. Fixes HDFFV-8719 Tested on: h5committest configure w/ various combinations of --enable-threadsafe, --disable-hl, and --enable-unsupported
Private HDFPrivate HDF
34be1d1aed9[svn-r27690] Snapshot version 1.9 release 230
Dana RobinsonDana Robinson
5903fc723b1[svn-r27686] Merge of r27684 from autotools_rework Removed _BSD_SOURCE and _DEFAULT_SOURCE from the autotools C flags. They are no longer needed by the library. Fixes HDFFV-9079. Tested on: h5committest
Dana RobinsonDana Robinson
210b5d8441d[svn-r27682] Restored commented-out _POSIX_C_SOURCE line in configure.ac. Tested on: h5committest
Allen ByrneAllen Byrne
4906383c0f4[svn-r27676] Fix dependencies of generated file
Dana RobinsonDana Robinson
bea85e0705d[svn-r27675] Removed library checks for nsl and socket from the autotools configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake
Allen ByrneAllen Byrne
cbf5bb6b785[svn-r27674] Attempt to fix race condition on windows
Allen ByrneAllen Byrne
6b1b8869d1a[svn-r27671] Move fortran id check to fortran section
Allen ByrneAllen Byrne
0cca701dc20[svn-r27670] Remove SYMBOLS option - includes default checks. Pulled from master.
Allen ByrneAllen Byrne
7860f3f5b67[svn-r27668] Increase timeout for objcopy
Scot BreitenfeldScot Breitenfeld
33a2e52c6e0[svn-r27663] Removed the lines: # Source files are used for both the library and fortranlib_test. # Automake will complain about this without the following workaround. fortranlib_test_FCFLAGS=$(AM_FCFLAGS) fortranlib_test_CFLAGS=$(AM_CFLAGS) because they caused Fortran build rules (.f90.o, .F90.o) to be ignored, causing the CPP flags to be passed to the Fortran compiler, causing the xlf compiler to fail. Tested: ostrich (xlf), h5committest
Allen ByrneAllen Byrne
5d311b35baf[svn-r27661] Always use static mod files.
Allen ByrneAllen Byrne
e5dbc90ad26[svn-r27656] HDFFV-9515: repack failed with 5 digit filter ids because a local variable in the parse routine was not large enough. Tested: local linux and windows