summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-359/+832
|\
| * [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
| * [svn-r29502] The thread-safety and enable Java options have been marked asDana Robinson2016-03-221-1/+9
| | | | | | | | | | | | | | "unsupported" in the autotools. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java
| * [svn-r29499] Minor prettification of Java configure code and libraryDana Robinson2016-03-221-3/+3
| | | | | | | | | | | | | | settings file. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/Java
| * [svn-r29465] Fix issue with .classes dir not getting created for java by ↵Allen Byrne2016-03-171-0/+7
| | | | | | | | adding mkdir .classes to configure.
| * [svn-r29248] Fix test results for HDF_JAVAAllen Byrne2016-03-011-1/+3
| |
| * [svn-r29242] Set default or override valAllen Byrne2016-03-011-2/+4
| |
| * [svn-r29239] Add HDF_JAVA AC_SUST line for settings fileAllen Byrne2016-03-011-0/+3
| |
| * [svn-r29237] Missed a "then"Allen Byrne2016-03-011-1/+1
| |
| * [svn-r29236] Check for shared libs only within enable-java blockAllen Byrne2016-03-011-116/+116
| |
| * [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-1/+105
| |
| * [svn-r29158] HDFFV-9190: Changed configure.ac to define ↵Mike McGreevy2016-02-191-0/+2
| | | | | | | | | | | | | | | | | | H5_USE_18_API_DEFAULT when 'v18' is provided to --with-default-api-version. Tested: h5committest.new and kituo with --with-default-api-version=v18
| * [svn-r29131] Updated the GNU g++ compiler config file to use the new debug/Dana Robinson2016-02-171-0/+4
| | | | | | | | | | | | | | production, etc. system. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial - prod/debug w/ C++
| * [svn-r29129] Added NO_SYMBOLS_CFLAGS, etc. to allow stripping symbols whenDana Robinson2016-02-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --disable-symbols is specified and to ensure that production mode (where symbol stripping is usually a part of the FLAGS) doesn't conflict with --enable-symbols. This will allow better (though still limited) debugging of production/optimized code. The PGI, XLC, Intel, and Solaris files were not modified and do not generate the symbol removal flag at this time. They'll be updated in future check-ins. In the meantime, production mode on those platforms still usually strips symbols. This check-in also updates the Cygwin-specific files to use the new autotools FLAGS and option scheme when uncommon (non-gnu, etc.) Fortran compilers are used. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial (prod/debug w/ and w/o symbols) symbol presence/absence checked with objdump
| * [svn-r29127] Moved the --enable-build-mode check in configure.ac to after theDana Robinson2016-02-161-54/+54
| | | | | | | | | | | | | | | | platform-specific build information so the debug and production flags are not clobbered. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial (production & debug)
| * [svn-r29094] Removed the v-1 B-tree package from the list of packages thatDana Robinson2016-02-121-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | can be configured to generate extra debugging output in both the autotools and CMake. This can still be set by defining H5B_DEBUG manually or by using a custom string in configure. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial CMake serial
| * [svn-r29050] Setting --enable-build-mode=debug now creates an H5_DEBUG_BUILD ↵Dana Robinson2016-02-051-0/+1
| | | | | | | | | | | | definition. Tested on: linux VM (minor change)
| * [svn-r29011] LFS changes in the autotools and library.Dana Robinson2016-01-281-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We assume that fseeko and ftello exist. * The *64 IO functions and types are no longer explicitly used. We now rely on a mapping provided by _FILE_OFFSET_BITS (or its equivalent). * _LARGEFILE(64)_SOURCE is no longer exposed via AM_CPPFLAGS. The CMake files have not yet been updated but CMake is still functional. The CMake configure files will just run a few unecessary tests and create unneeded #defines until they are updated in a few days. Tested on: Linux, OS X, Solaris, z/OS
| * [svn-r28996] Autotools configure updates to allow separation of build type, ↵Dana Robinson2016-01-271-228/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | debug symbols, asserts, profiling, and optimization. Also much refactoring, improved help, and --enable-<foo> options will now emit errors on nonsense (e.g.: --enable-foo="asdfasdf"). The libhdf5.settings.in file was also reformatted. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial and parallel autotools w/ various options
| * [svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> ↵Dana Robinson2016-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | configure option (also updated CMake). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools serial CMake (CMake 3.3.2)
| * [svn-r28982] Fixed H5ST_dump signature problem and added st to the list ofDana Robinson2016-01-271-1/+1
| | | | | | | | | | | | | | packages with extra debugging output. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
| * [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ↵Dana Robinson2016-01-261-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | library. Buffers that will be written to disk will now always be cleared since not doing this has huge security implications. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0, x86_64) gcc 5.2.1 serial autotools parallel autotools (MPICH 3.1.4) serial CMake
| * [svn-r28878] Removed some duplicated comment lines from configure.ac.Dana Robinson2016-01-131-3/+0
| | | | | | | | Tested on: N/A
| * [svn-r28777] Description:Quincey Koziol2016-01-031-0/+31
| | | | | | | | | | | | | | | | | | | | Add --enable-memory-alloc-sanity-check option to configure, to track and sanity check memory allocations within the library. This is orthogonal to the --enable-using-memchecker option and can be used with/without it. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r28730] Snapshot version 1.9 release 233HDF Tester2015-12-281-1/+1
| |
* | [svn-r28715] - merge from trunkMohamad Chaarawi2015-12-211-47/+47
|\ \ | |/ | | | | - fix farray, earray, and btree test to use correct function to retrieve internal file struct.
| * [svn-r28581] Brought flock changes over from revise_chunks as well as a fewDana Robinson2015-12-111-3/+3
| | | | | | | | | | | | | | minor tweaks from H5private.h. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only, autotools and CMake (3.3.2)
| * [svn-r28488] Removed second argument from AC_CHECK_SIZEOF() in configure.ac. ↵Dana Robinson2015-12-031-44/+44
| | | | | | | | | | | | | | | | This is no longer needed for cross compiling and is ignored. Tested on: h5committest
* | [svn-r28288] merge from trunk.Mohamad Chaarawi2015-11-051-0/+12
|\ \ | |/
| * [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-10-201-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | available Fix tests accordingly and fix misuse of hbool_t in various places Fix initialization of H5Pgcpl/ocpl structs in property decoding routines Tested on: Linux/32 (jam) Linux/64 (platypus) Linux/PPC64 (ostrich) MacOSX/64 10.11
* | [svn-r27972] merge from trunk.Mohamad Chaarawi2015-10-061-0/+3
|\ \ | |/
| * [svn-r27835] Description:Quincey Koziol2015-09-211-91/+74
| |\ | | | | | | | | | | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * \ [svn-r27760] Brought r27631-27755 over from the trunk.Dana Robinson2015-09-111-58/+28
| |\ \ | | | | | | | | | | | | tested on: jam
| * \ \ [svn-r27630] Description:Quincey Koziol2015-08-311-2/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring in changes from the trunk, through r27628. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * | | | [svn-r27598] Description:Quincey Koziol2015-08-271-11/+11
| | | | | | | | | | | | | | | | | | | | Check in misc. minor code cleanups, found during code review
| * | | | [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-271-95/+192
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ [svn-r27453] Merge revisions 27418 through 27452 from trunk to vds branch.Neil Fortner2015-08-031-1/+154
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ \ [svn-r27419] Merge revisions 27394 through 27418 from trunk to vds branch.Neil Fortner2015-07-211-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * \ \ \ \ \ \ [svn-r27397] Merge revisions 27255 through 27393 from trunk to vds branch.Neil Fortner2015-07-151-12/+22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * | | | | | | | [svn-r27231] Fix bug in configure that prevented running make.Neil Fortner2015-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * | | | | | | | [svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configureAllen Byrne2015-06-161-73/+75
| | | | | | | | |
| * | | | | | | | [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-111-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2 (C++ and Fortran 2003 also tested)
| * | | | | | | | | [svn-r27161] Added makefiles to tools/misc/vds to build the generators.Dana Robinson2015-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam
* | | | | | | | | | [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-90/+73
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | - fix VOL initialization and Native plugin registration with new FAPL changes
| * | | | | | | | | [svn-r27832] Updates to configure.ac based on the results of autoscan.Dana Robinson2015-09-191-52/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes all of the TRY_* macros and replaces them with *_IFELSE macros, which are better for cross-compiling. Tested on: h5committest (cmake fails due to --enable-fortran2003)
| * | | | | | | | | [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-38/+10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| | * | | | | | | | | [svn-r27789] Merge of r27683-r27698 from the trunk.Dana Robinson2015-09-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: h5committest
| | * | | | | | | | | [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-101-1/+1
| | | | | | | | | | |
| | * | | | | | | | | [svn-r27702] Merge of r27699 from trunk.Dana Robinson2015-09-081-24/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some configure checks for obsolete Unix variants. The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
| | * | | | | | | | | [svn-r27684] Removed _BSD_SOURCE and _DEFAULT_SOURCE from the autotoolsDana Robinson2015-09-061-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C flags. They are no longer needed by the library. Fixes HDFFV-9079. Tested on: h5committest