Commit Graph

1648 Commits

Author SHA1 Message Date
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
Ward Fisher
37203d59d5 2013-07-24 15:17:26 +00:00
Ward Fisher
a3058fa8b2 2013-07-24 15:12:19 +00:00
Ward Fisher
89593dcd10 2013-07-24 15:03:43 +00:00
Ward Fisher
8359a7e6b0 2013-07-24 14:57:32 +00:00
Ward Fisher
cc9a862dce Merged latest from trunk. 2013-07-22 18:30:25 +00:00
Ward Fisher
909f569de0 Changed argument list of nc_rename_grp to match definition of nc_rename_grp,
changed invocation of nc_rename_grp in renamegroup.c.
2013-07-22 17:27:43 +00:00
Dennis Heimbigner
67c486bfa0 fix include/netcdf.h:nc_rename_grp signature 2013-07-22 17:18:20 +00:00
Ward Fisher
b0ebead826 Merged latest from the Trunk. 2013-07-22 17:16:30 +00:00
Ward Fisher
0401fafb3b Changed argument list of nc_rename_grp to match definition of nc_rename_grp,
changed invocation of nc_rename_grp in renamegroup.c.
2013-07-22 17:04:54 +00:00
Ward Fisher
cbb032b19c Modified how renamegroup executable is built so that
it can be run in CMake-based builds.
2013-07-22 16:55:59 +00:00
Dennis Heimbigner
ee4cf07637 change nc_rename_group -> nc_rename_grp for consistency 2013-07-22 16:49:25 +00:00
Russ Rew
a18b6eb42a Remove .exe suffix from executable invocation in shell test script. 2013-07-22 14:43:10 +00:00
Dennis Heimbigner
bb77390311 Set executable bit on run_grp_rename.sh 2013-07-21 17:09:49 +00:00
Dennis Heimbigner
05369372f7 Debugged previously added
code to support group rename.
Also added a simple test case.
2013-07-21 01:08:39 +00:00
Dennis Heimbigner
b85d3568ec Added the necessary code to support
group renaming. The primary API
is 'nc_rename_grp(int grpid, const char* name)'.
No test cases provided yet.
This also required adding a rename_grp entry
to the dispatch tables.
2013-07-19 21:48:37 +00:00
Ward Fisher
1c23ec06b8 Merging latest from netcdf-cmake branch. Includes a handful
of fixes for coverity-identified errors.
2013-07-19 21:32:27 +00:00
Ward Fisher
746ddd0390 Addressed a handful of coverity-reported issues. 2013-07-19 21:13:35 +00:00
Ward Fisher
62fff7ae57 Added Doxygen file, CTest config to dev. branch. 2013-07-16 21:23:49 +00:00
Ward Fisher
495317fb2a Cutting a new branch. 2013-07-16 21:21:32 +00:00
Ward Fisher
a90b386e0a Refactored 'Constant' to 'NCConstant' in ncgen/ to avoid
reserved word collision on Windows.

Added tst_ncgen4_classic.sh to CMake-based builds.
2013-07-16 20:22:48 +00:00
Ward Fisher
e0e64736b5 Modified variable declaration for Windows support. 2013-07-16 17:18:10 +00:00