Commit Graph

25 Commits

Author SHA1 Message Date
dmh
71dbc89dbb Update RELEASE_NOTES for NCF-267 2013-09-23 19:25:26 -06:00
Ward Fisher
976c11ca5c Added note re: NC_USE_STATIC_CRT option. 2013-09-23 10:57:01 -06:00
dmh
fc16046432 [NCF-265]
Ncgen is unable to resolve
ambiguous references to an enum
constant when two different enums
have same econstant name.

Solved by allowing more specific
forms for econstant references.
1. /.../enumname.enumconstname
2. enumname.enumconstname
3. enumconstname

Case 1 is resolved by using the econstant
in the specific enum definition. If none is
found, an error is reported.

Case 2 is resolved by
1. finding an enclosing group with an
   enum definition with the specified name
   and containing the specified econstant.
   If there are more than one, then an error is reported
2. finding all enum definitions in the dataset that have
   the specified enum name and contain the specified
   econstant. If more than one is found, then an error is reported.
If the above two methods fail, then report an error.

Case 3 is similar to case 2, but all enums, irrespective
of name are used if they contains the specified enum constant.

The ref_tst_econst.cdl test in ncdump is causing ncdump
to fail. So there may be yet some problem.
2013-09-20 20:48:05 -06:00
Russ Rew
0130bd8501 Add release notes entry. 2013-09-16 20:12:23 -06:00
Ward Fisher
74767a91f0 Updated RELEASE_NOTES.md with issues addressed by Quincy K. 2013-09-16 15:19:00 -06:00
Russ Rew
5f6f724d3d Merge branch 'master' of http://github.com/Unidata/netcdf-c before
making patch.
2013-09-16 15:09:53 -06:00
Russ Rew
752fd3869b Fixed Jira number in entry. 2013-09-16 15:09:25 -06:00
Ward Fisher
85187fc2a2 Updated RELEASE_NOTES.md for clarity. 2013-09-03 10:33:56 -06:00
Ward Fisher
a595c62d7f Updated RELEASE_NOTES with reference to LFS Jira ticket. Temporarily removed an LFS test on Windows. 2013-08-28 16:30:41 -06:00
Russ Rew
042f84cade Merge branch 'master' of http://github.com/Unidata/netcdf-c 2013-08-28 13:37:34 -06:00
Ward Fisher
bd51d8d568 Removed older directories no longer used in active development:
* librpc/
	* udunits/
	* libcf/
	* libcdmr/

Updated RELEASE_NOTES.md to reflect this.
Removed any dangling references from configure.ac, CMakeLists.txt.
2013-08-22 15:26:42 -06:00
Ward Fisher
1aab75f597 Updated RELEASE_NOTES to include mention of configuration files.
Updated RELEASE_NOTES so that full releases are header-two, release-candidates are header-three.
2013-08-19 15:30:27 -06:00
Ward Fisher
372b80b0bd Updated RELEASE_NOTES to reflect latest fix made by Quincy. 2013-08-19 09:55:50 -06:00
Russ Rew
0bfd43a4ea Merge branch 'master' of http://github.com/Unidata/netcdf-c
Updating to 4.3.1-rc1
2013-08-15 12:51:23 -06:00
Ward Fisher
e67480fe3a Updated Release Notes to include contribution from Orion Poplawski which corrected an issue with the CMake System, other CMake issue. 2013-08-13 16:04:23 -06:00
Ward Fisher
c1a57b0a0a Changed Markdown formatting to correct for a problem that manifested in the resultant doxygen-generated html pages. 2013-08-09 14:42:35 -06:00
Ward Fisher
f9e1374b6f Added information to RELEASE_NOTES to reflect the 'release candidate' status of the current release.
Added information about needing to generate configure scripts with 'autoreconf'.
Updated Building with CMake documentation, moved 4.3.0 errata to a place of less prominence.
2013-08-09 11:14:07 -06:00
Ward Fisher
5a5f4c7b75 Updated RELEASE_NOTES.md with information about nc_rename_grp (NCF-204). 2013-08-09 09:42:37 -06:00
Russ Rew
356824e036 Fix description of NCF-29 change 2013-08-07 15:50:31 -06:00
Ward Fisher
137282e650 Added information relevant to the github transition in RELEASE_NOTES.md,
transition document.

Remoted plain text release_notes moving forward.  Created a markdown
version of the README file as an experiment to see what we think. 
GitHub will render markdown natively, as does Doxygen and our new
build system.
2013-08-05 22:57:53 +00:00
Russ Rew
5eeae9f657 Add several entries for 4.3.1-rc1 2013-08-05 22:22:23 +00:00
Ward Fisher
b6d855c0b9 Added NC_HAVE_RENAME_GRP as per Charlie Zender's request:
https://www.unidata.ucar.edu/esupport/staff/index.php?_m=tickets&_a=viewticket&ticketid=22442

Updated configure.ac, CMakeLists.txt to reflect the upcoming 4.3.1-rc1
release.

Added notes to RELEASE_NOTES and RELEASE_NOTES.md
2013-08-01 21:55:32 +00:00
Ward Fisher
145f4c4b99 Merging latest changes from cmake branch into trunk. 2013-07-05 17:09:19 +00:00
Ward Fisher
b4e198d163 Added '--enable-dynamic-loading' to autotools-based builds, and
-DENABLE_DYNAMIC_LOADING to cmake-based builds.

This will allow for compatibility with hdf5 1.8.11 builds that
have enabled dynamic building (depends on libdl).

See Jira ticket NCF-258
2013-06-10 21:48: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