summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19107] Move Resources folder to config/cmakeAllen Byrne2010-07-201-790/+0
| | | | Tested: Local Linux
* [svn-r19056] Added code to retrieve version info from H5public.h; corrected ↵Allen Byrne2010-07-081-1/+1
| | | | a typo in a configure check and a macro
* [svn-r19001] Corrected large file optionAllen Byrne2010-06-141-1/+3
|
* [svn-r18965] Windows use of VC_EXTRALEAN no longer did anything. It has been ↵Allen Byrne2010-06-031-1/+1
| | | | | | | | replaced by WIN32_LEAN_AND_MEAN macro. This was the cause of a define conflict causing the use of grp1 and grp2 to be replaced with constants in the h5dumpgentest.c file. This also affected the use of the #include <winsock.h> needed by gethostname. The new include: winsock2.h has been added to h5private.h and either removed or updated in the other files. Tested: Windows
* [svn-r18890] Update CMake fortran configure/build with changes from community.Allen Byrne2010-05-251-9/+0
| | | | | | | | - Add an install rule to copy compiled fortran module files - Only build the xlatefile utility if testing and tools are enabled - Don't do MPI HAVE_XXX checks until MPI_FOUND is true - Install needs H5version.h & H5overflow.h to be copied - Add debug information flags to debug compile and link lines for win32 Intel compiler
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+797
Tested: Local linux