Ward Fisher
b4bc5bfe24
Incorporating changes in preparation for
...
releasing 4.3.0RC4.
2013-03-27 19:19:10 +00:00
Ward Fisher
c23a97dd7f
Fixed a windows-related issue (required malloc.h include),
...
update documentation related to netcdf for Windows.
2013-03-11 22:45:26 +00:00
Ward Fisher
57084316de
Merging changes from netCDF branch.
2013-02-28 21:50:55 +00:00
Ward Fisher
ba6bcca272
Updated files to next rc (4.3.0rc2)
2013-02-22 21:03:02 +00:00
Ward Fisher
ddf3c31bb0
Corrected a handful of syntax issues in CMake config files,
...
probably introduced more.
Added CMake-related files to Makefile.am files for inclusion
when creating a distribution package.
2013-02-20 23:28:28 +00:00
Ward Fisher
2d09f2e1cd
Updated documents to contain top-level link to Windows resource.
2013-02-19 19:34:30 +00:00
Ward Fisher
51848614c3
Corrected parallel support in CMake, including
...
library checks and parallel IO tests. Updated
CMake-related documentation.
2013-02-12 22:22:54 +00:00
Ward Fisher
e8053ad518
Corrected CMake behavior in doxygen.
...
Updated documentation to reflect location of
CMake-related Documentation for netCDF-C.
2013-01-30 21:13:32 +00:00
Russ Rew
5a7ba89e60
Add to installation document that the installation location specified
...
with the --prefix option must be different from the source directory
where the software is being built.
2013-01-17 22:55:00 +00:00
Russ Rew
068b35cb4d
Updated doxygen and texinfo documentation for nc_var_copy function.
2012-12-13 18:00:03 +00:00
Russ Rew
c34a4e674b
- Deleted --has-szlib option for nc-config, since that is controlled
...
by an HDF5 configure option, not a netCDF-4 configure option.
- Fixed bug in HDF5 strings test code.
- Minor fixes to nccopy man page documentation.
- Minor fixes to Fortran-90 texinfo docs, since we don't have doxygen
docs for Fortran yet: just using "Fortran" instead of "fortran" or
"FORTRAN".
2012-10-31 21:31:07 +00:00
Russ Rew
717886e14e
Fix old mention of replacement pnetcdf.h, no longer needed.
2012-10-09 16:09:46 +00:00
Ward Fisher
e55d002dbc
Merged Dennis' changes from trunk.
2012-09-06 21:15:37 +00:00
Ward Fisher
a6debfed4f
Corrected doxygen-related problem when searching for the installed doxygen package.
2012-08-28 17:34:02 +00:00
Ward Fisher
30cfeb7acc
Added Windows NetCDF webpage/documentation to built-in documentation generated by Doxygen.
2012-08-28 16:19:56 +00:00
Ward Fisher
21b20aacea
Moved windows webpage into doxygen.
2012-08-27 22:38:35 +00:00
Ward Fisher
e8453be1e5
Merged from trunk into branch
2012-08-20 18:30:04 +00:00
Ward Fisher
fa681b231b
2012-08-17 22:26:55 +00:00
Ward Fisher
aa85d6fc03
2012-08-17 21:41:20 +00:00
Ward Fisher
6da7859b0b
Added changes related to documentation generation.
2012-08-17 21:37:40 +00:00
Russ Rew
8d53da4826
Fixed bug "adding a bad _FillValue" bug (NCF-190). Fixed minor bugs
...
reported by static analysis, including memory leak in ncdump, missing
size_t cast for chunk cache. Fixed various doc problems, including
byte vs. char issues, missing NC_UBYTE in type list, needed link to
"Building with Windows" page.
2012-08-16 18:31:48 +00:00
Russ Rew
0b20a7269e
Add conventions attribute, as described in Jira issue NCF-189
2012-08-13 17:22:24 +00:00
Dennis Heimbigner
42999f4c7c
move from oc1.0 to oc2.0; create new dir oc2
2012-07-31 20:34:13 +00:00
Russ Rew
46736d24ab
Updated documentation of CDL byte constants to lessen confusion
...
with char constants. Update version to 4.2.1. Make minor changes to
RELEASE_NOTES.
2012-07-17 20:00:14 +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
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
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
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
Russ Rew
f638446d00
Fix typo in configure.ac. Also, if we have to have multiple copies of
2012-05-09 17:21:32 +00:00
Dennis Heimbigner
cb25985208
another scan-build bug fix
2012-04-30 15:58:40 +00:00
Dennis Heimbigner
00e50f5a44
1. changed from using port 8080 to 8081 for motherlode
...
2. Fixed Ward's IGNORE problem with oc
3. Mmap support now works.
4. Fix an uninitialized variable pointed out by Russ in dnclog.c
2012-04-22 20:34:21 +00:00
Dennis Heimbigner
e29a6fb164
added list of configure flags to man4/install.doc
2012-04-13 02:41:00 +00:00
Russ Rew
ead9187587
Include some doxygen input files that were inadvertently omitted. Fix pkg-config file netcdf.pc.in.
2012-03-28 19:14:25 +00:00
Dennis Heimbigner
25c3167841
ckp
2012-03-26 01:30:22 +00:00
Russ Rew
7592240cb1
recommit Khroulev fix I thought I committed in January
2012-03-20 19:06:08 +00:00
Russ Rew
b376836c0e
add link to previous docs to doxygen main page
2012-03-20 11:38:46 +00:00
Dennis Heimbigner
99eef24bc2
- Fix NCF-158 to modify ncgen flag defaults.
...
- Fix NCF-157 to modify DAP code to support
partial variable retrieval.
- Fix of NCF-154 to solve problem of ncgen
improperly processing data lists for variables
of size greater than 2**18 bytes.
- Fix ncgen processing of char variables that have
multiple unlimited dimensions.
- Partly fix Jira issue: NCF-145 (vlen issues).
- Benchmark program nc_test4/tst_ar4_*) requires arguments
and should only be invoked inside a shell
script; fixed so that they terminate cleanly
if invoked with no arguments.
- Fix the Doxygen processing so it will work
with make distcheck.
- Begin switchover to using an alternative to ncio.
- Begin support for in-memory (diskless) files.
2012-03-14 23:26:48 +00:00
Russ Rew
86ac9f0007
More fixes to synchronize new INSTALL with man4/install.doc
2012-03-14 21:18:30 +00:00
Russ Rew
844f2c85be
synchronize new INSTALL with man4/install.doc
2012-03-14 20:48:14 +00:00
Dennis Heimbigner
7cee1bb0ac
added info about minimum libcurl version
2012-03-02 20:27:44 +00:00
Russ Rew
a9a247ce36
Update installation instructions to 4.2-rc2
2012-03-01 19:29:27 +00:00
Russ Rew
6b075d6ab2
Fix bug for netCDF-4 files, where fill values are written by HDF5 even when NOFILL mode is set. Add to ncdump documentation note about handling embedded newlines in strings.
2012-02-15 22:21:47 +00:00
Dennis Heimbigner
77ee608a81
fix previous fix
2012-01-02 17:31:23 +00:00
Dennis Heimbigner
75563918a8
fix documentation tarball construction to be consistent with tm2.pl
2012-01-02 17:18:44 +00:00
Russ Rew
0e48e0a671
Jira NCF-137: Fix documentation of ncid parameter to include group ids
2011-12-15 21:21:38 +00:00
Russ Rew
d749958799
Update installation manual re binaries no longer provided
2011-12-01 17:48:05 +00:00
Russ Rew
5fdde5e399
Fix bug NCF-136, ncdump -c looping when dimensions inherited from parent group
2011-11-14 21:27:53 +00:00
Russ Rew
c1718f4695
Fix AIX installation typo
2011-11-07 23:00:16 +00:00
Dennis Heimbigner
d10a2605ce
moved librpc/ from major branch to trunk
2011-10-23 20:17:56 +00:00
Russ Rew
97c954a859
Add -g option to ncdump and test it
2011-09-21 23:10:03 +00:00