summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-041-2/+2
|\ | | | | | | Tested on: h5committest
| * [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-271-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest
| * [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵Mohamad Chaarawi2015-02-251-2/+2
| | | | | | | | make clean.
| * [svn-r26276] Merged r26075-80, 86 from features/autotools_rework branch.Dana Robinson2015-02-231-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | Cleans up time functions in the autotools input files. Removed deprecated gettimeofday() time zone code and configure processing. Also removed some unused time function configure checks and defines. Fixes: HDFFV-9083 and HDFFV-9085 Tested on: 32-bit linux, serial and parallel (jam) OS X (kite) Solaris (emu)
| * [svn-r26272] Merge of r26071 from features/autotools_reworkDana Robinson2015-02-221-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Removes the --with-default-vfd option from configure. This was basically useless and only allowed selecting the stdio VFD. Since this is a demo VFD and not really a production VFD, we decided to retire this option. Fixes: HDFFV-9081 Tested on: h5committest NOTE: platypus cmake fails, but this is not a new error.
* | [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-226-327/+6
|\ \ | |/ | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| * [svn-r26259] Remove fileAllen Byrne2015-02-201-321/+0
| |
| * [svn-r26225] Removes broken open() call work-around that was specific to the nowDana Robinson2015-02-191-3/+0
| | | | | | | | | | | | | | | | | | | | unsupported Code Warrior compiler. Also removes the H5_NO_SHARED_WRITING symbol from the pubconf file. Fixes: HDFFV-9080 Tested on: jam only, after bin/reconfigure (all platforms should see no source changes)
| * [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
| |
| * [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵Mohamad Chaarawi2015-02-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest.
| * [svn-r26177] Snapshot version 1.9 release 214HDF Tester2015-02-151-1/+1
| |
| * [svn-r26161] Fix cmake case. Allen Byrne2015-02-123-4/+4
| | | | | | | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
| * [svn-r26146] Snapshot version 1.9 release 213HDF Tester2015-02-081-1/+1
| |
* | [svn-r26258] Description:Quincey Koziol2015-02-203-41/+0
| | | | | | | | | | | | | | | | | | | | Remove LDOUBLE_TO_INTEGER_WORKS macro/define from configure/library/tests, since it was added to support non-standard behavior on SGI IRIX & HP-UX, which we don't support any longer. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* | [svn-r26257] Description:Quincey Koziol2015-02-202-11/+0
| | | | | | | | | | | | | | | | | | Remove the LDOUBLE_TO_INTEGER_ACCURATE macro, since it was added to work around non-standard behavior on SGI IRIX, which we are no longer supporting. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial (h5committest not required on this branch)
* | [svn-r26143] Merged r26096-26142 from trunk.Dana Robinson2015-02-071-1/+1
|\ \ | |/ | | | | Tested on: jam w/ Fortran and C++
| * [svn-r26112] Add quotes around nameAllen Byrne2015-02-021-1/+1
| |
| * [svn-r26109] Correct name of source fileAllen Byrne2015-02-021-1/+1
| |
* | [svn-r26114] remove option to toggle large file support.Mohamad Chaarawi2015-02-021-1/+0
| |
* | [svn-r26096] Merged r26024-26095 from trunk.Dana Robinson2015-02-021-1/+1
|\ \ | |/ | | | | Tested on: jam with Fortran and C++
| * [svn-r26092] Snapshot version 1.9 release 212HDF Tester2015-02-011-1/+1
| |
* | [svn-r26080] Removed unused HAVE_TZNAME define from configuration files.Dana Robinson2015-01-291-7/+0
| | | | | | | | | | | | | | | | Also removed a missed HAVE___GMTOFF from CMake. Part of HDFFV-9085 Tested on: jam
* | [svn-r26077] Removed unused HAVE_TM_ZONE and HAVE_STRUCT_TM_TM_ZONE defines fromDana Robinson2015-01-291-7/+0
| | | | | | | | | | | | | | | | VMS and CMake pubconfs. Part of HDFFV-9085 Tested on: jam
* | [svn-r26076] Removed gettimeofday() time zone struct functionality.Dana Robinson2015-01-291-6/+0
| | | | | | | | | | | | Part of HDFFV-9085 Tested on: jam
* | [svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is ↵Dana Robinson2015-01-291-3/+0
| | | | | | | | | | | | | | | | | | | | an obsolete system call from Irix 5.3. Part of HDFFV-9085 Tested on: jam
* | [svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.Dana Robinson2015-01-291-3/+0
| | | | | | | | | | | | Fixes HDFFV-9081 Tested on: jam
* | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-291-12/+0
| | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
* | [svn-r26028] Removed code from configure.ac that #defined ↵Dana Robinson2015-01-261-3/+0
|/ | | | | | | | | | | | | | | (H5)_NO_SHARED_WRITING under CodeWarrior as a work-around to broken open() functionality (it's not clear which version). The only effect of this #define was to cause test_file_close() in test/tfile.c to be skipped. Fixes HDFFV-9080 Tested on: jam We don't have CodeWarrior, so I just ensured the deletion didn't adversely affect a typical build.
* [svn-r25987] Use variable instead of hard coded valueAllen Byrne2015-01-201-2/+2
|
* [svn-r25981] Snapshot version 1.9 release 211HDF Tester2015-01-181-1/+1
|
* [svn-r25975] Snapshot version 1.9 release 210HDF Tester2015-01-111-1/+1
|
* [svn-r25949] Snapshot version 1.9 release 209HDF Tester2015-01-041-1/+1
|
* [svn-r25934] Fix incorrectly combined check.Allen Byrne2014-12-311-11/+1
|
* [svn-r25924] Snapshot version 1.9 release 208HDF Tester2014-12-281-1/+1
|
* [svn-r25915] Snapshot version 1.9 release 207HDF Tester2014-12-211-1/+1
|
* [svn-r25905] Fix CMP0054 warningAllen Byrne2014-12-191-10/+11
|
* [svn-r25898] Replace 7zip required command with cmake commandAllen Byrne2014-12-171-3/+2
|
* [svn-r25886] Snapshot version 1.9 release 206HDF Tester2014-12-141-1/+1
|
* [svn-r25880] Test if binary folder existsAllen Byrne2014-12-101-3/+6
|
* [svn-r25864] Snapshot version 1.9 release 205HDF Tester2014-12-071-1/+1
|
* [svn-r25855] Snapshot version 1.9 release 204HDF Tester2014-11-301-1/+1
|
* [svn-r25834] Snapshot version 1.9 release 203HDF Tester2014-11-231-1/+1
|
* [svn-r25800] Add utilities and expected outputAllen Byrne2014-11-061-2/+4
|
* [svn-r25798] correct example cmake infoAllen Byrne2014-11-061-18/+25
|
* [svn-r25784] Add STATUS to message in scriptAllen Byrne2014-11-041-4/+4
|
* [svn-r25762] Snapshot version 1.9 release 202HDF Tester2014-11-021-1/+1
|
* [svn-r25756] Removed the -Wunsuffixed-float-constants warning from the gnu-flagsDana Robinson2014-10-311-1/+1
| | | | | | | | | | | | | script. The warnings that this generates cannot easily be resolved in platform-independent C code since gnu expects the non-standard (gnu) 'D' suffix for double constants. It's still technically useful for catching float and long double constants, but should probably be enabled by developers on an as-needed basis for that purpose so the spurious warnings are avoided. Tested on a local linux VM with gcc 4.8.2. This is a very minor change.
* [svn-r25740] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-272-8/+0
|
* [svn-r25736] Snapshot version 1.9 release 201HDF Tester2014-10-261-1/+1
|
* [svn-r25720] Snapshot version 1.9 release 200HDF Tester2014-10-191-1/+1
|