summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-4/+0
|\
| * [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ↵Dana Robinson2016-01-261-4/+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-r28715] - merge from trunkMohamad Chaarawi2015-12-211-0/+6
|\ \ | |/ | | | | - 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-0/+6
| | | | | | | | | | | | | | 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-r28288] merge from trunk.Mohamad Chaarawi2015-11-051-6/+15
|\ \ | |/
| * [svn-r28188] Fix inline/__inline__/__inline detection with CMake after ↵Jerome Soumagne2015-10-221-6/+9
| | | | | | | | autotools changes
| * [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-10-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-18/+12
|\ \ | |/
| * [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-r27675] Removed library checks for nsl and socket from the autotools ↵Dana Robinson2015-09-041-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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-r27548] Revert r27545Jerome Soumagne2015-08-211-6/+0
| |
| * [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-211-0/+6
| | | | | | | | | | | | available Fix tests accordingly
| * [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+12
| | | | | | | | Tested: h5committest --PASSED--
* | [svn-r27491] merge from trunk.Mohamad Chaarawi2015-08-111-18/+0
|\ \ | |/
| * [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-12/+0
| |
| * [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-18/+11
| | | | | | | | Tested: local linux with CMake
| * [svn-r27417] comment code cleanupScot Breitenfeld2015-07-211-1/+1
| |
| * [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-021-0/+12
| |
* | [svn-r27455] merge from trunk.Mohamad Chaarawi2015-08-031-0/+11
|\ \
| * | [svn-r27428] Bug fix: DAILYTEST-170Albert Cheng2015-07-241-0/+11
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623). Solution: Reverse revisions r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro r26627: bring back WANT_DATA_ACCURACY configure macro which is used together with the above two macros. This also brings back the enable-dconv-accuracy configure option. Tested: h5committested. Also tested in ostrich using the XL compilers.
* | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-35/+0
|\ \ | |/
| * [svn-r26815] Update cmake configuration checksAllen Byrne2015-04-151-35/+0
| | | | | | | | Tested: local linux
* | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-119/+0
|\ \ | |/ | | | | | | - fix bug in opending an already open named datatype. - fix dynamically loaded VOL plugin support with new changes coming in.
| * [svn-r26635] Description:Quincey Koziol2015-03-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26632] Description:Quincey Koziol2015-03-271-3/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26549 from autotools_rework branch to trunk: Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26627] Description:Quincey Koziol2015-03-271-3/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26545 from autotools_rework branch to trunk: Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: Linux/32 2.6.8 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26625] Description:Quincey Koziol2015-03-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26543 from autotools_rework branch to trunk: Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26623] Description:Quincey Koziol2015-03-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26513 from autotools_rework branch to trunk: Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26618] Description:Quincey Koziol2015-03-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26511 from autotools_rework branch to trunk: Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working around bugs in the Cray X1 compiler and is no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26606] Description:Quincey Koziol2015-03-261-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26508 from autotools_rework branch to trunk: Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26605] Description:Quincey Koziol2015-03-261-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r26503 & r26528 from autotools_rework branch back to the trunk: Remove old platform configure files: craynv, dec-flags, hpux11.23, ia64-linux-gnu, nec-superux14.1, sv1-cray, x86_64-redstorm-linux-gnu Also remove CONVERT_DENORMAL_FLOAT, since this was only set in the configure files being removed. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26598] Description:Quincey Koziol2015-03-261-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26501 from the autotools_rework branch to the trunk: Remove ULLONG_TO_LDOUBLE_PRECISION macro/define, as it's targeting bugs in the FreeBSD and Cygwin compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26597] Description:Quincey Koziol2015-03-261-3/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26500 from autotools_rework branch to trunk: Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with the Visual Studio 6 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26596] Description:Quincey Koziol2015-03-261-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26499 from autotools_rework branch to trunk: Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older platforms we aren't supporting any longer. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26595] Description:Quincey Koziol2015-03-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26494 from autotools_rework branch back to trunk: Remove the LDOUBLE_TO_UINT_ACCURATE macro/define, it was addressing problems with older Intel compilers on Linux that are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for several days)
| * [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-4/+0
| | | | | | | | Tested: local linux
| * [svn-r26591] Description:Quincey Koziol2015-03-251-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bring r26492 from autotools_rework branch back to trunk: Remove the FP_TO_ULLONG_ACCURATE and FP_TO_ULLONG_RIGHT_MAXIMUM macros/defines, which were added to address problems with older PGI compilers and HP-UX systems and are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)
| * [svn-r26587] Description:Quincey Koziol2015-03-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26489 from autotools_rework branch to trunk: Remove the ULONG_TO_FP_BOTTOM_BIT_ACCURATE macro/define, as it was added for SGI systems and old Solaris systems, which are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested for >1 week)
| * [svn-r26584] Description:Quincey Koziol2015-03-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26485 from the autotools_rework branch to the trunk: Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the Sandia system where it was necessary. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested for >1 week)
| * [svn-r26560] Description:Quincey Koziol2015-03-241-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26483 from autotools_rework branch back to trunk: Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)
| * [svn-r26497] minor corrections noticed in 1.8 should be in trunk as wellAllen Byrne2015-03-201-3/+0
| |
| * [svn-r26495] Description:Quincey Koziol2015-03-191-3/+0
| | | | | | | | | | | | | | | | | | | | Bring r26258 from the autotools_rework branch to the trunk - remove the LDOUBLE_TO_INTEGER_WORKS macro/define, which was addressing issues with SGI systems that are no longer supported. Tested on: Linux 2.6.x (jam) w/serial & parallel Daily tested on branch for >2 weeks
| * [svn-r26491] Description:Quincey Koziol2015-03-191-3/+0
| | | | | | | | | | | | | | | | | | | | Bring r26257 from autotools_rework branch back to the trunk - removes the LDOUBLE_TO_INTEGER_ACCURATE macro/define, which was addressing problems with SGI systems and is no longer supported. Tested on: Linux 2.6.x/32 (jam) w/serial & parallel Daily tested on branch for >2 weeks.
| * [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-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-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-r25414] merge from trunk.Mohamad Chaarawi2014-07-141-8/+4
|\ \ | |/
| * [svn-r25412] Add ASPRINTF define - check already in configureAllen Byrne2014-07-141-1/+4
| |
| * [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-071-7/+0
| | | | | | | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)