[Opengeoscience-developers] OpenGeoscience branch, master, updated. 579587e7e1ae6df4dbbbb48545d2bfa18be2305f

Aashish Chaudhary aashish.chaudhary at kitware.com
Thu Mar 14 13:27:17 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".

The branch, master has been updated
       via  579587e7e1ae6df4dbbbb48545d2bfa18be2305f (commit)
       via  f6886d5721c3e2af7932855f2d4c3229f541daa5 (commit)
       via  937bca2847bc49a3cb80f50363fde50fdceae48f (commit)
       via  45115595acd85298db449187591138b9a20056b6 (commit)
       via  1192e2ef400de33b780d55832e2553b46912f8a3 (commit)
       via  98236d7d4fc93f725f4d884c1470da3028382a2e (commit)
       via  6a1d7a91ad8876a178f40d975dce62de2dbe248d (commit)
       via  5fa82e98f9a36f3d6873b3b91f0f0472e9d0be7d (commit)
       via  8068123c2c2efcd115ee3d74724f2bbf71aa4f93 (commit)
       via  0e7b08f2d0c6aefa742b7d07cb0bf78cb122d357 (commit)
       via  8e784826985b0b5888d49154a67932b20d4ece1d (commit)
       via  3170906551378be6abd98829eabaf7611df92881 (commit)
       via  c9e99eab858608073b2a47325b6cd41630dcb032 (commit)
       via  91fc874eaf1faa172b41e0d0611ca09ecf7b6ab1 (commit)
      from  54d962cf03d79e0450f43da5018a43dddc45993c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/opengeoscience.git;a=commitdiff;h=579587e7e1ae6df4dbbbb48545d2bfa18be2305f
