[Opengeoscience-developers] OpenGeoscience branch, master, updated. fc1762bb1868f5c85677091cb9cb5c78492df2f9
Aashish Chaudhary
aashish.chaudhary at kitware.com
Sat Apr 20 10:13:31 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 fc1762bb1868f5c85677091cb9cb5c78492df2f9 (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 984bdbfcaf66765247e24b76e6c06f42139323dd (commit)
via 3f547b0a6d147a8f5fac79251147d2f41d45a26c (commit)
via 5bd9cae90bbbeb161b8f4414e72288e66a35566b (commit)
via 7d89d84e9bad640e709689972816aada2a457851 (commit)
via 904f2c418fa81a82708922bfbc1c788cbf8ec0ad (commit)
via 3a08c1ab4f17022681b87933e59d4c9618e8e5e3 (commit)
via 640e92b2236f660c971e27f5779aaca29672cbc2 (commit)
via b3a540f3aa1b600a8bfd2b13e97dbceabf4b29f9 (commit)
via d7264e27f9998eb381c16398251bfc55eb1fb628 (commit)
via b384a1bb1c70f03af6ab8f402948a3e8bd512ec7 (commit)
via 7f146397d95b06a30ba017f3160b4732a804277f (commit)
via a267d382b40e959041feaa4025588fc9eed1a172 (commit)
via 0fd3508c980aa67072daf69838827e2db0c7065d (commit)
via d09c57d4aa400a7a31c54817452c34023ed2d096 (commit)
from ebaf3a9238de7e4b04832a2535cda706f1d65e8e (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=fc1762bb1868f5c85677091cb9cb5c78492df2f9
commit fc1762bb1868f5c85677091cb9cb5c78492df2f9
Merge: ebaf3a9 93c7735
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sat Apr 20 10:13:14 2013 -0400
Merge remote-tracking branch 'origin/add_vgl_tests2'
* origin/add_vgl_tests2: (25 commits)
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
Use the data path directly
Renamed for better
Fixed various issues with bounds calculations
Implementing compute bounds for mapper and actor
Streaming via service now working, documentation/cleanup to come
Get data dir from config, use temp dir for image
Fixed some streaming bugs WIP, added temp dir
Changed how websockets are routed, streaming service WIP
...
.gitignore | 10 ++
CMakeLists.txt | 137 +++++++++-------
configure_server.cmake.in | 2 +-
geoweb | 1 +
geoweb.py | 23 ++--
geowebsocket.py | 120 ++++++++++++++
modules/__init__.py | 1 +
modules/vtk_reader.py | 1 -
modules/websocket_chat.py | 3 +
server.conf.in | 8 +-
services/__init__.py | 54 +++++++
services/cdms.py | 29 ++++
services/echo.py | 17 ++
services/ls.py | 19 +++
services/streaming.py | 54 +++++++
services/streaming/client.py | 38 +++++
services/streaming/master.py | 307 ++++++++++++++++++++++++++++++++++++
services/streaming/worker.py | 150 ++++++++++++++++++
temp/README | 1 +
web/CMakeLists.txt | 1 +
web/apps/archive/archive.js | 6 +-
web/apps/streaming/index.html | 14 ++
web/apps/streaming/streaming.js | 175 ++++++++++++++++++++
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 ++++++++
37 files changed, 1673 insertions(+), 190 deletions(-)
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 10 ++
CMakeLists.txt | 137 +++++++++-------
configure_server.cmake.in | 2 +-
geoweb | 1 +
geoweb.py | 23 ++--
geowebsocket.py | 120 ++++++++++++++
modules/__init__.py | 1 +
modules/vtk_reader.py | 1 -
modules/websocket_chat.py | 3 +
server.conf.in | 8 +-
services/__init__.py | 54 +++++++
services/cdms.py | 29 ++++
services/echo.py | 17 ++
services/ls.py | 19 +++
services/streaming.py | 54 +++++++
services/streaming/client.py | 38 +++++
services/streaming/master.py | 307 ++++++++++++++++++++++++++++++++++++
services/streaming/worker.py | 150 ++++++++++++++++++
temp/README | 1 +
web/CMakeLists.txt | 1 +
web/apps/archive/archive.js | 6 +-
web/apps/streaming/index.html | 14 ++
web/apps/streaming/streaming.js | 175 ++++++++++++++++++++
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 ++++++++
37 files changed, 1673 insertions(+), 190 deletions(-)
create mode 100644 .gitignore
create mode 100644 geowebsocket.py
create mode 100644 modules/__init__.py
create mode 100644 services/__init__.py
create mode 100644 services/cdms.py
create mode 100644 services/echo.py
create mode 100644 services/ls.py
create mode 100644 services/streaming.py
create mode 100644 services/streaming/client.py
create mode 100644 services/streaming/master.py
create mode 100644 services/streaming/worker.py
create mode 100644 temp/README
create mode 100644 web/CMakeLists.txt
create mode 100644 web/apps/streaming/index.html
create mode 100644 web/apps/streaming/streaming.js
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