HDFEOS
  1. HDFEOS

h4h5tools

Public

Network

 
AuthorCommitMessageCommit Date
Mark EvansMark Evans
adfbe46d4e7Fixed some typos (commas, capitalization).
Allen ByrneAllen Byrne
eeef1132c3cCorrect hdf5 library name reference.
Allen ByrneAllen Byrne
be3d9593794Correct Manifest and spelling of windows file.
Allen ByrneAllen Byrne
451a18d255cUpdated cmake build files and release docs to latest cmake conventions. Tested: local linux
Allen ByrneAllen Byrne
d5c86c030daRemove COMPILE_FLAGS value - already set in X_FLAGS Remove windows folder
Allen ByrneAllen Byrne
71b3fb962ffRemove ignored FLAGS options for VS platforms.
Allen ByrneAllen Byrne
5da2b774074HDFFV-8461: Add Windows /MT support This adds the UserMacros.cmake support needed.
Allen ByrneAllen Byrne
6f2628c703aOnly do line by line compare if compare files fail.
Allen ByrneAllen Byrne
e79505f3be4Update CPack to 2.8.10, update compare section
Allen ByrneAllen Byrne
88b50867469Correct cmake statement to use SET instead of ADD_DEFINITIONS
Allen ByrneAllen Byrne
34013a1789cHDFFV-8202: Add diff display to cmake output on error. Merged changes from hdf5 trunk runTest.cmake.
Allen ByrneAllen Byrne
ef307df0634Allow second find_package call for legacy libraries (not cmake-configured)
Allen ByrneAllen Byrne
c38a84e6a8cAdd package extension option to find_package call
Allen ByrneAllen Byrne
9ec0aff421cInternal builds are building libs not using
Allen ByrneAllen Byrne
281f4ea9ab7Internal builds needs to set definitions
Allen ByrneAllen Byrne
0b598e92015Synch include folders
Muqun YangMuqun Yang
acf2840e9be update a help message, no need to test
Allen ByrneAllen Byrne
f8faff8e029Rename file
Allen ByrneAllen Byrne
d90940dec40Remove misplaced command
Allen ByrneAllen Byrne
d665d90a289CMake packaging updates follows HDF4 and HDF5Trunk
Muqun YangMuqun Yang
ca62439bb28Add the two new tests
Muqun YangMuqun Yang
2e1ed9e6f62Adding three new files for the support of fixed-size string in an HDF4 compound datatype, updating MANIFEST and RELEASE.txt
Muqun YangMuqun Yang
dced998b262H5toh4 conversion tool: adding more a testing file and the expected ouputs for fixed-size string in a compound datatype
Muqun YangMuqun Yang
0ff9075f363 Add the support of mapping HDF5 fixed-size string type to HDF4 when a member type inside an HDF5 compound datatype is a fixed-size string, this addresses the jira ticket https://jira.hdfgroup.uiuc.edu/browse/HFRHFVTOOLS-76, a new test file is also added
Allen ByrneAllen Byrne
4bf689dceb7Change CPACK_PACKAGE_VENDOR to HDF_Group with underscore.
Allen ByrneAllen Byrne
7612b95801bMinGW Flags need to use dash set WINSOCK2_H do not test for endianess Tested: windows 32 minGW
Allen ByrneAllen Byrne
553465a0450Correct windows only build VAR Name
Allen ByrneAllen Byrne
3138c3ee837Add missing MINGW assignment
Allen ByrneAllen Byrne
7aceca253d1Correct Test file functions
Allen ByrneAllen Byrne
4ac9cecafdfSynchronize cmake config files to configure. Using lessons learned in HDF5. Also add windows PDB support for RELWITHDEBINFO builds. Tested: local linux
Allen ByrneAllen Byrne
6f999bca803Missing ${TEST_FOLDER} path component in test script
Allen ByrneAllen Byrne
a26bcd8fdafreduce compiler warnings reported by CDash for non-critical issues
Allen ByrneAllen Byrne
7430f01c3b0do not need warnings from utility program.
Allen ByrneAllen Byrne
a7588c65d6freplace C++ style comments
Allen ByrneAllen Byrne
af78cc29df2Clear up examples vs applications instances and add minimum file.
Hyo-Kyung LeeHyo-Kyung Lee
cb4507c8ed1Changed C++ style comment to C style for Mac OS X.
Allen ByrneAllen Byrne
053ee1cf377Update MINGW configuration (MinGW is Windows except for some issues)
Allen ByrneAllen Byrne
0cd9295653eUpdate MINGW configuration
Albert ChengAlbert Cheng
0d16ffb5cd6Post v2.2.1 cleanup. release_docs/HISTORY.txt: Archive v2.2.1 RELEASE.txt. release_docs/RELEASE.txt: configure.ac: README.txt: Post v2.2.1 cleanup. Reset for next release. configure: Generated by autoconf. Makefile.in: utils/Makefile.in: utils/h4toh5/Makefile.in: utils/h5toh4/Makefile.in: lib/test/Makefile.in: lib/Makefile.in: lib/src/Makefile.in: lib/examples/Makefile.in: aclocal.m4: v2.2.1 release generated these by wrong version of automake tool. bin/reconfiure reset...
Albert ChengAlbert Cheng
1f9d1d37120Entered the known problem and solution of the missing -lm.
Allen ByrneAllen Byrne
42220855a61Added known problem with linking to non-CMake built hdf5 library on windows.
Albert ChengAlbert Cheng
fbcde03455cUpdated the information for formal release v2.2.1. Tested: koala
Albert ChengAlbert Cheng
7dc984dabc1Updated the information for formal release v2.2.1. Tested: koala
Muqun YangMuqun Yang
aafa961d5edFinal touch up the documents on how to convert HDF-EOS2 to netCDF-4.
Allen ByrneAllen Byrne
b73141bc245Add ignore default lib instruction
Allen ByrneAllen Byrne
35a7b4e0b6cUpdate hdf4 library version
Muqun YangMuqun Yang
acfd998a5e6Add bug fix information
Frank BakerFrank Baker
a564eb4822fDescription: Addd note that 'h4toh5' and 'h5toh4' reference manual entries have been added.
Albert ChengAlbert Cheng
1705e756e26Add PPC64 to the list of platforms tested.
Albert ChengAlbert Cheng
7e2c7e17674H4TOH5_LIBVER_RELEASE was left as 0 by mistake. Corrected to 1 to prepare for v2.2.1 release.