summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27873] Update with changes to script fileAllen Byrne2015-09-241-4/+4
|
* [svn-r27871] Update with changes to script fileAllen Byrne2015-09-241-11/+12
|
* [svn-r27869] Update with changes to script fileAllen Byrne2015-09-241-11/+22
|
* [svn-r27863] Correct commentAllen Byrne2015-09-231-1/+1
|
* [svn-r27862] Make the system vars configurable through the CTEST_SCRIPT_ARGAllen Byrne2015-09-231-8/+35
|
* [svn-r27846] Fix generated files process.Allen Byrne2015-09-215-79/+85
| | | | Add script for post processing of flex/bison files.
* [svn-r27823] Add new options for dynamic analysisAllen Byrne2015-09-181-0/+4
|
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-152-0/+72
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27787] Merge of r27632-27674 from the trunk.Dana Robinson2015-09-151-3/+3
| | | | | | | | Tested on: h5committest
| * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-105-21/+28
| |
| * [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-092-0/+72
| | | | | | | | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
| * [svn-r27702] Merge of r27699 from trunk.Dana Robinson2015-09-081-12/+0
| | | | | | | | | | | | | | Removed some configure checks for obsolete Unix variants. The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
| * [svn-r27677] Merge of r27675 from trunkDana Robinson2015-09-042-12/+1
| | | | | | | | | | | | | | | | | | | | | | Removed library checks for nsl and socket from the autotools configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: jam w/ autotools and CMake emu w/ autotools
| * [svn-r27645] Updates to older special config files in configure.ac:Dana Robinson2015-09-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | - solaris2.x renamed to solaris. There are recent changes to this file but the "2.x" is misleading since the changes are applied to all versions. - Removed support for OSF 4.x/5.x (Digital and Tru64 Unix). We no longer have the config files for these. Tested on: jam (autogen.sh only) emu (Solaris 11)
* | [svn-r27767] Snapshot version 1.9 release 231HDF Tester2015-09-141-1/+1
| |
* | [svn-r27755] Changed direct VFD default to OFF in CMake to match Autotools.Dana Robinson2015-09-111-1/+1
| | | | | | | | Tested on: jam w/ CMake
* | [svn-r27752] Merge of r27751 from 1.8 branchDana Robinson2015-09-101-0/+3
| | | | | | | | | | | | | | Added a comment to config/ibm-flags that describes the purpose of the -qflag=w:w compiler flag. Tested on: N/A (no access to AIX, comment only)
* | [svn-r27731] Removed the obsolete config/powerpc-ibm-aix5.x file.Dana Robinson2015-09-101-21/+0
| | | | | | | | Tested on: Nothing. I have no access to an AIX machine.
* | [svn-r27728] Merge of r27713 from revise_chunksDana Robinson2015-09-091-1/+1
| | | | | | | | | | | | | | | | Added -qflag=w:w to config/ibm-flags. This will suppress informational messages on AIX, suppressing thousands of "__attribute__ is non-portable" messages in the AIX nightly test output. Tested on: Nothing. I have no access to an AIX machine.
* | [svn-r27722] Updated the gnu config to cover gcc 5.2*.Dana Robinson2015-09-091-1/+1
| | | | | | | | Tested on: jam w/ gcc 5.2.0
* | [svn-r27720] Merge changes from masterAllen Byrne2015-09-091-9/+13
| |
* | [svn-r27716] Publish both static and shared mod files in binaries.Allen Byrne2015-09-091-7/+11
| |
* | [svn-r27699] Removed some configure checks for obsolete Unix variants.Dana Robinson2015-09-081-12/+0
| | | | | | | | | | | | The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
* | [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-071-1/+1
| |
* | [svn-r27675] Removed library checks for nsl and socket from the autotools ↵Dana Robinson2015-09-042-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake
* | [svn-r27670] Remove SYMBOLS option - includes default checks. Pulled from ↵Allen Byrne2015-09-031-3/+2
| | | | | | | | master.
* | [svn-r27653] Merge of r27645 from the autotools branch.Dana Robinson2015-09-011-0/+0
|/ | | | | | | | | | | | | | Updates to older special config files in configure.ac: - solaris2.x renamed to solaris. There are recent changes to this file but the "2.x" is misleading since the changes are applied to all versions. - Removed support for OSF 4.x/5.x (Digital and Tru64 Unix). We no longer have the config files for these. Tested on: h5committest
* [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵Allen Byrne2015-08-311-0/+2
| | | | HDF_TEST_EXPRESS.
* [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-311-0/+1
| | | | tested: h5committest
* [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-311-1/+1
|
* [svn-r27575] lowercase commandsAllen Byrne2015-08-251-5/+5
|
* [svn-r27570] Fixed issue with REAL max detection.Scot Breitenfeld2015-08-241-11/+13
| | | | tested: h5committest
* [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵Scot Breitenfeld2015-08-241-19/+11
| | | | not check for definitions and does not return unused arguments.
* [svn-r27555] Merge cmake_ext_mod changeAllen Byrne2015-08-241-7/+11
|
* [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-241-1/+1
|
* [svn-r27548] Revert r27545Jerome Soumagne2015-08-212-19/+0
|
* [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-212-0/+19
| | | | | | available Fix tests accordingly
* [svn-r27540] Replace svn:externals with hard copy of filesAllen Byrne2015-08-2020-0/+4382
|
* [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵Scot Breitenfeld2015-08-201-0/+33
| | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest
* [svn-r27524] Added test to not remove double precision from valid KINDS if ↵Scot Breitenfeld2015-08-191-2/+6
| | | | | | it is the largest compatible REAL with C. Tested: h5committest.
* [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-171-1/+1
|
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-117-6/+515
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-117-515/+6
|
* [svn-r27488] Merged the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-117-6/+515
|\ | | | | | | Tested: h5committest
| * [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-051-1/+1
| |\
| * | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-058-54/+285
| | | | | | | | | | | | Tested: local linux with CMake
| * | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-221-1/+1
| |\ \
| * | | [svn-r27417] comment code cleanupScot Breitenfeld2015-07-211-1/+1
| | | |
| * | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-145-3/+43
| |\ \ \
| * | | | [svn-r27376] set default value of SIZEOF___FLOAT128Scot Breitenfeld2015-07-141-0/+2
| | | | |