summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26624] Description:Quincey Koziol2015-03-273-45/+0
| | | | | | | | | | | | | Bring r26584 from trunk to 1.8 branch: 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 on trunk for 2+ days)
* [svn-r26588] Description:Quincey Koziol2015-03-252-10/+0
| | | | | | | | | | | | | Bring r26560 from trunk 1.8 branch: 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 for 2+ days)
* [svn-r26585] Description:Quincey Koziol2015-03-253-41/+0
| | | | | | | | | | | | Bring r26495 from trunk to 1.8 branch: 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/32 2.6.18 (jam) w/serial & parallel (daily tested on trunk for >1 week)
* [svn-r26578] Merge r26505 from trunkJerome Soumagne2015-03-251-5/+2
| | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
* [svn-r26561] Description:Quincey Koziol2015-03-242-11/+0
| | | | | | | | | | | | Bring r26491 from trunk to 1.8 branch: 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/32 2.6.18 (jam) w/serial & parallel Daily tested on branch for >2 weeks.
* [svn-r26544] Package vars should use uppercase prefixAllen Byrne2015-03-231-0/+2
|
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-237-182/+131
| | | | Tested: windows
* [svn-r26416] Fix script modeAllen Byrne2015-03-101-10/+11
|
* [svn-r26413] Merge of r26276 from trunk.Dana Robinson2015-03-101-23/+0
| | | | | | | | | | | | | | | | | | | | | | Cleans up time functions in the autotools input files. - Lumps all the time functionality together in configure.ac. This was previously more spread out due to Solaris issues with the ordering of certain checks. - Removes processing that handles __tm_gmtoff members of struct tm. (libc-4) - Removes BSDgettimeofday(). (IRIX 5.3) - Removes timezone struct processing in gettimeofday(). (considered harmful) Fixes: HDFFV-9083 and HDFFV-9085 Tested on: h5committest OS X (quail) Solaris (emu)
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-091-12/+0
| | | | | | | | | | | | | | 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. Fixes: HDFFV-9086 Tested on: h5committest
* [svn-r26385] Merge r26374 from trunkJerome Soumagne2015-03-062-8/+120
| | | | | | | | | Add CMake conversion test for H5_LONG_TO_LDOUBLE_SPECIAL and H5_LDOUBLE_TO_LONG_SPECIAL (imported from configure.ac). Fixes: HDFFV-8936 Tested on: ostrich
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-054-6/+14
| | | | Update windows wix cpack process.
* [svn-r26310] Merge of r26071 from features/autotools_reworkDana Robinson2015-02-261-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: jam (minor change)
* [svn-r26264] Merge of r26225 from trunk.Dana Robinson2015-02-211-3/+0
| | | | | | | | | Removed a a work-around for a broken CodeWarrior open() call from configure that causes a test in test/tfile.c to be skipped. This change removes the H5_NO_SHARED_WRITING symbol. Tested on: jam (no code changes w/ non-CodeWarrior compilers)
* [svn-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-181-1/+0
| | | | | | | | | | configure fixes for HDFFV-9068,9069,9096,9097,9135 from 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.
* [svn-r26112] Add quotes around nameAllen Byrne2015-02-021-1/+1
|
* [svn-r26108] Correct name of source fileAllen Byrne2015-02-021-1/+1
|
* [svn-r25935] Fix incorrectly combined check.Allen Byrne2014-12-311-11/+1
|
* [svn-r25907] Fix CMP0054 warningAllen Byrne2014-12-191-10/+11
|
* [svn-r25897] Replace 7zip required command with cmake commandAllen Byrne2014-12-171-5/+4
|
* [svn-r25879] Test if binary folder existsAllen Byrne2014-12-101-3/+6
|
* [svn-r25801] Add utilities and expected outputAllen Byrne2014-11-061-2/+4
|
* [svn-r25799] correct example cmake infoAllen Byrne2014-11-061-18/+25
|
* [svn-r25785] Add STATUS to message in scriptAllen Byrne2014-11-041-4/+4
|
* [svn-r25739] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-272-8/+0
|
* [svn-r25609] Windows needs extra slashesAllen Byrne2014-09-231-1/+1
|
* [svn-r25551] JAVA-1880: hdfview failure to load plugins identified default ↵Allen Byrne2014-08-252-5/+5
| | | | | | value was incorrectly formed. Tested: windows
* [svn-r25409] Add ASPRINTF define - check already in configureAllen Byrne2014-07-141-1/+4
|
* [svn-r25408] Merge cmake configure checks from trunkAllen Byrne2014-07-143-241/+235
|
* [svn-r25402] Bring 25397/8 from trunk:Mohamad Chaarawi2014-07-101-7/+0
| | | | | | | - remove configure checks for MPI_File_get_size and Big MPI_File_set_size as they are supported by MPIO implementations today. - fix bug in t_mpi.c (HDFFV-8856) tested with h5committest.
* [svn-r25247] Correct propertyAllen Byrne2014-06-102-2/+3
|
* [svn-r25225] Description:Quincey Koziol2014-05-291-0/+3
| | | | | | | | | | | | | | | | Bring r25215 from trunk to 1.8 branch: Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh r20915: Use HDstrncpy and HDstrncat! --gh Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9, FORTRAN, C++, multi-threads & parallel (h5committested on the trunk)
* [svn-r25222] Merge cmake_ext_mod into 1.8Allen Byrne2014-05-2721-4316/+16
|
* [svn-r25184] correct path statementAllen Byrne2014-05-121-1/+1
|
* [svn-r25111] Changed Subeversion EOL and executable properties. No code changes.Dana Robinson2014-04-258-591/+591
|
* [svn-r25100] Added -V to example command line.Allen Byrne2014-04-251-1/+2
| | | | Added note about INSTALLDIR.
* [svn-r25099] Disable fortran by defaultAllen Byrne2014-04-251-9/+6
|
* [svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunkAllen Byrne2014-04-071-17/+17
| | | | Tested: h5committest
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-2621-1354/+1396
| | | | Tested: local linux
* [svn-r24878] Description:Quincey Koziol2014-03-244-47/+0
| | | | | | | | | | | | | | | | | | | | | Bring r24864 from trunk to 1.8 branch: Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial (daily tested on trunk)
* [svn-r24746] Merge trunk revision 24744 from cmake branch includes;Allen Byrne2014-02-2710-4/+75
| | | | | | HDFFV-8505: UD filter changes to remove filters in h5repack. Tested: local linux
* [svn-r24720] bring r24709 from trunk:Mohamad Chaarawi2014-02-181-1/+1
| | | | | | | rename H5V to H5VM since H5V is needed in the fastforward project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change.
* [svn-r24680] Remove acknowledgment file from install.Allen Byrne2014-02-032-592/+3
| | | | | | | Remove obsolete CPack.cmake file. Merge h5repack and h5mkgrp test folder changes from trunk. Tested: local linux
* [svn-r24654] HDFFV-8640: Remove XLATE_UTILITYAllen Byrne2014-01-282-57/+1
| | | | Update tools testfiles
* [svn-r24640] Add SUN specific block skipping.Allen Byrne2014-01-221-0/+7
| | | | Tested: emu
* [svn-r24433] Update examples package install location and text filesAllen Byrne2013-11-122-222/+248
|
* [svn-r24413] Updated information on how to build examples with cmake ↵Allen Byrne2013-11-071-4/+11
| | | | installed binary.
* [svn-r24384] Add missing H5_ prefixAllen Byrne2013-10-311-3/+3
| | | | Tested: local linux
* [svn-r24231] Issue 1264: CYGWIN had long double rounding problem from ↵Raymond Lu2013-09-302-10/+0
| | | | | | | | unsigned long long. Allen confirmed the problem is gone. So I took out the macro CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM. It skipped the test related to this issue. Tested with h5committest.
* [svn-r24206] Fix warning message from missing if in configureAllen Byrne2013-09-272-40/+46
|