Dennis Heimbigner
ce290d3459
Fix Jirs 255
...
The DAP code compiles constraints into an internal
tree form. When it goes to fetch data, it converts
that tree form into a string suitable for use in a url.
The tree->string code was using '<' when it should be
using '<=' and vice versa.
The fix is to make sure the right operator is used.
2013-05-16 18:22:17 +00:00
Dennis Heimbigner
254c0e7c96
Historically
...
ncgen3 and ncgen
have treated
uppercase atomic types
the same as lower case.
Change so upper case are no
longer allowed.
Also, synch oc.
2013-05-15 17:37:04 +00:00
Dennis Heimbigner
253a26cb82
change format of url parameters in fragment part
2013-05-13 19:12:37 +00:00
Dennis Heimbigner
63141b80d5
updated the dap description in guide.doc
2013-05-13 18:22:14 +00:00
Dennis Heimbigner
f14c884918
1. Moved all the PNETCDF code
...
(primarily from libsrc4)
into its own dispatch library
called libsrc5.
2. Fixed part of Jira NCF-253
by removing the need for the
pnetcdf_ndims field.
For some reason, the original
code tried to cache the variable
ranks rather than computing them
as needed. Fixed by doing
an ...inq_varndims call as needed.
3. found some places where NC_MAX_DIMS
was being stack allocated and changed
to heap allocation.
Still some cases in nc_test4.
2013-05-11 21:01:18 +00:00
Dennis Heimbigner
7407566608
2013-05-11 20:46:54 +00:00
Dennis Heimbigner
0df0766ab8
2013-05-11 20:46:28 +00:00
Dennis Heimbigner
111e20d09c
cleanup
2013-05-11 20:32:39 +00:00
Dennis Heimbigner
5be772b6c0
1. Moved all the PNETCDF code
...
(primarily from libsrc4)
into its own dispatch library
called libsrc5.
2. Fixed part of Jira NCF-253
by removing the need for the
pnetcdf_ndims field.
For some reason, the original
code tried to cache the variable
ranks rather than computing them
as needed. Fixed by doing
an ...inq_varndims call as needed.
3. found some places where NC_MAX_DIMS
was being stack allocated and changed
to heap allocation.
Still some cases in nc_test4.
2013-05-11 20:04:33 +00:00
Dennis Heimbigner
de34ed2d5b
merge from netcdf/trunk prior to merge back to trunk
2013-05-11 19:37:38 +00:00
Dennis Heimbigner
3b0fb5bd82
Synch oc2 with baseline oc2.0
2013-05-11 19:36:31 +00:00
Dennis Heimbigner
79215c77ae
Allow dapodom.[ch] to be used in tests
2013-05-11 19:34:54 +00:00
Ward Fisher
5ebc2a38ee
Corrected a type in the Building with Cmake help file.
2013-05-10 22:55:54 +00:00
Dennis Heimbigner
cc7cd9a142
Fix part of JIRA NCF-253.
...
libdispatch/dv2i.c
now heap allocates rs[NC_MAX_VARS]
instead of stack allocation.
2013-05-10 18:15:11 +00:00
Dennis Heimbigner
c583f91992
merge with trunk and fix conflicts
2013-05-10 17:04:28 +00:00
Ward Fisher
df9a54b689
o Fixed the SOVERSION for CMake-based builds.
...
o Updated autotools-based build to include files required for CMake-based
builds.
o Updated Markdown-based documentation processed by Doxygen to include a
CMake FAQ.
2013-05-08 21:59:11 +00:00
Ward Fisher
aecd090f53
Added markdown version of RELEASE_NOTES for evaluation.
...
Modified Doxyfile templates to generate html from the
markdown file (assumes doxygen version 1.8+)
Added link to release notes to mainpage.doc
2013-05-07 20:54:54 +00:00
Ward Fisher
d7c0bed683
Updated RELEASE_NOTES in trunk to include release notes for 4.2.1.1
2013-05-07 16:37:23 +00:00
Ward Fisher
92f2ccc558
Reordered RELEASE_NOTES to bring a configuration change to the top of the list.
2013-05-03 21:11:12 +00:00
Ward Fisher
62b9141af1
Reverting the delete from the tm2.pl script.
2013-05-03 20:54:43 +00:00
Ward Fisher
2d0dbcfa1d
Merged latest from CMake branche.
...
Fixed an error on very small files (< 4 bytes) that was only occuring on sol. Updated CMake configuration file.
2013-05-01 23:55:24 +00:00
Dennis Heimbigner
19c1c11f1d
It turns out that my dap code
...
is not properly checking the incoming
count argument for nc_get_vars.
It is treating the count as pre-stride
rather than post-stride.
2013-05-01 22:31:01 +00:00
Russ Rew
5944c71c51
Oops, forgot to remove --disable-shared from build example
2013-05-01 21:07:22 +00:00
Russ Rew
6c28f30789
Update documentation for building with HDF4 and with Fortran
2013-05-01 21:05:31 +00:00
Russ Rew
f424c28710
Thwart doxygen's conversion of configure option '--disable-' to '&ndash;disable-' garbage in resulting HTML document.
2013-05-01 15:46:55 +00:00
Dennis Heimbigner
77d27faaef
suppress useless test output from test_nstride_cached.c
2013-04-30 18:34:31 +00:00
Ward Fisher
7d8bee2320
Updated version number to 4.3.0
2013-04-29 20:23:42 +00:00
Ward Fisher
10807379c3
Merging from CMake branch in preparation for 4.3.0 release.
2013-04-29 20:15:57 +00:00
Russ Rew
920393b891
Update nccopy documentation for -v and -g options
2013-04-25 20:50:59 +00:00
Russ Rew
07154a6693
Fix 'Building with HDF4 Support' document
2013-04-24 22:44:17 +00:00
Dennis Heimbigner
4070bcf946
Fix (again) jira NCF-248.
...
So, it turns out that just freeing
the nc4_info is not enough;
The root group must also be reclaimed.
So, it appears the best approach
is to invoke an abort on the
failed file.
2013-04-24 22:11:44 +00:00
Ward Fisher
2ee115d4e1
Removing files that accidentally migrated from CMake branch.
2013-04-24 19:45:25 +00:00
Ward Fisher
67f96188ff
Merged latest from netCDF-cmake branch in preparation for 4.3.0 release.
2013-04-23 21:50:07 +00:00
Dennis Heimbigner
e3a4a617cf
Add test for Jira NCF-249
2013-04-23 21:06:14 +00:00
Dennis Heimbigner
7e8bfb01f3
Fix jira NCF-249
2013-04-23 20:18:16 +00:00
Dennis Heimbigner
e960416761
Fix JIRA NCF-248
2013-04-23 18:02:35 +00:00
Russ Rew
3a87936711
New RELEASE_NOTES entry and a couple of Coverity fixes.
2013-04-23 16:27:28 +00:00
Russ Rew
e1c8870fea
Renamed internal function.
2013-04-22 22:58:43 +00:00
Russ Rew
6ebc98d254
Fix NCF-247 bug, and add test for bug fix.
2013-04-22 22:34:21 +00:00
Dennis Heimbigner
f17e7324c1
Rebuilt the compose operation in dceconstraints.c. The
...
revisions are simpler, and I hope, clearer than the all
previous versions. Part of the code taken from the
ucar.nc2.Range.compose function. Modified to handle edge
cases not handled in the Range.compose function.
2013-04-19 19:55:43 +00:00
Dennis Heimbigner
b5697ae20f
Rebuild the projection merging code
2013-04-17 18:58:37 +00:00
Ward Fisher
b113f6f8b6
Merged a handful of changes from netcdf-cmake branch.
...
Addressed the following coverity issues:
711762
711763
711766
711788
711933
711934
711935
2013-04-16 23:02:54 +00:00
Russ Rew
51ac4014da
Add missing documentation for nccopy -v and -g options
2013-04-16 22:18:14 +00:00
Ward Fisher
b70e1d74af
Merged latest from cmake development branch.
2013-04-16 17:23:14 +00:00
Russ Rew
8b3a9505ae
Revert nc4file.c to r3113, because r3123 version broke --enable-extra-tests build
2013-04-08 19:33:30 +00:00
Dennis Heimbigner
bcd3869ae2
Add NCF-213 to release notes
2013-04-08 19:31:56 +00:00
Ward Fisher
4a274b9870
Merged latest changes from cmake development branch.
...
Addressed a number of memory-related problems
reported by Coverity.
2013-04-02 22:09:31 +00:00
Ward Fisher
405f8bf827
2013-04-01 23:05:45 +00:00
Ward Fisher
fe019785ba
Update to include XGetopt.h when make dist is invoked.
2013-03-29 21:11:25 +00:00
Ward Fisher
b4bc5bfe24
Incorporating changes in preparation for
...
releasing 4.3.0RC4.
2013-03-27 19:19:10 +00:00