| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
removed and replace it with new url for COPYING file.
|
|
|
|
| |
Fixes HDFFV-9638.
|
| |
|
|
|
|
| |
libtool.
|
| |
|
| |
|
|\
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8_18
|
| | |
|
| |
| |
| |
| | |
Remove unnecessary references to svn.
|
|/
|
|
|
| |
Update autotools and libtool versions.
Run bin/reconfigure.
|
| |
|
| |
|
|
|
|
| |
with --short option.
|
|
|
|
|
|
| |
create them.
Corrected bbrelease script to create new release version with revision
hash.
|
|
|
|
|
|
|
|
|
|
| |
scripts with source in git repository.
Removed the -p option from the command to run autogen.sh. It interfered
with running chkmanifest on a machine with the correct autotools
versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh
script says the option is for HDF group use only and is likely to be
removed. The same effect can be achieved by adding
/usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
|
|
|
|
|
|
|
|
| |
with running chkmanifest on a machine with the correct autotools
versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh
script says the option is for HDF group use only and is likely to be
removed. The same effect can be achieved by adding
/usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
|
|
|
|
| |
Add .gitattributes and .gitignore files to MANIFEST for git repository.
|
|
|
|
|
|
|
|
|
| |
HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5
Tested: platypus.
There are still something strange messages during the configure step.
Waiting for Allen to response.
|
|
|
|
|
|
|
| |
HDFFV-9649: cmakehdf5 needs a proper implementation to verify the installation images created for Mac OSX.
The current implementation for Mac OSX platform is a kludge that sometimes left behind mounted volumes.
Temporary screen out the checking of installtion_check step (so that daily test may pass).
|
|
|
|
|
|
|
|
| |
HDFFV-9273: cmakehdf5 --script failed in linux platypus
Solution: remove --script option from cmakehdf5.
Tested: platypus
|
|
|
|
|
|
|
|
|
| |
HDFFV-9612: added ability to run multiple make commands.
Added --njobs option to special number of jobs (-j N) to allow multiple
commands during build (cmamke) and testing (ctest).
Tested: platypus.
|
|
|
|
|
|
| |
Add contents of HDF5 v1.8.16 RELEASE.txt to HISTORY-1_8.txt.
Incremented LT_VERS_REVISION numbers for shared object versions for changing code on 1.8 branch.
added rpm spec file hdf5-1.8.16-1-x86_64-szip.spec to bin/pkgscrpts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r27836:
HDFFV-8932: added option --with-szlib to support szip library support.
r28342:
DAILYTEST-195: Osx1010test has culmulated a lot of mounted volumes
from cmakehdf5 installation.
Tried to find out what went wrong but all output files were deleted
already. Added a verbose option to display all cmake process output
in order to see what might have gone wrong. Default is on.
Using --disable-verbose will turn it off.
Tested: playtypus.
|
|
|
|
|
|
| |
Added shared library version numbers for each wrapper library file.
Tested with h5committest.new.
|
|
|
|
| |
Tested: jam.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
library version numbers instead of the library version numbers.
bin/h5vers:
Changed to copy the shared lib version from lt_vers.am to H5public.h
(Thanks to Larry who made the changes.)
src/H5public.h:
Changed by bin/h5vers.
src/H5.c:
Changed H5check_version() to use shared library version for compatibility
checking.
test/tcheck_version.c:
test/testcheck_version.sh.in:
Changed to use shared library version numbers instead of the HDF5 library
version numbers for testing.
Tested: tested in Jam and Kituo.
|
|
|
|
|
|
| |
"Last Changed Rev:" number.
Tested on jam
|
|
|
|
| |
Add mod file changes from trunk
|
|
|
|
|
|
|
|
|
|
| |
Remove all VMS-specific code from the library. The exception is the VMS
floating-point tests since those are special as VMS floats are odd.
Those files will be considered separately.
Fixes HDFFV-9495
Tested on: h5committest
|
|
|
|
|
|
| |
c++/src/cpp_doc_config. The version string appears int the web pages produced by doxygen.
Tested h5committest
|
|
|
|
| |
Remove some commented lines.
|
|
|
|
| |
possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.
|
|
|
|
|
|
|
|
|
| |
- Add a new attribute function characterstic for format:
* H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z)))
- Rename UNUSED attribute characterstic to H5_ATTR_UNUSED.
- Rename NORETURN attribute characterstic to H5_ATTR_NORETURN
tested with h5committest.
|
|
|
|
| |
Tested: linux (jam), Mac (osx1010dev)
|
|
|
|
|
|
|
| |
Added method to install the Mac OSX DMG file by line commands.
Group all install method into a function call for easier maintenance.
Tested: Linux (jam), Mac (osx1010dev)
|
|
|
|
|
|
|
|
|
|
|
| |
Bugs:
The configure summary (libhdf5.settings) was missing from the configure output.
Solution:
Append the configure summary to the configure logfile if configure succeeds.
Tested:
hand ran cmakehdf5 in jam and inspected the logfile.
|
| |
|
|
|
|
|
|
| |
script from snapshot script. md5 method was remove
d and md5 checksums are always produced for all compression methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix: cmakehdf5 broken because zlib is no longer configure in by default.
That broke the testings as some testfiles have zlib compressed datasets.
Added options control to enable the linking of zlib external libarary by
default and turn off the szip library linking as szip library may not be
avaiable. This matches the established settings.
Tested: run cmakehdf5 by hand in jam and platypus.
Also tested in wren but it failed in the testing stage.
Also tried "cmakehdf5 --script" in jam. It failed.
|
|
|
|
|
|
| |
An md5 checksum is produced for each archive created and stored in the md5 file
Tested: jam by hand.
|
|
|
|
|
|
|
|
| |
logfiles to
start fresh everytime.
Tested: platypus
|
|
|
|
|
|
|
| |
--enable-fortran2003 | --disable-fortran2003:
enable or disable fortran2003 API. Default is off.
Tested: by hand in platypus.
|
|
|
|
|
|
|
| |
Remove DEFAULT_LIBS from configure.ac and irix6.x config file which
was using it.
Remove references to IRIX/irix* platform.
|
|
|
|
|
|
| |
Made the chkmanifest script a little more sh-friendly.
Tested: Manually on jam by modifying svn-controlled files
|
|
|
|
|
|
|
|
| |
Adds warning prevention pragmas, etc. to flex- and bison-generated code.
Fixes: HDFFV-9149
Tested on: h5committest
|
|
|
|
| |
Update windows wix cpack process.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updates bin/chkmanifest to correctly handle the seven Subversion status
columns that are output by svn stat.
Previously, the script assumed that they would all be blank for newly-
added files. This is not always true when merging.
Part of: HDFFV-8895
Tested on: jam (bin/chkmanifest only)
|
|
|
|
|
|
|
|
| |
script. VMS has been remove
d from HDF5 code.
Tested on jam.
|