Ward Fisher
a359cb6a53
Reverted some of the spelling corrections. Some misspellings were intentional
2015-10-16 14:36:17 -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
dmh
46063247cb
conflict resolution
2014-08-17 12:52:53 -06:00
dmh
18eb1c1126
Coverity fixing
2014-08-17 12:03:23 -06:00
Ward Fisher
56a0f8620f
Coverity: 711940
2014-08-15 15:50:49 -06:00
Ward Fisher
dc93496654
Coverity: 711707
2014-08-15 15:42:13 -06:00
Dennis Heimbigner
f2e2a2c266
Fix coverity errors CID 1230781
...
and 1230782,
2014-08-11 16:12:14 -06:00
Ward Fisher
421b999a0e
Coverity 711857
2014-08-11 13:21:01 -06:00
Ward Fisher
773024aa4f
Addressed Coverity issue 711896
2014-07-29 11:00:44 -06:00
dmh
cd2574ba7c
Change assertion failure to a error
2014-07-23 11:25:49 -06:00
Ward Fisher
7f812b367e
Manual merge of pull request https://github.com/Unidata/netcdf-c/pull/64 contributed by nschloe. Assorted CMake improvements.
2014-06-11 15:51:31 -06:00
Ward Fisher
9d6eb045ad
Corrected static analysis issue
2014-04-22 15:54:47 -06:00
Ward Fisher
52b2edab9b
Cleaned up clang-reported issue: dead assignment.
2014-04-21 10:56:57 -06:00
Ward Fisher
18f23a0e47
Fixed clang-reported issue: Dead assignment.
2014-04-21 10:30:43 -06:00
Ward Fisher
d94af8cc89
Fixed clang-reported error: calling strlen on null pointer.
2014-04-19 14:18:53 -06:00
dmh
389d2ea394
fix some coverity complaints
2014-04-07 13:00:47 -06:00