Commit Graph

1879 Commits

Author SHA1 Message Date
Russ Rew
976bc707f3 Fix compile errors in HDF4 support from change of att->xtype to att->nc_typeid and similar var change. Still a bug at runtime with ref count for type ids. 2014-02-23 11:32:35 -07:00
Ward Fisher
056e5c3fea Removed 'section' flag that was causing a problem with the 'internal' flag. 2014-02-21 16:34:13 -07:00
Ward Fisher
030645c222 Updated Cmake builds to properly manage the 'ENABLE_INTERNAL_DOCS' option.
Reformatted documentation to make things a little more cohesive.
2014-02-20 15:48:01 -07:00
Quincey Koziol
9515406b2e Merge remote-tracking branch 'upstream/master' 2014-02-20 08:25:35 -06:00
Quincey Koziol
d033f9f6ff Clean up Coverity warnings from last checkin. 2014-02-20 08:24:55 -06:00
Ward Fisher
75a71ffcf0 Reorganized doxygen documents, renamed .doc files as .dox.
Bumped revision to 4.3.1.2.  There may not be a 4.3.1.2 release, but I didn't want to leave it as 4.3.1.1.
Removed CMake-specific doxygen/documentation template, made changes required so that
CMake and autotools-based builds can use the same template (Doxyfile.in).
2014-02-19 16:32:26 -07:00
Ward Fisher
2a2474f7d0 Merge branch 'master' of https://github.com/Unidata/netcdf-c 2014-02-18 15:10:02 -07:00
Ward Fisher
3711978f94 Reordered declarations in CMakeLists.txt, expanded configuration summary a little bit. 2014-02-18 15:09:30 -07:00
Russ Rew
52b12b9e5e Fix typos 2014-02-18 14:47:57 -07:00
Russ Rew
c4b5f0191e Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-02-18 14:22:12 -07:00
Russ Rew
dcfeb9fa9c Added draft entries for large refactoring for revamping type handling 2014-02-18 14:21:22 -07:00
Ward Fisher
9d93877c70 Reversed change to CTestConfig.cmake 2014-02-18 13:34:37 -07:00
Ward Fisher
fc26b155a7 Merge branch 'master' of https://github.com/qkoziol/netcdf-c into qkoziol-master 2014-02-18 13:32:32 -07:00
Russ Rew
82a76cc0d8 Added RELEASE_NOTES entry 2014-02-17 17:03:38 -07:00
Quincey Koziol
b98a475f37 Minor tweaks to comments and LOG messages. 2014-02-17 13:34:05 -06:00
Quincey Koziol
658e298cf8 Merge remote-tracking branch 'upstream/master' 2014-02-17 13:33:55 -06:00
Russ Rew
601fb445d6 Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-02-16 11:55:19 -07:00
Russ Rew
178e99467a Fix bug in MPI type reported by Chrostopher Bartz 2014-02-16 11:54:25 -07:00
Quincey Koziol
fd981824c1 Correct handling of variablen-length sequences for attributes, plus uncomment a
bunch of tests that stress this area of the library.

Also clean up some compiler warnings in the dispatch code.
2014-02-14 08:07:14 -06:00
Quincey Koziol
e92589cb82 Switched CDash test location to the netcdf-staging branch. 2014-02-12 17:17:42 -06:00
Quincey Koziol
3ef7eeb30a Merge remote-tracking branch 'upstream/master' 2014-02-12 08:49:03 -06:00
Quincey Koziol
36c960c0ca Add a few cases for NC_CHAR type class that were missed earlier. 2014-02-12 08:48:13 -06:00
Quincey Koziol
4bfd9b27a0 Merge remote-tracking branch 'upstream/master'
Conflicts:
	libdap2/common34.c
	oc2/ocutil.c
