<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/camlosg</link><counters><counter name="forever" lastEventTime="1235038272" firstEventTime="1180879673">182</counter></counters><metadata><item name="subtitle"><value type="text/plain">OCaml bindings for OpenSceneGraph</value></item><item name="description"><value type="text/plain">None</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">CamlOSG</value></item><item name="url"><value type="text/plain">http://camlosg.sourceforge.net/</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from c3vjzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id A21F51D805C
	for &lt;cia@cia.vc&gt;; Thu, 19 Feb 2009 02:11:11 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-3.v30.ch3.sourceforge.com)
	by c3vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1La5rx-0006bq-FC
	for cia@cia.vc; Thu, 19 Feb 2009 10:11:01 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1La5rx-0006bq-FC@c3vjzd1.ch3.sourceforge.com&gt;</header><header name="Date">Thu, 19 Feb 2009 10:11:01 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>193</revision><author>vshabanov</author><log>Added -lpthread to CCLIBS </log><diffLines>15</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=193</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/Make/makedefs">trunk/camlosg/Make/makedefs</file></files></commit></body><timestamp>1235038271</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 3kljzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id D41961D80ED
	for &lt;cia@cia.vc&gt;; Wed, 11 Feb 2009 08:04:39 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by 3kljzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LXHZc-0004pX-RV
	for cia@cia.vc; Wed, 11 Feb 2009 16:04:28 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LXHZc-0004pX-RV@3kljzd1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 11 Feb 2009 16:04:28 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>192</revision><author>vshabanov</author><log>render_loop now uses pthread_cond, instead of mutex (which was locked in one thread and unlocke in another).  </log><diffLines>96</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=192</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgViewer/osgViewer_ml.cpp">trunk/camlosg/osgViewer/osgViewer_ml.cpp</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgViewer/viewer.ml">trunk/camlosg/osgViewer/viewer.ml</file></files></commit></body><timestamp>1234368281</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from dn4whf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 4A6AB1C00B8
	for &lt;cia@cia.vc&gt;; Fri,  6 Feb 2009 05:52:47 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-1.v30.ch3.sourceforge.com)
	by dn4whf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LVR8G-00044m-Ue
	for cia@cia.vc; Fri, 06 Feb 2009 13:52:36 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LVR8G-00044m-Ue@dn4whf1.ch3.sourceforge.com&gt;</header><header name="Date">Fri, 06 Feb 2009 13:52:36 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>191</revision><author>vshabanov</author><log>Added some project-specific (non camlosg-specific) machinery for rendering in parallel thread w/o caml_enter/leave_blocking_section.  </log><diffLines>188</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=191</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgGA/osgGA_ml.cpp">trunk/camlosg/osgGA/osgGA_ml.cpp</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgViewer/osgViewer_ml.cpp">trunk/camlosg/osgViewer/osgViewer_ml.cpp</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgViewer/viewer.ml">trunk/camlosg/osgViewer/viewer.ml</file></files></commit></body><timestamp>1233928367</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from d5vjzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 3F2591C00B5
	for &lt;cia@cia.vc&gt;; Fri,  6 Feb 2009 02:46:13 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-4.v30.ch3.sourceforge.com)
	by d5vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LVODi-0003a3-B7
	for cia@cia.vc; Fri, 06 Feb 2009 10:46:02 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LVODi-0003a3-B7@d5vjzd1.ch3.sourceforge.com&gt;</header><header name="Date">Fri, 06 Feb 2009 10:46:02 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>190</revision><author>vshabanov</author><log>Added OsgCal.Core_model.load_simple &amp; OsgCal.Model.load_simple  </log><diffLines>83</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=190</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/osgCal.ml">trunk/camlosg/osgCal/osgCal.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/osgCal_ml.cpp">trunk/camlosg/osgCal/osgCal_ml.cpp</file></files></commit></body><timestamp>1233917173</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from bj8yhf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 436BF1C00B5
	for &lt;cia@cia.vc&gt;; Fri,  6 Feb 2009 01:45:22 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-6.v30.ch3.sourceforge.com)
	by bj8yhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LVNGp-0006QQ-Ui
	for cia@cia.vc; Fri, 06 Feb 2009 09:45:11 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LVNGp-0006QQ-Ui@bj8yhf1.ch3.sourceforge.com&gt;</header><header name="Date">Fri, 06 Feb 2009 09:45:11 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>189</revision><author>vshabanov</author><log>OsgGA.Utils renamed to OsgGA.Deprecated_osgGA_utils  </log><diffLines>15</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=189</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgGA/osgGA.ml">trunk/camlosg/osgGA/osgGA.ml</file></files></commit></body><timestamp>1233913522</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from d5vjzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id EE8681D80E2
	for &lt;cia@cia.vc&gt;; Wed,  4 Feb 2009 08:20:45 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-4.v30.ch3.sourceforge.com)
	by d5vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LUkUM-0004IE-4z
	for cia@cia.vc; Wed, 04 Feb 2009 16:20:34 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LUkUM-0004IE-4z@d5vjzd1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 04 Feb 2009 16:20:34 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>188</revision><author>vshabanov</author><log> * Commented out OsgGA.Gui_event_handler.create (implementation currently doesn't contain CAMLlocal4)
 * Removed caml_enter/leave_blocking_section from OsgCal.Core_model.load

This done temporarily for experimenting with SIGSEGV during game load process.  </log><diffLines>69</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=188</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/osgCal_ml.cpp">trunk/camlosg/osgCal/osgCal_ml.cpp</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgGA/osgGA.ml">trunk/camlosg/osgGA/osgGA.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgGA/osgGA_ml.cpp">trunk/camlosg/osgGA/osgGA_ml.cpp</file></files></commit></body><timestamp>1233764449</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 3kljzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 45D8E1D80E6
	for &lt;cia@cia.vc&gt;; Mon,  2 Feb 2009 05:28:02 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by 3kljzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LTypd-0006Lh-EB
	for cia@cia.vc; Mon, 02 Feb 2009 13:27:21 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LTypd-0006Lh-EB@3kljzd1.ch3.sourceforge.com&gt;</header><header name="Date">Mon, 02 Feb 2009 13:27:21 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>187</revision><author>vshabanov</author><log>allocRawStructWoDtor now uses double array, instead of custom block. alloc_small is faster than alloc_custom and we don't need comparisons on these values.  </log><diffLines>128</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=187</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/Make/makedefs">trunk/camlosg/Make/makedefs</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/include/shared_part.h">trunk/camlosg/include/shared_part.h</file></files></commit></body><timestamp>1233581590</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 74yxhf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 122831D80C1
	for &lt;cia@cia.vc&gt;; Mon,  2 Feb 2009 02:53:40 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by 74yxhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LTwQj-00077q-RN
	for cia@cia.vc; Mon, 02 Feb 2009 10:53:29 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LTwQj-00077q-RN@74yxhf1.ch3.sourceforge.com&gt;</header><header name="Date">Mon, 02 Feb 2009 10:53:29 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>186</revision><author>vshabanov</author><log>AnimationPath::ControlPoint now also allocated as double array.  </log><diffLines>36</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=186</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/osg_ml.cpp">trunk/camlosg/osg/osg_ml.cpp</file></files></commit></body><timestamp>1233572020</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from bj8yhf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id C1EB21D80D0
	for &lt;cia@cia.vc&gt;; Wed, 28 Jan 2009 08:15:59 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-6.v30.ch3.sourceforge.com)
	by bj8yhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LSD4v-0002cj-Hm
	for cia@cia.vc; Wed, 28 Jan 2009 16:15:49 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LSD4v-0002cj-Hm@bj8yhf1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 28 Jan 2009 16:15:49 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>185</revision><author>vshabanov</author><log>Timer internally represented as float, not int64, due to dlow int64 allocations.  </log><diffLines>60</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=185</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/osg_ml.cpp">trunk/camlosg/osg/osg_ml.cpp</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/timer.ml">trunk/camlosg/osg/timer.ml</file></files></commit></body><timestamp>1233159359</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 3kljzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 976641D80D1
	for &lt;cia@cia.vc&gt;; Wed, 28 Jan 2009 04:35:01 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by 3kljzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LS9d5-0007Qb-7f
	for cia@cia.vc; Wed, 28 Jan 2009 12:34:51 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LS9d5-0007Qb-7f@3kljzd1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 28 Jan 2009 12:34:51 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>184</revision><author>vshabanov</author><log>Vec2/3/4 &amp; Quat are now records with double fields (so their allocation and access to components do not require caml_c_call).  </log><diffLines>370</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=184</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/include/shared_part.h">trunk/camlosg/include/shared_part.h</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/bounding_box.ml">trunk/camlosg/osg/bounding_box.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/bounding_sphere.ml">trunk/camlosg/osg/bounding_sphere.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/osg_ml.cpp">trunk/camlosg/osg/osg_ml.cpp</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/quat.ml">trunk/camlosg/osg/quat.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/vec2.ml">trunk/camlosg/osg/vec2.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/vec3.ml">trunk/camlosg/osg/vec3.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/vec4.ml">trunk/camlosg/osg/vec4.ml</file></files></commit></body><timestamp>1233146102</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from c3vjzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id B3B4D1D80D1
	for &lt;cia@cia.vc&gt;; Wed, 28 Jan 2009 02:40:52 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-3.v30.ch3.sourceforge.com)
	by c3vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LS7qc-0003Ii-CN
	for cia@cia.vc; Wed, 28 Jan 2009 10:40:42 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LS7qc-0003Ii-CN@c3vjzd1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 28 Jan 2009 10:40:42 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>183</revision><author>vshabanov</author><log>Little fix in Osg.Matrix.to_array (it was actually converting to tuple array, not array array)  </log><diffLines>21</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=183</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/matrix.ml">trunk/camlosg/osg/matrix.ml</file></files></commit></body><timestamp>1233139253</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from c3vjzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 14BB41D80D1
	for &lt;cia@cia.vc&gt;; Wed, 28 Jan 2009 02:35:29 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-3.v30.ch3.sourceforge.com)
	by c3vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LS7lO-0003Ex-P1
	for cia@cia.vc; Wed, 28 Jan 2009 10:35:18 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LS7lO-0003Ex-P1@c3vjzd1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 28 Jan 2009 10:35:18 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>182</revision><author>vshabanov</author><log>Osg.Matrix.translate/scale now donw in caml. Mult only calls C to perform multiplication, not allocation.  </log><diffLines>70</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=182</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/matrix.ml">trunk/camlosg/osg/matrix.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/osg_ml.cpp">trunk/camlosg/osg/osg_ml.cpp</file></files></commit></body><timestamp>1233138929</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from c3vjzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id A66521D80D1
	for &lt;cia@cia.vc&gt;; Wed, 28 Jan 2009 02:16:18 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-3.v30.ch3.sourceforge.com)
	by c3vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LS7Sq-0002xy-Dd
	for cia@cia.vc; Wed, 28 Jan 2009 10:16:08 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LS7Sq-0002xy-Dd@c3vjzd1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 28 Jan 2009 10:16:08 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>181</revision><author>vshabanov</author><log>Osg.Matrix now 16-float element record instead of custom structure.

