Commit Graph

760 Commits

Author SHA1 Message Date
Russ Rew
0a2f05a10a Fix trivial ncdump bug, now reports an error when -j option specified. 2012-06-27 15:35:06 +00:00
Russ Rew
3e37e69b8e Fixed ncdump to return failure status when unknown option specified.
Removed extra netcdf_par.h include file.
2012-06-27 15:03:19 +00:00
Dennis Heimbigner
d61af2ab31 fix typo 2012-06-25 17:03:18 +00:00
Dennis Heimbigner
7ddd90c577 Added some more documentation about NC_MMAP 2012-06-25 16:48:39 +00:00
Dennis Heimbigner
a6b932826b add NC_MMAP flag and tests 2012-06-23 19:25:49 +00:00
Dennis Heimbigner
1041a4c25b add procedure and program to locate a working dts test server 2012-06-22 21:54:52 +00:00
Dennis Heimbigner
22981c31cf remove dap tests from anywhere but ncdap_test 2012-06-21 22:00:49 +00:00
Russ Rew
37e905a015 Oops, need to set version to 4.2.1-rc1 in configure.ac 2012-06-18 18:32:49 +00:00
Russ Rew
867ce4c02d Add entry about building out of source directory 2012-06-18 17:08:09 +00:00
Ward Fisher
4a7ddb161b o Added (srcdir) to path in Makefile.am for 2 files used in 'make check'. This
change allows for concurrent builds; e.g. 
  'mkdir build; cd build; ../configure'. 
o Modified tst_netcdf4_4.sh to work with builds outside the source tree.
2012-06-18 16:56:45 +00:00
Russ Rew
59e5dfe830 Fix --disable-diskless configure help. Add mmap detail to RELEASE_NOTES. 2012-06-18 16:55:00 +00:00
Russ Rew
5a2e018d07 RELEASE_NOTES cosmetic changes. Fixed man4/Makefile.am so building web-tarball for docs can be manually invoked even without configure --enable-doxygen. 2012-06-18 00:53:50 +00:00
Russ Rew
714de8afdc Include draft or RELEASE_NOTES for 4.2.1. 2012-06-14 21:38:56 +00:00
Russ Rew
94e8a3c1b2 Need version to use 'beta1' suffix, not just 'beta' to get tm2.pl to create beta distribution correctly 2012-06-14 19:56:02 +00:00
Russ Rew
23898afed1 Minor doc updates for 4.2.1.
Fix nc-config to report information from nf-config, ncxx-config, and
ncxx4-config for backward compatibility (NCF-179).
2012-06-14 18:29:09 +00:00
Ward Fisher
151bcf6690 Corrected several 'srcpath' related issues introduced when the windows
netcdf branch was merged into the trunk.  'make distcheck' should work now.
2012-06-14 17:24:55 +00:00
Russ Rew
f9f4f1f084 Remove unneeded win32_config.h file. 2012-06-13 21:18:34 +00:00
Ward Fisher
a4dc014c20 Merged win_netcdf branch into trunk. win_netcdf branch was forked at
revision 2160, merged at revision 2269. Detailed notes are found in
the logs for the branch between those revisions.

The update, in broad changes:
o Updated test scripts to accomodate pathing differences in MSYS environment,
  behavior of some functions in 64-bit windows.
o Modified a few functions to accomodate Windows, whereas previously windows
  was ignored.
