[magics] 01/02: Merge tag 'upstream/2.28.2' into debian/master

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Mar 18 10:57:30 UTC 2016


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

mckinstry pushed a commit to branch debian/master
in repository magics.

commit e51cd1b426b66538d66defb246c6b32aaec9b9db
Merge: de9b146 340e9e6
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Mar 18 10:44:07 2016 +0000

    Merge tag 'upstream/2.28.2' into debian/master

 CMakeLists.txt                                     |   14 +-
 VERSION.cmake                                      |    4 +-
 apps/metgram/metgram.py                            |  130 --
 bin/CMakeLists.txt                                 |    3 -
 bin/ecbuild                                        |   62 +-
 cmake/CMakeLists.txt                               |    5 -
 cmake/FindADSM.cmake                               |    2 +-
 cmake/FindAEC.cmake                                |    2 +-
 cmake/FindAIO.cmake                                |    2 +-
 cmake/FindArmadillo.cmake                          |    2 +-
 cmake/FindCMath.cmake                              |    2 +-
 cmake/FindDl.cmake                                 |    2 +-
 cmake/FindEMOS.cmake                               |    2 +-
 cmake/FindFDB.cmake                                |    2 +-
 cmake/FindHPSS.cmake                               |    2 +-
 cmake/FindLEX.cmake                                |    2 +-
 cmake/FindLegacyFDB.cmake                          |    2 +-
 cmake/FindLibGFortran.cmake                        |   16 +-
 cmake/FindLibIFort.cmake                           |    2 +-
 cmake/FindMKL.cmake                                |    2 +-
 cmake/FindNDBM.cmake                               |    2 +-
 cmake/FindNetCDF.cmake                             |   46 +-
 cmake/FindNetCDF3.cmake                            |    2 +-
 cmake/FindODB.cmake                                |    2 +-
 cmake/FindOpenCL.cmake                             |    2 +-
 cmake/FindOpenJPEG.cmake                           |    2 +-
 cmake/FindPGIFortran.cmake                         |    2 +-
 cmake/FindPango.cmake                              |   16 +-
 cmake/FindPangoCairo.cmake                         |   14 +-
 cmake/FindProj4.cmake                              |   10 +-
 cmake/FindREADLINE.cmake                           |    6 +-
 cmake/FindRPCGEN.cmake                             |    2 +-
 cmake/FindRealtime.cmake                           |    2 +-
 cmake/FindSZip.cmake                               |    2 +-
 cmake/FindTrilinos.cmake                           |    2 +-
 cmake/FindViennaCL.cmake                           |    2 +-
 cmake/FindXLFortranLibs.cmake                      |    2 +-
 cmake/FindYACC.cmake                               |    2 +-
 cmake/Findgrib_api.cmake                           |   44 +-
 cmake/Findodb_api.cmake                            |    2 +-
 cmake/Findspot.cmake                               |    2 +-
 cmake/VERSION.cmake                                |    6 +-
 cmake/compiler_flags/Clang_C.cmake                 |   13 +
 cmake/compiler_flags/Clang_CXX.cmake               |   13 +
 cmake/compiler_flags/Cray_C.cmake                  |   14 +
 cmake/compiler_flags/Cray_CXX.cmake                |   14 +
 cmake/compiler_flags/Cray_Fortran.cmake            |   15 +
 cmake/compiler_flags/GNU_C.cmake                   |   18 +
 cmake/compiler_flags/GNU_CXX.cmake                 |   18 +
 cmake/compiler_flags/GNU_Fortran.cmake             |   21 +
 cmake/compiler_flags/Intel_C.cmake                 |   13 +
 cmake/compiler_flags/Intel_CXX.cmake               |   13 +
 cmake/compiler_flags/Intel_Fortran.cmake           |   14 +
 cmake/compiler_flags/PGI_C.cmake                   |   11 +
 cmake/compiler_flags/PGI_CXX.cmake                 |   11 +
 cmake/compiler_flags/PGI_Fortran.cmake             |   11 +
 cmake/contrib/FindFFTW.cmake                       |  193 ++-
 cmake/contrib/FindNetCDF4.cmake                    |   14 +-
 cmake/contrib/GetGitRevisionDescription.cmake.in   |    6 +-
 .../contrib/GreatCMakeCookOff/tests/CMakeLists.txt |   12 -
 .../GreatCMakeCookOff/tests/cpp11/CMakeLists.txt   |    3 -
 cmake/ecbuild-config-version.cmake                 |   12 +
 cmake/ecbuild-config.cmake                         |   97 ++
 cmake/ecbuild_add_c_flags.cmake                    |   59 +-
 cmake/ecbuild_add_cxx11_flags.cmake                |    2 +-
 cmake/ecbuild_add_cxx_flags.cmake                  |   59 +-
 cmake/ecbuild_add_executable.cmake                 |  167 ++-
 cmake/ecbuild_add_extra_search_paths.cmake         |   12 +-
 cmake/ecbuild_add_fortran_flags.cmake              |   61 +-
 cmake/ecbuild_add_library.cmake                    |  148 +-
 cmake/ecbuild_add_option.cmake                     |   61 +-
 cmake/ecbuild_add_persistent.cmake                 |   14 +-
 cmake/ecbuild_add_resources.cmake                  |    2 +-
 cmake/ecbuild_add_test.cmake                       |   34 +-
 cmake/ecbuild_append_to_rpath.cmake                |    2 +-
 cmake/ecbuild_bundle.cmake                         |   38 +-
 cmake/ecbuild_cache.cmake                          |    2 +-
 cmake/ecbuild_check_c_source_return.cmake          |    2 +-
 cmake/ecbuild_check_compiler.cmake                 |    9 +-
 cmake/ecbuild_check_cxx11.cmake                    |    2 +-
 cmake/ecbuild_check_cxx_source_return.cmake        |   42 +-
 cmake/ecbuild_check_fortran_source_return.cmake    |    2 +-
 cmake/ecbuild_check_functions.cmake                |   16 +-
 cmake/ecbuild_check_os.cmake                       |   58 +-
 cmake/ecbuild_compiler_flags.cmake                 |   97 ++
 cmake/ecbuild_config.h.in                          |    2 +-
 cmake/ecbuild_debug_var.cmake                      |   47 -
 cmake/ecbuild_declare_project.cmake                |   24 +-
 cmake/ecbuild_define_build_types.cmake             |   80 +-
 cmake/ecbuild_define_libs_and_execs_target.cmake   |   29 +
 ...get.cmake => ecbuild_define_links_target.cmake} |   10 +-
 cmake/ecbuild_define_options.cmake                 |   12 +-
 cmake/ecbuild_define_paths.cmake                   |    2 +-
 cmake/ecbuild_dont_pack.cmake                      |    2 +-
 cmake/ecbuild_download_resource.cmake              |    2 +-
 cmake/ecbuild_echo_targets.cmake                   |    8 +-
 cmake/ecbuild_enable_fortran.cmake                 |   11 +-
 cmake/ecbuild_features.cmake                       |   53 +-
 cmake/ecbuild_find_fortranlibs.cmake               |    2 +-
 cmake/ecbuild_find_lexyacc.cmake                   |   20 +-
 cmake/ecbuild_find_mpi.cmake                       |    2 +-
 cmake/ecbuild_find_omp.cmake                       |    9 +-
 cmake/ecbuild_find_package.cmake                   |    8 +-
 cmake/ecbuild_find_perl.cmake                      |    2 +-
 cmake/ecbuild_find_python.cmake                    |  134 +-
 cmake/ecbuild_generate_config_headers.cmake        |    2 +-
 cmake/ecbuild_generate_fortran_interfaces.cmake    |  115 ++
 cmake/ecbuild_generate_rpc.cmake                   |    2 +-
 cmake/ecbuild_generate_yy.cmake                    |   30 +-
 cmake/ecbuild_get_cxx11_flags.cmake                |    2 +-
 cmake/ecbuild_get_date.cmake                       |    2 +-
 cmake/ecbuild_get_resources.cmake                  |   16 +-
 cmake/ecbuild_get_test_data.cmake                  |   29 +-
 cmake/ecbuild_git.cmake                            |   10 +-
 cmake/ecbuild_install_project.cmake                |   81 +-
 cmake/ecbuild_list_add_pattern.cmake               |  102 ++
 cmake/ecbuild_list_exclude_pattern.cmake           |   88 ++
 cmake/ecbuild_list_extra_search_paths.cmake        |   12 +-
 cmake/ecbuild_list_macros.cmake                    |   40 +-
 cmake/ecbuild_log.cmake                            |   92 +-
 cmake/ecbuild_pkgconfig.cmake                      |    2 +-
 cmake/ecbuild_policies.cmake                       |   10 +-
 cmake/ecbuild_print_summary.cmake                  |    8 +-
 cmake/ecbuild_project_files.cmake                  |   10 +-
 cmake/ecbuild_remove_fortran_flags.cmake           |   61 +
 cmake/ecbuild_requires_macro_version.cmake         |    2 +-
 cmake/ecbuild_separate_sources.cmake               |   10 +-
 cmake/ecbuild_setup_test_framework.cmake           |    6 +-
 cmake/ecbuild_source_flags.cmake                   |   30 +
 cmake/ecbuild_system.cmake                         |   66 +-
 cmake/ecbuild_use_package.cmake                    |   25 +-
 cmake/ecbuild_version.h.in                         |    2 +-
 cmake/ecbuild_warn_unused_files.cmake              |    2 +-
 cmake/gen_source_flags.py                          |   84 ++
 cmake/include/ecbuild/boost_test_framework.h       |    2 +-
 cmake/project-config.cmake.in                      |   49 +-
 cmake/sg.pl                                        |    2 +-
 magics-import.cmake.in                             |    2 +
 python/Magics/Magics_interface.cc                  |   12 +-
 python/Magics/macro.py                             |    2 +
 share/ecbuild/toolchains/ecmwf-XC30-Cray.cmake     |   56 +-
 share/ecbuild/toolchains/ecmwf-XC30-GNU.cmake      |   50 +-
 share/ecbuild/toolchains/ecmwf-XC30-Intel.cmake    |   44 +-
 .../magics/10m/10m_admin_0_boundary_lines_land.dbf |  Bin 12752 -> 0 bytes
 .../magics/10m/10m_admin_0_boundary_lines_land.shp |  Bin 1195564 -> 0 bytes
 .../magics/10m/10m_admin_0_boundary_lines_land.shx |  Bin 2836 -> 0 bytes
 .../10m/10m_admin_1_states_provinces_shp.dbf       |  Bin 4553698 -> 0 bytes
 .../10m/10m_admin_1_states_provinces_shp.shp       |  Bin 15598952 -> 0 bytes
 .../10m/10m_admin_1_states_provinces_shp.shx       |  Bin 15644 -> 0 bytes
 share/magics/10m/10m_lakes.dbf                     |  Bin 540735 -> 0 bytes
 share/magics/10m/10m_lakes.prj                     |    1 -
 share/magics/10m/10m_lakes.shp                     |  Bin 1253556 -> 0 bytes
 share/magics/10m/10m_lakes.shx                     |  Bin 3452 -> 0 bytes
 share/magics/10m/10m_land.prj                      |    1 -
 share/magics/10m/10m_land.shp                      |  Bin 6248904 -> 0 bytes
 share/magics/10m/10m_land.shx                      |  Bin 16228 -> 0 bytes
 share/magics/10m/10m_populated_places_simple.dbf   |  Bin 32124176 -> 0 bytes
 share/magics/10m/10m_populated_places_simple.shp   |  Bin 204752 -> 0 bytes
 share/magics/10m/10m_rivers_lake_centerlines.dbf   |  Bin 163625 -> 0 bytes
 share/magics/10m/10m_rivers_lake_centerlines.prj   |    1 -
 share/magics/10m/10m_rivers_lake_centerlines.shp   |  Bin 1950380 -> 0 bytes
 share/magics/10m/10m_rivers_lake_centerlines.shx   |  Bin 3900 -> 0 bytes
 .../ne_10m_admin_0_boundary_lines_land.VERSION.txt |    1 +
 .../10m/ne_10m_admin_0_boundary_lines_land.dbf     |  Bin 0 -> 260057 bytes
 ....prj => ne_10m_admin_0_boundary_lines_land.prj} |    0
 .../10m/ne_10m_admin_0_boundary_lines_land.shp     |  Bin 0 -> 1299780 bytes
 .../10m/ne_10m_admin_0_boundary_lines_land.shx     |  Bin 0 -> 3788 bytes
 .../ne_10m_admin_1_states_provinces.VERSION.txt    |    1 +
 .../magics/10m/ne_10m_admin_1_states_provinces.dbf |  Bin 0 -> 15267317 bytes
 .../ne_10m_admin_1_states_provinces.prj}           |    0
 .../ne_10m_admin_1_states_provinces.shp}           |  Bin 19936848 -> 21612568 bytes
 .../magics/10m/ne_10m_admin_1_states_provinces.shx |  Bin 0 -> 37276 bytes
 share/magics/10m/ne_10m_land.VERSION.txt           |    1 +
 share/magics/10m/ne_10m_land.dbf                   |  Bin 0 -> 702401 bytes
 .../{10m_full/10m_land.prj => 10m/ne_10m_land.prj} |    0
 share/magics/10m/ne_10m_land.qpj                   |    1 +
 share/magics/10m/ne_10m_land.shp                   |  Bin 0 -> 10064204 bytes
 share/magics/10m/ne_10m_land.shx                   |  Bin 0 -> 63940 bytes
 share/magics/10m/ne_10m_ocean.VERSION.txt          |    1 +
 .../10m_lakes.dbf => 10m/ne_10m_ocean.dbf}         |  Bin 1724955 -> 1516917 bytes
 .../ne_10m_ocean.prj}                              |    0
 share/magics/10m/ne_10m_ocean.qpj                  |    1 +
 share/magics/10m/ne_10m_ocean.shp                  |  Bin 0 -> 9460720 bytes
 share/magics/10m/ne_10m_ocean.shx                  |  Bin 0 -> 10884 bytes
 share/magics/10m/ne_10m_ocean_orig.VERSION.txt     |    1 +
 .../10m/ne_10m_populated_places_simple.VERSION.txt |    1 +
 .../magics/10m/ne_10m_populated_places_simple.dbf  |  Bin 0 -> 13136853 bytes
 ..._shp.prj => ne_10m_populated_places_simple.prj} |    0
 .../magics/10m/ne_10m_populated_places_simple.shp  |  Bin 0 -> 205116 bytes
 ...mple.shx => ne_10m_populated_places_simple.shx} |  Bin 58572 -> 58676 bytes
 .../10m/ne_10m_rivers_lake_centerlines.VERSION.txt |    1 +
 ...land.dbf => ne_10m_rivers_lake_centerlines.dbf} |  Bin 1064577 -> 1265238 bytes
 ..._shp.prj => ne_10m_rivers_lake_centerlines.prj} |    0
 .../magics/10m/ne_10m_rivers_lake_centerlines.shp  |  Bin 0 -> 4186892 bytes
 .../magics/10m/ne_10m_rivers_lake_centerlines.shx  |  Bin 0 -> 11732 bytes
 .../10m_full/10m_admin_0_boundary_lines_land.dbf   |  Bin 12752 -> 0 bytes
 .../10m_full/10m_admin_0_boundary_lines_land.shp   |  Bin 1195564 -> 0 bytes
 .../10m_full/10m_admin_0_boundary_lines_land.shx   |  Bin 2836 -> 0 bytes
 .../10m_full/10m_admin_1_states_provinces_shp.dbf  |  Bin 8354045 -> 0 bytes
 .../10m_full/10m_admin_1_states_provinces_shp.shx  |  Bin 28620 -> 0 bytes
 share/magics/10m_full/10m_lakes.prj                |    1 -
 share/magics/10m_full/10m_lakes.shp                |  Bin 2252300 -> 0 bytes
 share/magics/10m_full/10m_lakes.shx                |  Bin 10796 -> 0 bytes
 share/magics/10m_full/10m_land.dbf                 |  Bin 293905 -> 0 bytes
 share/magics/10m_full/10m_land.shp                 |  Bin 6945784 -> 0 bytes
 share/magics/10m_full/10m_land.shx                 |  Bin 31436 -> 0 bytes
 .../10m_full/10m_rivers_lake_centerlines.dbf       |  Bin 481138 -> 0 bytes
 .../10m_full/10m_rivers_lake_centerlines.shp       |  Bin 4130540 -> 0 bytes
 .../10m_full/10m_rivers_lake_centerlines.shx       |  Bin 11284 -> 0 bytes
 .../110m/110m_admin_0_boundary_lines_land.dbf      |  Bin 9168 -> 0 bytes
 .../110m/110m_admin_0_boundary_lines_land.prj      |    1 -
 .../110m/110m_admin_0_boundary_lines_land.shx      |  Bin 1364 -> 0 bytes
 .../110m/110m_admin_1_states_provinces_shp.prj     |    1 -
 share/magics/110m/110m_lakes.prj                   |    1 -
 share/magics/110m/110m_lakes.shp                   |  Bin 9324 -> 0 bytes
 share/magics/110m/110m_lakes.shx                   |  Bin 300 -> 0 bytes
 share/magics/110m/110m_land.dbf                    |  Bin 3400 -> 0 bytes
 share/magics/110m/110m_land.prj                    |    1 -
 share/magics/110m/110m_land.sbx                    |  Bin 268 -> 0 bytes
 share/magics/110m/110m_land.shp.xml                |    3 -
 ...ne_110m_admin_0_boundary_lines_land.VERSION.txt |    1 +
 .../110m/ne_110m_admin_0_boundary_lines_land.dbf   |  Bin 0 -> 29946 bytes
 .../ne_110m_admin_0_boundary_lines_land.prj}       |    0
 ...shp => ne_110m_admin_0_boundary_lines_land.shp} |  Bin 53188 -> 55692 bytes
 .../110m/ne_110m_admin_0_boundary_lines_land.shx   |  Bin 0 -> 1580 bytes
 .../ne_110m_admin_1_states_provinces.VERSION.txt   |    1 +
 ...hp.dbf => ne_110m_admin_1_states_provinces.dbf} |  Bin 102605 -> 110913 bytes
 .../ne_110m_admin_1_states_provinces.prj}          |    0
 .../110m/ne_110m_admin_1_states_provinces.sbn      |  Bin 0 -> 596 bytes
 .../110m/ne_110m_admin_1_states_provinces.sbx      |  Bin 0 -> 148 bytes
 ...hp.shp => ne_110m_admin_1_states_provinces.shp} |  Bin 39132 -> 39132 bytes
 ...hp.shx => ne_110m_admin_1_states_provinces.shx} |  Bin 508 -> 508 bytes
 share/magics/110m/ne_110m_land.VERSION.txt         |    1 +
 share/magics/110m/ne_110m_land.dbf                 |  Bin 0 -> 2637 bytes
 .../ne_110m_land.prj}                              |    0
 share/magics/110m/ne_110m_land.qpj                 |    1 +
 .../110m/{110m_land.shp => ne_110m_land.shp}       |  Bin 89504 -> 97152 bytes
 .../110m/{110m_land.shx => ne_110m_land.shx}       |  Bin 1116 -> 1116 bytes
 share/magics/110m/ne_110m_ocean.VERSION.txt        |    1 +
 .../110m/{110m_lakes.dbf => ne_110m_ocean.dbf}     |  Bin 19711 -> 17402 bytes
 .../10m_land.prj => 110m/ne_110m_ocean.prj}        |    0
 share/magics/110m/ne_110m_ocean.qpj                |    1 +
 share/magics/110m/ne_110m_ocean.shp                |  Bin 0 -> 94028 bytes
 share/magics/110m/ne_110m_ocean.shx                |  Bin 0 -> 316 bytes
 .../ne_110m_rivers_lake_centerlines.VERSION.txt    |    1 +
 ...nes.dbf => ne_110m_rivers_lake_centerlines.dbf} |  Bin 7876 -> 7875 bytes
 .../ne_110m_rivers_lake_centerlines.prj}           |    0
 ...nes.shp => ne_110m_rivers_lake_centerlines.shp} |  Bin 19268 -> 19268 bytes
 ...nes.shx => ne_110m_rivers_lake_centerlines.shx} |  Bin 212 -> 212 bytes
 .../magics/50m/50m_admin_0_boundary_lines_land.shx |  Bin 2924 -> 0 bytes
 .../50m/50m_admin_1_states_provinces_shp.dbf       |  Bin 36546 -> 0 bytes
 .../50m/50m_admin_1_states_provinces_shp.prj       |    1 -
 .../50m/50m_admin_1_states_provinces_shp.shp       |  Bin 409604 -> 0 bytes
 .../50m/50m_admin_1_states_provinces_shp.shx       |  Bin 612 -> 0 bytes
 share/magics/50m/50m_lakes.prj                     |    1 -
 share/magics/50m/50m_lakes.shp                     |  Bin 330436 -> 0 bytes
 share/magics/50m/50m_lakes.shx                     |  Bin 3268 -> 0 bytes
 share/magics/50m/50m_land.dbf                      |  Bin 782582 -> 0 bytes
 share/magics/50m/50m_land.prj                      |    1 -
 share/magics/50m/50m_land.shp                      |  Bin 1050812 -> 0 bytes
 share/magics/50m/50m_land.shx                      |  Bin 11460 -> 0 bytes
 share/magics/50m/50m_rivers_lake_centerlines.dbf   |  Bin 154476 -> 0 bytes
 share/magics/50m/50m_rivers_lake_centerlines.prj   |    1 -
 share/magics/50m/50m_rivers_lake_centerlines.shp   |  Bin 433660 -> 0 bytes
 .../magics/50m/50m_rivers_lake_centerlines.shp.xml |    3 -
 share/magics/50m/50m_rivers_lake_centerlines.shx   |  Bin 3764 -> 0 bytes
 .../ne_50m_admin_0_boundary_lines_land.VERSION.txt |    1 +
 ....dbf => ne_50m_admin_0_boundary_lines_land.dbf} |  Bin 102853 -> 107049 bytes
 .../ne_50m_admin_0_boundary_lines_land.prj}        |    0
 ....shp => ne_50m_admin_0_boundary_lines_land.shp} |  Bin 334300 -> 336788 bytes
 .../50m/ne_50m_admin_0_boundary_lines_land.shx     |  Bin 0 -> 2980 bytes
 ..._admin_1_states_provinces_lines_shp.VERSION.txt |    1 +
 .../ne_50m_admin_1_states_provinces_lines_shp.dbf  |  Bin 0 -> 8852 bytes
 .../ne_50m_admin_1_states_provinces_lines_shp.prj  |    1 +
 .../ne_50m_admin_1_states_provinces_lines_shp.shp  |  Bin 0 -> 73788 bytes
 .../ne_50m_admin_1_states_provinces_lines_shp.shx  |  Bin 0 -> 1244 bytes
 share/magics/50m/ne_50m_land.VERSION.txt           |    1 +
 share/magics/50m/ne_50m_land.dbf                   |  Bin 0 -> 61157 bytes
 .../{10m_full/10m_land.prj => 50m/ne_50m_land.prj} |    0
 share/magics/50m/ne_50m_land.qpj                   |    1 +
 share/magics/50m/ne_50m_land.shp                   |  Bin 0 -> 1336536 bytes
 share/magics/50m/ne_50m_land.shx                   |  Bin 0 -> 11460 bytes
 share/magics/50m/ne_50m_ocean.VERSION.txt          |    1 +
 .../magics/50m/{50m_lakes.dbf => ne_50m_ocean.dbf} |  Bin 410449 -> 297489 bytes
 .../10m_land.prj => 50m/ne_50m_ocean.prj}          |    0
 share/magics/50m/ne_50m_ocean.qpj                  |    1 +
 share/magics/50m/ne_50m_ocean.shp                  |  Bin 0 -> 1306048 bytes
 share/magics/50m/ne_50m_ocean.shx                  |  Bin 0 -> 3300 bytes
 share/magics/50m/ne_50m_ocean_orig.VERSION.txt     |    1 +
 .../50m/ne_50m_rivers_lake_centerlines.VERSION.txt |    1 +
 .../magics/50m/ne_50m_rivers_lake_centerlines.dbf  |  Bin 0 -> 200262 bytes
 .../ne_50m_rivers_lake_centerlines.prj}            |    0
 .../magics/50m/ne_50m_rivers_lake_centerlines.shp  |  Bin 0 -> 437660 bytes
 .../magics/50m/ne_50m_rivers_lake_centerlines.shx  |  Bin 0 -> 3780 bytes
 share/magics/contour_ids.json                      |  186 ++-
 share/magics/contours.json                         | 1318 ++++++++++++++++-
 share/magics/default.json                          |  113 +-
 share/magics/ecmwf_logo_2014.svg                   |   10 +
 share/magics/epsg.json                             |  428 +++---
 share/magics/layer_contours.json                   |  606 +++++++-
 share/magics/layer_ids.json                        |  109 +-
 share/magics/layers.json                           | 1275 ++++++++++++++++-
 share/magics/level.json                            |  203 ++-
 share/magics/marsClass.json                        |   94 +-
 share/magics/marsStream.json                       |  140 +-
 share/magics/marsType.json                         |  145 +-
 share/magics/number.json                           |  132 +-
 share/magics/paramId.json                          |  348 ++++-
 share/magics/shortName.json                        |  347 ++++-
 share/magics/stepRange.json                        |  136 +-
 share/magics/symbols.svg                           |    2 +-
 share/magics/typeOfLevel.json                      |  126 +-
 share/magics/units.json                            |  178 ++-
 src/CMakeLists.txt                                 |    7 +-
 src/basic/CMakeLists.txt                           |    2 +-
 src/basic/FortranMagics.cc                         |   28 +-
 src/basic/FortranMagics.h                          |    4 +
 src/basic/ViewNode.cc                              |    3 +-
 src/basic/XmlMagics.cc                             |    7 +-
 .../extensions/gis/io/shapelib/shape_creator.hpp   |    1 +
 src/common/CMakeLists.txt                          |    2 +-
 src/common/Colour.cc                               |    1 +
 src/common/GeoRectangularProjection.cc             |   44 +-
 src/common/LogoPlotting.cc                         |   16 +-
 src/common/MagicsCalls.cc                          |   59 +-
 src/common/PolarStereographicProjection.cc         |   64 +-
 src/common/Polyline.cc                             |   20 +-
 src/common/Proj4Projection.cc                      |  117 +-
 src/common/magics_api.h                            |    4 +-
 src/decoders/CMakeLists.txt                        |    3 +-
 src/decoders/EpsBufr.cc                            |   55 +-
 src/decoders/GribDecoder.cc                        |  193 +--
 src/decoders/GribRegularInterpretor.cc             |   78 +-
 src/decoders/InputMatrixInterpretor.cc             |    4 +-
 src/decoders/ShapeDecoder.cc                       |  149 +-
 src/decoders/dbfopen.c                             | 1480 +++++++++++++++-----
 src/decoders/safileio.c                            |  286 ++++
 src/decoders/shapefil.h                            |  315 ++++-
 src/decoders/shpopen.c                             | 1013 ++++++++++----
 src/drivers/BaseDriver.cc                          |    2 +-
 src/drivers/BaseDriverSymbols.h                    |    2 +-
 src/drivers/CMakeLists.txt                         |   11 +-
 src/drivers/CairoDriver.cc                         |   19 +-
 src/drivers/KMLDriver.cc                           |    8 +-
 src/drivers/PostScriptDriver.cc                    |    5 +-
 src/drivers/QtDriver.cc                            |    2 +-
 src/drivers/SVGDriver.cc                           |   77 +-
 src/drivers/libimagequant/CHANGELOG                |  130 ++
 src/drivers/libimagequant/COPYRIGHT                |    2 +-
 src/drivers/libimagequant/MANUAL.md                |   55 +-
 src/drivers/libimagequant/Makefile                 |    2 -
 src/drivers/libimagequant/blur.c                   |    7 +
 src/drivers/libimagequant/configure                |   39 +-
 src/drivers/libimagequant/libimagequant.c          |  358 +++--
 src/drivers/libimagequant/libimagequant.h          |   85 +-
 src/drivers/libimagequant/mediancut.c              |   72 +-
 src/drivers/libimagequant/mediancut.h              |    2 +-
 src/drivers/libimagequant/mempool.c                |    5 +
 src/drivers/libimagequant/nearest.c                |  316 ++---
 src/drivers/libimagequant/nearest.h                |    2 +-
 src/drivers/libimagequant/pam.c                    |   19 +-
 src/drivers/libimagequant/pam.h                    |   21 +-
 src/drivers/libimagequant/rwpng.c                  |   49 +-
 src/drivers/libimagequant/rwpng.h                  |    7 +-
 src/drivers/libimagequant/viter.c                  |   13 +-
 src/drivers/libimagequant/viter.h                  |    2 +-
 src/eckit_readers/MvPrepBufrPrep.cc                |    2 +-
 src/params/BaseDriver.xml                          |   23 +-
 src/params/EpsGraph.xml                            |   12 +-
 src/params/MarkerShadingTechnique.xml              |    2 +-
 src/params/PageID.xml                              |   52 +-
 src/params/TextVisitor.xml                         |    4 +-
 src/terralib/kernel/TeCentroid.cpp                 |    2 +-
 src/terralib/kernel/TeDatabase.cpp                 |    9 +-
 src/terralib/kernel/TeDecoderDatabase.cpp          |    4 +-
 src/terralib/kernel/TeDecoderDatabase.h            |    2 +-
 src/terralib/kernel/TeDecoderMemoryMap.cpp         |    2 +-
 src/terralib/kernel/TeProjection.cpp               |    1 +
 src/terralib/kernel/TeProxMatrixImplementation.cpp |   14 +-
 src/terralib/kernel/TeRaster.cpp                   |    4 +-
 src/terralib/kernel/TeStdFile.h                    |    2 +-
 src/terralib/kernel/TeTin.cpp                      |    2 +-
 src/terralib/kernel/TeUtils.cpp                    |    4 +-
 src/terralib/kernel/yyTemporal.cpp                 |    4 +-
 src/visualisers/Boundaries.cc                      |    8 +-
 src/visualisers/CMakeLists.txt                     |    2 +-
 src/visualisers/Cities.cc                          |    4 +-
 src/visualisers/CoastPlotting.cc                   |  206 +--
 src/visualisers/CoastPlotting.h                    |   24 +-
 src/visualisers/EpsGraph.cc                        |  137 +-
 src/visualisers/EpsGraph.h                         |    2 +-
 src/visualisers/MetgramStyle.cc                    |    8 +-
 src/visualisers/ObsItemFamily.cc                   |   47 +-
 src/visualisers/Streamlines.cc                     |    6 +-
 src/web/WrepJSon.cc                                |   28 +-
 src/web/WrepJSon.h                                 |    2 +
 utils/GRA01130000012300001                         |  Bin 0 -> 19200 bytes
 utils/bufrgram.py                                  |  324 +++++
 utils/epsgrams.py                                  |  424 ++++++
 utils/plumes.py                                    |  676 +++++++++
 400 files changed, 13217 insertions(+), 3508 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/magics.git



More information about the debian-science-commits mailing list