summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25552] JAVA-1880: hdfview failure to load plugins identified default ↵Allen Byrne2014-08-251-1/+1
| | | | | | value was incorrectly formed. Tested: windows
* [svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake. ↵Allen Byrne2014-06-231-6/+2
| | | | Enabled MSVC for two tests as suggested in the issue.
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-753/+15
| | | | Tested: local linux
* [svn-r24864] Description:Quincey Koziol2014-03-211-29/+0
| | | | | | | | | | | | | | | | | | 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
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-11/+11
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-502/+502
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-131-1/+1
| | | | | | | | | | | | 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. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* [svn-r24639] Add SUN specific block skipping.Allen Byrne2014-01-211-0/+7
|
* [svn-r24192] Correct test and usage of defines for cmake configureAllen Byrne2013-09-231-1/+5
|
* [svn-r24190] remove comment that caused linux build warnings and correct use ↵Allen Byrne2013-09-231-1/+3
| | | | | | of cmakedefine vs define in template. Tested: local linux
* [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.Allen Byrne2013-09-191-4/+4
| | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-0/+8
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-131-1/+3
|
* [svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-131-1/+3
| | | | Updated CDash site name in cmake script.
* [svn-r23754] HDFFV-8451/8453: add options to enable more warning messages.Allen Byrne2013-06-111-9/+9
| | | | Tested: local linux
* [svn-r23746] Correct Windows setting after tests on windowsAllen Byrne2013-06-101-1/+1
|
* [svn-r23744] HDFFV-8468: Remove conversion tests which generate access ↵Allen Byrne2013-06-101-1/+5
| | | | violations on Windows 8 64
* [svn-r23384] Copy dynamic lib to a plugins folder for testing. This will ↵Allen Byrne2013-03-191-0/+2
| | | | | | avoid the segfault with looking for the library with other libraries. Tested: local linux
* [svn-r23111] Purpose:Dana Robinson2012-12-191-1/+6
| | | | | | | | | | | | | | | | | | | Fixes for HDF5 1.8.10 p1 HDFFV-7975 Changed the max single I/O operation size on Darwin/Mac OS X. HDFFV-8124 and HDFFV-8158 Fixed a core VFD bug when large blocks of data are read. HDFFV-8246 Added more fields to the VFD read/write error messages. Tested on: 64-bit Windows 7, Visual Studio 2010, CMake 64-bit Mac OS X Snow Leopard (Fred), Fortran, C++ 64-bit BE Linux (Ostrich), Fortran, C++ 32-bit LE Linux (jam), Fortran, C++ (also parallel w/ Fortran)
* [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵Allen Byrne2012-09-181-1/+4
| | | | | | variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: jam with intel compilers
* [svn-r22470] Allow MinGW checks for fseek and the likeAllen Byrne2012-06-181-2/+2
| | | | Tested: windows 32 mingw
* [svn-r22469] MinGW Flags need to use dashAllen Byrne2012-06-181-3/+8
| | | | | | | set WINSOCK2_H do not test for endianess Tested: windows 32 minGW
* [svn-r22464] Correct name used for POSIX flagAllen Byrne2012-06-151-1/+7
|
* [svn-r22455] Add NOT WINDOWS blocking around VSNPRINTF works check.Allen Byrne2012-06-121-3/+5
|
* [svn-r22450] Update winsock define to match autotools configure checkAllen Byrne2012-06-111-1/+1
|
* [svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. ↵Allen Byrne2012-06-081-25/+11
| | | | | | Correct HAVE_WINSOCK name. Tested: windows
* [svn-r22441] Move some tests into NOT WINDOWS blocksAllen Byrne2012-06-061-22/+19
|
* [svn-r22437] Correct Windows cmake config filesAllen Byrne2012-06-051-7/+26
| | | | Tested: windows
* [svn-r22430] CMake and configure synchronization effort. CMake added most ↵Allen Byrne2012-06-041-177/+369
| | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest
* [svn-r22175] MinGW compile issues fixed.Allen Byrne2012-03-281-5/+11
| | | | | | Reviewed Tested: windows (big test using stdio ony fails - this will be filed for further investigation)
* [svn-r22010] Variable used to determine if the MS Visual Studio compiler is ↵Allen Byrne2012-03-011-2/+2
| | | | | | being used incorrectly limited setting the H5_HAVE_VISUAL_STUDIO define to only when the IDE was being used to build on Windows. Tested: windows
* [svn-r21716] Correct indentationAllen Byrne2011-11-041-2/+2
|
* [svn-r21596] Correct large file support testAllen Byrne2011-10-181-2/+29
|
* [svn-r21549] Removed unused references to USE_STDIO and MAX_BUF in Windows ↵Dana Robinson2011-10-131-3/+0
| | | | configuration CMake file.
* [svn-r21523] Added CLOCK_GET_TIME define to cmake configureAllen Byrne2011-10-111-0/+15
| | | | Tested: local linux
* [svn-r21493] Add new mach/mach_time.h header check.Allen Byrne2011-10-071-0/+1
|
* [svn-r21412] Change windows default driver to SEC2Allen Byrne2011-09-231-3/+1
|
* [svn-r21366] JIRA HDFFV-2748 replace use of _WIN32 in source. Created new ↵Allen Byrne2011-09-061-3/+7
| | | | | | defines H5_HAVE_WIN32_API and H5_HAVE_VISUAL_STUDIO defines to use. These can be properly set during configurration. Tested: windows and local linux - reviewed internally
* [svn-r21171] Commit HDFFV-5929 winthreads define fixAllen Byrne2011-08-041-2/+2
| | | | | | Change reference of generated executables in src and fortran/src to use $<TARGETFILE:xxx> format. Tested: local linux
* [svn-r21026] Add configure check for endianess and adjust test depending on ↵Allen Byrne2011-06-231-0/+4
| | | | | | status of check Tested: heiwa
* [svn-r20677] Merge packed bits option from 1.8 branch to trunk. CMake only. ↵Allen Byrne2011-04-291-0/+1
| | | | | | Autotools merge to come. Tested: local Linux
* [svn-r20572] Bug #5929: On windows check for existence of ↵Allen Byrne2011-04-201-1/+69
| | | | | | InitOnceExecuteOnce for use by threads. merge from 1.8 r20568
* [svn-r20499] Fixes erroneous H5_HAVE_GETTIMEOFDAY behavior on Windows (JIRA ↵Dana Robinson2011-04-141-1/+3
| | | | | | | | HDFFV-5931). Previously, H5_HAVE_GETTIMEOFDAY was never properly defined. The timezone struct and Wgettimeofday() timezone output was also added. This is a merge of several changesets from the log_vfd branch where this work took place: 20355, 20359, 20411, 20413, 20431, 20460 Tested on: Windows
* [svn-r20476] Removed all references to memory.hDana Robinson2011-04-111-2/+1
|
* [svn-r20433] Implement MinGW changes to CMake configurationAllen Byrne2011-04-071-7/+8
| | | | Tested: local linux
* [svn-r20430] Remove config message for windows - ↵Allen Byrne2011-04-071-3/+1
| | | | H5_HAVE_GETCONSOLESCREENBUFFERINFO always gets set on windows (this is from the pubconf.h in the windows folder)
* [svn-r20420] Correct typo in macro parameterAllen Byrne2011-04-051-4/+4
| | | | Tested: local linux
* [svn-r20419] Correct typo in macro parameterAllen Byrne2011-04-051-2/+2
|
* [svn-r19884] Corrected time_of_day define configuration, found during ↵Allen Byrne2010-12-131-10/+11
| | | | | | parallel CMake build. Tested: local linux
* [svn-r19776] Corrected handling of largefile and linux_lfs handling.Allen Byrne2010-11-121-9/+17
| | | | | Synched cmake version of H5pubconf.h.in Added another variation of H5detect warning to ignore list.