[netcdf-cxx] 03/11: Merge tag 'upstream/4.3.0'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat May 14 12:40:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf-cxx.

commit 8e933050bbee213ccf97fc9aefc92ce86ff0d02c
Merge: 724b2cb ece9f85
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat May 14 12:55:07 2016 +0200

    Merge tag 'upstream/4.3.0'
    
    Upstream version 4.3.0

 .gitignore                           |    5 +
 .travis.yml                          |   23 +
 CMakeInstallation.cmake              |  123 ++
 CMakeLists.txt                       |  551 +++++++
 CTestConfig.cmake.in                 |   18 +
 CTestCustom.cmake                    |    8 +
 Makefile.am                          |    8 +-
 Makefile.in                          |   23 +-
 README.md                            |   78 +
 RELEASE_NOTES.md                     |   20 +
 aclocal.m4                           |    6 +-
 configure => autom4te.cache/output.0 | 2010 ++++++++++++++-----------
 configure => autom4te.cache/output.1 | 2010 ++++++++++++++-----------
 configure => autom4te.cache/output.2 | 2010 ++++++++++++++-----------
 autom4te.cache/requests              |  522 +++++++
 autom4te.cache/traces.0              | 2756 ++++++++++++++++++++++++++++++++++
 autom4te.cache/traces.1              |  872 +++++++++++
 autom4te.cache/traces.2              | 2756 ++++++++++++++++++++++++++++++++++
 cmake_uninstall.cmake.in             |   24 +
 config.sub                           |   13 +-
 configure                            |  324 +++-
 configure.ac                         |   68 +-
 cxx4/CMakeLists.txt                  |   47 +
 cxx4/Makefile.am                     |    9 +-
 cxx4/Makefile.in                     |   39 +-
 cxx4/NCDUMP                          |    9 -
 cxx4/NCGEN                           |    7 -
 cxx4/example1.cpp                    |   14 +-
 cxx4/ncAtt.cpp                       |   28 +-
 cxx4/ncAtt_keep.cpp                  |  158 --
 cxx4/ncCheck.cpp                     |  130 +-
 cxx4/ncCheck.h                       |   18 +-
 cxx4/ncCompoundType.cpp              |   26 +-
 cxx4/ncCompoundType.h                |   10 +-
 cxx4/ncDim.cpp                       |   17 +-
 cxx4/ncEnumType.cpp                  |    4 +-
 cxx4/ncException.cpp                 |  300 ++--
 cxx4/ncException.h                   |  117 +-
 cxx4/ncFile.cpp                      |   73 +-
 cxx4/ncFile.h                        |   64 +-
 cxx4/ncGroup.cpp                     |  312 ++--
 cxx4/ncGroup.h                       |  237 +--
 cxx4/ncOpaqueType.cpp                |    4 +-
 cxx4/ncType.cpp                      |   57 +-
 cxx4/ncType.h                        |   85 +-
 cxx4/ncVar.cpp                       |  605 ++++----
 cxx4/ncVar.cpp_keep                  | 1788 ----------------------
 cxx4/ncVar.h                         |  707 +++++----
 cxx4/ncVar.h_keep                    |  788 ----------
 cxx4/ncVlenType.cpp                  |    4 +-
 cxx4/test_att.cpp                    |  895 +++++------
 cxx4/test_classic.cpp                |   18 +-
 cxx4/test_dim.cpp                    |  277 ++--
 cxx4/test_group.cpp                  |  285 ++--
 cxx4/test_open_close.cpp             |   57 +
 cxx4/test_type.cpp                   |  373 ++---
 cxx4/test_type2.cpp                  |   11 +-
 cxx4/test_type3.cpp                  |   25 +-
 cxx4/test_type4.cpp                  |   19 +-
 cxx4/test_type5.cpp                  |   19 +-
 cxx4/test_utilities.h                |    4 +-
 cxx4/test_var.cpp                    |  921 ++++++------
 cxx4/test_var2.cpp                   |   59 +-
 docs/CMakeLists.txt                  |   31 +
 docs/Doxyfile.developer              | 2333 ++++++++++++++++++++++++++++
 docs/Doxyfile.in                     | 2373 +++++++++++++++++++++++++++++
 docs/DoxygenLayout.xml               |  184 +++
 docs/Makefile.am                     |   22 +
 docs/Makefile.in                     |  466 ++++++
 docs/footer.html                     |   10 +
 docs/mainpage.md                     |   31 +
 docs/netcdf-50x50.png                |  Bin 0 -> 2059 bytes
 examples/CMakeLists.txt              |   16 +
 examples/Makefile.am                 |    5 +-
 examples/Makefile.in                 |   12 +-
 examples/simple_xy_wr_formats.cpp    |   25 +-
 libnetcdf-cxx.settings.in            |   23 +
 ltmain.sh                            |   35 +-
 m4/libtool.m4                        |   79 +-
 missing                              |    4 +-
 ncxx4-config.in                      |    4 +-
 netcdf-cxx4.pc.in                    |    2 +-
 test-driver                          |   20 +-
 83 files changed, 20218 insertions(+), 8305 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-cxx.git



More information about the Pkg-grass-devel mailing list