dmh
|
5b89b22021
|
missing include file
|
2015-09-18 11:11:57 -06:00 |
|
Ward Fisher
|
8c70437580
|
Added a check for a null pointer based on the bug fix documented in [NCF-340].
|
2015-09-11 12:29:35 -06:00 |
|
Ward Fisher
|
dffaff8406
|
Further progress on [NCF-340], capturing previously-lost error code NC_EGLOBAL
|
2015-09-10 15:55:06 -06:00 |
|
Ward Fisher
|
7aa22d275b
|
Turned search back on in developer documentation. Applied part of fix for [NCF-340] in putget.m4
|
2015-09-10 15:35:14 -06:00 |
|
Ward Fisher
|
219a873f8d
|
Cleaned up developer Doxyfile.
|
2015-09-09 14:57:59 -06:00 |
|
dmh
|
0a7ff043a2
|
re: Jira NCF-320
Partially resolve by making
string variables and attributes use
UTF-8 encoding.
Normalization is not necessarily fixed,
however.
|
2015-08-20 15:53:48 -06:00 |
|
dmh
|
765dd83592
|
Merge branch 'master' of http://github.com/Unidata/netcdf-c
|
2015-08-19 17:46:50 -06:00 |
|
dmh
|
b8f0522c91
|
add experimental stdio based ncio module
|
2015-08-19 17:14:13 -06:00 |
|
Russ Rew
|
495fea71b9
|
Fix builddir vs srdir problem for ncdump/ctest.c and ctest64.c
|
2015-08-18 16:10:18 -06:00 |
|
Russ Rew
|
ced515b895
|
Fix a few typos in comments
|
2015-08-18 10:20:28 -06:00 |
|
Ward Fisher
|
5349c99e8a
|
Removed tst_swap4b for now, it is causing difficulties that are proving problematic to work around.
|
2015-08-17 16:57:31 -06:00 |
|
Ward Fisher
|
32d788fc7d
|
Merge branch 'header_mod'
|
2015-08-17 16:00:42 -06:00 |
|
Ward Fisher
|
a002bc884e
|
Corrected a bug with parallel build in CMakeLists.txt
|
2015-08-17 15:45:39 -06:00 |
|
Ward Fisher
|
b5af8f287b
|
Wired new doxygen options in to autoconf based builds.
|
2015-08-17 12:19:51 -06:00 |
|
Ward Fisher
|
b26598c833
|
Merging Jen's new search option for releases into user documentation.
|
2015-08-17 10:59:32 -06: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 |
|
Ward Fisher
|
26be22c7db
|
Made the sed statement more specific to avoid problems on non-windows systems.
|
2015-08-11 11:52:48 -06:00 |
|
Ward Fisher
|
f00b1e8f6f
|
Added a touch of post-processing to make a shell script test work on Windows.
|
2015-08-11 11:48:49 -06:00 |
|
Russ Rew
|
591bab5dd6
|
Merge branch 'master' of https://github.com/Unidata/netcdf-c
|
2015-08-09 10:01:05 -06:00 |
|
Jennifer Oxelson
|
e75678cd33
|
Disabled canned-search feature. Added custom header stuff.
|
2015-08-06 14:00:21 -06:00 |
|
Jennifer Oxelson
|
2164515c5c
|
Custom CSS file to go with new header file.
|
2015-08-06 13:59:48 -06:00 |
|
Jennifer Oxelson
|
feb7856893
|
Custom header file for netCDF documentation.
|
2015-08-06 13:59:21 -06:00 |
|
Ward Fisher
|
767f9e8e51
|
Merge branch 'xantares-patch-2'
|
2015-08-04 10:37:37 -06:00 |
|
Ward Fisher
|
1fe925c690
|
Merge branch 'patch-2' of https://github.com/xantares/netcdf-c into
xantares-patch-2
|
2015-08-04 10:37:21 -06:00 |
|
Ward Fisher
|
0b09080e1d
|
Merge branch 'xantares-patch-1'
|
2015-08-04 10:27:19 -06:00 |
|
xantares
|
76740232d7
|
install .def to /bin
|
2015-08-03 23:31:37 +02:00 |
|
xantares
|
c1b56c3f3a
|
fix mingw build
that code path is common to all win32 platforms: msvc & mingw/cygwin
|
2015-08-03 23:27:41 +02: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
|
6a6cbf4005
|
More clang warnings eliminated.
|
2015-08-02 17:19:35 -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 |
|
Russ Rew
|
3d5be0b3f0
|
Fix NCF-339, ncdump -x omits exponent char in XML double attribute value
|
2015-08-02 08:54:29 -06:00 |
|
Ward Fisher
|
58573722b6
|
Corrected an issue with the [NCF-338] test, when using an out-of-source build with autotools.
|
2015-07-31 15:37:01 -06:00 |
|
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 |
|