2012-06-13 20:29:14 +00:00
Ward Fisher
75d393120f Removed my utility scripts, preparing for merge into trunk. 2012-06-13 19:52:20 +00:00
Ward Fisher
2e96987a41 Merged latest changes from trunk, including deletion of win32 directory. 2012-06-13 19:29:01 +00:00
Ward Fisher
9cdfc2fdfe For the short term, removed a handful of tests from running
on windows.  The reported failures are not true failures.
2012-06-12 22:04:40 +00:00
Russ Rew
79cde861ac Delete obsolete libdiskless directory, replaced by new diskless
implementation.  Deleted obsolete win32, soon to be replaced by Ward's
Windows 32- and 64-bit fixes for building with MSYS/MinGW.  Made
cosmetic cleanup to output of "make check" to make it easier for users
to interpret.  Fixed bug NCF-175: ncdump -t incorrectly interpreting
units attribute (such as "days") without a base time (such as "since
2007-01-01") as a time unit.

Changed name to 4.2.1-beta.
2012-06-12 21:50:02 +00:00
Ward Fisher
1de595508f Merged changes from trunk 2012-06-12 19:51:17 +00:00
Ward Fisher
cc888ab3b4 Added a new convience script. Must be sourced instead of executed in MSYS. 2012-06-12 19:48:24 +00:00
Ward Fisher
43b5dcccb9 Updated nvdims to return -1 in appropriate instances, on appropriate platforms. (see notes for previous commit.) 2012-06-12 18:52:50 +00:00
Ward Fisher
aa33c3c85c o Under right circumstances, nvdims would return an uninitialized value
(on windows platforms), resulting in a downstream SIGSEGV upon memory
  allocation of 0 bytes.  Gave nvdims a default value of 1. This may not
  be the best possible fix, but in the short term it has fixed the issue.
  The problem would occur when NetCDF was compiled with NetCDF-4 support,
  on Windows, in 64-bit mode, and when nctest/nctest.exe would run.
2012-06-11 23:17:20 +00:00
Ward Fisher
1ca8b5d09c Updating the scripts to make sure the libraries being linked again are consistent. 2012-06-11 19:44:32 +00:00
Ward Fisher
b676336b6c o Added configuration script for 32-bit dll w/ DAP support.
o Corrected the check for curl when building DLL. For some reason it just assumed it was missing? No real check was performed.
o Made configuration scripts a little more generic.
o Modified daputil.h to externalize nc__testurl on Windows.
2012-06-07 22:35:17 +00:00
Russ Rew
024f318431 Fixed bug NCF-175: ncdump -t incorrectly interpreting units attribute
(such as "days") without a base time (such as "since 2007-01-01") as a
time unit.
2012-06-07 18:14:02 +00:00
Ward Fisher
7ddebc5027 Merged changes from trunk, revision 2243 2012-06-06 22:00:28 +00:00
Ward Fisher
540b721f21 o Corrected ncdap_test scripts to modify the path on windows systems using MinGW. 2012-06-06 21:57:29 +00:00
Dennis Heimbigner
d144438455 fix temp file creation problems re: wfisher 2012-06-06 21:33:53 +00:00
Ward Fisher
6b8107b25a Merged trunk changes 2160-2239 into my branch 2012-06-05 17:09:51 +00:00
Russ Rew
74f8a38e2a Test for macro definitions of LLONG_MAX, LLONG_MIN, ULONG_MAX in <limits.h> to fix portability problem. 2012-06-05 17:02:43 +00:00
Russ Rew
49cecab08f Add config.h include 2012-05-31 15:19:51 +00:00
Russ Rew
d6d38094c2 Cleaned up tst_atts3.c test program. Fixed several bugs in detection
of NC_ERANGE errors, especially with unsigned types, resolving most
NCF-172 issues and confusion between long and long long types in
llibsrc/ncx.m4.  Eliminated some unnecessary tests, e.g. tests
for negative values for unsigned types.
2012-05-31 01:28:42 +00:00
Ward Fisher
3370c1a4bd Updated paths in script. 2012-05-30 22:27:36 +00:00
Ward Fisher
054db9fb64 o Modified configure.ac to check for the official zlib static library.
o Updated static 64-bit nc4 configure script.
2012-05-29 21:13:00 +00:00
Russ Rew
1f4eeafcb9 Fixed doxygen installation guide source file to preserve line breaks
in code and scripts.

Fixed bug NCF-171: error reading external int into longlong or writing
from longlong array to external int on 32-bit platforms and classic
format files.

Promoted test demonstrating NCF-171 bug from longlong array from
"extra test" to "test".
2012-05-29 15:50:15 +00:00
Ward Fisher
a5c4bf581f o Moved a couple more scripts around to use a uniform
naming convention.

o Modified ncdump shell, test scripts so that the extra
  digit in an exponent on windows wouldn't be a problem.

o Modified configure.ac to check for the zlib dll provided
  by the zlib group; they recommend using the official dll for
  windows builds.
2012-05-25 21:22:09 +00:00
Ward Fisher
47425e1145 Build script reorganization. 2012-05-25 16:40:55 +00:00
Russ Rew
dbaf62f5e6 Updated some links in Doxygen version of user guide. Fixed some
range_error checks in netCDF-4 type conversion code.  Made netCDF
attribute tests with type conversion more comprehensive and stringent,
fixing bugs identified with better tests.  Changed a test in
nc_test/tst_atts.c to use netCDF-3 file instead of netCDF-4 file,
because that directory is supposed to be for tests that work with
--disable-netcdf-4.  Added test demonstrating NCF-171 bug on 32-bit
platforms, only run when configured with --enable-extra-tests.
2012-05-24 16:29:22 +00:00
Dennis Heimbigner
7a9c9347a8 fix NCF-173 2012-05-24 00:58:48 +00:00
Ward Fisher
9746a01bf6 2012-05-23 22:18:53 +00:00
Ward Fisher
d1b159bfa1 Modified Makefile.am scripts to run tests when working with
Windows DLLs.
2012-05-23 20:27:34 +00:00
Ward Fisher
ff81029eeb o Modified configure/utility scripts.
o include/nctime.h:
  o Modified how the following functions are specified 
    external when building a DLL:
    * cdRel2Iso
    * cdChar2Comp
    * Cdh2e
    * Cde2h
    * cdParseRelunits
2012-05-23 16:28:25 +00:00
Ward Fisher
aaf6507c6b Minor script update 2012-05-21 22:56:54 +00:00
Ward Fisher
a60aecb031 Update script so it works in windows 2012-05-21 22:40:36 +00:00
Ward Fisher
e5b5bbfa32 Added a python script for managing multiple netcdf build scripts. Temporary, not part of final distribution. 2012-05-21 22:32:46 +00:00
Ward Fisher
a10d72ef86 Temporarily adding my utility configure script files. 2012-05-21 21:21:39 +00:00