summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r28777] Description:Quincey Koziol2016-01-031-0/+2
| | | | | | | | | | Add --enable-memory-alloc-sanity-check option to configure, to track and sanity check memory allocations within the library. This is orthogonal to the --enable-using-memchecker option and can be used with/without it. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-2/+0
| | | | Add script for post processing of flex/bison files.
* [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-091-0/+2
| | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
* [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵Allen Byrne2015-08-311-0/+2
| | | | HDF_TEST_EXPRESS.
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-6/+0
|
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-0/+2
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-4/+0
| | | | Tested: local linux
* [svn-r26465] Merge back from DB branch; cmake defaults and compressed examplesAllen Byrne2015-03-171-4/+0
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-1/+1
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25740] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-271-4/+0
|
* [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-041-1/+1
| | | | Minor doc edits
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-251-78/+78
|
* [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