Quincey Koziol
0ae06ebea6
[svn-r22820] Description:
...
Update the CMake reference files list for newly added encoded property list
files.
2012-09-27 06:34:40 -05:00
Quincey Koziol
7702c7f760
[svn-r22817] Description:
...
Update CMake files for new encode/decode property list files.
2012-09-26 15:53:18 -05:00
Allen Byrne
eff696a3b0
[svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders
...
Tested: jam with intel compilers
2012-09-18 17:08:07 -05:00
Allen Byrne
fad3139684
[svn-r22247] Added new files and tests to CMakeLists.txt
...
Tested: local linux
2012-04-04 13:01:29 -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
215c872226
[svn-r21256] Add libinfo and test to cmake - JIRA 1243
...
Tested: local linux
2011-08-18 15:59:00 -05:00
Allen Byrne
a38f1a2075
[svn-r21163] Remove test library from export list
...
Tested: local linux
2011-08-01 14:25:35 -05:00
Allen Byrne
ecaf2df9e4
[svn-r21078] Update test script to remove generated test files per test rather then in one group. Discovered from public 1.8 CDash reports.
2011-07-08 11:45:07 -05:00
Raymond Lu
4df63636e3
[svn-r21017] This is a follow-up checkin for r21015 (bug fix for Issue 2598). I added two minor changes: 1. put the output file for
...
vfd.c test in the list for cleanup in Makefile.am; 2. put the data file in the list in CMakeLists.txt.
Tested on jam - simple change.
2011-06-22 15:05:17 -05:00
Allen Byrne
40d8ea446b
[svn-r20942] Add filter_error.h5 test file to list - used by error_test test.
2011-06-07 10:34:21 -05:00
Allen Byrne
aee3e0b047
[svn-r20856] Remove vms_data.hr reference from CMakeLists.txt and update MANIFEST
2011-05-18 08:50:22 -05:00
Allen Byrne
baba8a3d59
[svn-r20438] Fix typo in lib name for mingw
2011-04-07 16:12:36 -05:00
Allen Byrne
3cba2b092f
[svn-r20433] Implement MinGW changes to CMake configuration
...
Tested: local linux
2011-04-07 13:07:41 -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
5d320f5c89
[svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunk
2011-02-22 09:55:04 -05:00
Neil Fortner
0863d30372
[svn-r20064] Purpose: Implement external file cache
...
Description:
Implements a cache of files opened through external links. Adds the public
functions H5Pset_elink_file_cache_size(), H5Pget_elink_file_cache_size(), and
H5Frelease_file_cache().
Tested: jam, amani, heiwa (h5committest), fedora 64.
2011-02-08 12:32:56 -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
186d01285a
[svn-r19790] CMake: Correct Error tests. Add Deprecated Symbols option.
...
Tested: local linux
2010-11-16 11:38:40 -05:00
Allen Byrne
cd7057b21c
[svn-r19782] Fix CMake testing for links_env test which requires an environment variable at test run-time. Modified runTest.cmake file to allow optional ENV_VAR and ENV_VALUE to be passed. runTest.cmake requires a reference file, added links_env.out to testfiles folder.
...
Also updated root CMakeLists.txt to output a message when unsopported options are configured with the PARALLEL option. CMake will still generate files.
Tested: windows and local linux
2010-11-15 11:35:29 -05:00
Vailin Choi
0c589bf7b5
[svn-r19781] Fix for bug #1930 :
...
1) Move the test for H5D_EXT_PREFIX in links.c to a separate file: links_env.c
2) links_env.c will be used by testlinks_env.sh to test for the environmental
variable H5D_EXT_PREFIX in searching for the external linked file.
2010-11-14 23:04:28 -05:00
Allen Byrne
2b0d8d59ae
[svn-r19706] Added VFD test options.
...
Bring r19705 from branch
2010-11-01 17:10:50 -05:00
Allen Byrne
a960b232c1
[svn-r19702] Removed special fheap timeout - replaced by timeout set in CTestConfig.ctest
...
Added MemCheck Ignore tests for repeated tools tests
Added Debug flag for windows
2010-11-01 10:57:03 -05:00
Allen Byrne
9e2fff4540
[svn-r19650] Put back deleted library check in configure.
...
Remove shared library check around ws2_32.lib linking in test library. Issue on windows static builds.
Tested: windows
2010-10-20 11:41:39 -05:00
Mike McGreevy
c002883bcc
[svn-r19617] Purpose:
...
Merge accum_tests branch back to the trunk.
Description:
Changes consist of addition of tests for H5Faccum.c source code,
as well as some fixes that address some discovered bugs in the
metadata accumulator on several corner cases.
Tested:
h5committested
2010-10-15 14:16:41 -05:00
Allen Byrne
1f2c4afe77
[svn-r19527] Add clear generated objects commands to test blocks.
...
Add configurefile command to copy CTestCustom to build folder.
Tested: local linux
2010-10-06 15:49:54 -05:00
Allen Byrne
342ce6b589
[svn-r19509] Improve CMake support for CYGWIN.
...
Correct script comment in testh5diff.sh
Tested: Windows Cygwin
2010-10-04 16:36:27 -05:00
Allen Byrne
937cfb0c26
[svn-r19458] Add CMake tests for check-vfd; includes new vfdTest.cmake script and OPTION HDF5_TEST_VFD
...
Tested: local linux
2010-09-21 12:22:43 -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
8a10a5f695
[svn-r19331] Correct list of h5 files needed for tests
2010-09-01 09:43:40 -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
Neil Fortner
9a8c8887ab
[svn-r19083] Add gen_sizes_lheap to CMakeLists.txt.
...
Tested: none
2010-07-16 16:44:15 -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
Mike McGreevy
60ecd356b2
[svn-r19005] Purpose:
...
Commit metadata tagging framework.
Description:
This check-in contains a new framework whose goal is to apply
a tag value to each new entry in the metadata cache as it is created.
This tag value is such that it relates each piece of metadata to the
HDF5 object that it belongs to (dataset, group, et cetera).
This changeset includes the framework that applies the tags as
well as a suite of tests to verify correct tag application, though does
not yet make use of the tag values to flush/evict individual objects.
Please refer to the "flush/evict individual objects" RFC for further
discussion of these changes.
Tested:
jam, amani, linew (h5committest)
liberty, abe, blue print
2010-06-15 15:00:22 -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