summaryrefslogtreecommitdiffstats
path: root/tools/lib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-031-1/+1
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-0/+1
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-4/+4
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-3/+3
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN supportAllen Byrne2016-02-291-14/+4
|
* [svn-r29186] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-231-1/+1
| | | | includes new data files
* [svn-r29179] Revert of 29177 which breaks the autotools build.Dana Robinson2016-02-221-1/+1
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial
* [svn-r29177] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-221-1/+1
|
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-7/+29
|
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-3/+4
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-2/+2
| | | | Tested: local linux
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-261-1/+1
|
* [svn-r25955] Added Perform and io_timer back into build.Allen Byrne2015-01-051-1/+1
| | | | Tested: local linux cmake
* [svn-r25951] HDFFV-9054: disable io_timer in tools lib and perform ↵Allen Byrne2015-01-051-1/+1
| | | | sub-folder due to SHARED compile issues and other issues.
* [svn-r25940] HDFFV-9046: reorganize hdf5/perform, step 2Albert Cheng2015-01-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | Move timing measurement routines used by h5perf and h5perf_serial to tools/lib so that they can be used by other tools too. tools/lib/io_timer.c tools/lib/io_timer.h tools/perform/io_timer.c tools/perform/io_timer.h renamed perform/io_timer.[ch] to lib/io_timer.[ch] tools/lib/Makefile.am tools/lib/Makefile.in tools/lib/CMakeLists.txt tools/perform/Makefile.in tools/perform/Makefile.am tools/perform/CMakeLists.txt MANIFEST updated due to the move. Tested; h5committest and jam (serial)
* [svn-r25570] UNDO:Added option to build tools static when building shared ↵Allen Byrne2014-09-031-12/+1
| | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux
* [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-031-1/+12
| | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-1/+1
| | | | Tested: local linux
* [svn-r25185] update cmake command name caseAllen Byrne2014-05-121-15/+0
|
* [svn-r24895] Add INTERFACE properties to libsAllen Byrne2014-03-251-1/+4
|
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-19/+19
| | | | | | | 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-r24682] Add IF SHARED block around Windows PDB file generation command.Allen Byrne2014-02-041-2/+3
|
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-1/+2
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23353] Correct target nameAllen Byrne2013-03-151-3/+3
|
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-1/+1
|
* [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵Allen Byrne2012-09-181-0/+5
| | | | | | variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: jam with intel compilers
* [svn-r22625] HDFFV-8111: h5diff compare file to itself - removed path shortcutAllen Byrne2012-08-031-0/+1
|
* [svn-r22479] Remove subfolder tools from install commandAllen Byrne2012-06-201-13/+0
|
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-241-0/+16
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r22033] Remove unnecessary INCLUDE_DIR commandAllen Byrne2012-03-071-2/+0
| | | | Tested: local linux and windows
* [svn-r21953] HDDFV-7560: h5dump refactoringAllen Byrne2012-02-171-0/+2
| | | | Tested: local linux
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21715] Correct SET_TARGET_PROPERTIES commandsAllen Byrne2011-11-041-3/+1
|
* [svn-r21664] Added solution folders for most of the projects. This still ↵Dana Robinson2011-10-251-0/+3
| | | | | | needs some polish - the solution folder assignment should go closer to the target declaration and not all projects are grouped (parallel, c++, fortran, hl, and a few others). Tested on Windows.
* [svn-r21195] Correct windows exports for h5diff.Allen Byrne2011-08-081-1/+1
|
* [svn-r21166] Remove subfolder in library installAllen Byrne2011-08-011-5/+5
| | | | Tested: local linux
* [svn-r19909] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-051-1/+0
| | | | bring r19908 from 1.8 branch
* [svn-r19434] Correct use of lib, include, bin in INSTALL commands to use ↵Allen Byrne2010-09-201-4/+4
| | | | | | proper variables. Tested: local linux
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-311-1/+16
| | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Tested: local linux with mpich
* [svn-r19300] BZ 1958: Add h5dump xml tests to CMake supportAllen Byrne2010-08-251-0/+6
| | | | Tetsed: local linux
* [svn-r19183] Corrected h5repack verbose test for windowsAllen Byrne2010-08-061-18/+18
| | | | | | Updated tools/lib source dir variable for source list Tested: local linux
* [svn-r18856] Added CPack commands for installtion programAllen Byrne2010-05-191-3/+5
| | | | Tested: local linux and Windows
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+68
Tested: Local linux