Commit Graph

28 Commits

Author SHA1 Message Date
Ward Fisher
cbcd6c616d Added new generated files to .gitignore file. 2018-10-04 15:02:02 -06:00
Wei-keng Liao
beac085c7d more updates due to renaming test_read.c and test_write.c to m4 files 2016-10-13 02:56:50 -05:00
Ward Fisher
f8117f150f Updated .gitignore. 2016-05-13 12:44:52 -06:00
Ward Fisher
47dcd00bb7 Added test file for debugging https://github.com/Unidata/netcdf-c/issues/221. 2016-02-16 10:23:53 -07:00
Ward Fisher
79c021712a Removed generated tests from source control. Ensuring generated files are regenerated if m4 is present. 2016-01-22 12:03:28 -07:00
Ward Fisher
36a4c6c738 Tweaked .gitignore file. 2015-11-02 16:15:02 -07:00
Ward Fisher
329a801bd6 Added autom4te.cache to .gitignore file. 2015-03-12 11:15:15 -06:00
Ward Fisher
df016a3a55 Added netcdf-fortran/ to .gitignore. 2014-11-18 15:34:30 -07:00
Ward Fisher
fc436de57d Updated the NetCDF Library Architecture image in the documentation. 2014-06-06 10:06:12 -06:00
Ward Fisher
b4ce15efd8 Updated .gitignore. 2014-06-03 11:33:09 -06:00
Ward Fisher
6c0e34f89a Added skeleton for libnetcdf.settings. See JIRA ticket at https://bugtracking.unidata.ucar.edu/browse/NCF-303 2014-05-30 13:36:35 -06:00
Ward Fisher
7d00f1d610 Updated .gitignore file. 2014-04-23 14:03:07 -06:00
Ward Fisher
085dc28040 Removed static CTestConfig.cmake file, replaced with a parameterized template that is used to generate a CTestConfig.cmake at configure time. 2014-04-15 18:16:08 -06:00
Ward Fisher
2f309dd9a3 Updated .gitignore. 2014-04-10 09:18:31 -06:00
Ward Fisher
eace9a2230 Updated .gitignore. 2014-04-10 09:15:49 -06:00
Ward Fisher
49fc091f23 Updated .gitignore. 2014-04-07 14:03:38 -06:00
Ward Fisher
733f6257b0 Updating cmake shared_linker_flags as suggested by Nico Schlomer: https://github.com/Unidata/netcdf-c/issues/46
Fixed indentation.

Updated .gitignore.

Added a macro to make it easy to check to see if the linker supports a particular flag.  Debug builds now pass the -w1,--no-undefined if it is detected the linker supports it.
2014-04-02 15:54:05 -06:00
Ward Fisher
76e5e0f1fa Addressed several minor issues revealed by static analysis (coverity, clang). Mostly to do with extreme corner cases in which a null pointer would be dereferenced, or dereferencing a non-null (but non-initialized) pointer would result in garbage. 2014-03-28 17:11:26 -06:00
Ward Fisher
0443a1c87a Reorganized cmake status message. Refining support for parallel netcdf. 2014-03-17 12:18:39 -06:00
Ward Fisher
56e2d0349d Reorganized files to reduce clutter and to make things a little more coherent. This is an ongoing process. 2014-02-24 16:06:09 -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
dfc3749506 [NCF-282]/ HAD-595112
The code that tests if a path is a url is
faulting when the url does not end in a slash
(e.g. http://thredds-tests.ucar.edu).
The code that tests if a path is a url is
faulting when the url does not end in a slash
(e.g. http://thredds-tests.ucar.edu).
CF-273]/HZY-708311

Solution was to do a null pointer test.
Added a test (tst_misc).
2014-01-20 16:11:45 -07:00
Ward Fisher
0af7499eb4 Added a couple items to .gitignore.
Corrected an issue reported by Coverity static analysis where memory was allocated but was not freed.
2013-12-04 16:02:43 -07:00
Ward Fisher
93a3897dab Corrected an issue in genlib.c where a strcpy was used with overlapping buffers. 2013-10-30 16:04:35 -06:00
Ward Fisher
f9e5cc94ab Added autom4te.cache directory to repository ignore file. 2013-09-24 15:56:22 -06:00
Ward Fisher
b29b189d86 Added emacs temporary files to .gitignore. 2013-08-26 13:53:08 -06:00
Ward Fisher
b5f863150e Updated .gitignore file. 2013-08-07 16:37:36 -06:00
Ward Fisher
7f8453c8f4 Updating generate documentation to reference GitHub. 2013-08-07 16:13:18 -06:00