summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-36/+36
| | | | | | | 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-r23823] HDFFV-8428: Correct docs install listAllen Byrne2013-06-251-1/+2
| | | | HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option.
* [svn-r23572] Removed inappropriate executable properties from a few files. ↵Dana Robinson2013-04-101-0/+0
| | | | | | | | These are often added by Windows text editors. Tested on: jam (just tested to make sure it builds - no code changes)
* [svn-r22602] Allen Byrne2012-07-251-0/+6
|
* [svn-r22430] CMake and configure synchronization effort. CMake added most ↵Allen Byrne2012-06-041-0/+8
| | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest
* [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake ↵Allen Byrne2011-11-031-0/+2
| | | | | | | | files updated to link with fortran mpi libs. Updated cacheinit.cmake to set num of procs to 3 for hdf testing. Tested: local linux and on windows 7
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-251-0/+4
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21263] Add F2003 support to CMake buildsAllen Byrne2011-08-191-0/+2
|
* [svn-r21171] Commit HDFFV-5929 winthreads define fixAllen Byrne2011-08-041-0/+2
| | | | | | Change reference of generated executables in src and fortran/src to use $<TARGETFILE:xxx> format. Tested: local linux
* [svn-r20713] Packed Bits Merge:Allen Byrne2011-05-031-2/+0
| | | | | | | | | removed option defines and #ifdef/#endif refactored all printf to HDfprintf in h5dump.c formatted and indention improvements synched with 1.8 branch Tested: local linux
* [svn-r20677] Merge packed bits option from 1.8 branch to trunk. CMake only. ↵Allen Byrne2011-04-291-1/+1
| | | | | | Autotools merge to come. Tested: local Linux
* [svn-r19993] Added ability to use compressed file for external libraries ↵Allen Byrne2011-01-251-2/+2
| | | | | | corrected. Tested: local linux
* [svn-r19991] Added ability to use compressed file for external librariesAllen Byrne2011-01-251-2/+10
| | | | Tested: local linux
* [svn-r19820] Update cacheinit.cmake with current HDF options. Allen Byrne2010-11-181-6/+18
|
* [svn-r19107] Move Resources folder to config/cmakeAllen Byrne2010-07-201-0/+35
Tested: Local Linux