Ward Fisher
209c31d3f3
Bringing config.h as generagted by cmake in line with config.h as generated by autotools.
2017-01-27 17:41:03 -07:00
Ward Fisher
9c12653963
Bringing cmake config.h template in line with autotools.
2017-01-27 11:18:55 -07:00
Ward Fisher
1c415819d6
Updated release notes.
2017-01-24 15:55:58 -07:00
Ward Fisher
45f2261fd9
Merge pull request #353 from Unidata/alias.dmh
...
Fix aliasing/type-pun problem in ncdump
2017-01-24 15:14:37 -07:00
Ward Fisher
fce06d5474
Merge branch 'master' into alias.dmh
2017-01-24 12:36:46 -07:00
Dennis Heimbigner
a53d0b092f
re: e-support (XKJ-645277) and github issue #351 .
...
A set of typecasts in the function
print_enum_type in ncdump/ncdump.c cause some
compilers to complain about type punning:
warning: dereferencing type-punned pointer will
break strict-aliasing rules
Fix is to cast to void* before casting to final
value. There may be other occurrences in some
of the older netcdf-c code.
2017-01-23 21:23:30 -07:00
Ward Fisher
6d85d41dda
Merge pull request #348 from Unidata/topsrc.dmh
...
Modified ncdap_test to allow a different method to get TOPSRCDIR
2017-01-23 17:06:49 -07:00
Dennis Heimbigner
a5ffa8abca
We are now into the trial and error phase
...
trying to get travis to compile tst_fileinfo.
2017-01-19 09:59:17 -07:00
Dennis Heimbigner
7be9506aac
Modified ncdap_test to allow a different method
...
to get TOPSRCDIR that avoids use of
TEST_ENVIRONMENT and makes automake and cmake
more consistent.
Basic assumption is that abs_top_srcdir (and
cmake equivalent) is known at 'make check' time,
so we can use -D flag to compile a program that
has the value of abs_top_srcdir embedded into it
as a constant.
We define two new files in ncdap_test:
1. t_srcdir.h -- provide a gettopsrcdir() function
to return the topsrcdir value to the test program.
2. topsrcdir.c -- a program that calls gettopsrcdir()
and prints its output (minus any newline) on stdout.
This is used in .sh files to get topsrcdir.
2017-01-18 21:46:47 -07:00
Greg Sjaardema
b334171548
Merge branch 'master' into patch-1
2017-01-11 21:18:03 -07:00
Ward Fisher
8a2e722373
Corrected a failure in tst_fill_attr_vanish.c seen under Visual Studio 11
2017-01-11 12:36:30 -07:00
Romero B. de S. Malaquias
dfda46a3a0
Merge branch 'master' into master
2017-01-11 09:29:40 -03:00
Ward Fisher
34161aab69
Added fixes for Visual Studio 10
2017-01-10 13:54:09 -07:00
Romero B. de S. Malaquias
452f6e2361
Avoiding conditional directives that break statements
2017-01-10 16:46:17 -03:00
Ward Fisher
9a1f1a92cd
Brought definitions into sync
2017-01-09 15:29:19 -07:00
Ward Fisher
a099c974dc
Deleted extraneous header file, removed extraneous .
2017-01-09 13:26:23 -07:00
Ward Fisher
5502767d98
Added code to accomodate Visual Studio 2012 in support of https://github.com/Unidata/netcdf-c/issues/304
2017-01-09 13:02:08 -07:00
Ward Fisher
029cbd7aeb
Another tweak for a rushed fix.
2017-01-09 12:01:17 -07:00
Ward Fisher
f19f1cc6c1
Tweaked fix.
2017-01-09 11:57:23 -07:00
Ward Fisher
7d75fd3731
Updated code, location of variable declarations in support of https://github.com/Unidata/netcdf-c/issues/304
2017-01-09 11:37:35 -07:00
Ward Fisher
a31a2c0e7d
Updated release notes in support of https://github.com/Unidata/netcdf-c/issues/344
2017-01-04 17:11:42 -07:00
Ward Fisher
2f3b894bec
Reverted to different code in support of https://github.com/Unidata/netcdf-c/issues/344
2017-01-04 15:40:19 -07:00
Ward Fisher
59618c481b
Removed stray comment.
2017-01-03 13:57:30 -07:00
Ward Fisher
c13c917835
Addressing an issue in https://github.com/Unidata/netcdf-c/issues/344 not sure if this is a fix, but why were the casts to float being used?
2017-01-03 12:21:54 -07:00
Ward Fisher
ad58e5232a
Small tweak to cmakelists.txt
2017-01-03 12:10:05 -07:00
Greg Sjaardema
7eeb2e85e2
Merge branch 'master' into mpi_minor_opt
2016-12-09 09:56:03 -07:00
Greg Sjaardema
a2fdfa04ab
Eliminate an MPI_Allreduce in many cases
2016-12-09 09:52:15 -07:00
Ward Fisher
77b6fbd90b
Corrected a typo.
2016-12-05 13:07:09 -07:00
Greg Sjaardema
f8e818385e
Modify previous no_fill setting
...
HDF5 does not permit a variable to have no_fill == TRUE if the variable type is variable length. This includes types NC_STRING and NC_VLEN.
The test above also excludes user-defined types which I'm not sure is needed or not.
2016-12-05 11:08:26 -07:00
Greg Sjaardema
8401e2087e
Set variable no_fill to match database default (nc4)
...
In nc4 mode, the variables were ignoring the default "database" fill/no_fill mode set via a call to nc_set_fill(). This sets the no_fill mode on the variable to match the default database setting at the time the variable is defined.
2016-12-02 08:17:47 -07:00
Greg Sjaardema
9491ea2c5b
Add hdf5 collective metadata api detection to configure-based build
2016-12-01 13:35:24 -07:00
Greg Sjaardema
72c1948980
Move metadata ops calls
2016-12-01 13:35:16 -07:00
Greg Sjaardema
e0269d6cac
Add hdf5 collective metadata api detection to cmake build
2016-12-01 13:35:10 -07:00
Greg Sjaardema
7c808e849b
Get parallel hdf5 detection working
2016-12-01 13:35:04 -07:00
Greg Sjaardema
39c90e7b76
Enable collective metadata operations for hdf5-1.10; not protected yet
2016-12-01 13:34:58 -07:00
Wei-keng Liao
fe9685deb4
implement an error code precedence
2016-12-01 12:31:20 -06:00
Wei-keng Liao
4cdbf7dba5
Merge branch 'master' into issue258
2016-12-01 01:09:45 -06:00
Ward Fisher
1e39435adb
Merge pull request #333 from opoplawski/err
...
Add missing #include "err_macros.h" to tst_h_par.c
2016-11-29 18:08:46 -07:00
Orion Poplawski
a837028349
Add missing #include "err_macros.h" to tst_h_par.c
2016-11-29 11:48:01 -07:00
Ward Fisher
2af50b00f2
Updated release notes with a comment acknowledging the contribution from Greg Sjaardema at https://github.com/Unidata/netcdf-c/pull/328
2016-11-28 13:36:12 -07:00
Ward Fisher
767a5b372c
Corrected an issue reported as part of the pull request at https://github.com/Unidata/netcdfic/pull/328
2016-11-28 13:31:43 -07:00
Ward Fisher
05ceb8d471
Merge branch 'nc4-var-array' of https://github.com/gsjaardema/netcdf-c into gh328
2016-11-28 13:10:07 -07:00
Wei-keng Liao
340f0d2a91
Classic Format Specification says: Header padding uses null (\x00) bytes
2016-11-28 11:54:16 -06:00
Wei-keng Liao
3889617a2a
bug fix: record size alignment for NC_USHORT is missing
2016-11-28 11:50:31 -06:00
Wei-keng Liao
ab73a57fca
Merge branch 'master' into issue258
2016-11-25 10:49:03 -06:00
Wei-keng Liao
467fded268
bug fix: record size alignment for NC_USHORT is missing
2016-11-25 10:35:43 -06:00
Ward Fisher
7db798ceb3
updated release notes.
2016-11-21 15:15:07 -07:00
Ward Fisher
f79392ce21
Added release to release header.
2016-11-21 11:23:02 -07:00
Ward Fisher
becffaa784
Bumped SO version.
2016-11-21 10:25:30 -07:00
Ward Fisher
b4785f4081
Housekeeping on large file tests.
2016-11-18 15:48:58 -07:00