Ward Fisher
fce30a0d32
Updated ncgenl.c
2015-11-26 17:47:30 -06:00
Ward Fisher
04de3d3fa2
Merge branch 'NCF-345' into github156
2015-11-24 17:20:07 -06:00
Ward Fisher
dd2201621e
Addressed an API-related usage of strncmp.
2015-11-24 17:19:36 -06:00
Ward Fisher
8ebbd2a9c5
Updated makeparser target.
2015-11-24 16:16:23 -06:00
dmh
47e10591b4
ckp
2015-11-19 13:44:55 -07:00
Ward Fisher
3766923ecf
Added test for [NCF-345]
2015-11-13 10:33:19 -07:00
Ward Fisher
21601f669b
Applied a patch to fix a bug on cygwin64. The patch was contributed by Marco Atzeri.
2015-11-11 15:36:02 -07:00
dmh
413e49d758
1. There were several bugs in ncdump/dumplib.c
...
that were not taking the CDF-5 format into account.
2. Had to update ncgen.1 man page to define the new
k-flag rules to deal with cdf-5.
3. Had to fix some tests that use 'cmp' for comparison;
this really should be deprecated.
3. There was a bug in configure.ac with respect
to using the enable-netcdf-4 flag vs
using disable-netcdf-4.
2015-11-06 17:03:28 -07:00
Ward Fisher
612b35a84c
Merge branch 'master' into cdf-5, in preparation for merging the CDF-5 functionality into the master branch. This will be the key new feature for netcdf 4.4.0.
2015-11-05 13:40:35 -07:00
Ward Fisher
3bb62c3314
Corrected a logic error preventing ncgen from creating cdf-5 files.
2015-11-02 16:11:29 -07:00
Ward Fisher
991d127158
Tweaked ncgen test script to actually *check* to see if the file it says it's creating was created.
2015-11-02 13:58:55 -07:00
Ward Fisher
a359cb6a53
Reverted some of the spelling corrections. Some misspellings were intentional
2015-10-16 14:36:17 -06:00
dmh
8fc86035b2
merge-squash
2015-10-09 10:22:00 -06:00
dmh
087ae58ffd
cleanup and squash changes vav master
2015-10-09 10:12:11 -06:00
dmh
49597a64af
merge-squash
2015-10-09 10:12:11 -06:00
tbeu
e2820e4d8a
Fix common typos
...
Detected by https://github.com/vlajos/misspell_fixer
2015-08-20 11:42:05 +02:00
dmh
fab66699d1
Moved libsrc5 to libsrcp
...
because pnetcdf is used for
more than CDF-5 files.
2015-08-14 20:39:56 -06:00
Russ Rew
a62c9d3059
Fix conflicts after merge
2015-08-02 17:29:36 -06:00
Russ Rew
2e029a3058
More cleanups from clang warnings.
2015-08-02 17:23:32 -06:00
Russ Rew
0687dfe5a2
Cleanup clang warnings.
2015-08-02 17:22:50 -06:00
Russ Rew
ec89eb5806
Fix ncdump clang warnings. Fix invalid encodings for some non-ascii strings in tests.
2015-08-02 16:09:47 -06:00
Ward Fisher
679048ee2a
Corrected a potential use of a pointer after it had been freed. See Coverity Issue: 1265731
2015-07-29 14:55:20 -06:00
Ward Fisher
83692b10d6
Addressed a potential null dereference reported by clang.
2015-06-18 14:41:09 -06:00
Ward Fisher
39c9d10ede
Removed a stray debugging message.
2015-06-18 14:37:31 -06:00
Ward Fisher
66dc490e8a
Addressed UNIX API issues reported by clang.
2015-06-18 14:31:10 -06:00
Ward Fisher
af81e0cb24
Fixed a unix API error reported by clang.
2015-03-31 11:19:49 -06:00
Ward Fisher
fe1b96cdd9
Updated CMakelists to remove debug, release subdirectories on Windows. Updating shell scripts to work with MSYS paths.
2015-02-02 14:46:50 -07:00
Ward Fisher
80bf9a0aa2
Resolved conflict.
2015-01-16 09:28:07 -07:00
Nico Schlömer
6d2b61ddb7
hyphens used as minus signs
2015-01-16 13:12:11 +01:00
Nico Schlömer
a9f4ea96c1
Update ncgen.1
2015-01-16 10:02:00 +01:00
Russ Rew
4eefcd4707
Typos and consistency fixes in docs
2014-12-29 14:22:26 -07:00
Russ Rew
db83a3be4c
Jira issue NCF-314, "Provide replacement for using numeric values of -k
...
option on nccopy and ncgen".
2014-12-29 13:07:28 -07:00
Russ Rew
9a60dc612f
Use short "-k" codes instead of deprecated version numbers for ncgen and nccopy tests
2014-12-28 22:42:05 -07:00
dmh
3a559d3f1d
Fix occurlflags bug
2014-12-28 15:54:02 -07:00
Russ Rew
6ca14d8a78
Update ncgen code and docs to use nco-type format codes and deprecate use of confusing format version numbers
2014-12-28 10:44:21 -07:00
Peter Jansen
7aa25f4e7b
Fix java generation for nan values, use Float.NaN and Double.NaN
2014-11-08 10:11:53 -03:00
Peter Jansen
ba5d3ca50a
fix infinite loop seg fault, where codify called jcodify called codify, should have been jcodify calling ccodify
2014-11-07 14:46:04 -03:00
dmh
7c7db22bc7
Removed some useless code
2014-10-11 12:27:17 -06:00
dmh
b76d1ee722
re: NCF-318
...
Fixed bug in ncgen. When classic format was in force (k=1 or
k=4), the "long" datatype should be treated as int32. Was
returning an error.
2014-10-10 15:00:40 -06:00
dmh
1739c50622
Modified a number of tests
...
to make use of remotetest.unidata.ucar.edu
optional. Purpose is purely for testing
new dts and thredds servers.
2014-10-04 15:59:16 -06:00
Ward Fisher
a8009ba312
Coverity: 1229128 corrected.
2014-10-03 12:38:32 -06:00
Ward Fisher
85e8e7e945
Addressed man page syntax warnings reported in github issue 52, https://github.com/Unidata/netcdf-c/issues/52
2014-10-03 10:46:02 -06:00
Ward Fisher
3fde3da0a7
Fixed a potential null dereference in ncgen.
2014-10-02 11:28:07 -06:00
Ward Fisher
a451f546da
Fixed a malloc issue on some systems.
2014-10-01 16:42:27 -06:00
Ward Fisher
cad531a487
Corrected a clang-reported issue where NULL might be passed to emalloc().
2014-09-30 11:42:44 -06:00
dmh
8074e0fdec
re: Jira NCF-309
...
The code for handling character constants
in datalists in ncgen has some problems.
1. It failed on large constants
2. It did not handle e.g. var = 'a', 'b', ...
in the same way that ncgen3 did.
3. The code for generate.c and genchar.c needed
some refactoring to make it a little simpler
(but not simple).
2014-09-22 14:50:59 -06:00
dmh
84c1af3b0a
fix valgrind discovered problem
2014-09-22 14:31:19 -06:00
dmh
7e582ad3f2
re: Jira NCF-309
...
The code for handling character constants
in datalists in ncgen has some problems.
1. It failed on large constants
2. It did not handle e.g. var = 'a', 'b', ...
in the same way that ncgen3 did.
3. The code for generate.c and genchar.c needed
some refactoring to make it a little simpler
(but not simple).
2014-09-18 18:26:06 -06:00
Ward Fisher
b43813d821
When using the '-ansi' flag with gcc, netcdf would fail to build because of the use of '//' for one-line comments. I've addressed this by replacing instances of // with enclosing comment blocks.
2014-08-26 11:19:32 -06:00
Russ Rew
1205960b0e
Document that ncgen input can come from stdin
2014-08-24 16:58:26 -06:00