Commit Graph

1959 Commits

Author SHA1 Message Date
Ward Fisher
cf7763645c Corrected an issue with tst_v2 on Windows. 2014-04-11 14:32:16 -06:00
Dennis Heimbigner
74912fef66 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-10 19:49:48 -06:00
Dennis Heimbigner
b3a7ccb3d4 more jna fixes 2014-04-10 19:48:53 -06:00
Dennis Heimbigner
af9b5c4abf alternate JNA bug fix 2014-04-10 14:03:11 -06:00
Ward Fisher
2f309dd9a3 Updated .gitignore. 2014-04-10 09:18:31 -06:00
Ward Fisher
eace9a2230 Updated .gitignore. 2014-04-10 09:15:49 -06:00
dmh
a8a96e6ce1 conflict 2014-04-09 19:57:00 -06:00
dmh
a9c2796dff jna fix 2014-04-09 19:55:20 -06:00
dmh
211004898f jna fixes 2014-04-09 15:20:16 -06:00
Ward Fisher
49fc091f23 Updated .gitignore. 2014-04-07 14:03:38 -06:00
dmh
fb00c88763 fix bugs introduced by previous coverity fixes 2014-04-07 14:01:40 -06:00
dmh
389d2ea394 fix some coverity complaints 2014-04-07 13:00:47 -06:00
Ward Fisher
2817f1e169 Fixed a typo in a libtool flag definition. 2014-04-06 18:42:41 -06:00
Ward Fisher
2bc11c861d Update README.md to fix netcdf4-python link. 2014-04-06 00:36:08 -06:00
dmh
3a7769123b fix some coverity errors 2014-04-04 21:04:28 -06:00
Ward Fisher
f575c30b4e Corrected an issue with toggling the V2 API, that I had introduced earlier today. 2014-04-03 17:09:38 -06:00
Ward Fisher
6f9b470b64 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-03 16:58:44 -06:00
Ward Fisher
1921dc6687 Corrected placement of USE_PARALLEL, based on commit from nschloe: 5bf1848e8d 2014-04-03 16:57:17 -06:00
Dennis Heimbigner
464d5fc8bb 1. Add then remove some debugging info
for testing jna
2. add some personal scripts (*jna)
   to support creating jna dlls.
2014-04-03 15:46:12 -06:00
Ward Fisher
74209d373e Corrected an issue with disabling the V2 API support in cmake-based builds. 2014-04-03 10:45:22 -06:00
Ward Fisher
733f6257b0 Updating cmake shared_linker_flags as suggested by Nico Schlomer: https://github.com/Unidata/netcdf-c/issues/46
Fixed indentation.

Updated .gitignore.

Added a macro to make it easy to check to see if the linker supports a particular flag.  Debug builds now pass the -w1,--no-undefined if it is detected the linker supports it.
2014-04-02 15:54:05 -06:00
Russ Rew
ca7cbdfee8 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-04-01 12:05:06 -06:00
Russ Rew
2688991b4e Added netCDF Python, fixed C++ URL. 2014-04-01 12:04:49 -06:00
Ward Fisher
bb84fda8cf Removed a couple of clang-reported potential dereferences of null/undefined pointers. 2014-03-31 09:56:39 -06:00
Dennis Heimbigner
576cd84754 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-03-29 13:36:02 -06:00
Dennis Heimbigner
4e68a3b8d3 add some jna personal scripts 2014-03-29 13:35:52 -06:00
Russ Rew
005b5f2439 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-03-28 22:04:50 -06:00
Russ Rew
b22181768d Fix a few coverity warnings. 2014-03-28 22:03:10 -06:00
Ward Fisher
76e5e0f1fa Addressed several minor issues revealed by static analysis (coverity, clang). Mostly to do with extreme corner cases in which a null pointer would be dereferenced, or dereferencing a non-null (but non-initialized) pointer would result in garbage. 2014-03-28 17:11:26 -06:00
Ward Fisher
b2831841f1 Re-enabled DAP AUTH tests. 2014-03-27 15:03:49 -06:00
Russ Rew
7d36a6c7f3 Fix a couple of warnings 2014-03-27 11:11:06 -06:00
Russ Rew
f8aec42d4a Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-03-27 10:16:44 -06:00
Russ Rew
b95ab08f8f Fix bug in setting default chunksize for 1D record variables 2014-03-27 09:58:53 -06:00
dmh
af566dd300 In preparation for adding dap4 support, I have cleaned up
the libdap2 code to make it dap2 protocol + netcdf classic
only.
2014-03-24 14:02:52 -06:00
Russ Rew
aca696afb0 Merge branch 'bug-endianness', which really had to do with nccopy -d0
and chunking issues.
2014-03-23 17:26:43 -06:00
Russ Rew
9d86610739 Fix Jira ticket NCF-295, nccopy -d0 shuffle and chunking issues 2014-03-23 17:25:45 -06:00
Russ Rew
f70bedd26c Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-03-21 12:44:46 -06:00
Russ Rew
d774e23bc1 Fix -d0 option to not do unwanted chunking or associated shuffle.
Add -c '/' option to specify changing layout for all variables from chunked to contiguous.
Fix logic for chunking and compression depending on input and output formats.
2014-03-21 12:34:19 -06:00
Ward Fisher
2fa40a72e0 Bumped revisions on development branch to the next expected release, 4.3.2-rc2. This way we'll avoid any confusion with the just-released 4.3.2-rc1. 2014-03-20 14:26:28 -06:00
Ward Fisher
f01de5e9fe Removed an entry from release notes that had been reversed. 2014-03-20 14:24:32 -06:00
Ward Fisher
4b36aac7f4 Updated release date of 4.3.2-rc1 in RELEASE_NOTES.md 2014-03-20 09:54:29 -06:00
Ward Fisher
f917e2c362 Fixed spacing in configuration summary. 2014-03-20 09:52:28 -06:00
Ward Fisher
5e3d265743 Removed vestigal function related to currently-inactive multiple-open functionality. 2014-03-19 16:14:22 -06:00
Ward Fisher
340ddf0cfd Reorganized C_FLAG definitions to make debug, release builds a bit more configurable. 2014-03-19 13:56:09 -06:00
Ward Fisher
a0c5a08bf7 Changed large_file.c so that overly large variables are allocated dynamically, not at link time. 2014-03-19 12:47:06 -06:00
Ward Fisher
29b8f94d31 Updated release date for 4.3.2 rc1 2014-03-19 10:03:34 -06:00
Ward Fisher
d7731f4aab Updated release notes and Windows documentation to include a revised 'Windows install hierarchy' diagram. 2014-03-18 14:05:04 -06:00
Ward Fisher
c1a3c7d913 Changes for use on Windows 2014-03-18 12:58:34 -06:00
Ward Fisher
c04c95b158 Added checks for CURLOPT_USERNAME and CURLOPT_PASSWORD to configure.ac 2014-03-17 16:00:45 -06:00
Ward Fisher
de08275c1c Added checks for CURLOPT_USERNAME and CURLOPT_PASSWORD. If they are not found, CURLOPT_USERPWD is used instead. This is important because, on some Windows systems, libcurl does not provide CURLOPT_USERNAME or CURLOPT_PASSWORD. 2014-03-17 15:57:44 -06:00