HDF5VOL
  1. HDF5VOL

REST

Public

Network

 
AuthorCommitMessageCommit Date
Jordan HendersonJordan Henderson
71132c1416cCreate examples dir if it doesn't already exist
Jordan HendersonJordan Henderson
9e18262069fUpdates to finalize README for now
Jordan HendersonJordan Henderson
d6243421fecHave autotools require presence of libcurl and libyajl
Jordan HendersonJordan Henderson
78ad8cbbdb5Remove testh5cc.sh.in from configure.ac Put rest_vol_config.h in correct place for CMake CPack
Jordan HendersonJordan Henderson
577eb246df4Silence a compiler warning about a cast
Jordan HendersonJordan Henderson
487753cf55aAdd in linking for cURL and YAJL Add custom FindYAJL.cmake Correct error in test linking Add #include for stdlib.h to examples to use getenv Correct EXPORT dependency error
Jordan HendersonJordan Henderson
fab5b06205eResolve linking error in CMake Updates for building the REST VOL tests in CMake Add CMake option to disable building of examples
Jordan HendersonJordan Henderson
35b257a4336Include REST VOL public header in all examples
Jordan HendersonJordan Henderson
f371749cae0Update examples to use rv_ prefix and avoid name collision
Jordan HendersonJordan Henderson
8d4b2437ef6Remove two unneccessary files
Jordan HendersonJordan Henderson
e39582cc67fUpdates to autotools for examples Correctly set REST VOL plugin's version in autotools
Jordan HendersonJordan Henderson
9ea72ca1bcfAdd in missing examples folder from a previous commit Add in autotools conditional for tests Updates to CMake
Jordan HendersonJordan Henderson
61432533832Updates for linking in dependencies and building shared libraries Remove duplication of H5_ prefixed macros in REST VOL config header
Jordan HendersonJordan Henderson
bf56c132c21Updates to rest_vol.c to make the compilers happy
Jordan HendersonJordan Henderson
89660be4847Add build target and dependencies for REST VOL
Jordan HendersonJordan Henderson
055e195d270Reset examples folder in included HDF5 distribution Add examples to extra folder in project for build compatibility Add autotools configure.ac options for building examples and tools
Jordan HendersonJordan Henderson
ce5081e57d7Update to CMakeLists.txt to build tests
Jordan HendersonJordan Henderson
ed4b9b4569cUpdates to CMake Modify CMake variable prefixes to REST VOL to match project name
Jordan HendersonJordan Henderson
934ee9a1da1Generate librestvol.settings file in autotools and CMake Add some extra config files for CMake Updates for CMake
Jordan HendersonJordan Henderson
6f9df2de5f4Add CMakeLists.txt for src and test dirs
Jordan HendersonJordan Henderson
1e9e26777f1Split up REST VOL source into logical folders
Jordan HendersonJordan Henderson
e239ffabf57Updates to CMake
Jordan HendersonJordan Henderson
02cacca0947Add in CMake variables for plugin debugging
Jordan HendersonJordan Henderson
cdf62a7ffd2Add incomplete template config header file for CMake
Jordan HendersonJordan Henderson
2d392a74b81Updates to CMakeLists.txt Add HDF5-like macro renaming scheme to configure.ac Distribute rest_vol_config.h with build
Jordan HendersonJordan Henderson
0ecbabd7fccUpdates to the README for autotools builds
Jordan HendersonJordan Henderson
624c037c457Updates to allow user to specify cURL and YAJL directories Only depend on cURL and YAJL in REST VOL's private header
Jordan HendersonJordan Henderson
e97a4baf86fRemove whitespace
Jordan HendersonJordan Henderson
4bfebcc872fAdd ability to have user specify pre-built HDF5 location
Jordan HendersonJordan Henderson
192fd1d7afdDisable cyclic link test for now
Jordan HendersonJordan Henderson
78863e93be6Add ability to enable REST VOL debugging through use of build_vol.sh script
Jordan HendersonJordan Henderson
971b3e602a4Remove usage of MIN macro
Jordan HendersonJordan Henderson
3a884aaff2eWhen included from public header, File access flags can't be switched on Include REST VOL config header in appropriate places
Jordan HendersonJordan Henderson
e71b42c300eMore HDF5 cruft removed Find cURL before building
Jordan HendersonJordan Henderson
e55c82e0e46Remove some unused HDF5 cruft
Jordan HendersonJordan Henderson
90b23cc7775Copy over base CMake files from HDF5 source
Jordan HendersonJordan Henderson
6e144897d07No Shell commands used in Makefile
Jordan HendersonJordan Henderson
a91e473ac61Allow build_vol.sh to pick the install prefix
Jordan HendersonJordan Henderson
3bb33808bc5Remove usage of unneccessary flags
Jordan HendersonJordan Henderson
7bd4513a95bAdd configure.ac options for plugin debugging, cURL debugging and REST VOL memory tracking
Jordan HendersonJordan Henderson
0216eb21c7fStart over with configure.ac from scratch
Jordan HendersonJordan Henderson
4d173dbda38Minor text update
Jordan HendersonJordan Henderson
879a60a864cTidy up output from build_vol.sh
Jordan HendersonJordan Henderson
24d52ae324cBuild LIB then TESTS for make all
Jordan HendersonJordan Henderson
c617f205a2eSmall updates to autotools
Jordan HendersonJordan Henderson
c98dc1b03f1Depend on rest_vol_config.h only in the private header file
Jordan HendersonJordan Henderson
5f139012aeeAdd RV_ prefix to all debugging macros to prevent collisions
Jordan HendersonJordan Henderson
739330483caUpdates to build system for autotools
Jordan HendersonJordan Henderson
a99c478fa12Create script to build HDF5 and REST VOL at once with autotools
Jordan HendersonJordan Henderson
f4d0e5c1762Add initial COPYING file to be updated later