Commit Graph

228 Commits

Author SHA1 Message Date
lrknox
1bfaecf413 Update .so numbers in config/lt_verse.am. 2018-05-13 19:10:34 -05:00
Allen Byrne
d87a94a00d HDFFV-10444 fix so numbers 2018-04-10 11:48:59 -05:00
Allen Byrne
542ef40456 Merge from develop HDFFV-8359 and remove FindMPI copies 2018-03-09 12:50:34 -06:00
Allen Byrne
e835063ebf Change CMake min to 3.10 2018-03-09 12:38:48 -06:00
Allen Byrne
74cef485ae HDFFV-10398 Merge from develop 2018-02-01 11:05:59 -06:00
Allen Byrne
ef4aa562dd HDFFV-10392,10393,01385 merge from develop 2018-01-22 11:56:54 -06:00
Allen Byrne
ef2ac07845 Update link target commands 2017-12-21 14:41:48 -06:00
lrknox
2c3bde7f74 Add assignment to get value from environment variable realtimeOutput.
Propagate changes to Makefile.ins with bin/reconfigure.
2017-12-04 16:54:09 -06:00
lrknox
d113b89232 Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch. 2017-11-17 16:15:34 -06:00
Allen Byrne
1b94b97105 HDFFV-10321 merge from develop 2017-11-02 11:24:24 -05:00
lrknox
7f758f2eea Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_8 2017-08-25 15:10:42 -05:00
M. Scot Breitenfeld
51b97cc02d generated reconfigure files for configure changes 2017-08-04 09:03:29 -05:00
lrknox
9a31b0748f Disable building of libdynlib* dynamically loaded plugin test libraries
on CYGWIN.
Added known problem entry to RELEASE.txt.
Set version for 1.8.19 release.
Barbara updated contents of README.txt file.
2017-06-14 12:26:55 -05:00
lrknox
16e0eb3c52 Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added
flag '-rpath /nowhere' to stop them being installed while keeping them
from linking with libhdf5, etc.
Incremented version to 1.8.19-pre1 and ran bin/release to create tar
and zip files for testing.
2017-06-12 17:04:41 -05:00
lrknox
34c1ca89db Update h5vers and release scripts for 1.8.19 branch, set version to
1.8.19-pre1.
    Note:  changes to these scripts were brought from develop/hdf5_1_10
    and modified for 1.8 version differences.
Update HDF5 version to 1.8.20-snap0.
Update HL .so number for added API function.
2017-06-08 10:17:26 -05:00
lrknox
236ba7f8e0 Ran bin/reconfigure after so number change. 2017-06-06 16:19:57 -05:00
lrknox
9e705cdcdb Propagate .so number changes to Makefile.ins with bin/reconfigure. 2017-06-02 13:14:37 -05:00
lrknox
00d423af60 Update text in COPYING files in subdirectories to match changes to
copyright notices in source files.
Update Copyright notices in acsite.m4 and bin/yodconfigure that were
overlooked by chkcopyright.
Remove broken and unnecessary urls from comments in
hl/fortran/src/H5IMcc.c and hl/src/H5IM.c.
Commit bin/reconfigure changes to generated files.
2017-05-24 16:30:58 -05:00
lrknox
583952ed15 Change copyright headers to replace url referring to file to be
removed and replace it with new url for COPYING file.
2017-05-16 10:16:12 -05:00
lrknox
0ff30fa67c Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIES
and other changes to Makefiles and config/conclude.am to eliminate
link errors with new libdynlib*_la_LDFLAGS which were added to stop
libdynlib* files linking to external libraries.
2017-05-10 13:54:18 -05:00
Allen Byrne
78ea0a0c08 HDFFV-9875 Bring changes from develop branch 2017-02-06 15:30:08 -06:00
Allen Byrne
4f3f30e63d Update CMake required to version 3.2.2 2017-01-18 14:42:39 -06:00
lrknox
1974619efb Update shared object file numbers according to changes in v1.8.18 release.
Update autotools and libtool versions.
Run bin/reconfigure.
2016-11-01 13:30:48 -05:00
Binh-Minh Ribler
a9e40af5b2 Description:
User's sample code used "not" instead of "!" and Windows does
    not like that. Fixed.
Platforms tested:
    Linux/32 2.6 (jam)
2016-10-26 09:27:26 -05:00
Binh-Minh Ribler
bc3a7f013b Description:
- In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu
    because Sparc cannot access misaligned data.  Changed it to pack() to
    do the default alignment.
    - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent
    warnings from doxygen.
Platforms tested:
    SunOS 5.11 (emu)
    Linux/32 2.6 (jam)
2016-10-25 22:14:16 -05:00
Binh-Minh Ribler
f653b779eb Purpose: Fixed Packet Table issues
Description:
    - Removed calls to H5Tget_native_type from PT APIs because it is up to the
      application, whether it wants the buffer to be read into memory in the
      machine’s native architecture.  Currently, however, the PT doesn't
      allow an application to specify memory datatype.  Perhaps, a new API can
      be added to provide that capability.
    - Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a
      copy of the application's datatype or the dataset's datatype.
    - Added various missing H5Tclose to the packet table tests, and various
      error checkings.
    Note: leave out changes to test_packet_vlen.c for 1.8 to wait on QAK about
          merging the commit ec2fbe0883
          [svn-r30158] first.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2016-10-24 09:27:37 -05:00
