[Opengeoscience-developers] OpenGeoscience branch, vgl_cleanup, created. 971a8f73e606c1f43dc6c7b6e1bd4867e68b5e3d

Aashish Chaudhary aashish.chaudhary at kitware.com
Tue Sep 3 11:23:04 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, vgl_cleanup has been created
        at  971a8f73e606c1f43dc6c7b6e1bd4867e68b5e3d (commit)

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=971a8f73e606c1f43dc6c7b6e1bd4867e68b5e3d
commit 971a8f73e606c1f43dc6c7b6e1bd4867e68b5e3d
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sun Sep 1 19:06:10 2013 -0400

    Some more clean up

 web/lib/geo/feature.js                  |    6 +-
 web/lib/geo/latlng.js                   |    2 +-
 web/lib/vgl/boundingObject.js           |    2 +-
 web/lib/vgl/geomData.js                 |    2 +-
 web/lib/vgl/interactorStyle.js          |    2 +-
 web/lib/vgl/source.js                   |    1 -
 web/lib/vgl/texture.js                  |   45 +++++++++++++----
 web/lib/vgl/timestamp.js                |    3 +-
 web/lib/vgl/trackballInteractorStyle.js |    9 ++-
 web/lib/vgl/uniform.js                  |   35 +++++++++----
 web/lib/vgl/utils.js                    |   83 ++++++++++++++++++++-----------
 web/lib/vgl/visitor.js                  |   40 ++++++++++-----
 12 files changed, 154 insertions(+), 76 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=788687706e767d357cf98820092e28fe892c4356
commit 788687706e767d357cf98820092e28fe892c4356
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sun Sep 1 18:26:35 2013 -0400

    Clean up vertex attribute

 web/lib/vgl/vertexAttribute.js |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=a95c89b21e16cbd78b4a684a5a4f30875ad83d2a
commit a95c89b21e16cbd78b4a684a5a4f30875ad83d2a
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sun Sep 1 18:23:39 2013 -0400

    Clean up viewer

 web/lib/vgl/viewer.js |   40 ++++++++++++++++++----------------------
 1 files changed, 18 insertions(+), 22 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=00fb89ec9bbe49a58824d24f76ed82c41fd61bf8
commit 00fb89ec9bbe49a58824d24f76ed82c41fd61bf8
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sun Sep 1 18:09:36 2013 -0400

    Removed unused file

 CMakeLists.txt           |    1 -
 web/lib/vgl/vtkUnpack.js |  284 ----------------------------------------------
 2 files changed, 0 insertions(+), 285 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=f0965dfa75049af6a820a83d1d770408625026ec
commit f0965dfa75049af6a820a83d1d770408625026ec
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sun Sep 1 16:49:31 2013 -0400

    Some mode documentation and style fixes

 web/lib/vgl/vertexAttribute.js |   27 +++++-
 web/lib/vgl/viewer.js          |   86 +++++++++++++++++-
 web/lib/vgl/visitor.js         |  195 +++++++++++++++++++++++++++------------
 3 files changed, 245 insertions(+), 63 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=d5cae73e95a2398f216d5edb670103a39515a141
commit d5cae73e95a2398f216d5edb670103a39515a141
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sun Sep 1 13:16:38 2013 -0400

    Some more style fixes

 web/lib/vgl/materialAttribute.js        |   67 +++++++++++++
 web/lib/vgl/modelViewMatrixStack.js     |   22 ++++-
 web/lib/vgl/node.js                     |   59 ++++++++++--
 web/lib/vgl/object.js                   |   12 +++
 web/lib/vgl/picker.js                   |    6 +
 web/lib/vgl/planeSource.js              |   26 +++++-
 web/lib/vgl/pointSource.js              |   16 +++
 web/lib/vgl/renderWindow.js             |   67 ++++++++++++-
 web/lib/vgl/renderer.js                 |   74 +++++++++++++-
 web/lib/vgl/shader.js                   |   53 ++++++++++-
 web/lib/vgl/shaderProgram.js            |  130 ++++++++++++++++++++++++-
 web/lib/vgl/source.js                   |    4 +
 web/lib/vgl/texture.js                  |  164 +++++++++++++++++++++++++++++++
 web/lib/vgl/timestamp.js                |   11 ++
 web/lib/vgl/trackballInteractorStyle.js |   29 +++++-
 web/lib/vgl/uniform.js                  |   80 +++++++++++++++
 16 files changed, 800 insertions(+), 20 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=9c94bff3ed75e1ee8b2562ffd87a1e825068d8fd
