summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #586 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-06-301-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-10160Vailin Choi2017-06-291-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 Robinson2017-06-291-8/+0
| | |
| * | Merge pull request #585 in HDFFV/hdf5 from ↵Dana Robinson2017-06-291-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 theDana Robinson2017-06-291-3/+3
| | | | | | | | | | | | presence of a C long double type always returned true.
| * | Updated the --enable-debug/production handling in configure.acDana Robinson2017-06-281-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 Robinson2017-06-281-0/+8
| |/ | | | | | | flags in configure.
| * Fixed a comment in configure.acDana Robinson2017-06-271-4/+5
| |
| * add documention comments for shared Fortran Fix on OSXM. Scot Breitenfeld2017-05-231-5/+7
| |
| * Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-221-2/+3
| |
| * Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-221-0/+6
| |
| * Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-181-4/+2
| |
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-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 h5repacklrknox2017-03-201-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 Tester2017-10-161-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 developLarry Knox2017-10-161-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 Tester2017-10-161-1/+1
|/ /
* | Update configureAllen Byrne2017-09-201-4/+4
| |
* | Snapshot version 1.10 release 2 (snap1)hdftest2017-08-091-1/+1
| |
* | Snapshot 1.10.2-snap1hdftest2017-08-041-1/+1
| | | | | | | | (Committed 8/1/2017 but not pushed from fork)
* | Merge of recent develop work to 1.10 branch.Dana Robinson2017-07-051-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 removedlrknox2017-04-141-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.lrknox2017-03-241-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 ↵lrknox2017-03-201-1/+1
|\ \ | |/ |/| | | into hdf5_1_10
| * set initial version for HDF5 1.10.1.lrknox2017-03-171-1/+1
| |
* | Update cmake pubconf to match autotools and add strtoll checksAllen Byrne2017-03-161-0/+1
|/
* updated AM_SILENT_RULES syntaxM. Scot Breitenfeld2017-03-091-1/+1
|
* Added a check for AM_SILENT_RULES before enabling it.M. Scot Breitenfeld2017-03-081-1/+1
|
* Moved remaining SWMR-related test files to develop.Dana Robinson2017-01-261-0/+3
|
* Fix indentationAllen Byrne2017-01-181-3/+3
|
* Add autotools version of plugin tests for UD filtersAllen Byrne2017-01-171-3/+6
|
* Added an --enable-developer-warnings option to configure soDana Robinson2017-01-101-0/+42
| | | | | users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality.
* Bring new/updated tests from revise+chunks branch: flush1/flush2 update andQuincey Koziol2016-12-201-0/+1
| | | | flushrefresh test. (Also refactor of message send / wait code)
* Snapshot version 1.9 release 235hdftest2016-12-161-1/+1
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-0/+3
|
* Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warningsDana Robinson2016-11-101-1/+1
| | | | about forward-compatibility after tools split.
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-2/+2
|
* Correct location of file for chmod statementAllen Byrne2016-11-031-1/+1
|
* Add missing h5format_convert generated filesAllen Byrne2016-11-031-2/+5
|
* Split tools into src and test - update with new files or locationsAllen Byrne2016-10-271-30/+39
|
* Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2016-10-061-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f9364c0080405bb36d704eb3f9505029d3da41f4': removed the use of C_SIZEOF for non BIND(C) derived type Fixed test to use storage_size instead of c_sizeof when available. fixed missing closing bracket Removed unused variables. Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available. Removed duplicate FCFLAG Removed duplicate FCFLAG. Added number of integer KINDs found to the header files. Added path to source include files when building buidiface. Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler. Misc. cleaning up of the program. Added SEQUENCE to derived types for NAG: misc. format code-cleanup Removed the use of hard-coded integer KINDs. Code clean-up. HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
| * Added number of integer KINDs found to the header files.M. Scot Breitenfeld2016-09-261-0/+1
| |
* | Snapshot release: increment version.lrknox2016-10-011-1/+1
|/
* [svn-r30242] Cygwin does not implement the getpwuid the same as linux.Allen Byrne2016-08-011-2/+2
|
* [svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotoolsScot Breitenfeld2016-07-201-3/+5
| | | | | | -- Modified C++ to use the same test programs. Tested: jelly (gnu)
* [svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotoolsScot Breitenfeld2016-07-181-220/+23
| | | | Tested: jelly (gnu)
* [svn-r30127] Description:Quincey Koziol2016-06-301-0/+1
| | | | | | | | | Use internal rounding routine, if the StdC ones aren't available (like on Windows). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r29924] Description:Quincey Koziol2016-05-121-0/+2
| | | | | | | | Bring h5format_convert tool from revise_chunks branch to trunk. Tested on: MacoSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29922] merged -c29913 from 1.10.0 branch.Scot Breitenfeld2016-05-121-3/+3
|
* [svn-r29503] The parallel and enable Java options have been marked asDana Robinson2016-03-221-0/+9
| | | | | | | "unsupported" in the autotools. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools parallel w/ Java