Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -0/+1 |
| | |||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -4/+4 |
| | |||||
* | Add support for namespace and add tools to binaries config | Allen Byrne | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | [svn-r29862] Convert source list names from *_SRCS to *_SOURCES. | Allen Byrne | 2016-05-04 | 1 | -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 support | Allen Byrne | 2016-02-29 | 1 | -14/+4 |
| | |||||
* | [svn-r29186] HDFFV-9654: add VDS options to h5dump | Allen Byrne | 2016-02-23 | 1 | -1/+1 |
| | | | | includes new data files | ||||
* | [svn-r29179] Revert of 29177 which breaks the autotools build. | Dana Robinson | 2016-02-22 | 1 | -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 h5dump | Allen Byrne | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | [svn-r27465] Merge dual-binary CMake changes | Allen Byrne | 2015-08-05 | 1 | -7/+29 |
| | |||||
* | [svn-r27364] Add Mac Framework support | Allen Byrne | 2015-07-09 | 1 | -3/+4 |
| | |||||
* | [svn-r26594] Merge macros and fortran changes from dual_binary feature. | Allen Byrne | 2015-03-25 | 1 | -2/+2 |
| | | | | Tested: local linux | ||||
* | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls. | Allen Byrne | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | [svn-r25955] Added Perform and io_timer back into build. | Allen Byrne | 2015-01-05 | 1 | -1/+1 |
| | | | | Tested: local linux cmake | ||||
* | [svn-r25951] HDFFV-9054: disable io_timer in tools lib and perform ↵ | Allen Byrne | 2015-01-05 | 1 | -1/+1 |
| | | | | sub-folder due to SHARED compile issues and other issues. | ||||
* | [svn-r25940] HDFFV-9046: reorganize hdf5/perform, step 2 | Albert Cheng | 2015-01-01 | 1 | -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 Byrne | 2014-09-03 | 1 | -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 Byrne | 2014-09-03 | 1 | -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 folder | Allen Byrne | 2014-05-14 | 1 | -1/+1 |
| | | | | Tested: local linux | ||||
* | [svn-r25185] update cmake command name case | Allen Byrne | 2014-05-12 | 1 | -15/+0 |
| | |||||
* | [svn-r24895] Add INTERFACE properties to libs | Allen Byrne | 2014-03-25 | 1 | -1/+4 |
| | |||||
* | [svn-r24789] Bump up the minimum cmake version | Allen Byrne | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | [svn-r24781] HDFFV-8700 - | Allen Byrne | 2014-03-11 | 1 | -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 Byrne | 2014-02-04 | 1 | -2/+3 |
| | |||||
* | [svn-r23745] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-10 | 1 | -1/+2 |
| | | | | This adds the UserMacros.cmake support needed. | ||||
* | [svn-r23353] Correct target name | Allen Byrne | 2013-03-15 | 1 | -3/+3 |
| | |||||
* | [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10 | Allen Byrne | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵ | Allen Byrne | 2012-09-18 | 1 | -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 shortcut | Allen Byrne | 2012-08-03 | 1 | -0/+1 |
| | |||||
* | [svn-r22479] Remove subfolder tools from install command | Allen Byrne | 2012-06-20 | 1 | -13/+0 |
| | |||||
* | [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵ | Allen Byrne | 2012-05-24 | 1 | -0/+16 |
| | | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows | ||||
* | [svn-r22033] Remove unnecessary INCLUDE_DIR command | Allen Byrne | 2012-03-07 | 1 | -2/+0 |
| | | | | Tested: local linux and windows | ||||
* | [svn-r21953] HDDFV-7560: h5dump refactoring | Allen Byrne | 2012-02-17 | 1 | -0/+2 |
| | | | | Tested: local linux | ||||
* | [svn-r21804] Update CMake Required version in all folders to match current ↵ | Allen Byrne | 2011-12-05 | 1 | -1/+1 |
| | | | | standard 2.8.6 | ||||
* | [svn-r21715] Correct SET_TARGET_PROPERTIES commands | Allen Byrne | 2011-11-04 | 1 | -3/+1 |
| | |||||
* | [svn-r21664] Added solution folders for most of the projects. This still ↵ | Dana Robinson | 2011-10-25 | 1 | -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 Byrne | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | [svn-r21166] Remove subfolder in library install | Allen Byrne | 2011-08-01 | 1 | -5/+5 |
| | | | | Tested: local linux | ||||
* | [svn-r19909] Change how LINK_FLAGS for fortran are appended on Windows | Allen Byrne | 2011-01-05 | 1 | -1/+0 |
| | | | | bring r19908 from 1.8 branch | ||||
* | [svn-r19434] Correct use of lib, include, bin in INSTALL commands to use ↵ | Allen Byrne | 2010-09-20 | 1 | -4/+4 |
| | | | | | | proper variables. Tested: local linux | ||||
* | [svn-r19325] Added parallel build commands. | Allen Byrne | 2010-08-31 | 1 | -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 support | Allen Byrne | 2010-08-25 | 1 | -0/+6 |
| | | | | Tetsed: local linux | ||||
* | [svn-r19183] Corrected h5repack verbose test for windows | Allen Byrne | 2010-08-06 | 1 | -18/+18 |
| | | | | | | Updated tools/lib source dir variable for source list Tested: local linux | ||||
* | [svn-r18856] Added CPack commands for installtion program | Allen Byrne | 2010-05-19 | 1 | -3/+5 |
| | | | | Tested: local linux and Windows | ||||
* | [svn-r18793] Add files to support building library with CMake | Allen Byrne | 2010-05-13 | 1 | -0/+68 |
Tested: Local linux |