Network

 
AuthorCommitMessageCommit Date
Larry KnoxLarry Knox
7ef58b04fcfM[svn-r19218] Merge hdf5_1_8 branch -r 19037:19217 to hdf5_1_8_cmake branch.
Allen ByrneAllen Byrne
01dc8443239[svn-r19210] Added tests that subdirectories exist before using ADD_SUBDIRECTORY CMake command Added cache set command for default install prefix Tested: local linux
Allen ByrneAllen Byrne
59e019e7e8d[svn-r19209] Correct line endings
John BiddiscombeJohn Biddiscombe
a58e5faf1e5[svn-r19206] 1) Fix CMakelists after cmake scripts/tools moved from Resources to config/CMakeLists.txt 2) Fix the documentation about paraview use of hdf5 as a sub-project 3) Remove an obsolete target include check variable 4) Fixes from Brad to correct the install location for standard FindPackage use
Allen ByrneAllen Byrne
3002ddf302b[svn-r19197] Update CMake files to latest from branch
John BiddiscombeJohn Biddiscombe
68a812680ee[svn-r19192] Add support for 'reduced' distribution of src only Cmake now has check for IF(EXISTS dir1/dir2/etc ... If the tests/examples/tools directories are not present, options for them are not exposed and the subdirectories are not added. ParaView can now use just the src and root directories and pulls in far fewer files.
Larry KnoxLarry Knox
4896cd36fa7M[svn-r19038] Merge hdf5_1_8 branch -r 19029:19036 to hdf5_1_8_cmake branch.
Larry KnoxLarry Knox
a6805cd506cM[svn-r19030] Merge hdf5_1_8 branch -r 19011:19029 to hdf5_1_8_cmake branch.
Larry KnoxLarry Knox
515147ac23eM[svn-r19012] Merge hdf5_1_8 branch -r 18988:19011 to hdf5_1_8_cmake branch.
John BiddiscombeJohn Biddiscombe
289ba3beaaf[svn-r18995] Fix one last cmake-config file path error
John BiddiscombeJohn Biddiscombe
57f4ff64a73[svn-r18994] FindHDF5 was using lib/lib twice and not synced to the config
John BiddiscombeJohn Biddiscombe
b4e80de18cd[svn-r18993] Improve the generation of Hdf5-config. Add setup/config cmake files which can be used to pick up hdf5 either from the build directory, or from the install directory. Put back dependency for fortran build.
Larry KnoxLarry Knox
b44ae9fa6ccM[svn-r18989] Merge hdf5_1_8 branch -r 18972:18988 to hdf5_1_8_cmake branch.
John BiddiscombeJohn Biddiscombe
fd7698531f7[svn-r18983] Remove unused LIBPOSTFIX variable. Set Target name to core name, if external project adds a prefix, use the same target name, but change the actual generated library name. This makes it much easier to use hdf5 as a subproject of another project since the names of targets are always the same.
John BiddiscombeJohn Biddiscombe
93ed15cb086[svn-r18982] for setting compiler flags, use IF (CMAKE_COMPILER_IS_GNUCC) instead of IF(NOT WIN32)
John BiddiscombeJohn Biddiscombe
681a03619f0[svn-r18981] Even on non win32 systems compiling apps against an installed hdf5 pulls in H5win32defs.h, so add it to install for H5_PRIVATE_HEADERS
John BiddiscombeJohn Biddiscombe
56bcb087f69[svn-r18980] The ${BUILD_TYPE} directory for fortran module install needs to be escaped, so it is expanded only at install time and not build time.
Larry KnoxLarry Knox
b1f99560109M[svn-r18973] Merge hdf5_1_8 branch -r18899:18972 to hdf5_1_8_cmake branch.
Larry KnoxLarry Knox
2094665a19bM[svn-r18899] Merge hdf5_1_8 branch to hdf5_1_8_cmake branch.
Larry KnoxLarry Knox
320675af76cM[svn-r18782] Copy hdf5_1_8 branch to recreate hdf5_1_8_cmake branch.
Allen ByrneAllen Byrne
9cebd8bfa60[svn-r18778] Corrected source file list
Allen ByrneAllen Byrne
02fa47f4ef3[svn-r18771] Added h5dump tests - tbin tests implemented diff and import tests. Tested: local linux
Allen ByrneAllen Byrne
8641c9213c2[svn-r18770] Corrected h5dump test failures - extlinks needed another reference file copied. - tbin tests needed to adjust the output path; no subfolder - tbin tests still need to implement diff and import tests. Tested: local linux
Allen ByrneAllen Byrne
81aec05e09e[svn-r18767] Updated with packed bits option. Added h5dump test suite. Corrected typo.
Allen ByrneAllen Byrne
e4ff91b1035[svn-r18756] Change expected result of test depending if szip is enabled.
Allen ByrneAllen Byrne
8d3aa48640b[svn-r18755] Corrected typo
Allen ByrneAllen Byrne
4a8abcbe513[svn-r18754] Corrected copy of test 102 reference
Allen ByrneAllen Byrne
609375c6159[svn-r18753] Changed h5dump-tgroup1 test to expect EXIT_FAILURE. Added windows version of two h5diff reference files to account for difference in notation output on windows. Tested: Windows and linux
Allen ByrneAllen Byrne
eec260d9b39[svn-r18752] Added correct repart tests. Tested: local linux
Allen ByrneAllen Byrne
306494e9e06[svn-r18751] Corrected setting of variable "INFO_FILE" Tested: local linux
Allen ByrneAllen Byrne
9148f4828d2[svn-r18750] Updated script to append the stderr capture to the stdout file before comparing to reference file. This works around the issue of H5LS tests (usage) and the one H5DIFF test (600) Tested: Windows and linux
Allen ByrneAllen Byrne
2f3a4ef0178[svn-r18742] Update issues in CMake text file and correct typo in windows header.
Allen ByrneAllen Byrne
14f135919c8[svn-r18736] Update correct library dependencies
Allen ByrneAllen Byrne
568e6bdd4f9[svn-r18735] Correct dll export/import type on new function
Allen ByrneAllen Byrne
d9e5d072f8a[svn-r18734] Update correct library dependencies
Allen ByrneAllen Byrne
25329367688[svn-r18733] On windows add inclusion of hdf5_fortrandll.def file into link of fortran library
Allen ByrneAllen Byrne
82af2190cbc[svn-r18732] On windows read and write test reference files copy to add correct line endings
Allen ByrneAllen Byrne
b352d59f0c8[svn-r18730] Correct Windows dll export/import reverted after merge
Allen ByrneAllen Byrne
bf3059af5a4[svn-r18729] added legacy naming option. moved windows dll naming to H%_LIB_OPTION macro
Allen ByrneAllen Byrne
3db9943217f[svn-r18712] Added change for Large File support from change to configure. Separated stderr and stdout in test script, still need to deal with line ending issue on windows. Tested: Windows, linux
Larry KnoxLarry Knox
abbffa2fbde[svn-r18705] Merge hfd5_1_8 changes -r 18604:18703 to hdf5_1_8_cmake branch. Tested on jam.
Allen ByrneAllen Byrne
ffa9a3d2e08[svn-r18700] Correct target typo
Allen ByrneAllen Byrne
4982d928b2b[svn-r18699] Add back fortran dll export preprocessor tags
Allen ByrneAllen Byrne
e3b099c7156[svn-r18698] Correct fortran subsystem choice for fortran shared libs on windows. Apply link flags only to windows dll versions of fortran programs/libs
Allen ByrneAllen Byrne
d7aa89eabaf[svn-r18697] Correct fortran subsystem choice for fortran shared libs on windows. Synchronize all fortran CMakeLists.txt files
Allen ByrneAllen Byrne
feb9f68581e[svn-r18695] Corrected fortran shared lib compile flags and added fortran language commands in the mixed projects Added h5detect configure checks
Allen ByrneAllen Byrne
870df2a5eb0[svn-r18674] Change remove file calls to ADD_TEST() process. This insures the files are deleted before testing.
Allen ByrneAllen Byrne
f23989ec1d7[svn-r18673] Corrected expected result for nosuchfile test
Allen ByrneAllen Byrne
1c82706dff1[svn-r18624] Corrected missing ADD_TEST command params NAME and COMMAND
Allen ByrneAllen Byrne
6c7e847a5f4[svn-r18623] Corrected tools tests and updated ADD_TEST executable names