2015-12-04  Nathan Potter  <ndp@opendap.org>

	Changed so gridfields-config returns correct include dir, again.

	Changed so gridfields-config returns correct include dir.
2015-12-02  Nathan Potter  <ndp@opendap.org>

	Updated version number for release.

2015-12-02  billhowe  <billhowe@cs.washington.edu>

	Update README.md

	Create README.md

2015-12-02  James Gallagher  <jgallagher@opendap.org>

	Added a comment about --disable-netcdf

	fill-region on the README so work with more

	Fixed an error in testerror.cc - missing EXIT_SUCCESS definition.
	... also hacked configure.ac so it uses the AS_IF macro. Just pedantry...

2015-11-25  Nathan Potter  <ndp@opendap.org>

	Improved error message from Dataset:Apply()

	Added NDEBUG check for warning output.

	Added NDEBUG check for warning output.

	First crack at improved error handling

	First crack at improved error handling

	First crack at improved error handling

	Added .gitignore

2014-04-22  jgallagher  <jgallagher@opendap.org>

	Added a spec file and -config script
	A    gridfields-config.in
	M    configure.ac
	M    gridfields.spec
	M    Makefile.am

2014-04-21  jgallagher  <jgallagher@opendap.org>

	Added stuff to make a RPM
	A    gridfields.spec
	A    COPYING
	M    Makefile.am

	Added the four 'generated source' tests
	M    configure.ac

	Modified four of the tests so they use generated source since paths to data files are baked into them and those were breaking the distcheck target
	D    tests/testoutput.cc
	A    tests/testoutput.cc.in
	A    tests/testarrayreader.cc.in
	A    tests/testcross.cc.in
	D    tests/testarrayreader.cc
	D    tests/testbind.cc
	A    tests/testbind.cc.in
	M    tests/Makefile.am
	D    tests/testcross.cc

2014-04-11  jgallagher  <jgallagher@opendap.org>

	formatted the code so it's a bit more consistent

2014-04-10  jgallagher  <jgallagher@opendap.org>

	audit

	Reformatted elio.c/.h

2014-04-08  jgallagher  <jgallagher@opendap.org>

	Compiler warnings about deprecated code added - it's bummer but the tr1/unordered_map is not used on Centos 6.
	M    tests/Makefile.am
	M    Makefile.am

	Changes for OSX 10.5 - g++ 4.0.0 Removed bugus files in conf - they are generated
	M    configure.ac
	D    conf/ltsugar.m4
	D    conf/libtool.m4
	D    conf/ltversion.m4
	D    conf/depcomp
	D    conf/lt~obsolete.m4
	D    conf/missing
	D    conf/ltoptions.m4
	D    conf/config.guess
	D    conf/ltmain.sh
	D    conf/config.sub
	D    conf/install-sh
	M    src/access.h
	M    src/unarynodemap.h
	M    src/binarynodemap.h

	Build fixes for g++ 4.4.7 on CentOS 6.
	M    configure.ac
	M    conf/libtool.m4
	M    conf/ltversion.m4
	M    conf/depcomp
	M    conf/missing
	M    conf/ltoptions.m4
	M    conf/config.guess
	M    conf/ltmain.sh
	M    conf/config.sub
	M    conf/install-sh
	M    src/rankeddataset.h
	M    src/expr.cc
	M    src/tuple.cc
	M    src/cellarray.cc
	M    src/grid.cc

2014-04-07  jgallagher  <jgallagher@opendap.org>

	More hackery for a decent build...
	M    ChangeLog
	M    Makefile.am
	M    NEWS
	M    configure.ac
	_M   src
	M    src/cell.h
	M    src/cellarray.h
	M    src/expr.h
	M    src/grid.h
	A    src/gridfields_hash_map.h.in
	M    src/normnodemap.h
	M    tests/Makefile.am
2014-04-04  jgallagher@opendap.org

	Removed warnings except for cast-align, deprecated and
	sign-compare which seem like more work.

2014-04-04  jgallagher@opendap.org

	svn ignores

