Commit Graph

62 Commits

Author SHA1 Message Date
Dennis Heimbigner
03f79aa8f5 fixed esupport:RVK-949505 and DML-490284 2011-05-24 21:48:44 +00:00
Ed Hartnett
e2685a1475 changes to remove EXTERN_LDFLAG from build, also to fix netCDF-4 sync bug 2011-05-17 19:14:35 +00:00
Dennis Heimbigner
fec4cdb230 Fixed the following Jira minor bugs:
NCF-42: _Format attribute sometimes being ignored
NCF-43: Fixed unsigned long long parsing.
NCF-47: Make opendap code properly handle illegal names like "x.y" by
        supressing them
NCF-49: check for uint type
NCF-50: properly handle username:pwd embedded in urls.
2011-05-12 17:51:32 +00:00
Ed Hartnett
0d1df0920d fixed configure to find dlls or unix shared libraries, as available 2011-05-12 16:31:48 +00:00
Ed Hartnett
efb796ceb2 DLL names are different from Unix shared library names 2011-05-10 21:07:43 +00:00
Ed Hartnett
8de30b5e74 bumped version, updated release notes 2011-05-06 18:26:17 +00:00
Ed Hartnett
27c5c3c684 fixed configure.ac problem on platforms without fortran compiler 2011-05-06 18:23:01 +00:00
Ed Hartnett
94fa509cfe don't check for xdr library if dap is disabled 2011-05-06 15:01:51 +00:00
Ed Hartnett
b5d11a5563 turn off f90 szip write test (which is no longer allowed) and fix szlib detection 2011-04-29 20:39:32 +00:00
Ed Hartnett
b4335ff7b6 cleaned up and updated RELEASE_NOTES 2011-04-29 18:26:51 +00:00
Ed Hartnett
74c1e894b3 fixed use of szip library 2011-04-29 18:19:12 +00:00
Ed Hartnett
116572f4f6 bumped version, edited docs 2011-04-29 00:55:04 +00:00
Ed Hartnett
4de8b33251 rolled everything back to 1119 2011-04-28 17:11:21 +00:00
Dennis Heimbigner
80d8926bad fix user+password;also the bad-name problem;also merged libncdap3+ncdap4->libdap2 2011-04-27 20:50:27 +00:00
Ed Hartnett
29e8619787 simplified build system 2011-04-26 20:57:24 +00:00
Ed Hartnett
882b48f017 fixed HDF5 object versioning so that all netCDF-4 files can be read by HDF5-1.8.x releases 2011-04-25 11:10:24 +00:00
Dennis Heimbigner
c04d65e1d3 2011-04-17 18:50:10 +00:00
Dennis Heimbigner
0b477e29cc rebuilt dap constraints 2011-04-16 20:56:36 +00:00
Ed Hartnett
3f378c4414 changed to 4.1.2 at last 2011-03-29 18:24:01 +00:00
Ed Hartnett
0ff6a2d289 bumped release to 4.1.2-rc2 2011-03-28 19:31:43 +00:00
Ed Hartnett
d0d5e7c8c3 changes to make make check work on dll builds (by turning off shell tests for dll builds) 2011-03-21 20:31:56 +00:00
Ed Hartnett
fe6d7fe83e fixed broken Makefile.am 2011-03-19 14:41:23 +00:00
Ed Hartnett
cee776c836 bumped version to 4.1.2-rc1 2011-03-17 11:09:37 +00:00
Ed Hartnett
965a3aac70 minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
Ed Hartnett
7ee0ecebe5 changed error messages when some libraries are not found 2011-02-14 23:59:06 +00:00
Ed Hartnett
b1afe7e09f attempt to detect missing zlib in configure instead of at link time 2011-02-09 12:38:07 +00:00
Ed Hartnett
15eff55021 moved some code so that AC_PROG_CC is not called before it should be 2011-02-04 19:23:30 +00:00
Dennis Heimbigner
dfd3c50b60 make rpc/types.h check unconditional 2011-02-01 23:28:55 +00:00
Ed Hartnett
be6f296501 added attempted fix for shared builds on macOS 2011-01-31 11:27:18 +00:00
Ed Hartnett
1d810b5034 fixed some hdf4 configure settings, added more hdf4 tests 2011-01-28 18:01:37 +00:00
Ed Hartnett
2ebb1cbafc fixed problems with parallel I/O of classic files with pnetcdf library 2011-01-28 12:45:52 +00:00
Ed Hartnett
0cf2709a5e bumped version number 2011-01-18 22:44:30 +00:00
Dennis Heimbigner
a8143234c1 2nd attempt to fix the AMDEP problem 2011-01-15 20:57:00 +00:00
Dennis Heimbigner
1e6f7dcb1b fix curl conditional problem 2011-01-15 05:38:22 +00:00
Dennis Heimbigner
aa0b94f46e Fixed testing for CURLOP_KEYPASSWD 2011-01-13 17:45:41 +00:00
Dennis Heimbigner
8dac6733ee Fixed bug in file:// handling 2011-01-11 00:07:38 +00:00
Ed Hartnett
1a3ba4a6d8 cywin-mingw32 dlls now building 2011-01-06 20:12:06 +00:00
Dennis Heimbigner
f7e41dde66 add cdmremote skeleton code 2010-12-15 21:45:05 +00:00
Ed Hartnett
1d733fe2e1 updated libtool version required to 2.4. 2010-11-30 20:25:04 +00:00
Ed Hartnett
03f63a5f1c many changes for memory fixes 2010-11-29 22:23:16 +00:00
Ed Hartnett
186597e4ad fixed libtool initialization 2010-11-23 22:12:05 +00:00
Dennis Heimbigner
d6741c826a Fixed some constraint handling bugs 2010-11-13 23:24:28 +00:00
Dennis Heimbigner
b2c05fa4d0 fixed:
ncgen: nan bug
       made semicolons optional after type decls
libncdap{3,4}: revamped the NC surrogate to better match
       with libsrc
libdispatch: Added a new_nc function to the dispatch table; its purpose
                 is to allow hierarchical use of NC compatible data structures.
libsrc: cleaned up the NC structure by removing drno field
general: removed --with-oc options
2010-11-09 22:53:03 +00:00
Ed Hartnett
d2bdd8fe9e shared library now by default 2010-10-15 15:10:34 +00:00
Russ Rew
4b3ea48bbd Merged latest trunk changes into my branch. 2010-10-04 16:53:34 +00:00
Ed Hartnett
105fe5fed1 fixed extra-test bug, return code from nc_inq_var_* functions with bad ncids, bumped version to beta2 2010-09-24 15:55:54 +00:00
Russ Rew
08db2ae283 Merge in trunk changes to eliminate call to H5close. Update some of the
configure --help output for nccopy, --enable-c-only option.
2010-09-15 15:25:20 +00:00
Dennis Heimbigner
80e693a444 enforce --disable-dap-remote-tests 2010-09-02 19:34:46 +00:00
Dennis Heimbigner
e10672c0fa upgrade oc directory to support CURLOP_KEYPASSWD 2010-08-13 20:06:04 +00:00
Dennis Heimbigner
dd4fe6d25c dispatch.h->ncdispatch.h to avoid visualstudio filename conflict 2010-08-05 02:44:59 +00:00