commit 9c94bff3ed75e1ee8b2562ffd87a1e825068d8fd
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sun Sep 1 13:03:53 2013 -0400

    Fixed some more style issues

 web/lib/vgl/actor.js           |   40 ++++++++++++++++++
 web/lib/vgl/blend.js           |   10 +++++
 web/lib/vgl/camera.js          |   10 ++--
 web/lib/vgl/groupMapper.js     |   12 +++++
 web/lib/vgl/groupNode.js       |   83 +++++++++++++++++++++++++++++++++++++-
 web/lib/vgl/interactorStyle.js |   56 +++++++++++++++++++++++++
 web/lib/vgl/legend.js          |   44 +++++++++++++++-----
 web/lib/vgl/lineSource.js      |    8 ++++
 web/lib/vgl/mapper.js          |   34 ++++++++++++++--
 web/lib/vgl/material.js        |   87 +++++++++++++++++++++++++++++++++++++++-
 10 files changed, 360 insertions(+), 24 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=6cab24c4a1a65ea9453a977b1af7f33eb96f67d6
commit 6cab24c4a1a65ea9453a977b1af7f33eb96f67d6
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Aug 23 10:45:24 2013 -0400

    Some more style fixes

 web/lib/vgl/boundingObject.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=ce9c05651656251fcd52d22df7a598f4232a8fa7
commit ce9c05651656251fcd52d22df7a598f4232a8fa7
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Aug 23 10:42:36 2013 -0400

    Fixed remainder reader issues

 web/lib/vgl/geojsonReader.js |  172 +++++++++++++++++++++++++-----------------
 1 files changed, 103 insertions(+), 69 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=1e26fd6687e966a6acae83956709d9d25ff5b3dd
commit 1e26fd6687e966a6acae83956709d9d25ff5b3dd
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Aug 23 10:01:31 2013 -0400

    Cleaning geojson reader

 web/lib/vgl/geojsonReader.js |  163 +++++++++++++++++++++++++++---------------
 1 files changed, 104 insertions(+), 59 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=a0ec8b8ca168d6d706c38e7bd02c1546adf97c26
commit a0ec8b8ca168d6d706c38e7bd02c1546adf97c26
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Aug 23 02:49:44 2013 -0400

    Some more clean up

 web/lib/vgl/data.js          |    3 ++-
 web/lib/vgl/defaultValue.js  |    4 ++++
 web/lib/vgl/freezeObject.js  |    7 +++++++
 web/lib/vgl/geojsonReader.js |    4 ++++
 4 files changed, 17 insertions(+), 1 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=6291ba5fc5a366529ae93ddf7bfd6a7cf1bb0b57
commit 6291ba5fc5a366529ae93ddf7bfd6a7cf1bb0b57
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Aug 23 02:47:48 2013 -0400

    Fixed failing tests

 web/lib/vgl/boundingObject.js |   24 ++++++++++++++++++------
 web/lib/vgl/command.js        |    5 +++++
 web/lib/vgl/init.js           |   31 +++++++++++++++++++++++++++++++
 web/lib/vgl/object.js         |    6 +++++-
 web/lib/vgl/timestamp.js      |    5 ++++-
 5 files changed, 63 insertions(+), 8 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=5d6f738f57dae86bf43346a223754403f5f876fe
commit 5d6f738f57dae86bf43346a223754403f5f876fe
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Aug 23 02:37:39 2013 -0400

    Added header to each class

 web/lib/vgl/actor.js                    |    7 +++++++
 web/lib/vgl/blend.js                    |    7 +++++++
 web/lib/vgl/boundingObject.js           |    7 +++++++
 web/lib/vgl/command.js                  |    7 +++++++
 web/lib/vgl/data.js                     |   10 ++++++++++
 web/lib/vgl/defaultValue.js             |    7 +++++++
 web/lib/vgl/freezeObject.js             |    9 ++++++++-
 web/lib/vgl/geojsonReader.js            |    7 +++++++
 web/lib/vgl/geomData.js                 |    7 +++++++
 web/lib/vgl/groupMapper.js              |   11 +++++++++++
 web/lib/vgl/groupNode.js                |    7 +++++++
 web/lib/vgl/init.js                     |    7 +++++++
 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                   |    7 +++++++
 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                |   11 +++++++++++
 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, 272 insertions(+), 18 deletions(-)

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


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list