2014-02-11 17:26:09 -06:00
Quincey Koziol
b2dfacbcfa Big clean up to type handling in libsrc4, which makes fill-values work
correctly for variables with string datatype, plus a few other minor changes.
2014-02-11 17:12:08 -06:00
Ward Fisher
ae902f1909 Fixed an issue with variable declaration in Visual Studio-based builds. 2014-02-11 15:49:34 -07:00
Russ Rew
0627c82758 Fix for bit-for-bit reproducibility from Rimvydas Jasin, Quincey Koziol 2014-02-10 15:29:14 -07:00
Ward Fisher
8b5f677e53 Updated release notes to reflect resolution of jira issue NCF-288, e.g. cmake not generating pkg config files. 2014-02-07 13:05:46 -07:00
Ward Fisher
23ba607336 Added a check for stddef.h in CMakeLists.txt; some linux versions do not store stddef in /usr/include, but rather /usr/include/linux. 2014-02-07 09:51:47 -07:00
Ward Fisher
8aee60dd43 Reordered HDF4 test calls in CMakeLists.txt in nc_test4 to remove an error caused by running tests out of order. 2014-02-07 09:37:17 -07:00
Ward Fisher
9749390720 Corrected some warnings issued by doxygen when generating documentation. 2014-02-06 17:59:57 -07:00
Ward Fisher
154c2a6edf Stopped tracking a cmake-specific pkgconfig template; using the same one as autotools. Tightened up cmake summary a little, now a pkg-config file is generated. 2014-02-06 16:17:30 -07:00
Ward Fisher
809aff04fe Created a base pkgconfig template for cmake from the autotools file. 2014-02-06 11:45:08 -07:00
Ward Fisher
870dc3b8ec Updated release notes to mention a JIRA issue that Dennis has addressed. 2014-02-06 11:43:35 -07:00
Ward Fisher
5600bd327e Updated CMake file. 2014-02-06 11:35:35 -07:00
Ward Fisher
74ed07a086 Replaced missing character. 2014-02-06 11:34:13 -07:00
Ward Fisher
16400df5e0 Resolved Conflict when cherry-picking patches. 2014-02-06 11:33:31 -07:00
Ward Fisher
feaaf7e779 Added missing test script to EXTRA_DIST in makefile.am. 2014-02-06 11:32:45 -07:00
Ward Fisher
9b0a98383a Added CMakeLists.txt to missing Makefile.am files, so that CMake-based builds can be used on source packages generated by make dist 2014-02-06 11:32:32 -07:00
Ward Fisher
0d95496703 Added CTest specific files (previously missing) to Makefile.am so that they would be included by 'make dist'. 2014-02-06 11:31:41 -07:00
Ward Fisher
04a206ccf7 Updated .gitignore to remove filter on autoconf files. This messes up our release process on github. 2014-02-06 11:31:30 -07:00
dmh
6431d2c94d Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-02-05 17:05:51 -07:00
dmh
d7de6fd551 [NCF-287/MCI-552767
Problem related to NCF-284.
Namely an old thredds server that
does not properly implement the
dap2 spec. It is accessing a field of a grid
but is not wrapping it as a structure.
url:http://thredds.aodn.org.au/thredds/dodsC/IMOS/ACORN/gridded_1h-avg-current-map_QC/SAG/2010/01/27/IMOS_ACORN_V_20100127T023000Z_SAG_FV01_1-hour-avg.nc.dds?SPEED.SPEED

In any case, this exposed another bug.
Also, in looking at this, I realized that the
code could be simplified.
2014-02-05 17:05:33 -07:00
Ward Fisher
0b97d35b86 Fixed some markdown syntax errors on the 'building with cmake' document. 2014-02-05 13:24:18 -07:00
Ward Fisher
9b9e83c632 Corrected a markdown/doxygen syntax issue. 2014-02-05 13:24:18 -07:00
Ward Fisher
e66ab99303 Updated documentation in preparation for upcoming 4.3.1.1 bugfix release. 2014-02-05 10:16:10 -07:00
Ward Fisher
f3be082363 Updated RELEASE_NOTES.md with reference to Jira ticket for DAP/Cygwin64-related bugfix. 2014-02-04 16:41:15 -07:00
Ward Fisher
feeeb70c31 Updated developer doxyfile to automatically parse the '.doc' and '.md' files present in man4. 2014-02-04 16:36:44 -07:00
dmh
56758efde9 Merge branch 'master' of http://github.com/Unidata/netcdf-c 2014-02-04 16:27:13 -07:00
dmh
0f4b72c53b [NCF-286]/e-support:JVN-123940
using cygwin64 causes a couple of bugs during make check.
Fixes are as follows:
1. in ncdump.c and nccopy.c change all occurrences of
   'return EXIT_FAILURE'
   and
   'return EXIT_SUCCESS'
   with
   exit(EXIT_FAILURE)
   and
   exit(EXIT_SUCCESS)
   respectively.
   I have no idea why this works.
2. in libdap2/ncdap3a.c#freeNCDAPCOMMON,
   remove the call to nc_abort, it is
   causing a loop; not sure why this
   is not caught under other operating systems.
2014-02-04 16:26:52 -07:00
Ward Fisher
7debd132d2 Bumped version to 4.3.1.1 in preparation for upcoming bugfix release.
Modified the Doxyfile templates to use 'dot', when available, to generate class diagrams instead of the inferior diagram engine bundled in doxygen.
2014-02-04 16:13:18 -07:00