summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-061-2/+0
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-291-15/+10
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-12/+0
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-251-2/+2
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-251-2/+2
* Removes ancient Autotools cruft (#790)Dana Robinson2021-06-241-10/+0
* Further simplifies Autotools type size checks (#789)Dana Robinson2021-06-231-12/+2
* Removes checks for system(), which is C89/90 (#782)Dana Robinson2021-06-231-1/+1
* Removes outdated checks for ways inline might be defined (#781)Dana Robinson2021-06-231-21/+0
* Removes checks for (v)snprintf, which are C99 (#772)Dana Robinson2021-06-211-2/+2
* Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-181-1/+0
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-021-3/+3
* C++ warning and build fixes (#707)Dana Robinson2021-06-011-14/+0
* Clean up type size checks in configure.ac (#702)Dana Robinson2021-05-291-29/+10
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-281-9/+1
* doygen adjustments (#614)Allen Byrne2021-05-041-2/+3
* Merge doxygen2 into develop (#553)Gerd Heber2021-04-261-3/+21
* Remove unused #cmakedefine and autotools checks (#431)Sean McBride2021-04-131-1/+0
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Add option to control gcc 10 warnings diagnostics (#321)Allen Byrne2021-02-081-0/+45
* Remove unused AC_REVISION macro from configure.ac (#292)Dana Robinson2021-01-301-1/+0
* Fixes Autotools detection of the st_blocks field in stat (#246)Dana Robinson2021-01-081-2/+2
* Restores maintainer mode in the autotools (#200)Dana Robinson2020-12-181-11/+39
* Add else choice to error flags option (#128)Allen Byrne2020-11-251-0/+2
* Adds a configure/CMake option to control -Werror behavior (#119)Dana Robinson2020-11-251-8/+37
* Correction for location of doxygen folderAllen Byrne2020-11-121-1/+1
* Add missing entries, remove m4 referenceAllen Byrne2020-11-121-6/+13
* Set doxygen default to normally disabled.Allen Byrne2020-11-091-4/+4
* Change doxygen brief variableAllen Byrne2020-11-071-1/+1
* Doxygen correct typosAllen Byrne2020-11-041-1/+1
* Add doxygen auotoconf and cmake supportAllen Byrne2020-11-031-4/+63
* Fixes minor issues in various virtual file driversDana Robinson2020-10-291-0/+3
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-6/+56
|\
| * 1. HDFFV-10830 part 2, move AC_CHECK_HEADERS([szlib.h] afterLarry Knox2020-08-161-6/+6
| * Squash merge of file locking fixesDana Robinson2020-08-031-0/+50
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-301-7/+4
|\ \ | |/
| * Removed POSIX #defines from configure on Solaris.Dana Robinson2020-07-141-6/+0
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2020-07-101-0/+7
| |\
| * | Remove path to szip header file from AM_CPPFLAGS when configure check of libs...Larry Knox2020-07-101-1/+4
* | | Merge branch 'rebased-fprintf-experiment' into fprintf-developDavid Young2020-07-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-1/+1
| |/
* | Fixes Autotools builds on Solaris after monotonic timer changesDana Robinson2020-07-071-0/+7
|/
* Add missing '"'.Larry Knox2020-07-021-1/+1
* Lib files needed are now copied to a subdirectory in the java/testLarry Knox2020-07-021-1/+4
* Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-261-95/+546
|\
| * Add c++ to --enable-sanitize-checks option.buildbot2020-06-101-0/+2
| * Add flags from config/clang-warnings/*general files to H5 C and CXX flags for...Larry Knox2020-06-061-12/+14
| * Add files for adding warning flags for clang compilers in autotoolsLarry Knox2020-06-021-0/+52
| * Add C++ warnings treated as error for autotools builds.Larry Knox2020-04-231-1/+2
| * Add enable-mirror-vfd flag to configure options.Jacob Smith2020-04-081-12/+26