| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
data file.
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
CMake folder changes brought up to standard.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '37484b0d8b7e1cab7f31aae6d811cb71c66bc073': (30 commits)
Version string at top of README.txt and release_docs/RELEASE.txt updated by bin/release.
Update URLs in RELEASE.txt.
Set version and commit release script changes for 1.8.18 release.
Update HDF5 document URLs in RELEASE.txt.
Description: Replaced an incorrect work-around note with info about future feature to fix the problem.
Change default build mode to production. Update version to 1.8.18-pre2.
Update versions for actual 1.8.18-pre1 release.
Add GIT note
Updates to RELEASE.txt to account for changes in the 1.8.18 release
Updates to RELEASE.txt to account for changes in the 1.8.18 release
Updated optional CMake scripts
Updates to RELEASE.txt to account for changes in the 1.8.18 release.
Remove ADA machine no longer tested from "Supported Platforms". Correct typo: missing '(' for Mac OS 10.11 compiler information.
Updates to RELEASE.txt to account for changes in the 1.8.18 release.
Add bin/compile, bin/depcomp and bin/missing which were changed to links by libtool.
Rerun libtoolize with -cf, then reconfigure.
Created pre1 release files.
Check in ltmain.sh and m4 files after running libtoolize with version 2.4.6.
Update Windows tested platforms information.
Update shared object file numbers according to changes in v1.8.18 release. Update autotools and libtool versions. Run bin/reconfigure.
...
|
| |
| |
| |
| |
| | |
Update autotools and libtool versions.
Run bin/reconfigure.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
bugfix/HDFFV-9942-standalone-18-perform to hdf5_1_8
* commit 'cd1bc7efa9ddf4679f75218381ad2ea8877ea549':
Add defines that are missing on OSX
correct signature
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This reverts commit 8ed7b8f4216ee0680bec812b05d69f55f8df3e57.
|
| | |
|
| |
| |
| |
| | |
This reverts commit 2249be3e847970d0be895beee3f5daca253a1e9e.
|
| |
| |
| |
| | |
This reverts commit 854d35bc4b5490e88251b28082de46b001eef0ec.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit '394c6b8c3a4c781c1ee877f969a146cece3d7831':
Add missing EXPORT tag in install command
Fix typo and remove test only tools from exports
Add namespace and export utils
HDFFV-9961: Merge GIT ext lib option to 1.8
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '8b4633e99d6e447327526663acd30352b5840446': (29 commits)
Correct usuage of cmake variable
Correct name of windows variable
Add STGZ to cpack generator list for OSX
Add missing exists check from master project
Check file length before compare
Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
Fix mistakes in porting TALOS-177 fix to 1.8.
Fix bug in "nooptype" decode in fix for TALOS-0177.
Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
Replace assertion in H5O_dtype_decode_helper for number of array dimensions with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
HDFFV-9991: Remove unneeded file
Add new test file to MANIFEST
Fix error reporting
Update new test file references
revert merge change to cleanup files
Fix incorrect use of H5Rdereference2
remove merge typo
Remove unsupported function
Merge/align from trunk(develop)
Merge/align with trunk
...
|
| | |
|
| | |
|
| | |
|