Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Snapshot version 1.10 release 2 (snap9) | hdftest | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | Snapshot version 1.10 release 2 (snap8) | hdftest | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Snapshot version 1.10 release 2 (snap7) | hdftest | 2017-12-31 | 1 | -1/+1 |
| | |||||
* | Snapshot version 1.10 release 2 (snap6) | hdftest | 2017-12-24 | 1 | -1/+1 |
| | |||||
* | Snapshot version 1.10 release 2 (snap5) | hdftest | 2017-12-17 | 1 | -1/+1 |
| | |||||
* | Snapshot version 1.10 release 2 (snap4) | hdftest | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into hdf5_1_10 | M. Scot Breitenfeld | 2017-11-28 | 1 | -5/+12 |
|\ | |||||
| * | Changed ar to always use -cr instead of the autotools default | Dana Robinson | 2017-11-15 | 1 | -1/+6 |
| | | | | | | | | of cru. | ||||
| * | Fixed that annoying ar warning about -u being ignored. | Dana Robinson | 2017-11-13 | 1 | -0/+2 |
| | | |||||
| * | Plugin test rework | Dana Robinson | 2017-11-09 | 1 | -4/+4 |
| | | | | | | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge. | ||||
* | | Snapshot version 1.10 release 2 (snap3) | hdftest | 2017-11-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' into hdf5_1_10 | M. Scot Breitenfeld | 2017-10-26 | 1 | -9/+50 |
|\ \ | |/ | |||||
| * | HDFFV-10037: fixed wrong C link flags | M. Scot Breitenfeld | 2017-10-25 | 1 | -1/+1 |
| | | |||||
| * | Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This | lrknox | 2017-10-09 | 1 | -0/+1 |
| | | | | | | | | | | | | allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches. | ||||
| * | Update configure | Allen Byrne | 2017-09-20 | 1 | -12/+12 |
| | | |||||
| * | changed comments, (HDFFV-10037) | M. Scot Breitenfeld | 2017-08-03 | 1 | -4/+4 |
| | | |||||
| * | changed the test for NAG fortran compiler, (HDFFV-10037) | M. Scot Breitenfeld | 2017-08-03 | 1 | -1/+1 |
| | | |||||
| * | added test for NAG compiler and use the FC_BASENAME for NAG detection, ↵ | M. Scot Breitenfeld | 2017-08-01 | 1 | -2/+1 |
| | | | | | | | | (HDFFV-10037) | ||||
| * | Rearranged where the substitution occurs. | M. Scot Breitenfeld | 2017-07-28 | 1 | -12/+25 |
| | | | | | | | | | | | | | | libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037) | ||||
| * | added chmod 755 for h5fc | M. Scot Breitenfeld | 2017-07-27 | 1 | -1/+3 |
| | | |||||
| * | removed chmod 755 for h5fc | M. Scot Breitenfeld | 2017-07-27 | 1 | -1/+0 |
| | | |||||
| * | libtool does not pass the correct argument linking (-WL,-WL,,) for the | M. Scot Breitenfeld | 2017-07-27 | 1 | -12/+32 |
| | | | | | | | | | | | | NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037) | ||||
| * | Merge pull request #586 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵ | Vailin Choi | 2017-06-30 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | | | | | | | develop * commit '804a88fafdca3d6a76312ab01ac4d6d5b103e9dc': Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file. | ||||
| | * | Fix for HDFFV-10160 | Vailin Choi | 2017-06-29 | 1 | -0/+1 |
| | | | | | | | | | | | | Modifications to fix the assertion/abort failure when the application does not close the file. | ||||
| * | | Removed compiler flag cleanup since Solaris chokes on it. | Dana Robinson | 2017-06-29 | 1 | -8/+0 |
| | | | |||||
| * | | Merge pull request #585 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-06-29 | 1 | -3/+3 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | ~DEROBINS/hdf5_der:configure_fortran_long_double_bug to develop * commit '8c347d794a06b8b57c407499e1a441cc0f415380': Fixed a bug in autotools Fortran processing where a test for the presence of a C long double type always returned true. | ||||
| | * | Fixed a bug in autotools Fortran processing where a test for the | Dana Robinson | 2017-06-29 | 1 | -3/+3 |
| | | | | | | | | | | | | presence of a C long double type always returned true. | ||||
| * | | Updated the --enable-debug/production handling in configure.ac | Dana Robinson | 2017-06-28 | 1 | -16/+7 |
| | | | | | | | | | | | | | | | | | | so that it more reliably indicates that the configure option can no longer be used. Previously, using --enable-debug="", etc. would not trigger an error (even though such usage is unlikely). | ||||
| * | | Added awk processing to remove extraneous whitespace from H5_ | Dana Robinson | 2017-06-28 | 1 | -0/+8 |
| |/ | | | | | | | flags in configure. | ||||
| * | Fixed a comment in configure.ac | Dana Robinson | 2017-06-27 | 1 | -4/+5 |
| | | |||||
| * | add documention comments for shared Fortran Fix on OSX | M. Scot Breitenfeld | 2017-05-23 | 1 | -5/+7 |
| | | |||||
| * | Fix for shared fortran libraries on mac (HDFFV-2772). | M. Scot Breitenfeld | 2017-05-22 | 1 | -2/+3 |
| | | |||||
| * | Fix for shared fortran libraries on mac (HDFFV-2772). | M. Scot Breitenfeld | 2017-05-22 | 1 | -0/+6 |
| | | |||||
| * | Fix for shared fortran libraries on mac (HDFFV-2772). | M. Scot Breitenfeld | 2017-05-18 | 1 | -4/+2 |
| | | |||||
| * | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
| * | Extend h5vers to update version strings in java files and h5repack | lrknox | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting | ||||
* | | Merge branch 'hdf5_1_10' of ↵ | HDF Tester | 2017-10-16 | 1 | -0/+1 |
|\ \ | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into hdf5_1_10 | ||||
| * | | Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2017-10-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | * commit '4a3998ac308c2bf24201e470c0b23f7f83f063e1': Correct indentation in h5diff/Makefile.am. Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches. | ||||
* | | | Snapshot version 1.10 release 2 (snap2) | HDF Tester | 2017-10-16 | 1 | -1/+1 |
|/ / | |||||
* | | Update configure | Allen Byrne | 2017-09-20 | 1 | -4/+4 |
| | | |||||
* | | Snapshot version 1.10 release 2 (snap1) | hdftest | 2017-08-09 | 1 | -1/+1 |
| | | |||||
* | | Snapshot 1.10.2-snap1 | hdftest | 2017-08-04 | 1 | -1/+1 |
| | | | | | | | | (Committed 8/1/2017 but not pushed from fork) | ||||
* | | Merge of recent develop work to 1.10 branch. | Dana Robinson | 2017-07-05 | 1 | -23/+15 |
| | | | | | | | | | | | | | | | | | | | | Fixes for: * HDFFV-10247 (autotools Fortran long double bug) * HDFFV-10248 (autotools deprecated debug/production tweak) * HDFFV-10250 (-fno-omit-frame-pointer w/ symbols) * Disabled missing parameter warnings in Java constant code * Added H5I_VFL ID checks to tmisc.c * Added 'get a dummy VFD' call to h5test library | ||||
* | | Change copyright headers to replace url referring to file to be removed | lrknox | 2017-04-14 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines. | ||||
* | | Merge bin/h5vers changes from develop. | lrknox | 2017-03-24 | 1 | -1/+1 |
| | | | | | | | | | | Pull version from configure for version test in h5repack_plugin.sh.in Update version to 1.10.2-snap0 for hdf5_1_10 branch. | ||||
* | | Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵ | lrknox | 2017-03-20 | 1 | -1/+1 |
|\ \ | |/ |/| | | | into hdf5_1_10 | ||||
| * | set initial version for HDF5 1.10.1. | lrknox | 2017-03-17 | 1 | -1/+1 |
| | | |||||
* | | Update cmake pubconf to match autotools and add strtoll checks | Allen Byrne | 2017-03-16 | 1 | -0/+1 |
|/ | |||||
* | updated AM_SILENT_RULES syntax | M. Scot Breitenfeld | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Added a check for AM_SILENT_RULES before enabling it. | M. Scot Breitenfeld | 2017-03-08 | 1 | -1/+1 |
| |