JPSS
  1. JPSS

HL_NPOESS

Public

Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
2b96a4d1e73Correct library links
Allen ByrneAllen Byrne
de16e7b8bf7Added dynamic api decoration header for linking on windows. Lowercase cmake commands. Fixed custom commands
Allen ByrneAllen Byrne
ba7da7e77c2correct add_custom_command warnings
Frank BakerFrank Baker
d488cc36212Description: Copyright dates updated to include 2014.
Scot BreitenfeldScot Breitenfeld
d627c3e9eddmoved declaration for rdata earlier in the code, fix for windows.
Scot BreitenfeldScot Breitenfeld
1b20decebcfAdded check for if HDF5 was build with Fortran and Fortran2003.
Scot BreitenfeldScot Breitenfeld
535982e5ae1Update MANIFEST with new cmake/cdash files
Scot BreitenfeldScot Breitenfeld
0ba3ed7a241Moved file to cmake subdirectory.
Scot BreitenfeldScot Breitenfeld
c267b8843a3Cleaned-up CMake files used for CDash.
Scot BreitenfeldScot Breitenfeld
e2f01538cecModified and added files for testing using CDash on windows.
Scot BreitenfeldScot Breitenfeld
689d803b984Initial import of cmake default cache file.
Scot BreitenfeldScot Breitenfeld
527620a5560Added files for CDash.
Scot BreitenfeldScot Breitenfeld
92d84f1b4d0Added build scripts for windows and cmake.
Scot BreitenfeldScot Breitenfeld
4823943a201Setup for Cdash.
Scot BreitenfeldScot Breitenfeld
25a8565ecf4Removed the unix system call 'rm', which failed on windows. Instead, the file contents are erased using fopen.
Scot BreitenfeldScot Breitenfeld
de44b47e3f8Made H5Rdereference compatible with HDF5 1.8 and trunk. Tested: jam (gnu) 1.8 branch with: configure --enable-fortran --enable-fortran2003 trunk with: configure --enable-fortran --enable-fortran2003 --with-default-api-version=v18 configure --enable-fortran --enable-fortran2003
Scot BreitenfeldScot Breitenfeld
fd8b6beb7c6Disabled making the library in the source directory when using cmake.
Scot BreitenfeldScot Breitenfeld
27a3b9ecaaeModified chkmanifest to ignore missing files pulled from an external svn repository, which in this case is cmake_ext_mod. Fixed return error code.
Scot BreitenfeldScot Breitenfeld
c82dec99496fixed typo
Scot BreitenfeldScot Breitenfeld
bbeec674fa4Restructed the test files used in regression testing to work with both make and cmake. Tested: jam (make and cmake)
Scot BreitenfeldScot Breitenfeld
5a6271dbd21Fixed example regression tests with cmake. Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
2867520b56cadded more comments to the code
Scot BreitenfeldScot Breitenfeld
0d391e0c59fRemoved extraneous output from the reference test output files for easier comparisions in the regression tests. This matches what was done for cmake.
Scot BreitenfeldScot Breitenfeld
d875962ccb7Removed extraneous output from the reference test output files for easier comparisions in the regression tests.
Scot BreitenfeldScot Breitenfeld
3f8fd1e106cUpdated the CMakeList.txt files to use the common cmake files from an external repository. Updated the manifest.
Scot BreitenfeldScot Breitenfeld
70e28f7b961Added svn external property pointing to: https://svn.hdfgroup.uiuc.edu/conf_cmake/trunk/cmake_ext_mod for common cmake external files.
Scot BreitenfeldScot Breitenfeld
fb835a3c581Added config dir back.
Scot BreitenfeldScot Breitenfeld
12b7d98d878More cmake changes.
Scot BreitenfeldScot Breitenfeld
9e2082a4cd5reverted changes
Scot BreitenfeldScot Breitenfeld
adc024d90b3more cmake_config changes
Scot BreitenfeldScot Breitenfeld
c0fd4ec0bd4cmake changes
Scot BreitenfeldScot Breitenfeld
4ab9448b9b7Removed common CMake files.
Scot BreitenfeldScot Breitenfeld
f8d89c91eccRemoved common cmake files.
Scot BreitenfeldScot Breitenfeld
6e4c3f626ebAdded comparison test files for ctest. Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
ccc56282590Added Ctest.
Scot BreitenfeldScot Breitenfeld
3e879cc05c0Corrected an exit code error which indicated a failure when the example actually succeeds. Tested: jam
Scot BreitenfeldScot Breitenfeld
ee406061a12Added Ctest for the test programs in the C 'test' directory. Tested: jam
Scot BreitenfeldScot Breitenfeld
99bbee7fc30Minor code clean-up.
Scot BreitenfeldScot Breitenfeld
431a2615b90Fixed problems with multiple definitions of H5_MY_PKG_ERR, the definition is provided by in the included header files. Tested: jam (intel + make) and jam (gcc + cmake)
Scot BreitenfeldScot Breitenfeld
3664ab51287testing config file for Ctest and Cdash
Scot BreitenfeldScot Breitenfeld
6130ba19934Undid changes to the .h5 files from the previous check-in.
Scot BreitenfeldScot Breitenfeld
99002b99c64reverted H5_MY_PKG_INIT changes due to failures with intel compilers
Scot BreitenfeldScot Breitenfeld
7a9a3e8c199fixed MANIFEST entries
Scot BreitenfeldScot Breitenfeld
f7d15ba8624Initial implementation of Cmake to build the HL JPSS library, lacks testing on windows and cmake tests need to be added for both C and Fortran. Tested: jam (gcc)
Scot BreitenfeldScot Breitenfeld
54d4aa87f77H5_MY_PKG_ERR caused duplicate definitions in the library when built with cmake, renamed the definition to H5_MY_PKG_ERR_LR since it is also defined in hl_region_H5LT
Scot BreitenfeldScot Breitenfeld
6c7ee74a07fdefine H5E_HL caused cmake to find duplicate instances when compiler a program, removed the definition.
Scot BreitenfeldScot Breitenfeld
3c70bb41589stopped exporting external function from private header
Scot BreitenfeldScot Breitenfeld
d99e74724c1Clarified the Fortran requirements for the HDF5 library.
Scot BreitenfeldScot Breitenfeld
235cd8f2f7frestored .h5 files
Scot BreitenfeldScot Breitenfeld
86ccc5d9469Fixed fortran bug with hdf5 being compiled with -i8. Changed the definition of the region reference to be compatible with C. Now requires --enable-fortran2003 when the hdf5 library is built. tested: jam (gnu) koala (intel)