summaryrefslogtreecommitdiffstats
path: root/tools/misc/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-14/+11
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r26700] Generators are only built staticAllen Byrne2015-04-011-2/+2
| | | | Plugin test for disable state does not print error stack and does not print FAILED
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-261-5/+5
|
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-051-1/+1
| | | | Update windows wix cpack process.
* [svn-r25111] Changed Subeversion EOL and executable properties. No code changes.Dana Robinson2014-04-251-3/+3
|
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-261-27/+27
| | | | Tested: local linux
* [svn-r24072] Merge trunk cmake changes to 1.8 branch. Allen Byrne2013-08-261-270/+7
| | | | | | | Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
* [svn-r23771] HDFFV-8434,-8437,-8445,-8447,-8461: Merge changes from Trunk.Allen Byrne2013-06-141-0/+5
| | | | Tested: local linux
* [svn-r23315] Correct typo in DEPENDSAllen Byrne2013-02-251-1/+1
|
* [svn-r23301] Allen Byrne2013-02-181-131/+150
|
* [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵Allen Byrne2013-01-311-1/+1
| | | | | | This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux
* [svn-r22719] Fix RelWithDebInfo packagingAllen Byrne2012-08-281-3/+3
| | | | Tested: windows
* [svn-r22475] Remove subfolder tools from install commandAllen Byrne2012-06-191-4/+4
|
* [svn-r22451] Brought cmake configuration / configure changes from Trunk.Allen Byrne2012-06-111-0/+5
| | | | Tested jam, local linux
* [svn-r22043] HDFFV-7839: Dangling link should not display errorAllen Byrne2012-03-121-1/+0
| | | | | | | If a link is specified on the command with the -d option, call the handle_links function on error from the H5Dopen command. Updated test file results with error stack when link not found. Tested: trunk
* [svn-r21805] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21717] Update cmake configurationAllen Byrne2011-11-041-0/+5
| | | | | | | Update cmake to generate source folders in VS Brought parallel changes from trunk Tested: local linux
* [svn-r21089] Add dependicies for tests to address issues when run in parallelAllen Byrne2011-07-111-0/+10
|
* [svn-r20722] Refactor ext lib import and install.Allen Byrne2011-05-041-4/+4
| | | | | | | | Change case of tools subtests to not conflict with tools tests. Add SOVERSION for linux Remove PACKED BITS define/idef blocks Bring r20721 from trunk
* [svn-r20374] Separate no option test within ADD_TEST so depends behaves ↵Allen Byrne2011-03-291-29/+53
| | | | correctly
* [svn-r20321] Correct clear objects for H5MKGRP testsAllen Byrne2011-03-241-0/+9
| | | | bring r20320 from trunk
* [svn-r20283] Bring test properties changes from r20282 of trunkAllen Byrne2011-03-191-7/+3
|
* [svn-r20183] Add HDF5_USING_MEMCHECKER guards around script mode ADD_TEST. ↵Allen Byrne2011-03-041-24/+30
| | | | | | | | This will replace the list of ignore tests in CTestCustom.cmake file. Bring back from trunk Tested: local linux
* [svn-r20173] Add h5mkgrp utility to package listAllen Byrne2011-03-011-1/+1
|
* [svn-r20157] Bring CMake changes to branch up to r20156 from trunkAllen Byrne2011-02-251-5/+5
|
* [svn-r20128] Add fortran mod folder to INCLUDE_DIRS for gfortran 4.2.x.Allen Byrne2011-02-211-0/+6
| | | | | | Add test dependicies to correct the order of tests - cmake 2.8.4 bug - but also will improve cmake parallel testing. Tested: local linux, jam
* [svn-r19906] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-5/+5
| | | | | | macro use for checking libtype. Tested: Windows
* [svn-r19898] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-301-5/+0
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19802] Update valgrind ignore tests.Allen Byrne2010-11-171-0/+6
|
* [svn-r19727] [BZ2072]Add compare output to expected test for help and ↵Allen Byrne2010-11-041-4/+26
| | | | | | | | version options of mkgrp. bring r19726 back from trunk Tested: local linux
* [svn-r19678] Remove duplicate files in reference list for copyingAllen Byrne2010-10-271-10/+0
|
* [svn-r19677] Added h5mkgrp testsAllen Byrne2010-10-271-0/+91
| | | | | | Added valgrind test variables and increased Tested: Local linux
* [svn-r19528] Add clear generated objects commands to test blocks.Allen Byrne2010-10-061-0/+26
| | | | | | | | Add configurefile command to copy CTestCustom to build folder. Bring r19527 back from trunk Tested: local linux
* [svn-r19438] Correct use of lib, include, bin in INSTALL commands to use ↵Allen Byrne2010-09-201-1/+1
| | | | | | proper variables. Tested: local linux
* [svn-r19362] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-48/+5
|
* [svn-r19326] Added parallel build commands.Allen Byrne2010-08-311-5/+4
| | | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Bring r19325 from trunk Tested: local linux with mpich
* [svn-r19301] BZ 1958: Add h5dump xml tests to CMake supportAllen Byrne2010-08-251-28/+58
| | | | | | Bring r19300 from trunk Tetsed: local linux
* [svn-r19036] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-0/+48
| | | | | | | | /NODEFAULTLIB:MSVCRT Added VERSION vars for inclusion into auto snapshot version update script Tested windows
* [svn-r18855] Added CPack commands for installtion programAllen Byrne2010-05-191-0/+2
| | | | Tested: local linux and Windows
* [svn-r18773] Add files to support building library with CMakeAllen Byrne2010-05-121-0/+100
Tested: Local linux