Edward Hartnett
2682ffd68d
improved docs for cache functions, added libhdf5/hdf5cache.c to Doxyfile.in, added benchmark program for cache settings
2019-11-25 16:33:04 -07:00
Ward Fisher
fe5614e184
Merge pull request #1535 from Unidata/v4.7.3-wellspring.wif
...
v4.7.4 Development Branch upstream from 4.7.3
2019-11-22 15:45:08 -07:00
Ward Fisher
bef8e2d39d
Updated one of the static software pages.
2019-11-21 14:18:10 -07:00
Ward Fisher
5923a747aa
Corrects a version typo.
2019-11-20 16:59:18 -07:00
Ward Fisher
695d84bb28
Merge branch 'bugfix/issue-1533' of https://github.com/kprussing/netcdf-c into v4.7.3-wellspring.wif
2019-11-20 12:48:15 -07:00
Ward Fisher
070f9ccf02
Updated release date.
2019-11-20 12:12:20 -07:00
kprussing
af3f2e9362
Update FAQ based on actual usage of HDF5 variables
...
The CMakeLists.txt actually uses `HDF5_C_LIBRARY` and `HDF5_HL_LIBRARY`
to find non-standard HDF5 installation. This just updates the FAQ with
the correct usage.
2019-11-19 22:18:46 -05:00
Ward Fisher
9b0bfd17e2
Fixed tabs.
2019-11-19 15:14:26 -07:00
Ward Fisher
c1377ad156
Merge branch 'v4.7.3-wellspring.wif' of github.com:Unidata/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 15:10:22 -07:00
Ward Fisher
81303c3615
Merge branch 'v4.7.3-wellspring.wif' of github.com:Unidata/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:36:25 -07:00
Ward Fisher
dac41651ee
Merge branch 'feature/cmake-targets' of https://github.com/kprussing/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:12:41 -07:00
Ward Fisher
f4c77f3dc9
Merge branch 'ejh_fix_benchmarks' of https://github.com/NOAA-GSD/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:11:11 -07:00
Ward Fisher
309110c1e8
Merge branch 'ejh_release_notes' of https://github.com/NOAA-GSD/netcdf-c into v4.7.3-wellspring.wif
2019-11-19 14:07:07 -07:00
Ward Fisher
b6b66cac28
Moved Dispatch Version up to General stanza in libnetcdf.settings
2019-11-19 14:01:27 -07:00
Keith F. Prussing
808803ceeb
Add namespace for CMake targets
...
The usual convention with modern CMake is to namespace the targets.
This gives the netCDF namespace to the package.
2019-11-19 14:45:21 -05:00
Keith F. Prussing
adf2f4d098
Add include directories as netcdf property
...
Modern CMake tracks the properties of targets so that down stream
libraries do not have to worry about include directories. However, the
include directories must be added to the target and not just at the
directory level.
2019-11-19 14:39:46 -05:00
Edward Hartnett
1ba34115c2
updated release notes more
2019-11-19 11:40:04 -07:00
Edward Hartnett
b439490995
fixed nc_perf Makefile.am to include benchmark scripts in EXTRA_DIST
2019-11-19 09:21:00 -07:00
Ward Fisher
e4efdd4cfb
Bumped version to next development version.
2019-11-18 14:35:01 -07:00
Ward Fisher
970436b9b9
Bumped revision in accordance with guidelines in preparation for 4.7.3 release.
2019-11-18 14:32:47 -07:00
Ward Fisher
a268e6d69f
Ctest security stance.
2019-11-18 12:07:01 -07:00
Ward Fisher
7cbbc32dad
Adding new security stance to cdash instance.
2019-11-18 10:58:44 -07:00
edwardhartnett
c26b1f5042
updated RELEASE_NOTES with recent PRs that have been merged
2019-11-18 06:46:43 -07:00
Ward Fisher
af8f9ad2cf
Merge pull request #1523 from NetCDF-World-Domination-Council/ejh_udf
...
User-defined formats must come first in NC_infermodel, plus test
2019-11-15 16:40:07 -07:00
Ward Fisher
e4003be502
Merge pull request #1515 from NetCDF-World-Domination-Council/ejh_att_docs
...
update for attribute documentation
2019-11-15 16:39:46 -07:00
Ward Fisher
788d20df59
Merge pull request #1531 from NetCDF-World-Domination-Council/ejh_update_netcdf_meta
...
Add a dispatch version number to netcdf_meta.h and libnetcdf.settings, in case we decide to change dispatch table in future
2019-11-15 16:38:54 -07:00
Ward Fisher
5818facc07
Merge pull request #1529 from NetCDF-World-Domination-Council/ejh_fix_header
...
fixed lack of boilerplate for C++ compilers in header file netcdf_dispatch.h
2019-11-15 16:04:08 -07:00
Ward Fisher
923d4ccbff
Merge pull request #1530 from NetCDF-World-Domination-Council/ejh_endianness
...
now testing that endianness can only be set on atomic ints and floats
2019-11-15 15:27:35 -07:00
Ward Fisher
18b0f3cf2e
Merge pull request #1528 from NetCDF-World-Domination-Council/ejh_unlim_dim_var_same_name
...
Fix for subtle error involving var and unlimited dim of the same name, but unrelated, in netCDF-4
2019-11-15 15:21:41 -07:00
edwardhartnett
c1989b738e
fixed setting of NC_DISPATCH_VERSION in cmake build
2019-11-15 14:57:07 -07:00
edwardhartnett
965da1de01
now testing that endianness can only be set on atomic ints and floats
2019-11-15 11:10:10 -07:00
edwardhartnett
a754408985
getting dispatch version working in netcdf_meta.h and libnetcdf.settings
2019-11-15 10:13:44 -07:00
edwardhartnett
a0f984f997
added dispatch version to netcdf_meta.h and libnetcdf.settings
2019-11-15 10:06:46 -07:00
edwardhartnett
559e933123
fixed header file
2019-11-15 09:39:00 -07:00
edwardhartnett
b844f8f8f6
more testing
2019-11-15 09:26:37 -07:00
edwardhartnett
35e210ac29
test cleanup
2019-11-15 09:21:54 -07:00
edwardhartnett
0017f3e069
test cleanup
2019-11-15 09:21:11 -07:00
edwardhartnett
7f41db9cb3
test cleanup
2019-11-15 09:20:26 -07:00
edwardhartnett
8083b3596e
fixed problem of unlim dim and var sharing the same name but not being related
2019-11-15 09:18:42 -07:00
Ward Fisher
1a6351dab2
Merge pull request #1521 from ckhroulev/netcdf4-repeated-attribute-modification
...
Improve the fix for #350 included in #1119
2019-11-14 17:01:09 -07:00
Ward Fisher
2462cda15e
Merge pull request #1525 from NetCDF-World-Domination-Council/ejh_anon_dims
...
If HDF5 dataset has multiple anonymous dimensions of the same size, assume they are different dimensions
2019-11-14 16:58:24 -07:00
Ward Fisher
99b78fb9e5
Merge pull request #1526 from NetCDF-World-Domination-Council/ejh_commented_test
...
cleaned up test handling of strings
2019-11-14 16:08:31 -07:00
Ward Fisher
505e99a875
Merge pull request #1527 from ckhroulev/NCDISPATCH_initialize_indexing
...
Fix NC_coord_zero indexing in NCDISPATCH_initialize()
2019-11-14 15:33:32 -07:00
Constantine Khrulev
91d3a89bdd
Fix NC_coord_zero indexing in NCDISPATCH_initialize()
...
Fixes #1518 .
2019-11-14 08:26:33 -09:00
edwardhartnett
d0b069cf70
cleaned up test handling of strings
2019-11-14 09:39:10 -07:00
edwardhartnett
73ed8525db
updated tutorial
2019-11-14 08:14:53 -07:00
edwardhartnett
af7185295d
modified release notes
2019-11-14 07:25:40 -07:00
edwardhartnett
3e45fa1497
another test for two anon dimensions of same size used in same HDF5 var
2019-11-14 07:23:09 -07:00
edwardhartnett
d73611de73
now handle two anon dimensions of same size used in same HDF5 var
2019-11-14 06:54:22 -07:00
edwardhartnett
6b9248cef8
adding test
2019-11-14 06:09:45 -07:00