to_array/to_tuple are now performed directly in caml, translate/scale/rotate are still done in C side, but use alloc_small instead of alloc_custom.  </log><diffLines>137</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=181</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/include/shared_part.h">trunk/camlosg/include/shared_part.h</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/matrix.ml">trunk/camlosg/osg/matrix.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/osg_ml.cpp">trunk/camlosg/osg/osg_ml.cpp</file></files></commit></body><timestamp>1233137778</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 74yxhf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id A0BE41D80BF
	for &lt;cia@cia.vc&gt;; Thu, 15 Jan 2009 05:32:40 -0800 (PST)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by 74yxhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1LNSKk-00073x-Bh
	for cia@cia.vc; Thu, 15 Jan 2009 13:32:30 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1LNSKk-00073x-Bh@74yxhf1.ch3.sourceforge.com&gt;</header><header name="Date">Thu, 15 Jan 2009 13:32:30 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>180</revision><author>vshabanov</author><log>Added OsgViewer.Viewer.get_camera_manipulator  </log><diffLines>35</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=180</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgViewer/osgViewer_ml.cpp">trunk/camlosg/osgViewer/osgViewer_ml.cpp</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgViewer/viewer.ml">trunk/camlosg/osgViewer/viewer.ml</file></files></commit></body><timestamp>1232026361</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from c3vjzd1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 14FA21D80D1
	for &lt;cia@cia.vc&gt;; Thu,  9 Oct 2008 08:16:56 -0700 (PDT)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-3.v30.ch3.sourceforge.com)
	by c3vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1KnxFt-0007R5-QP
	for cia@cia.vc; Thu, 09 Oct 2008 15:16:45 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1KnxFt-0007R5-QP@c3vjzd1.ch3.sourceforge.com&gt;</header><header name="Date">Thu, 09 Oct 2008 15:16:45 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>179</revision><author>vshabanov</author><log>Fixes for make install with NO_BYTECODE option  </log><diffLines>30</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=179</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/Make/makerules">trunk/camlosg/Make/makerules</file></files></commit></body><timestamp>1223565416</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 74yxhf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id E49AA1D817E
	for &lt;cia@cia.vc&gt;; Wed,  8 Oct 2008 06:38:55 -0700 (PDT)</header><header name="Received">from [127.0.0.1] (helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by 74yxhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1KnZFV-0002Xs-HY
	for cia@cia.vc; Wed, 08 Oct 2008 13:38:45 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1KnZFV-0002Xs-HY@74yxhf1.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 08 Oct 2008 13:38:45 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>177</revision><author>vshabanov</author><log>Added OsgCal.Model.set_auto_update/update  </log><diffLines>43</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=177</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/osgCal.ml">trunk/camlosg/osgCal/osgCal.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/osgCal_ml.cpp">trunk/camlosg/osgCal/osgCal_ml.cpp</file></files></commit></body><timestamp>1223473136</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 74yxhf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 65ADE1D80B5
	for &lt;cia@cia.vc&gt;; Thu, 18 Sep 2008 09:07:32 -0700 (PDT)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by 74yxhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1KgM2M-00012b-2E
	for cia@cia.vc; Thu, 18 Sep 2008 16:07:22 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1KgM2M-00012b-2E@74yxhf1.ch3.sourceforge.com&gt;</header><header name="Date">Thu, 18 Sep 2008 16:07:22 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>176</revision><author>vshabanov</author><log>Some fixes for static linking OSG (for profiling via gprof)  </log><diffLines>178</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=176</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/Make/makedefs">trunk/camlosg/Make/makedefs</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/Make/makerules">trunk/camlosg/Make/makerules</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/examples/camlosgdepthshadow/Makefile">trunk/camlosg/examples/camlosgdepthshadow/Makefile</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/examples/camlosgoccluder/Makefile">trunk/camlosg/examples/camlosgoccluder/Makefile</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/examples/camlosgsimplifier/Makefile">trunk/camlosg/examples/camlosgsimplifier/Makefile</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/examples/camlosgviewer/Makefile">trunk/camlosg/examples/camlosgviewer/Makefile</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osg/Makefile">trunk/camlosg/osg/Makefile</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/Makefile">trunk/camlosg/osgCal/Makefile</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgViewer/Makefile">trunk/camlosg/osgViewer/Makefile</file></files></commit></body><timestamp>1221754052</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from 74yxhf1.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 023EF1D8016
	for &lt;cia@cia.vc&gt;; Mon, 18 Aug 2008 02:50:11 -0700 (PDT)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by 74yxhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1KV1NB-0005by-Rx
	for cia@cia.vc; Mon, 18 Aug 2008 09:50:01 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1KV1NB-0005by-Rx@74yxhf1.ch3.sourceforge.com&gt;</header><header name="Date">Mon, 18 Aug 2008 09:50:01 +0000</header></mailHeaders></generator><source><project>camlosg</project></source><body><commit><revision>174</revision><author>vshabanov</author><log> * Added OsgCal.Mesh_parameters ~no_software_vertex_update
 * Added OsgCal.Model.set_time_factor  </log><diffLines>70</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=174</url><files><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/osgCal.ml">trunk/camlosg/osgCal/osgCal.ml</file><file action="modify" uri="https://svnroot.svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgCal/osgCal_ml.cpp">trunk/camlosg/osgCal/osgCal_ml.cpp</file></files></commit></body><timestamp>1219053012</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>camlosg</project></source><body><commit><revision>173</revision><author>vshabanov</author><log>Fix for compiling under gcc-4.3  </log><diffLines>14</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=173</url><files><file action="modify" uri="https://svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/include/shared_part.h">trunk/camlosg/include/shared_part.h</file></files></commit></body><timestamp>1214406062</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>camlosg</project></source><body><commit><revision>172</revision><author>vshabanov</author><log>Added osgText.Text.set_kerning_type  </log><diffLines>68</diffLines><url>http://camlosg.svn.sourceforge.net/camlosg/?view=rev&amp;rev=172</url><files><file action="modify" uri="https://svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgText/osgText.ml">trunk/camlosg/osgText/osgText.ml</file><file action="modify" uri="https://svn.sourceforge.net/svnroot/camlosg/trunk/camlosg/osgText/osgText_ml.cpp">trunk/camlosg/osgText/osgText_ml.cpp</file></files></commit></body><timestamp>1207562598</timestamp></message></recentMessages></statsTarget>