2014-04-04  jgallagher@opendap.org

	Changed from using a header named config.h to config_gridfields.h
	so that it can be used by library headers that are installed
	without causing too much grief for other packages. Ideally this
	header would not be installed or used by any of the library's
	headers...

	M    CmdLine.cpp
	M    Makefile.am
	M    NEWS
	M    configure.ac
	M    src/access.h
	M    src/accumulate.cc
	M    src/accumulate.h
	M    src/aggregate.cc
	M    src/aggregate.h
	M    src/aggregations.cc
	M    src/apply.cc
	M    src/apply.h
	M    src/array.cc
	M    src/array.h
	M    src/arrayreader.cc
	M    src/arrayreader.h
	M    src/arraywriter.cc
	M    src/assignments.cc
	M    src/bind.cc
	M    src/bindconstant.cc
	M    src/cell.cc
	M    src/cellarray.cc
	M    src/cellarray.h
	M    src/constarray.cc
	M    src/cross.cc
	M    src/datadump.cc
	M    src/dataset.cc
	M    src/elcircfile.cc
	M    src/elio.c
	M    src/expr.cc
	M    src/fparser.cc
	M    src/grid.cc
	M    src/grid.h
	M    src/gridfield.cc
	M    src/gridfieldoperator.cc
	M    src/implicit0cells.cc
	M    src/merge.cc
	M    src/netcdfadaptor.cc
	M    src/output.cc
	M    src/outputtuples.cc
	M    src/project.cc
	M    src/project.h
	M    src/rankeddataset.cc
	M    src/refrestrict.cc
	M    src/restrict.cc
	M    src/scaninternal.cc
	M    src/sift.cc
	M    src/timing.cc
	M    src/tonetcdf.cc
	M    src/tuple.cc
	M    src/type.cc
	M    src/unarynodemap.cc
	M    src/util.cc
	M    src/util.h

2014-02-13  jgallagher@opendap.org

	Updates for C++-11. See NEWS. I bumbed the version to 1.0.2.

	M    Makefile.am
	M    NEWS
	M    configure.ac
	M    src/accumulate.h
	M    src/aggregate.h
	M    src/apply.h
	M    src/array.cc
	M    src/cell.cc
	M    src/cellarray.cc
	M    src/cellarray.h
	M    src/expr.cc
	M    src/expr.h
	M    src/grid.cc
	M    src/grid.h
	M    src/implicit0cells.cc
	M    src/normnodemap.h
	M    src/project.h

2012-12-11  jgallagher@opendap.org

	Added a --disable-netcdf option. This lets us build the library
	and use it with run-time loaded modules, some of which also use
	netcdf, without conflicts due to different versions of the
	library.

	M    configure.ac
	M    INSTALL
	M    NEWS
	M    README

2012-10-29  jgallagher@opendap.org

	Fixed syntax errors on lines with both libnetcdf and libnetcdf++.

	M    conf/netcdf.m4

2012-10-26  jgallagher@opendap.org

	Some fixes for distcheck - it's closer now but still not there yet. And
	Fixes for elio.c where fprintf() was called using mis-matched format
	control chars and srguments.

	M    tests/Makefile.am
	M    src/elio.c
	M    Makefile.am

2012-10-26  jgallagher@opendap.org

	Fixes so that the dist target builds a good distribution.

	D    tests/Makefile.in
	D    tests/Makefile
	M    tests/Makefile.am
	M    Makefile.am

2012-08-16  smeest1@gmail.com

	updated Makefile.am

2012-08-10  smeest1@gmail.com

	fixed cell array

2012-08-10  smeest1@gmail.com

	fixed array.cc

2012-08-09  smeest1@gmail.com

	updated clib

2012-08-09  smeest1@gmail.com

	added triangulate.h

2012-08-09  smeest1@gmail.com

	added triangulate.cc

2012-08-09  smeest1@gmail.com

	added remesh.h

2012-08-09  smeest1@gmail.com

	added remesh.cc

2012-08-09  billhowe

	added tests

2012-08-09  billhowe

	Attempting to commit namespace changes

2012-04-09  smeest1@gmail.com

	added new stuff to tags and trunk

;; Local Variables:
;; coding: utf-8
;; End:
