[Opengeoscience-developers] OpenGeoscience branch, next, updated. 81f1895d14ab40f5bca8b900e82d4b4c6406bc4b

Aashish Chaudhary aashish.chaudhary at kitware.com
Sat Apr 20 10:13:02 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  81f1895d14ab40f5bca8b900e82d4b4c6406bc4b (commit)
       via  93c77353fc500403e222bff382513f86e34a02c8 (commit)
       via  e46a3bd0e338a663a5373062694e9e9b9b89c8d7 (commit)
       via  3bb6367670a265600516dbddce72e31176dd25de (commit)
       via  5c56c4c06dd8df895f4eb34abdd0e73c7b511f4d (commit)
       via  b6ca96a758fbd1081665bac61fa4ed6269b2926d (commit)
       via  5f200b99137667c6baa9338c1f16154aac8d086b (commit)
       via  534042a6d31f6ca63971c77fc54e42827d55f5af (commit)
       via  fb27179813cf95dc26f25870a45a21072e0b21bb (commit)
       via  ff97ae33a3cb722e9ecf3be1b0a9a49402fe0254 (commit)
       via  ef4b173f8ec07092563c5df6e53f57654fa996a3 (commit)
       via  11162264e65f95d1ede3b81c614d0e78466424b1 (commit)
       via  c0281c1e1e52be6d7094af3f3fe58ab296d59927 (commit)
       via  d07fe7e4f34a7f72068e78e42a61b764c420f36a (commit)
       via  1c8e9e965ea2e17bf41a1e7c670b73832273a437 (commit)
       via  3f547b0a6d147a8f5fac79251147d2f41d45a26c (commit)
       via  5bd9cae90bbbeb161b8f4414e72288e66a35566b (commit)
       via  7d89d84e9bad640e709689972816aada2a457851 (commit)
       via  d7264e27f9998eb381c16398251bfc55eb1fb628 (commit)
       via  b384a1bb1c70f03af6ab8f402948a3e8bd512ec7 (commit)
       via  7f146397d95b06a30ba017f3160b4732a804277f (commit)
       via  a267d382b40e959041feaa4025588fc9eed1a172 (commit)
      from  fa3dfac146d15ec62e6be9e5abf67380d6c34c5b (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=81f1895d14ab40f5bca8b900e82d4b4c6406bc4b
commit 81f1895d14ab40f5bca8b900e82d4b4c6406bc4b
Merge: fa3dfac 93c7735
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sat Apr 20 10:12:45 2013 -0400

    Merge remote-tracking branch 'origin/add_vgl_tests2' into next
    
    * origin/add_vgl_tests2:
      Added missing directory for the installation
      Expect data to at a single location now
      Removed old flag based bound check completely
      Set the size of canvas to be 400x400
      Moved content of json to test itself
      Install tests at proper location
      Adding cmake code for testing
      Clean up cmake file
      Fixed CMake issues
      Implemented bounding calculations for groupMapper
      Fixed bug where source data is found using the index and not by key
      Provide a convenient method to mark bounds dirty
      Renamed for better
      Fixed various issues with bounds calculations
      Implementing compute bounds for mapper and actor
      Fixing various issues
      Adding simple test for VGL
      Adding tests for VGL

 CMakeLists.txt                     |  125 ++++++++++++++++------------
 configure_server.cmake.in          |    2 +-
 web/CMakeLists.txt                 |    1 +
 web/apps/archive/archive.js        |    6 +-
 web/lib/CMakeLists.txt             |    1 +
 web/lib/vgl/CMakeLists.txt         |    3 +
 web/lib/vgl/actor.js               |   55 +++++++++++--
 web/lib/vgl/boundingObject.js      |   59 +++++++++-----
 web/lib/vgl/camera.js              |   66 +++++++++------
 web/lib/vgl/geomData.js            |  159 +++++++++++++++++++++++++++++++-----
 web/lib/vgl/groupMapper.js         |   43 ++++++++++
 web/lib/vgl/groupNode.js           |   65 ++++++++++++---
 web/lib/vgl/mapper.js              |   27 +++++-
 web/lib/vgl/node.js                |   23 ++++--
 web/lib/vgl/renderer.js            |   90 ++++++++++++++++++++-
 web/lib/vgl/shaderProgram.js       |    9 +-
 web/lib/vgl/testing/CMakeLists.txt |   23 +++++
 web/lib/vgl/testing/drawTest1.html |   69 ++++++++++++++++
 18 files changed, 661 insertions(+), 165 deletions(-)

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

Summary of changes:
 CMakeLists.txt                     |  125 ++++++++++++++++------------
 configure_server.cmake.in          |    2 +-
 web/CMakeLists.txt                 |    1 +
 web/apps/archive/archive.js        |    6 +-
 web/lib/CMakeLists.txt             |    1 +
 web/lib/vgl/CMakeLists.txt         |    3 +
 web/lib/vgl/actor.js               |   55 +++++++++++--
 web/lib/vgl/boundingObject.js      |   59 +++++++++-----
 web/lib/vgl/camera.js              |   66 +++++++++------
 web/lib/vgl/geomData.js            |  159 +++++++++++++++++++++++++++++++-----
 web/lib/vgl/groupMapper.js         |   43 ++++++++++
 web/lib/vgl/groupNode.js           |   65 ++++++++++++---
 web/lib/vgl/mapper.js              |   27 +++++-
 web/lib/vgl/node.js                |   23 ++++--
 web/lib/vgl/renderer.js            |   90 ++++++++++++++++++++-
 web/lib/vgl/shaderProgram.js       |    9 +-
 web/lib/vgl/testing/CMakeLists.txt |   23 +++++
 web/lib/vgl/testing/drawTest1.html |   69 ++++++++++++++++
 18 files changed, 661 insertions(+), 165 deletions(-)
 create mode 100644 web/CMakeLists.txt
 create mode 100644 web/lib/CMakeLists.txt
 create mode 100644 web/lib/vgl/CMakeLists.txt
 create mode 100644 web/lib/vgl/testing/CMakeLists.txt
 create mode 100644 web/lib/vgl/testing/drawTest1.html


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list