Commit Graph

1456 Commits

Author SHA1 Message Date
Ward Fisher
760ea650f0 Initial 'make dist' support, accomplished by leveraging
FindMakeDist.cmake (credit given in that file).

This CMake module provides make dist, make distcheck
support.
2013-05-29 20:08:23 +00:00
Ward Fisher
d4e6e04d29 Merged latest from trunk. 2013-05-28 16:25:47 +00:00
Russ Rew
3152893da0 Updated documentation on default chunk size for unlimited dimensions.
Removed old heuristic for dims several orders of magnitude smaller
than the max dimension.
2013-05-28 15:34:55 +00:00
Ward Fisher
da16fc1cde Fixed an issue with Windows builds
not compiling due to how
ssize_t was being detected/defined.
2013-05-24 21:19:07 +00:00
Ward Fisher
294dc435e8 2013-05-24 19:25:10 +00:00
Ward Fisher
7fbeed5337 2013-05-24 18:48:11 +00:00
Ward Fisher
fcd7a76936 2013-05-24 18:28:11 +00:00
Ward Fisher
8d04f686a9 2013-05-24 16:31:49 +00:00
Ward Fisher
1df00fa579 Re-added fix for very small files. 2013-05-22 18:56:52 +00:00
Ward Fisher
3455f578c2 Re-integrate changes from revision 3202 overwritten by Dennis's changes. 2013-05-22 17:23:53 +00:00
Ward Fisher
a4695c6b46 Merging latest from trunk. There are a substantial
number of changes.
2013-05-22 16:59:41 +00:00
Ward Fisher
2c63696151 Modified config.h template used by cmake to properly
check for existance of ssize_t.
2013-05-22 16:30:54 +00:00
Ward Fisher
5132dadc09 2013-05-18 13:32:49 +00:00
Russ Rew
2cd6e5f7aa Update building parallel doc to show what worked here 2013-05-17 20:34:36 +00:00
Dennis Heimbigner
228e8439d2 1. The code to parse a constraint
was losing the initial double quote
for a quoted string.
2. The code in ncuri.c was not properly
   handling occurrences of e.g. %xx
2013-05-16 21:37:58 +00:00
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
e99966c9b3 2013-05-08 20:47:14 +00:00
Ward Fisher
17523e91c9 2013-05-08 16:44:19 +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
77f9dbf3ad 2013-05-07 19:59:02 +00:00
Ward Fisher
fedd91643e Added markdown version of release notes, integrated it into the doxygen-generated documentation. 2013-05-07 19:36:33 +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
57560487c7 Re-added Doxyfile, CTest script file to the branch. 2013-05-03 21:41:51 +00:00
Ward Fisher
7f18a00d83 Cutting new branch from version 4.3.0. 2013-05-03 21:40:03 +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
66175a133f 2013-05-02 22:20:58 +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
Ward Fisher
239125c861 Merged latest from trunk. 2013-05-01 22:47:59 +00:00
Ward Fisher
eab5d4c044 2013-05-01 22:31:18 +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
Ward Fisher
57c625dc43 Added a check for extremely small file sizes when attempting to check the file type. 2013-05-01 22:01:22 +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
Ward Fisher
21b0eaeea8 Updated Test Config 2013-05-01 21:02:01 +00:00