Raymond Lu
08359be858
[svn-r23347] ported revision 23248:23346 from the trunk
2013-03-13 17:34:23 -05:00
Allen Byrne
2fba171a67
[svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10
2013-01-14 13:35:30 -05:00
Allen Byrne
b257bab294
[svn-r22720] Fix RelWithDebInfo packaging
2012-08-28 12:39:30 -05:00
Allen Byrne
b608652f7e
[svn-r22479] Remove subfolder tools from install command
2012-06-20 09:43:02 -05:00
Allen Byrne
336a743068
[svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files for windows when configured with RelWithDebInfo
...
Tested: local linux and Windows
2012-05-24 16:50:06 -05:00
Allen Byrne
3723a9591e
[svn-r22033] Remove unnecessary INCLUDE_DIR command
...
Tested: local linux and windows
2012-03-07 09:39:38 -05:00
Allen Byrne
3d3bf48b9a
[svn-r21987] Remove unnecessary dependancies on tools library for h5 file gentests.
...
Tested: local linux
2012-02-27 09:42:48 -05:00
Allen Byrne
cc3eb8da73
[svn-r21804] Update CMake Required version in all folders to match current standard 2.8.6
2011-12-05 11:19:09 -05:00
Allen Byrne
c5e075851a
[svn-r21667] Update FOLDER solution option for target properties. Added OPTION command for solution folder and no packaging.
...
Tested: local linux
2011-10-25 11:52:58 -05:00
Dana Robinson
fa4ab23b9e
[svn-r21664] Added solution folders for most of the projects. This still 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.
2011-10-25 01:59:10 -05:00
Allen Byrne
39a79934ca
[svn-r21280] Correct IF/ENDIF arguments
2011-08-22 10:41:29 -05:00
Allen Byrne
a968e2d409
[svn-r21243] Add resultcode check to MemTest test sections
2011-08-17 13:42:22 -05:00
Jonathan Kim
e703a6a2a4
[svn-r21236] Purpose:
...
Work for:
HDFFV-7515 - GMQS: h5unjam - incorrect help page and should display when
no file is given.
and
HDFFV-5941 - h5jam: specifying a user block file with a proper HDF5 magic
number will result in a corrupted HDF5 file.
Description:
- Revised command help pages of h5jam and h5unjam. The descriptions
were not up to date and some were missing. (HDFFV-7515)
- Fixed h5jam not to allow specifying an HDF5 formatted file as input
file for -u (user block file) option, because the original HDF5 file
will not be accessible if allows. (HDFFV-5941)
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam, Wondows)
2011-08-16 15:41:47 -05:00
Allen Byrne
7f9ac481b7
[svn-r20805] references files for jam tests are in sub-folder - testfiles
2011-05-13 08:47:17 -05:00
Allen Byrne
00716a21ab
[svn-r20798] Correct name of testfile for help tests
2011-05-12 08:18:58 -05:00
Allen Byrne
f49dc38127
[svn-r20796] Refactor print_data_region_blocks/ponts to remove context passed in by value. The print functions needed an independent context with only the current indent level passed in by argument. Also synched the two routines logical flows and corrected a mem_space error.
...
h5dump (and h5stat, h5jam/h5unjam) help option not tested. Added h5dump parse_command_line technique for h5stat and h5jam/unjam and created testfiles.
Tested: local linux
2011-05-11 15:45:54 -05:00
Allen Byrne
907a5a1df0
[svn-r20713] Packed Bits Merge:
...
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
2011-05-03 12:56:23 -05:00
Allen Byrne
7728391265
[svn-r20429] CMake: correct h5copy test macros, add userblock script test to h5jam tests, and correct h5jam tests
...
Tested: local linux
2011-04-07 09:03:08 -05:00
Allen Byrne
9118e203f1
[svn-r20362] Added missing character in CMake command
2011-03-29 09:21:44 -05:00
Allen Byrne
19d9482f2e
[svn-r20330] Adjust H5JAM tests for valgind execution
2011-03-25 09:15:56 -05:00
Allen Byrne
76abbdeff0
[svn-r20305] Add tests to h5import and 80% of h5jam
...
Tested: local linux
2011-03-23 16:23:11 -05:00
Allen Byrne
05dfc85de8
[svn-r20153] Move ext lib handling for ext project building to a common macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering.
...
Tested: local linux, windows
2011-02-24 14:43:07 -05:00
Allen Byrne
9449cfa361
[svn-r19907] Windows: Correct how fortran links in CRT library. Also correct macro use for checking libtype.
...
bring r19906 from 1.8 branch
2011-01-04 13:40:26 -05:00
Allen Byrne
86313eb281
[svn-r19895] Remove use of /MT compile flag for building static libs and programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
2010-12-29 13:52:34 -05:00
Allen Byrne
b4be8ae3d5
[svn-r19434] Correct use of lib, include, bin in INSTALL commands to use proper variables.
...
Tested: local linux
2010-09-20 15:38:35 -05:00
Allen Byrne
bed1276413
[svn-r19361] Move Windows specific compile and link flags to macros
2010-09-09 11:30:23 -05:00
Allen Byrne
e65aa8c365
[svn-r19325] Added parallel build commands.
...
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
2010-08-31 15:15:13 -05:00
Allen Byrne
5c549a6345
[svn-r19300] BZ 1958: Add h5dump xml tests to CMake support
...
Tetsed: local linux
2010-08-25 17:33:59 -05:00
Allen Byrne
2f13382883
[svn-r19037] Added executable Linker Flag for MSVC static builds: /NODEFAULTLIB:MSVCRT
...
Added VERSION vars for inclusion into auto snapshot version update script
Tested windows
2010-06-29 15:09:03 -05:00
Allen Byrne
80e6dfe3ba
[svn-r18856] Added CPack commands for installtion program
...
Tested: local linux and Windows
2010-05-19 15:11:00 -05:00
Allen Byrne
ae06433ab0
[svn-r18793] Add files to support building library with CMake
...
Tested: Local linux
2010-05-13 11:01:50 -05:00