summaryrefslogtreecommitdiffstats
path: root/test/external_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Hdf5 1 10 Update license url (#403)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* Source formattedAllen Byrne2020-10-011-25/+24
|
* Even more normalization with developDana Robinson2020-08-151-1/+1
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-2/+2
|
* Changed the external files to a directory (extern_env_dir) to avoid possible ↵Songyu Lu2019-08-021-2/+2
| | | | conflict in daily test on jelly.
* 1. Updated the commands for compiling two new tests (external_env.c and ↵Songyu Lu2019-07-291-3/+9
| | | | | | vds_env.c). 2. Changed the data file names for external.c and external_env.c to avoid potential name conflict.
* HDFFV-10658: setting and getting properties in API context. Porting the ↵Songyu Lu2019-07-261-0/+121
changes to the develop branch into the 1.10 branch: mainly the external file prefix and VDS prefix.