Allen Byrne
06b2da9165 Add namespace and export utils 2016-10-14 12:35:40 -05:00
Binh-Minh Ribler
c599e0f6b4 [svn-r29804] Purpose: Code improvement
Description:
    The constructor FL_PacketTable added in 1.10.0 did not have good
    prototype; it didn't allow the property list to be default.  Marked
    it deprecated and added this one:

        FL_PacketTable(hid_t fileID, const char* name, hid_t dtypeID,
                       hsize_t chunkSize = 0, hid_t plistID = H5P_DEFAULT);
    Merged from trunk r29803.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2016-04-25 23:39:08 -05:00
Binh-Minh Ribler
9d743f078e [svn-r29797] Purpose: Fix warnings HDFFV-8615
Description:
    The "warning: deprecated conversion from string constant to âchar*â
    [-Wwrite-strings]" was already removed by adding const to char*
    parameter in the FL_PacketTable.  This change is to remove the use
    of literal strings in code for maintainability.
    Merged from trunk r29786.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2016-04-25 14:18:50 -05:00
Binh-Minh Ribler
210fd5ee70 [svn-r29734] Description:
Merged from trunk:
	r29710: label "error:" vs. "out:" and static_cast
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2016-04-18 16:03:13 -05:00
Binh-Minh Ribler
d9c4a4c747 [svn-r29690] Purpose: Merge PT improvements from trunk
Description:
    Merged from trunk:
        r29269: Improve Packet Table library
        r29295: Replaced H5Acreate with H5Acreate2 (by Larry)
        r29360: Adding missing tests
        r29364: Improve C++ Packet Table library
        r29554: Removed extra line in Copyright
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2016-04-13 13:48:16 -05:00
HDF Tester
d486b52cf3 [svn-r28438] Snapshot version 1.8 release 17 (snap6) 2015-11-22 04:35:27 -05:00
Larry Knox
11778b8233 [svn-r28274] Applied patch to eliminate warnings from PRINTSTREAM macros from HDF5 1.8.16.
Update supported platform and tested configuration info in RELEASE.txt.

Tested with h5committest.new.
2015-11-04 12:49:19 -05:00
Allen Byrne
42bc11d9df [svn-r28125] Add library version changes based on lt_vers.am file. 2015-10-19 12:12:41 -05:00
Larry Knox
0333b1ff03 [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.
Added shared library version numbers for each wrapper library file.

Tested with h5committest.new.
2015-10-15 23:14:57 -05:00
Larry Knox
129c8840ae [svn-r28012] Reset version after creating hdf5_1_8_16 branch.
Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
2015-10-08 16:47:38 -05:00
Allen Byrne
7470e8114d [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8
Tested: local linux (CMake branch has been tested on Windows)
2015-08-19 15:35:08 -05:00
Albert Cheng
725e20294e [svn-r26964] HDFFV-9298: make uninstall generated "test: argument expected" lines
The error is that $EXAMPLETOPDIR is used without setting a value first.
Solution is to set them with the proper values.

Tested: jam only to confirm the error no longer exists.
2015-04-29 02:31:16 -05:00
Elena Pourmal
dbf0eb2c5b [svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and LT_VERS_REVISION to 1 and ran reconfigure. 2015-04-07 14:16:56 -05:00
Elena Pourmal
984f459ff4 [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and Updated RELEASE.txt for the new work to be entered. 2015-04-07 13:56:29 -05:00
Larry Knox
083ef61b05 [svn-r26728] Merge trunk reviwions 26669 and 26670.
Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure.

Tested h5committest
2015-04-04 10:27:14 -05:00
Allen Byrne
025d90f573 [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections. 2015-04-01 15:27:26 -05:00
Allen Byrne
7ebd4c8311 [svn-r26600] Fix CMake target calls to add new parameter 2015-03-26 08:51:01 -05:00
Jerome Soumagne
2bb934857b [svn-r26582] Merge r26509 from trunk
Run reconfigure after merges from autotools_rework branch
2015-03-25 13:07:02 -05:00
Dana Robinson
85beb272c5 [svn-r26395] Merges r26329 from trunk
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.

Fixes: HDFFV-9086

Tested on: h5committest
2015-03-08 23:24:02 -05:00
Allen Byrne
ece0ba0336 [svn-r26371] Update cmake mininum version
Update windows wix cpack process.
2015-03-05 11:48:32 -05:00
Scot Breitenfeld
add51325ef [svn-r26314] Brought autotools related changes from the trunk to the branch, r26188 r26280 2015-02-26 09:21:33 -05:00
Mohamad Chaarawi
90067b76ce [svn-r26304] bring 26303 from trunk:
remove files with .clog2 extension generated by MPE when doing make clean
2015-02-25 13:52:27 -05:00
Mohamad Chaarawi
62ec301df9 [svn-r26224] merge 26180 from trunk:
configure fixes for HDFFV-9068,9069,9096,9097,9135 from 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.
2015-02-18 17:01:17 -05:00
Allen Byrne
75085cc45e [svn-r26064] HDFFV-9018: Install PDB files to bin folder with dlls.
Tested: windows
2015-01-28 14:16:32 -05:00