Commit Graph

3019 Commits

Author SHA1 Message Date
Ward Fisher
1f5e6379e4 Fixed a memory corruption. Coverity issue: 1265729: Out-of-bounds access. 2015-07-29 14:58:34 -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
f8e2d21663 Corrected a potential resource leak. Coverity ID: 1302447 2015-07-29 14:49:05 -06:00
Ward Fisher
95cbe52b37 Additional changes to hopefully get autotools and tst_swap4b working together in service of addressing [NCF-338] 2015-07-28 13:43:15 -06:00
Ward Fisher
8f2bf0089e Some tweaks, trying to debug autotools-based build. 2015-07-28 12:38:52 -06:00
Ward Fisher
2664eca9e5 Wired the refactored tst_swap4b into autotools and cmake. 2015-07-28 12:24:13 -06:00
Ward Fisher
da82e6dbbb Refactoring of tst_swap4b 2015-07-28 11:14:07 -06:00
Ward Fisher
49b7503148 Added notes related to [NCF-338] to README.md 2015-07-27 15:37:54 -06:00
Ward Fisher
ac18154e98 Added test for function swap4b. 2015-07-27 15:31:23 -06:00
Ward Fisher
b2bdd83a7f Added skeleton of new test for [NCF338]. 2015-07-27 11:20:44 -06:00
Ward Fisher
1ea348ce3d Applied patch suggested for in-place big-little-endian conversion. [NCF-338] 2015-07-27 11:09:01 -06:00
Ward Fisher
2b3f404e4c Updated release notes to reflect progress in [NCF-337]. 2015-07-22 13:28:16 -06:00
Ward Fisher
8bda7fdf67 Fleshed out comments a little more, added a specific check for older systems which return -1 instead of bytes read when the read() call is interrupted and errno is EINTR. 2015-07-21 14:08:44 -06:00
Ward Fisher
7164a99cbc Added some comments. 2015-07-21 14:00:37 -06:00
Ward Fisher
382b24c2c9 Addressing a signal-interrupted read which sets errno to EINTR [NCF-337] 2015-07-21 13:55:59 -06:00
dmh
28a243b7a3 add note that parallel make cannot be used for make check 2015-07-20 16:53:34 -06:00
dmh
29386aae47 Synch with base oc 2015-07-15 16:19:14 -06:00
Russ Rew
6ebc237037 Put list of user-level docs ahead of reference docs 2015-07-15 11:06:26 -06:00
Russ Rew
905c35d09c Make README.md less C-centric, add DOI citation question and answer to FAQ. 2015-07-15 09:17:15 -06:00
Russ Rew
792ea21a34 merge pull 2015-07-14 10:07:29 -06:00
Russ Rew
374a7550c4 Better fix for NCF-336 2015-07-14 10:00:40 -06:00
Russ Rew
8a6fc1a154 Fix bug NCF-336, ncdump annotation wrong for last element in each row 2015-07-13 17:15:51 -06:00
Ward Fisher
f97088412a Corrected a potential memory leak reported by static analysis. 2015-07-10 15:10:32 -06:00
Ward Fisher
7bb61718bf Corrected a couple of minor issues reported by static analysis. 2015-07-10 15:09:14 -06:00
Ward Fisher
c7484cb4d4 Converted hand-maintained table of contents into a doxygen-generated table of contents. This will allow us to generate PDF user documentation. 2015-07-09 15:29:05 -06:00
Ward Fisher
19c78bc00e Updated release notes in preparation for next release candidate. 2015-07-09 11:00:31 -06:00
Ward Fisher
32100c77b1 Turned extra tests on by default. 2015-07-07 13:49:39 -06:00
Ward Fisher
c6003ffa01 Merge branch 'gsjaardema-patch-1' 2015-07-06 15:46:46 -06:00
Ward Fisher
3d0be8a41f Merge branch 'patch-1' of https://github.com/gsjaardema/netcdf-c into gsjaardema-patch-1 2015-07-06 15:46:35 -06:00
Ward Fisher
734ddd0bee Merge branch 'vinctux-patch-1' 2015-07-06 10:59:42 -06:00
Ward Fisher
e203e9efce Merge branch 'patch-1' of https://github.com/vinctux/netcdf-c into vinctux-patch-1 2015-07-06 10:59:30 -06:00
Russ Rew
2a059523d3 Make Unidata netCDF links consistent, all using the 'software/' part of link. 2015-07-06 10:13:46 -06:00
Russ Rew
18f85ed3c3 merge origin 2015-07-06 09:53:07 -06:00
dmh
830f82138a Merge branch 'master' of http://github.com/Unidata/netcdf-c 2015-07-05 19:26:27 -06:00
dmh
c5fe913d54 re: https://github.com/Unidata/netcdf-c/issues/117
It appears the problem is that synth9 was erroneously
included in testing. It involves a nested sequence which
is not translatable. Not sure why it was still there,
but fix is to suppress the test.
2015-07-05 19:26:01 -06:00
Jennifer Oxelson
ae125c8db0 Modified links to reference bugtracking.unidata.ucar.edu 2015-07-01 14:24:46 -06:00
Jennifer Oxelson
eeb98c8cf9 corrected type-o 2015-07-01 11:28:44 -06:00
Jennifer Oxelson
3a93f53e83 Modified URLs paths to remove deprecated packages directory; and to link to opendap.org 2015-07-01 10:37:52 -06:00
Greg Sjaardema
0794171bcc Remove error check for NC_INT64 type
There is a case that handles a memtype of NC_INT64, so the code
should not error out if that memtype is passed in.  This type is also handled in the other file types, so not sure why it should
cause invalid values error in parallel-netcdf mode.
2015-06-30 20:02:15 -06:00
Jennifer Oxelson
fbf232b055 Updated logo img src 2015-06-30 13:26:54 -06:00
Russ Rew
30030ce0ad tiny update to FAQ.md 2015-06-30 10:41:05 -06:00
Russ Rew
f9d2bb6700 merge after pull 2015-06-30 10:35:01 -06:00
Jaka Smrekar
985dc37d0d Update README.md 2015-06-23 19:20:19 +02:00
Ward Fisher
4ac4ea081b Updated description string of developer documentation for clarity. 2015-06-19 13:58:08 -06:00
Ward Fisher
267d422810 Bumped version number to proper revision in configure.ac. 2015-06-19 12:50:55 -06:00
Ward Fisher
dbd2be12ae Changed version to include 'development' signifier. This will be removed/changed when preparing releases. This way, there will never be a question about what is being worked on. 2015-06-19 12:29:15 -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
b1cd5268d9 Merge branch 'ward-working' 2015-06-18 10:04:12 -06:00