Commit Graph

1537 Commits

Author SHA1 Message Date
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
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
Ward Fisher
5800b4b41a Refactored Constant to NCConstant 2013-07-16 16:18:26 +00:00
Ward Fisher
50d6671328 Merged latest from trunk. 2013-07-15 20:17:18 +00:00
Russ Rew
7f9ff06665 Modified to run the nc_test4 program inadvertently omitted file from the NCF-56 fix. 2013-07-14 18:34:01 +00:00
Russ Rew
fa3f84afbc Neglected to add this, due to confusion with file of same name in ncdump 2013-07-14 16:16:56 +00:00
Ward Fisher
eef6e4679b Merged latest from trunk. 2013-07-11 17:01:15 +00:00
Ward Fisher
07247f44b0 Fixed a couple of CMake related testing issues. 2013-07-11 16:50:51 +00:00
Russ Rew
167c2355c8 Fix CMakeLists to remove tst_h_scalar test from nc_test4/, since already in ncdump/ 2013-07-10 22:53:56 +00:00
Russ Rew
f9dff9cee3 Fix make distcheck by getting right 2013-07-10 22:09:46 +00:00
Dennis Heimbigner
aa5e822273 added tst_h_scalar test 2013-07-10 21:19:05 +00:00
Dennis Heimbigner
7dce1d00f3 add ref to tst_h_scalar 2013-07-10 21:17:36 +00:00
Russ Rew
758858e8b7 Forgot to add and commit yet another test program. 2013-07-10 21:07:53 +00:00