HDFEOS
  1. HDFEOS

h4h5tools

Public

Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
350918eff1cRemove unused ext lib option
Allen ByrneAllen Byrne
7250c73518aCleanup indentation
Allen ByrneAllen Byrne
b07038f5726Correct the name of the OPTION to allow external libraries to be imported for building in the packaging section.
Allen ByrneAllen Byrne
9c709705bc2Updated windows docs for 2.2.0
Allen ByrneAllen Byrne
96f8ffb6692Correct name of PACKAGE_EXTLIBS variable
Allen ByrneAllen Byrne
8a022c7afbbAdjust CPack configuration location by removing version extension in folder name. Add install configuration commands if ext libs are packaged with project.
Allen ByrneAllen Byrne
668e0086676Correct state of EXTERNALLY_CONFIGURED when using EXTERNAL_PROJECT for extlibs. Switch to JPEG8b in caccheinit.cmake. Correct typo in CPack command.
Allen ByrneAllen Byrne
522cf66bc5bAdd CPack commands to properly include extlibs into package Tested: windows
Allen ByrneAllen Byrne
8478a4c4487Add Using_CMake.txt file to docs and install
Allen ByrneAllen Byrne
c031d685f7eCorrect install path variable
Allen ByrneAllen Byrne
f71578632dfCorrect typo for mfhdf library on windows
Allen ByrneAllen Byrne
5bdc7eb6d35Library lists need to be seperated by ; not space
Allen ByrneAllen Byrne
0f457be7023Correct lib name in macro setting properties of ext libs
Allen ByrneAllen Byrne
598e2f266ddRefactor ext lib import and install. Add SOVERSION for linux
Allen ByrneAllen Byrne
f30121e7f20Remove extraneous memcheck parameters
Allen ByrneAllen Byrne
791ef33f14aAdd CPack overrides for NSIS install paths. Install for products are: HDF Group/Product/Version
Allen ByrneAllen Byrne
a2c8c5d4cbaAdd missing library suffix to ext lib install list
Allen ByrneAllen Byrne
0e72485b322On windows, the hdf4 and hdf5 external_project_add commands need the -DBLDTYPE:STRING=${BLDTYPE} added.
Allen ByrneAllen Byrne
901194033ebOn windows the ext libs did not work for cpack process. Changed ext lib handling to get the correct path. Needs more work to remove the the pre-install copying.
Allen ByrneAllen Byrne
410c172736brevert install command for External library builds - copy of lib fails if permission to install location is denied. Does not affect build otherwise.
Allen ByrneAllen Byrne
93e05c0c252Add missing cmake_install_prefix to external projects
Allen ByrneAllen Byrne
0c44530ec8cFix handling of ext libs Windows naming for External_Project builds of "Debug" builds.
Allen ByrneAllen Byrne
6b492cef8cfCorrect typo in macro parameter Tested: local linux
Allen ByrneAllen Byrne
8fe5e1ec339ExternalProject_ADD calls changed to use common project output folders for external projects. This eliminates the library copy commands, which were failing on windows. Tested: local linux
Allen ByrneAllen Byrne
32b6182d4d5Remove incorrect DEBUG define added by CMake debug mode.
Allen ByrneAllen Byrne
1813d3171f0Copy the input file per test and correct command line of lib/test tests Tested: local linux
Allen ByrneAllen Byrne
556173a8370Correct external project macros for hdf4 and hdf5
Allen ByrneAllen Byrne
c323097ccb4Update CMake version to 2.8.4
Allen ByrneAllen Byrne
b42e13f54baAdd HDFGroup to PACKAGE_NAME, as parent folder name for CPack installation configuration.
Allen ByrneAllen Byrne
0e8717ebb27Generalize HDF options names from HDFJAVA to HDF. This allows the use of standardized macros. Tested: local linux
Allen ByrneAllen Byrne
abe57529e47Add loop through HDF4 libs for windows dll packaging
Allen ByrneAllen Byrne
6e543611422Update macros to correct errors found on windows
Allen ByrneAllen Byrne
b903750d264Update macros to correct errors found on windows
Allen ByrneAllen Byrne
4b45135494fRemove uneeded macro parameter
Allen ByrneAllen Byrne
677135642dbCorrect IF statement
Allen ByrneAllen Byrne
993945ce7a7Add ext lib external project build macros
Allen ByrneAllen Byrne
b4d03a86228On windows the name of static zlib library is dependent on the use of HDF_LEGACY_NAMING value when built from SVN/TGZ source.
Allen ByrneAllen Byrne
4b3fe55dcf2Change Name of Legacy naming option
Allen ByrneAllen Byrne
243b9e3dfcaNeed to indicate correct visibility macro for HDF4 and HDF5 Tested: windows
Allen ByrneAllen Byrne
f8be90f815bAdded USING_Windows.txt
Allen ByrneAllen Byrne
996e528e9f3Add test properties cmake commands and fix FINDHDF4.cmake to only look for xdr on windows. Tested: local linux with hdf4.2.5 and hdf5 1.8.6
Frank BakerFrank Baker
2903f0e050bDescription: Update copyright dates to include 2011.
Frank BakerFrank Baker
7b7295a11c3Description: Update copyright dates to include 2011.
Allen ByrneAllen Byrne
2356f021877Change h5diff option to verbose (-v) so that information shows up in CDash Tested: local linux
Allen ByrneAllen Byrne
1687a545522Change use of variable to allow a SITE name to be defined, to using it to extend the build name used in reporting to CDash
Allen ByrneAllen Byrne
3317e1a8702Add variable to allow a SITE name to be defined
Allen ByrneAllen Byrne
1b3a2b1e731Change TGZ_PATH used to external HDF4/5 requests to use project value Tested: local linux
Allen ByrneAllen Byrne
a2bfa159cd3Added ability to use compressed file for external libraries Tested: local linux
Albert ChengAlbert Cheng
bfb5102f10aUpdate RELEASE.txt with the fix of exit status.
Albert ChengAlbert Cheng
d63ca10b7b0Purpose: Updated all the exit status to if succeeded, EXIT_SUCCESS(0); otherwise EXIT_FAILURE(1). Tested: jam