commit 579587e7e1ae6df4dbbbb48545d2bfa18be2305f
Merge: 54d962c f6886d5
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Thu Mar 14 13:27:15 2013 -0400

    Merge remote-tracking branch 'origin/m14001_cleanup_map'

 CMakeLists.txt                      |   27 +++--
 web/index.html                      |   20 ++-
 web/lib/app.js                      |   34 ++----
 web/lib/core/init.js                |   20 ---
 web/lib/core/timestamp.js           |   25 ----
 web/lib/geo/command.js              |   26 ++++
 web/lib/geo/feature.js              |   47 +++----
 web/lib/geo/init.js                 |   22 +---
 web/lib/geo/latlng.js               |   37 ++----
 web/lib/geo/layer.js                |  109 ++++++++--------
 web/lib/geo/map.js                  |  256 ++++++-----------------------------
 web/lib/geo/mapInteractorStyle.js   |  151 +++++++++++++++++++++
 web/lib/glUtils.js                  |  192 --------------------------
 web/lib/init.js                     |   49 -------
 web/lib/jsHelper.js                 |   40 ------
 web/lib/sylvester.js                |    1 -
 web/lib/vgl/actor.js                |  120 +++++++++--------
 web/lib/vgl/blend.js                |   75 +++++------
 web/lib/vgl/boundingObject.js       |   43 ++----
 web/lib/vgl/camera.js               |  132 ++++++++----------
 web/lib/vgl/command.js              |   48 +++++++
 web/lib/vgl/geomData.js             |  250 +++++++++++++---------------------
 web/lib/{ => vgl}/gl-matrix.js      |    0
 web/lib/vgl/groupNode.js            |   56 +++-----
 web/lib/vgl/init.js                 |   59 +++++---
 web/lib/vgl/interactorStyle.js      |   63 +++++++++
 web/lib/vgl/mapper.js               |   52 ++------
 web/lib/vgl/material.js             |   33 ++---
 web/lib/vgl/materialAttribute.js    |   56 +++-----
 web/lib/vgl/modelViewMatrixStack.js |   23 +---
 web/lib/vgl/node.js                 |   49 ++-----
 web/lib/vgl/object.js               |   42 ++----
 web/lib/vgl/planeSource.js          |   39 ++----
 web/lib/vgl/pointSource.js          |   37 ++----
 web/lib/vgl/renderWindow.js         |  238 ++++++++++++++++++++++++++++++++
 web/lib/vgl/renderer.js             |  107 +++++++--------
 web/lib/vgl/shader.js               |   35 ++----
 web/lib/vgl/shaderProgram.js        |   49 +++----
 web/lib/vgl/source.js               |   29 ++---
 web/lib/vgl/texture.js              |   37 ++----
 web/lib/vgl/timestamp.js            |   25 ++++
 web/lib/vgl/uniform.js              |   25 +---
 web/lib/vgl/utils.js                |   94 ++++++-------
 web/lib/vgl/vertexAttribute.js      |   61 +++-----
 web/lib/vgl/viewer.js               |  125 +++++++++++++++++
 web/lib/vgl/visitor.js              |   55 ++------
 46 files changed, 1453 insertions(+), 1660 deletions(-)

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                      |   27 +++--
 web/index.html                      |   20 ++-
 web/lib/app.js                      |   34 ++----
 web/lib/core/init.js                |   20 ---
 web/lib/core/timestamp.js           |   25 ----
 web/lib/geo/command.js              |   26 ++++
 web/lib/geo/feature.js              |   47 +++----
 web/lib/geo/init.js                 |   22 +---
 web/lib/geo/latlng.js               |   37 ++----
 web/lib/geo/layer.js                |  109 ++++++++--------
 web/lib/geo/map.js                  |  256 ++++++-----------------------------
 web/lib/geo/mapInteractorStyle.js   |  151 +++++++++++++++++++++
 web/lib/glUtils.js                  |  192 --------------------------
 web/lib/init.js                     |   49 -------
 web/lib/jsHelper.js                 |   40 ------
 web/lib/sylvester.js                |    1 -
 web/lib/vgl/actor.js                |  120 +++++++++--------
 web/lib/vgl/blend.js                |   75 +++++------
 web/lib/vgl/boundingObject.js       |   43 ++----
 web/lib/vgl/camera.js               |  132 ++++++++----------
 web/lib/vgl/command.js              |   48 +++++++
 web/lib/vgl/geomData.js             |  250 +++++++++++++---------------------
 web/lib/{ => vgl}/gl-matrix.js      |    0
 web/lib/vgl/groupNode.js            |   56 +++-----
 web/lib/vgl/init.js                 |   59 +++++---
 web/lib/vgl/interactorStyle.js      |   63 +++++++++
 web/lib/vgl/mapper.js               |   52 ++------
 web/lib/vgl/material.js             |   33 ++---
 web/lib/vgl/materialAttribute.js    |   56 +++-----
 web/lib/vgl/modelViewMatrixStack.js |   23 +---
 web/lib/vgl/node.js                 |   49 ++-----
 web/lib/vgl/object.js               |   42 ++----
 web/lib/vgl/planeSource.js          |   39 ++----
 web/lib/vgl/pointSource.js          |   37 ++----
 web/lib/vgl/renderWindow.js         |  238 ++++++++++++++++++++++++++++++++
 web/lib/vgl/renderer.js             |  107 +++++++--------
 web/lib/vgl/shader.js               |   35 ++----
 web/lib/vgl/shaderProgram.js        |   49 +++----
 web/lib/vgl/source.js               |   29 ++---
 web/lib/vgl/texture.js              |   37 ++----
 web/lib/vgl/timestamp.js            |   25 ++++
 web/lib/vgl/uniform.js              |   25 +---
 web/lib/vgl/utils.js                |   94 ++++++-------
 web/lib/vgl/vertexAttribute.js      |   61 +++-----
 web/lib/vgl/viewer.js               |  125 +++++++++++++++++
 web/lib/vgl/visitor.js              |   55 ++------
 46 files changed, 1453 insertions(+), 1660 deletions(-)
 delete mode 100644 web/lib/core/init.js
 delete mode 100644 web/lib/core/timestamp.js
 create mode 100644 web/lib/geo/command.js
 create mode 100644 web/lib/geo/mapInteractorStyle.js
 delete mode 100644 web/lib/glUtils.js
 delete mode 100644 web/lib/init.js
 delete mode 100644 web/lib/jsHelper.js
 delete mode 100644 web/lib/sylvester.js
 create mode 100644 web/lib/vgl/command.js
 rename web/lib/{ => vgl}/gl-matrix.js (100%)
 create mode 100644 web/lib/vgl/interactorStyle.js
 create mode 100644 web/lib/vgl/renderWindow.js
 create mode 100644 web/lib/vgl/timestamp.js
 create mode 100644 web/lib/vgl/viewer.js


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list