summaryrefslogtreecommitdiffstats
path: root/tools/h5stat/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing EXPORT tag in install commandAllen Byrne2016-10-171-0/+2
|
* Add namespace and export utilsAllen Byrne2016-10-141-1/+2
|
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-8/+5
| | | | 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-2/+2
|
* [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-15/+15
| | | | Tested: local linux
* [svn-r24072] Merge trunk cmake changes to 1.8 branch. Allen Byrne2013-08-261-255/+1
| | | | | | | Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
* [svn-r24024] JAVA-1714: CMake packaging for macs improvedAllen Byrne2013-08-191-0/+91
| | | | | | | HDFFV-7989: h5dump any_path and help text grouping Added cygwin-64 support Merged from trunk, tested local linux
* [svn-r23771] HDFFV-8434,-8437,-8445,-8447,-8461: Merge changes from Trunk.Allen Byrne2013-06-141-0/+2
| | | | Tested: local linux
* [svn-r23301] Allen Byrne2013-02-181-3/+2
|
* [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-1/+1
| | | | Tested: windows
* [svn-r22475] Remove subfolder tools from install commandAllen Byrne2012-06-191-2/+2
|
* [svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER testsAllen Byrne2012-06-121-0/+3
|
* [svn-r22451] Brought cmake configuration / configure changes from Trunk.Allen Byrne2012-06-111-0/+3
| | | | Tested jam, local linux
* [svn-r22443] Add new test to CMake fileAllen Byrne2012-06-071-0/+6
| | | | Tested: 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-r22013] HDFFV-7560:Allen Byrne2012-03-021-1/+1
| | | | | | | | | | Merge 1.8 and h5dump/tools and tests based on tools library from trunk. Reduced warnings. HDFFV-7949: Remove duplicated functions in h5ls Tested: local linux,h5committest
* [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/+2
| | | | | | | Update cmake to generate source folders in VS Brought parallel changes from trunk Tested: local linux
* [svn-r21216] Alter clear-objects tests to mate with test that generates ↵Allen Byrne2011-08-101-11/+19
| | | | | | object file. Tested: local linux
* [svn-r20802] Bring trunk revision 20798 to 1.8. Trunk changes passed overnight.Allen Byrne2011-05-121-6/+0
| | | | Tested: local linux
* [svn-r20183] Add HDF5_USING_MEMCHECKER guards around script mode ADD_TEST. ↵Allen Byrne2011-03-041-11/+16
| | | | | | | | This will replace the list of ignore tests in CTestCustom.cmake file. Bring back from trunk Tested: local linux
* [svn-r20157] Bring CMake changes to branch up to r20156 from trunkAllen Byrne2011-02-251-2/+2
|
* [svn-r20130] Add test dependencies to order testsAllen Byrne2011-02-211-0/+8
| | | | Tested: local linux
* [svn-r19906] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-2/+2
| | | | | | macro use for checking libtype. Tested: Windows
* [svn-r19898] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-301-2/+0
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19793] Revised the valgrind ignore list, added simple execute command ↵Allen Byrne2010-11-161-0/+6
| | | | tests for when doing a valgrind test of tools that only use a cmake script for testing.
* [svn-r19528] Add clear generated objects commands to test blocks.Allen Byrne2010-10-061-0/+35
| | | | | | | | 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-18/+2
|
* [svn-r19326] Added parallel build commands.Allen Byrne2010-08-311-3/+3
| | | | | | | | 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-6/+31
| | | | | | Bring r19300 from trunk Tetsed: local linux
* [svn-r19036] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-0/+18
| | | | | | | | /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/+122
Tested: Local linux