summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23651] Add MPI configuration information to includes and libsAllen Byrne2013-04-292-6/+22
|
* [svn-r23614] Remove subfolders for includesAllen Byrne2013-04-231-4/+4
|
* [svn-r23572] Removed inappropriate executable properties from a few files. ↵Dana Robinson2013-04-103-0/+0
| | | | | | | | These are often added by Windows text editors. Tested on: jam (just tested to make sure it builds - no code changes)
* [svn-r23384] Copy dynamic lib to a plugins folder for testing. This will ↵Allen Byrne2013-03-192-0/+8
| | | | | | avoid the segfault with looking for the library with other libraries. Tested: local linux
* [svn-r23347] ported revision 23248:23346 from the trunkRaymond Lu2013-03-134-70/+16
|
* [svn-r23202] Add another warning to ignore listAllen Byrne2013-01-291-0/+1
|
* [svn-r23139] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+6
|
* [svn-r23138] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+12
| | | | Tested: local linux
* [svn-r23130] Update CPack to 2.8.10Allen Byrne2013-01-021-267/+330
|
* [svn-r23115] Added a new test for KIND C_INT64_T, which some earlier windows ↵Scot Breitenfeld2012-12-211-0/+4
| | | | | | Intel versions (<12.1) did not support.
* [svn-r23113] Added corrections to treat ";" character as text for comparision.Allen Byrne2012-12-202-32/+39
| | | | Tested: local linux
* [svn-r23111] Purpose:Dana Robinson2012-12-192-1/+9
| | | | | | | | | | | | | | | | | | | 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-r23110] Correct comparison functionAllen Byrne2012-12-192-27/+31
|
* [svn-r23064] HDFFV-8202: Add diff display to cmake output on error. Merged ↵Allen Byrne2012-11-281-5/+19
| | | | changes from runTest.cmake.
* [svn-r23044] Restore build configuration defines for cmakeAllen Byrne2012-11-211-0/+18
|
* [svn-r23037] Correct string variable handling/referenceAllen Byrne2012-11-161-8/+8
| | | | Tested: local and windows
* [svn-r23036] HDFFV-8202: cmake compare should show differences in log outputAllen Byrne2012-11-151-10/+38
| | | | Tested: local linux
* [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-r22720] Fix RelWithDebInfo packagingAllen Byrne2012-08-281-10/+10
|
* [svn-r22633] Correct packaing infoAllen Byrne2012-08-061-5/+6
|
* [svn-r22622] Windows config is up one levelAllen Byrne2012-08-021-1/+3
|
* [svn-r22620] Add ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} to default include_dirsAllen Byrne2012-08-021-22/+2
| | | | Correct cmake packaging names
* [svn-r22614] Revert heading of summary.Allen Byrne2012-07-301-1/+1
|
* [svn-r22602] Allen Byrne2012-07-258-114/+29
|
* [svn-r22599] FinHDF5 should be generated during build.Allen Byrne2012-07-241-0/+85
|
* [svn-r22570] Correct name of error reference fileAllen Byrne2012-07-131-2/+2
|
* [svn-r22569] On windows read/write error reference file just like reference ↵Allen Byrne2012-07-131-0/+5
| | | | file before comparision. This will set the line endings.
* [svn-r22560] Changes to allow tests to compare error files!Allen Byrne2012-07-121-3/+28
|
* [svn-r22547] Remove clear-objects from ignore list (like h5import)Allen Byrne2012-07-101-3/+0
|
* [svn-r22545] Enable H5IMPORT-clear-objects for valgrindAllen Byrne2012-07-101-1/+1
| | | | Tested: local linux
* [svn-r22527] Update Ignore List for change to H5IMPORT testsAllen Byrne2012-07-091-0/+16
|
* [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECTAllen Byrne2012-07-051-8/+11
|
* [svn-r22477] Removed subfolder tools from install command, need to correct ↵Allen Byrne2012-06-201-2/+2
| | | | install template
* [svn-r22471] Add check for MINGW - ws2_32 libraryAllen Byrne2012-06-181-0/+3
| | | | Tested: windows - mingw
* [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-112-2/+2
|
* [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-046-216/+550
| | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest
* [svn-r22416] Missing ${TEST_FOLDER} path component in test scriptAllen Byrne2012-05-291-1/+1
|
* [svn-r22410] reduce compiler warnings reported by CDash for non-critical issuesAllen Byrne2012-05-251-3/+3
|
* [svn-r22406] do not need warnings from utility program.Allen Byrne2012-05-251-0/+1
|
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-242-9/+40
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r22346] replace C++ style commentsAllen Byrne2012-05-071-1/+1
|
* [svn-r22202] Add extra search termAllen Byrne2012-03-291-2/+2
|
* [svn-r22199] Correct typoAllen Byrne2012-03-291-5/+5
|