Russ Rew
d4ba81d6ff
Documentation changes for ncdump numeric format code options
2014-12-10 10:49:37 -07:00
Russ Rew
eaf8ef61e0
resolved conflict
2014-12-09 13:31:20 -07:00
Russ Rew
555403170e
delete from doxygen INPUT a couple of source files lacking doxygen docs
2014-12-09 13:28:46 -07:00
Ward Fisher
f9fa4793c2
Revert "Corrected several static analysis issues related to potential null pointer dereferences and memory leaks."
...
This caused problems with large file support. Reverting, will examine more closely and attempt a different fix.
This reverts commit 074603293f
.
2014-12-09 11:49:32 -07:00
Ward Fisher
bfcabbbf02
Removed stray warning from RELEASE_NOTES.md
2014-12-08 13:29:26 -07:00
Ward Fisher
a888776dd1
Reorganized tutorial document into a set of sub-pages.
2014-12-08 13:27:59 -07:00
Ward Fisher
e4f8489bc3
Reorganized Copyright file, removed some improper references.
2014-12-08 13:13:08 -07:00
Ward Fisher
25b656d276
Reordering of the tutorial and guide documents.
2014-12-08 12:20:42 -07:00
Ward Fisher
1ce2c99bfc
Merge branch 'roblatham00-scanlines'
2014-12-05 15:48:30 -07:00
Ward Fisher
3d1384d6c3
Merge branch 'scanlines' of https://github.com/roblatham00/netcdf-c into roblatham00-scanlines
2014-12-05 15:48:12 -07:00
Russ Rew
7121a5dd73
Cleaned up deprecated -k n option messages and comments
2014-12-05 15:36:01 -07:00
Russ Rew
027f713748
Removed deprecated -k n examples for nccopy and ncgen, fixed ncks examples
2014-12-05 15:32:38 -07:00
Ward Fisher
dca2dae3b0
Cleaned up Makefile.am
2014-12-05 15:14:40 -07:00
Ward Fisher
756a8aa7c4
Resized an image on the Windows binaries page.
2014-12-05 15:13:36 -07:00
Ward Fisher
57c9ffd877
Removed older image.
2014-12-05 15:08:03 -07:00
Ward Fisher
25033dd4f8
Updated Windows Install Tree.
2014-12-05 15:07:38 -07:00
Russ Rew
97b49d1421
Fix (harmless) confusion between varid and dimid names
2014-12-05 12:47:45 -07:00
Russ Rew
5ac930dc2d
Minor fix to comments on macro defines
2014-12-05 12:44:09 -07:00
Russ Rew
7629bd7852
Fix FILL_DOUBLE definition in classic format spec grammar
2014-12-05 12:41:37 -07:00
Russ Rew
2640c0c9e3
Add numeric options (-3, -4, -6, -7) for output format, deprecating
...
equivalent -k N options.
2014-12-05 12:26:42 -07:00
Rob Latham
af4eb0fb1d
sync lines for generated C files
...
m4 can emit 'sync lines' which tell the toolchain "hey, this code
actually came from this other file over here". Should help prevent
anyone accidentally editing a generated file.
2014-12-05 12:55:49 -06:00
Rob Latham
54affd88ff
synclines and IF macro can interract poorly
...
See parallel-netcdf revision 1912:
http://trac.mcs.anl.gov/projects/parallel-netcdf/changeset/1912
the IF macro and scanlines can interact in a way that makes gcc unhappy
2014-12-05 12:55:38 -06:00
Rob Latham
3b61804ff7
fix m4 dealing with split lines
...
Wei-keng Liao fixed this for pnetcdf. See pnetcdf revision 1904.
2014-12-05 12:55:38 -06:00
Ward Fisher
1eaa18dbd5
Moved dependencies into proper location in relation to netcdf.dll to avoid 'can't find hdf5.dll, etc' errors.
2014-12-05 11:19:02 -07:00
Ward Fisher
4aae6c7e12
Added URLs to netcdf menu item on start bar on Windows.
2014-12-04 12:52:47 -07:00
Ward Fisher
5a08ce0f3a
Removed stray Doxygen tags, added some more explicit information to the binary installer created for Windows.
2014-12-04 12:42:55 -07:00
Ward Fisher
dee3d4acd9
Corrected a typo that only affected linux, but not OSX or Windows.
2014-12-02 14:12:31 -07:00
Ward Fisher
d3e1f2a82a
Modified Settings used to generate Binary installer for Windows, so that the user is given the option of adding the binaries to the system path.
2014-12-02 13:58:23 -07:00
Ward Fisher
c437746a01
Added a section in the Windows information re: which versions of the dependencies are packaged.
2014-12-01 13:47:20 -07:00
dmh
7de1f7bef8
oc synch
2014-11-30 20:30:23 -07:00
dmh
a2e9fb854b
synch with base oc library
2014-11-21 16:20:44 -07:00
Ward Fisher
777dc3e834
Removed a number of syntax errors, dead links in the FAQ.
2014-11-21 15:18:30 -07:00
Ward Fisher
8130d278c3
Added link to the JIRA issue for the netcdf-fortran remote bootstrap entry.
2014-11-20 15:59:32 -07:00
Ward Fisher
8de2a68a30
Renamed option used to enable fortran bootstrap behavior. Updated RELEASE_NOTES.md with information re: this new option.
2014-11-20 15:56:11 -07:00
Ward Fisher
f20baaf19c
Added custom targets for autotools-based builds. Added some checks to the postinstall script template so that it would exit if git wasn't found on the system. Also changed it to specify LIBS in case of static-only build.
2014-11-19 16:57:51 -07:00
Ward Fisher
c0bc240a3a
Reworked a little bit. Now two new targets are added, build-netcdf-fortran and install-netcdf-fortran. The latter can be run as root, if need be.
2014-11-19 14:29:32 -07:00
Ward Fisher
df016a3a55
Added netcdf-fortran/ to .gitignore.
2014-11-18 15:34:30 -07:00
Ward Fisher
57b5f15297
First pass at script to install netcdf-fortran automatically is completed.
2014-11-18 15:33:16 -07:00
Ward Fisher
aba5029ac0
Reorganized postinstall scripts.
2014-11-18 12:52:41 -07:00
Ward Fisher
7947e31f74
Further work on getting an install-fortran option working. Cmake only so far, and now works with static AND shared builds.
2014-11-18 10:50:19 -07:00
Ward Fisher
04b8640efe
Updated configuration for automatically building netcdf fortran.
2014-11-18 10:50:19 -07:00
Ward Fisher
a4724f7aee
Initial attempt at getting netcdf-c to automatically build and install netcdf-fortran.
2014-11-18 10:50:19 -07:00
Ward Fisher
2ab47745cc
Fixed a different set of potential memory leaks paired with the previous ones.
2014-11-11 15:24:38 -07:00
Ward Fisher
436b53da9b
Merge branch 'master' of https://github.com/Unidata/netcdf-c
2014-11-11 15:18:12 -07:00
Ward Fisher
2f7ffacac4
Fixed a handful of potential memory leaks reported by clang static analysis.
2014-11-11 15:17:57 -07:00
Ward Fisher
c433272676
Fixed a handful of potential memory leaks reported by clang static analysis.
2014-11-11 15:17:08 -07:00
Ward Fisher
074603293f
Corrected several static analysis issues related to potential null pointer dereferences and memory leaks.
2014-11-11 15:05:55 -07:00
Ward Fisher
aa51e82aac
Merge pull request #91 from petejan/master
...
ncgen: Fix java generation for nan values, use Float.NaN and Double.NaN
2014-11-10 12:34:12 -07:00
Peter Jansen
7aa25f4e7b
Fix java generation for nan values, use Float.NaN and Double.NaN
2014-11-08 10:11:53 -03:00
Ward Fisher
8948d5d9ed
Merge branch 'petejan-master'
2014-11-07 13:18:00 -07:00