Ward Fisher
|
dbd2be12ae
|
Changed version to include 'development' signifier. This will be removed/changed when preparing releases. This way, there will never be a question about what is being worked on.
|
2015-06-19 12:29:15 -06:00 |
|
Ward Fisher
|
83692b10d6
|
Addressed a potential null dereference reported by clang.
|
2015-06-18 14:41:09 -06:00 |
|
Ward Fisher
|
39c9d10ede
|
Removed a stray debugging message.
|
2015-06-18 14:37:31 -06:00 |
|
Ward Fisher
|
66dc490e8a
|
Addressed UNIX API issues reported by clang.
|
2015-06-18 14:31:10 -06:00 |
|
Ward Fisher
|
b1cd5268d9
|
Merge branch 'ward-working'
|
2015-06-18 10:04:12 -06:00 |
|
Ward Fisher
|
5721dd302b
|
Corrected a potential null dereference caused by passing '0' to calloc.
|
2015-06-17 15:42:45 -06:00 |
|
dmh
|
7bb344982e
|
Undo commit 6f753dacd1 .
Apparently not needed after all.
|
2015-06-17 15:31:52 -06:00 |
|
dmh
|
1a4f03e990
|
Merge branch 'master' of http://github.com/Unidata/netcdf-c
|
2015-06-17 14:08:44 -06:00 |
|
dmh
|
6f753dacd1
|
1. fix a missing socklen_t problem.
|
2015-06-17 14:06:51 -06:00 |
|
Russ Rew
|
7c0bd14178
|
Added commercial entry for Surfer
|
2015-06-15 14:38:51 -06:00 |
|
Russ Rew
|
7a44b66300
|
Make nc-config work even if user doesn't set PKG_CONFIG_PATH
|
2015-06-12 14:00:38 -06:00 |
|
Ward Fisher
|
952b73e51e
|
Modified how m4 is detected/handled, made it less a straight platform check.
|
2015-06-11 14:28:39 -06:00 |
|
Ward Fisher
|
03fad43a19
|
Updated Developer doxygen file.
|
2015-06-11 11:00:16 -06:00 |
|
Russ Rew
|
157a262f08
|
Fix doxygen list
|
2015-06-08 10:20:50 -06:00 |
|
Russ Rew
|
406b999e2a
|
Fixed merge conflict
|
2015-06-08 10:00:03 -06:00 |
|
Russ Rew
|
5cca4eec35
|
Fix anchor in FAQ and add use of mpifzz for parallel Fortran builds to Fortran install docs
|
2015-06-08 09:54:33 -06:00 |
|
Ward Fisher
|
ca84ceb725
|
Updated release notes to reflect change in pre-built binary version.
|
2015-06-04 15:46:37 -06:00 |
|
Ward Fisher
|
f539c0f32e
|
Added reference docs for netcdf_mem work performed by Dennis. Updated Windows pre-built binary documentation to reflect the move to Visual Studio 2012, from Visual Studio 2010.
|
2015-06-04 15:37:52 -06:00 |
|
Ward Fisher
|
fbf899ce69
|
Bumped version info in Doxyfile.developer.
|
2015-06-04 15:20:13 -06:00 |
|
Ward Fisher
|
099b6eb05b
|
Bumped version info.
|
2015-06-04 15:19:51 -06:00 |
|
Ward Fisher
|
67c09af90e
|
Refactor auth to oc_auth.
|
2015-06-04 15:12:30 -06:00 |
|
Ward Fisher
|
78d0929069
|
Merge branch 'ward-working'. Cleaning up Doxygen warnings.
|
2015-06-04 15:05:56 -06:00 |
|
Ward Fisher
|
0f7287a470
|
Corrected typo.
|
2015-06-04 15:02:06 -06:00 |
|
Ward Fisher
|
bd099f65df
|
Removed the automatically generated TOC in the software file.
|
2015-06-04 15:00:05 -06:00 |
|
Ward Fisher
|
44c4390732
|
Updated generation of auth.md
|
2015-06-04 14:34:06 -06:00 |
|
Ward Fisher
|
730527f2df
|
Replaced references to ocauth.md with references to ocauth.html, reverting some of the previous work.
|
2015-06-04 14:32:33 -06:00 |
|
Ward Fisher
|
37536f87c7
|
Reverted to ocauth.html. Instead of processing it automatically, we can use 'pandoc' to migrate one to the other.
|
2015-06-04 14:30:34 -06:00 |
|
Russ Rew
|
a8573500d9
|
Restore inadvertently overwritten updated FAQ 'How do I build and install netCDF ...'
|
2015-06-04 10:04:26 -06:00 |
|
Ward Fisher
|
497b615ed2
|
Corrected typo in FAQ.md
|
2015-06-03 15:50:43 -06:00 |
|
Ward Fisher
|
26a157f703
|
Converted ocauth.html to markdown with Pandoc.
|
2015-06-03 15:48:14 -06:00 |
|
Ward Fisher
|
76e85a9c76
|
Working on cleaning up the auth.md file.
|
2015-06-03 15:15:00 -06:00 |
|
Russ Rew
|
b110e1d7a5
|
add to FAQ our newly minted DOI to use in citing netCDF
|
2015-06-03 14:32:35 -06:00 |
|
Ward Fisher
|
bb42e4639e
|
Addressed conflict between master, mem2.
|
2015-06-02 15:03:12 -06:00 |
|
Ward Fisher
|
45bf3ee259
|
Merge branch 'mem2' of https://github.com/Unidata/netcdf-c into mem2
|
2015-06-01 15:43:49 -06:00 |
|
Ward Fisher
|
0f95f6a297
|
Updated release notes with a link to [NCF-328], allow diskless mode to accept a pointer to a netcdf data structure in memory.
|
2015-06-01 15:43:35 -06:00 |
|
Ward Fisher
|
90ff3b728a
|
Corrected a few things to work with MSVC.
|
2015-06-01 15:26:58 -06:00 |
|
Ward Fisher
|
5d15a332f0
|
Fixed a typo in the tst_inmemory script. From http://www.tldp.org/LDP/abs/html/io-redirection.html, '&>' redirects both stdout and stderr to filename, whereas '>&' is used with file descriptor handles, e.g. '1>&2'.
|
2015-06-01 13:07:16 -06:00 |
|
Ward Fisher
|
0cb9631b5c
|
Added ncdump test tst_inmemory into CMake config file.
|
2015-06-01 12:26:40 -06:00 |
|
Russ Rew
|
0e4d70319d
|
Distinguish between shell variables and environment variables in installation documentation. Fix FAQ reference to installation documentation.
|
2015-05-31 18:51:06 -06:00 |
|
Dennis Heimbigner
|
0d082d79ea
|
synch oc
|
2015-05-29 17:31:42 -06:00 |
|
dmh
|
a763a5d71d
|
add more debug info to ncdump
|
2015-05-29 16:04:22 -06:00 |
|
Ward Fisher
|
cf8d7c47b8
|
Fixed a typo reported by Carl Ponder.
|
2015-05-29 13:08:09 -06:00 |
|
Ward Fisher
|
27c97ba7bb
|
Added information re: [NCF-332] to release notes.
|
2015-05-29 10:27:04 -06:00 |
|
Ward Fisher
|
3a792b1fb2
|
Remove the [NCF-332] temp file on failure.
|
2015-05-29 10:23:24 -06:00 |
|
Ward Fisher
|
ea8f1d9027
|
Fleshed out [NCF-332] test to check all little-endian variable types supported, and also added some true-negative/expected failure tests. Next up is regression testing and then merging into master.
|
2015-05-29 09:49:20 -06:00 |
|
Ward Fisher
|
d5d1efbcdb
|
Refactoring and expanding [NCF-332] test.
|
2015-05-29 09:22:38 -06:00 |
|
dmh
|
dbc7215063
|
1. fix nc_open_mem doxygen description
2. fix some bugs wrt to cygwin vs linux.
3. add to RELEASE_NOTES
4. try to fix tst_inmemory fd error by putting the first
arg to dotest in quotes.
|
2015-05-28 19:23:33 -06:00 |
|
Ward Fisher
|
cf6d87f1dc
|
[NCF-332] Addressed the issue in get_netcdf_type_from_hdf4() by adding case statements explicitly for the little-endian hdf4 values as defined by http://www.hdfgroup.org/training/HDFtraining/UsersGuide/Fundmtls.fm3.html.
|
2015-05-28 17:27:57 -06:00 |
|
Ward Fisher
|
0ed84b406b
|
Fleshed out a test that *should* start passing, once we've fixed issue [NCF-332]
|
2015-05-28 17:21:01 -06:00 |
|
Ward Fisher
|
64e0d2a44e
|
Added a new test for h4 endianness. [NCF332]
|
2015-05-28 17:13:15 -06:00 |
|