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
Ward Fisher
74de0d1468
Modified windows-binaries.md document to point at binary downloads for netCDF-C 4.3.1-rc1.
2013-08-08 16:55:34 -06:00
Ward Fisher
16e56415c6
Merge branch 'ward-dev'
...
* ward-dev:
Changed label from 'Older documentation' to 'other documentation', to remove explicit reference to netcdf 4.1.3, as per discussion with Russ.
Updated .gitignore file.
2013-08-08 15:50:02 -06:00
Ward Fisher
b25c64bd33
Changed label from 'Older documentation' to 'other documentation', to remove explicit reference to netcdf 4.1.3, as per discussion with Russ.
2013-08-08 11:14:11 -06:00
Ward Fisher
b5f863150e
Updated .gitignore file.
2013-08-07 16:37:36 -06:00
Ward Fisher
a3ff1206f5
Modified Makefile.am to not remove ctest.c, ctest64.c. This may be reverted by for now leaving ctest.c, ctest64.c in source repository.
2013-08-07 16:31:13 -06:00
Ward Fisher
3f8f61bd66
Deleted reference to RELEASE_NOTES in Makefile.am; this has been replaced by a markdown-formatted version, RELEASE_NOTES.md.
2013-08-07 16:27:22 -06:00
Ward Fisher
c02f2c3b16
Updated documentation to reference retrieving the latest source release and the developer snapshot from the Unidata GitHub repository.
2013-08-07 16:19:37 -06:00
Ward Fisher
7f8453c8f4
Updating generate documentation to reference GitHub.
2013-08-07 16:13:18 -06:00
Ward Fisher
4c0e15605d
Replaced the debugging CTestConfig.cmake file with one configured for the hosted CDash instance.
2013-08-07 15:33:20 -06:00
Ward Fisher
fc381d310b
Updated the 'INSTALL' file to reference GitHub instead of the Unidata ftp site.
2013-08-06 16:32:21 -06:00
Ward Fisher
11c37c19ce
Merge pull request #1 from Unidata/netcdf-cmake
...
Netcdf cmake
2013-08-06 15:05:26 -07:00
Ward Fisher
3189a2dd34
Merge branch 'master' into ward-dev
...
* master:
Delete README-SVN-TRANSITION-TO-GITHUB.txt
Added information relevant to the github transition in RELEASE_NOTES.md, transition document.
2013-08-06 15:53:43 -06:00
Ward Fisher
1508fa438e
Delete README-SVN-TRANSITION-TO-GITHUB.txt
...
File will live in the subversion repository as a breadcrumb trail to GitHub; it does not need to exist here.
2013-08-06 15:22:06 -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
Ward Fisher
3b1228a7be
Corrected a CTestConfig file problem.
2013-08-05 22:40:54 +00:00
Ward Fisher
5cb3f0b04a
Adding developer tools to branch.
2013-08-05 22:37:33 +00:00
Ward Fisher
38924a998c
Cutting new branch.
2013-08-05 22:36:45 +00:00
Russ Rew
5eeae9f657
Add several entries for 4.3.1-rc1
2013-08-05 22:22:23 +00:00
Ward Fisher
f43bf8f1da
Addressed a handful of issues identified by
...
Coverity static analysis.
2013-08-05 20:36:33 +00:00
Ward Fisher
cc56035d44
Addressed a handful of issues reported by Coverity static analysis.
2013-08-05 19:45:24 +00:00
Ward Fisher
63d59cc9e9
Addressed a handful of Coverity-reported issues.
2013-08-02 22:52:49 +00:00
Ward Fisher
6724dd879c
Merged latest from trunk.
2013-08-02 20:17:58 +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
68f1612d92
Added note regarding upcoming transition to GitHub.
2013-07-30 15:55:50 +00:00
Ward Fisher
2c7d185e34
Merged latest from trunk.
2013-07-29 19:14:09 +00:00
Dennis Heimbigner
beba09e70b
1. The duplicate name checking in oc2 was
...
effectively o(n cubed); modified to be
o(n squared).
2. If the list of prefetched variables is too long,
(something on the order of 400 variables), then
the server may reject it. Modified code so that
in the case that the set of prefetch'd vars is
the in fact all variables, it does not create a long
request. This does not actually solve the problem
if the prefetch list is long, but not all inclusive.
2013-07-27 20:54:50 +00:00
Dennis Heimbigner
fcecd1a2bc
1. The duplicate name checking in oc2 was
...
effectively o(n cubed); modified to be
o(n squared).
2. If the list of prefetched variables is too long,
(something on the order of 400 variables), then
the server may reject it. Modified code so that
in the case that the set of prefetch'd vars is
the in fact all variables, it does not create a long
request. This does not actually solve the problem
if the prefetch list is long, but not all inclusive.
2013-07-27 20:20:13 +00:00
Ward Fisher
8581465e4a
Updated CTestConfig.cmake
2013-07-26 20:53:10 +00:00
Ward Fisher
c50d7af381
Added CTEST_PROJECT_NAME to default config in CTestConfig.cmake
2013-07-26 17:29:16 +00:00
Ward Fisher
fc8ca754d5
Re-adding CTestConfig.cmake. Removing it didn't help.
2013-07-26 17:26:30 +00:00
Ward Fisher
4fb0a505f5
Removing CTestConfig.cmake temporarily to see if that makes a change with the builds scheduled through the website.
2013-07-26 17:24:08 +00:00
Ward Fisher
0d8969da1c
Added CDash configuration file for hosted CDash dashboard.
2013-07-25 21:53:47 +00:00
Ward Fisher
d686c16fab
Updated small syntax issue in CMakeLists.txt. Very Minor.
2013-07-24 21:46:50 +00:00
Ward Fisher
4a0310c01e
Revert out all subproject changes; including dependencies used for test scripts is painful. May attempt in the future.
2013-07-24 17:31:12 +00:00
Ward Fisher
9b2760779c
Corrected a syntax error in CMakeLists.txt related to SubProjects
2013-07-24 17:03:30 +00:00
Ward Fisher
c3af18a26a
Updated CTestConfig.cmake file.
2013-07-24 16:34:58 +00:00
Ward Fisher
3602201174
Added a subproject for executables invoked by test scripts.
2013-07-24 16:34:04 +00:00
Ward Fisher
f85d09520a
Added a subproject for executables invoked by test scripts.
2013-07-24 16:27:14 +00:00
Ward Fisher
e362d8e6ee
Working on adding subprojects.
2013-07-24 16:17:52 +00:00
Ward Fisher
79db11c372
Working on adding subprojects.
2013-07-24 16:14:39 +00:00
Ward Fisher
15f4fad441
Working on adding subprojects.
2013-07-24 16:08:29 +00:00
Ward Fisher
a00f51dec7
Working on adding subprojects.
2013-07-24 16:04:40 +00:00
Ward Fisher
ab0c5fc892
Updating subproject files
2013-07-24 15:49:49 +00:00
Ward Fisher
ef2cead144
Updating subproject files
2013-07-24 15:41:43 +00:00
Ward Fisher
d118142d19
Updating subproject files
2013-07-24 15:27:21 +00:00
Ward Fisher
37cf8b12c6
2013-07-24 15:24:04 +00:00
Ward Fisher
f84344e5a9
2013-07-24 15:21:59 +00:00