summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26578] Merge r26505 from trunkJerome Soumagne2015-03-252-183/+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-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-251-2/+2
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [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-r25678] Added instruction to run bin/reconfigure after changes.Albert Cheng2014-10-071-0/+2
|
* [svn-r25673] Change version to 1.8.15-snap0.Albert Cheng2014-10-061-1/+1
|
* [svn-r25667] HDFFV-8933:Albert Cheng2014-10-031-3/+13
| | | | | | | | | | | Did not provide default values for clang++ options. Also, applied wrong values for the *_CPPFLAGS. Solution: Added default values for *_CXXFLAGS. Fixed the *_CPPFLAGS values. Tested: duck, swallow, quail with --eanble-production.
* [svn-r25666] HDFFV-8937:Albert Cheng2014-10-031-2/+2
| | | | | | | | | There is an interface incompatibility in the C library due to the renamed symbols in H5Ppublic.h. Solution: Bump the library interface version on the shared libraries (soname). Tested: h5committested.
* [svn-r25652] Bug fix: HDFFV-8933Albert Cheng2014-10-011-0/+14
| | | | | | | | | | | | | Description: Mac has changed to use the clang/clang++ compilers but compiler settings for production, debug and profile were not setup. Solution: Setup default values for PROD_CFLAGS, PROD_CPPFLAGS, DEBUG_CFLAGS, DEBUG_CPPFLAGS. PROFILE_CFLAGS and PROFILE_CPPFLAGS were set too but clang does not -pg or such for profiling. Need to fix it later. Tested: duck, swallow, and quail using --enable-production.
* [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-r25209] Description:Quincey Koziol2014-05-211-3/+79
| | | | | | | | | | | | | | | | | | | Bring r25206 & r25207 from trunk to 1.8 branch: r25206: Add new warning flags for gcc 4.9.x r25207: Merge changes from Coverity branch to trunk: r20907: Original issue was #338. Refactored code to clean up allocations consistantly, completely, check all returns, assign initialization values and handle errors. Tested on: MacOSX/64 10.9.3 (amazon) w/C++, FORTRAN & parallel (h5committested on trunk)
* [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-r25036] Maintenance before creating 1_8_13 branch: changed version ↵Elena Pourmal2014-04-141-1/+1
| | | | number to 1.8.14-snap0
* [svn-r25017] Merge r24997 changes from trunk.Larry Knox2014-04-114-18/+43
| | | | | | | | | | | | | Added compiler versions for mpich to settings file and configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus.
* [svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunkAllen Byrne2014-04-072-18/+18
| | | | 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-182-2/+2
| | | | | | | 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