[Opengeoscience-developers] OpenGeoscience branch, next, updated. 91ee6b6ae7c1de78796c5daa007442e4614cb0b5

Aashish Chaudhary aashish.chaudhary at kitware.com
Fri Aug 23 13:52:12 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, next has been updated
       via  91ee6b6ae7c1de78796c5daa007442e4614cb0b5 (commit)
       via  262d2f22a16cd7f95d52571ad41cc4d2856bc480 (commit)
       via  7937ffad7a33a7cc45bf4f3b09f77e6941eb98e8 (commit)
       via  48257b81188ca858bf807f5a1b0804350649d564 (commit)
       via  9f92dc1fcc80edda1528be3cbef898f09dbf2300 (commit)
       via  6fe2bfc69a2611854e11c1d083dd3b0feddb7b83 (commit)
       via  e16caa31195b5a2e3353b84b1554bfa024f7b19d (commit)
       via  7c6658e2e9558bb548f52707b5d6e76ff2b0a191 (commit)
      from  20cc0bd4a2295edc778e8dde342dc73ec335a85b (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/geoweb.git;a=commitdiff;h=91ee6b6ae7c1de78796c5daa007442e4614cb0b5
commit 91ee6b6ae7c1de78796c5daa007442e4614cb0b5
Merge: 20cc0bd 262d2f2
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Aug 23 13:52:05 2013 -0400

    Merge remote-tracking branch 'origin/vgl_cleanup' into next
    
    * origin/vgl_cleanup:
      Some more style fixes
      Fixed remainder reader issues
      Cleaning geojson reader
      Some more clean up
      Fixed failing tests
      Added header to each class

 web/lib/vgl/actor.js                    |    7 +
 web/lib/vgl/blend.js                    |    7 +
 web/lib/vgl/boundingObject.js           |   33 +++-
 web/lib/vgl/command.js                  |   12 +
 web/lib/vgl/data.js                     |   13 +-
 web/lib/vgl/defaultValue.js             |   11 +
 web/lib/vgl/freezeObject.js             |   16 ++-
 web/lib/vgl/geojsonReader.js            |  344 +++++++++++++++++++------------
 web/lib/vgl/geomData.js                 |    7 +
 web/lib/vgl/groupMapper.js              |   11 +
 web/lib/vgl/groupNode.js                |    7 +
 web/lib/vgl/init.js                     |   38 ++++
 web/lib/vgl/interactorStyle.js          |    7 +
 web/lib/vgl/lineSource.js               |    9 +-
 web/lib/vgl/mapper.js                   |    7 +
 web/lib/vgl/material.js                 |    7 +
 web/lib/vgl/materialAttribute.js        |    9 +-
 web/lib/vgl/modelViewMatrixStack.js     |    7 +
 web/lib/vgl/node.js                     |    7 +
 web/lib/vgl/object.js                   |   13 +-
 web/lib/vgl/picker.js                   |    7 +
 web/lib/vgl/planeSource.js              |    7 +
 web/lib/vgl/pointSource.js              |    7 +
 web/lib/vgl/renderWindow.js             |    7 +
 web/lib/vgl/renderer.js                 |    7 +
 web/lib/vgl/shader.js                   |    7 +
 web/lib/vgl/shaderProgram.js            |    7 +
 web/lib/vgl/source.js                   |    7 +
 web/lib/vgl/texture.js                  |    7 +
 web/lib/vgl/timestamp.js                |   16 ++-
 web/lib/vgl/trackballInteractorStyle.js |    7 +
 web/lib/vgl/uniform.js                  |    7 +
 web/lib/vgl/utils.js                    |    5 +
 web/lib/vgl/vertexAttribute.js          |    7 +
 web/lib/vgl/viewer.js                   |    7 +
 web/lib/vgl/visitor.js                  |    7 +
 web/lib/vgl/vtkUnpack.js                |   23 +--
 37 files changed, 560 insertions(+), 154 deletions(-)

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

Summary of changes:
 web/lib/vgl/actor.js                    |    7 +
 web/lib/vgl/blend.js                    |    7 +
 web/lib/vgl/boundingObject.js           |   33 +++-
 web/lib/vgl/command.js                  |   12 +
 web/lib/vgl/data.js                     |   13 +-
 web/lib/vgl/defaultValue.js             |   11 +
 web/lib/vgl/freezeObject.js             |   16 ++-
 web/lib/vgl/geojsonReader.js            |  344 +++++++++++++++++++------------
 web/lib/vgl/geomData.js                 |    7 +
 web/lib/vgl/groupMapper.js              |   11 +
 web/lib/vgl/groupNode.js                |    7 +
 web/lib/vgl/init.js                     |   38 ++++
 web/lib/vgl/interactorStyle.js          |    7 +
 web/lib/vgl/lineSource.js               |    9 +-
 web/lib/vgl/mapper.js                   |    7 +
 web/lib/vgl/material.js                 |    7 +
 web/lib/vgl/materialAttribute.js        |    9 +-
 web/lib/vgl/modelViewMatrixStack.js     |    7 +
 web/lib/vgl/node.js                     |    7 +
 web/lib/vgl/object.js                   |   13 +-
 web/lib/vgl/picker.js                   |    7 +
 web/lib/vgl/planeSource.js              |    7 +
 web/lib/vgl/pointSource.js              |    7 +
 web/lib/vgl/renderWindow.js             |    7 +
 web/lib/vgl/renderer.js                 |    7 +
 web/lib/vgl/shader.js                   |    7 +
 web/lib/vgl/shaderProgram.js            |    7 +
 web/lib/vgl/source.js                   |    7 +
 web/lib/vgl/texture.js                  |    7 +
 web/lib/vgl/timestamp.js                |   16 ++-
 web/lib/vgl/trackballInteractorStyle.js |    7 +
 web/lib/vgl/uniform.js                  |    7 +
 web/lib/vgl/utils.js                    |    5 +
 web/lib/vgl/vertexAttribute.js          |    7 +
 web/lib/vgl/viewer.js                   |    7 +
 web/lib/vgl/visitor.js                  |    7 +
 web/lib/vgl/vtkUnpack.js                |   23 +--
 37 files changed, 560 insertions(+), 154 deletions(-)


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list