Commit Graph

2341 Commits

Author SHA1 Message Date
Ward Fisher
103c0b7f2e The 'Credits' page is now a generated document distributed with netcdf, even though the contents are static. It is currently included as a subpage underneath the NetCDF Overview page. Also, renamed 'Credits' on the Overview page to 'About NetCDF'. 2014-12-10 11:14:43 -07:00
Ward Fisher
4c3bcbbb6f Added a pdf version of the documentation map to aid in the doc reorg. 2014-12-09 16:38:24 -07:00
Ward Fisher
8ee89f4a08 Further reorganization. Figured out how subpage works with different files. Renamed some of the header cells. 2014-12-09 16:36:15 -07:00
Ward Fisher
790de7121e Removed redundant error group. 2014-12-09 15:57:59 -07:00
Ward Fisher
fc3d043af1 Merged CMake FAQ into FAQ. 2014-12-09 15:31:07 -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
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
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
Peter Jansen
ba5d3ca50a fix infinite loop seg fault, where codify called jcodify called codify, should have been jcodify calling ccodify 2014-11-07 14:46:04 -03:00
Ward Fisher
9f9de5a493 Added a fix for a 'garbage/undefined value' bug reported by clang. in var.c, when varp->shape was being allocated, it was not being initialized properly and as a result, in some circustances, could potentially be dereferenced and evaluated without having a proper value. It is now initialized to 0. Hopefully this does not cause a problem. All the tests continue to pass, but I'm leaving a verbose comment here in case there is a knock-on problem discovered somewhere down the line. 2014-11-06 14:43:09 -07:00
Ward Fisher
a90c9829a2 Corrected issue where libraries were being linked against multiple times. 2014-11-03 10:43:43 -07:00
Ward Fisher
6c512cad1c Merge pull request #89 from xantares/patch-1
Fix ENABLE_RPC cmake option syntax
2014-10-31 10:27:23 -06:00