Re: [brlcad-devel] Documentation From Recent Sources

2013-08-29 Thread Christopher Sean Morrison
On Aug 29, 2013, at 3:13 PM, Mandeep Simak wrote: > Yes, I have created new configuration file for Doxygen and changed its > few options like adding README file as main page. Awesome. > How can I help in that? Oh my, in oh so many ways! Embrace it, own it, make it better.. :) > Module page c

Re: [brlcad-devel] timestamps

2013-08-29 Thread Christopher Sean Morrison
On Aug 29, 2013, at 4:48 PM, Tom Browder wrote: > On Thu, Aug 29, 2013 at 3:23 PM, Christopher Sean Morrison > wrote: > On Aug 29, 2013, at 10:38 AM, Tom Browder wrote: >> But it probably ought to be some kind of time struct (as you mentioned) on >> the object itself. I'll look into that ins

Re: [brlcad-devel] timestamps

2013-08-29 Thread Tom Browder
On Thu, Aug 29, 2013 at 3:23 PM, Christopher Sean Morrison wrote: > On Aug 29, 2013, at 10:38 AM, Tom Browder wrote: > > But it probably ought to be some kind of time struct (as you mentioned) on > the object itself. I'll look into that instead of the attribute route. > > I think it'll be a noti

[brlcad-devel] Application Development with BRL-CAD [presentation]

2013-08-29 Thread Tom Browder
The subject presentation is by Lee Butler and John Anderson and there is a pdf version on the web site: http://brlcad.org/w/images/3/3d/Application_Development.pdf Does anyone have a copy of the original (or updated) PowerPoint or, even better, text version? It would make a good start for an up

Re: [brlcad-devel] timestamps

2013-08-29 Thread Christopher Sean Morrison
On Aug 29, 2013, at 10:38 AM, Tom Browder wrote:On Thu, Aug 29, 2013 at 9:20 AM, Tom Browder wrote:On Wed, Aug 28, 2013 at 10:49 AM, Christopher Sean Morrison wrote:On Aug 28, 2013, at 11:29 AM, tbrowd...@users.sourceforge.net wrote:...Note that it'll also

Re: [brlcad-devel] Documentation From Recent Sources

2013-08-29 Thread Mandeep Simak
On Thu, Aug 29, 2013 at 5:38 PM, Christopher Sean Morrison wrote: > Awesome, thanks Mandeep. Looks like you ran Doxygen but also did some > cleanup of your own? The intro seems nicer than I last recall seeing from > Doxygen output. Yes, I have created new configuration file for Doxygen and ch

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[57233] brlcad/trunk

2013-08-29 Thread Christopher Sean Morrison
On Aug 29, 2013, at 08:41 AM, Tom Browder wrote:Sean, I just added that function to the trunk in the last week.  Does that count as a public release? Mmm... no.  Not at all.  I guess you worded that function so perfectly consistent with the existing API that I assumed it predated your changes.  Ca

Re: [brlcad-devel] timestamps

2013-08-29 Thread Tom Browder
On Thu, Aug 29, 2013 at 9:20 AM, Tom Browder wrote: > On Wed, Aug 28, 2013 at 10:49 AM, Christopher Sean Morrison < > brl...@mac.com> wrote: > >> On Aug 28, 2013, at 11:29 AM, tbrowd...@users.sourceforge.net wrote: >> > ... > >> Note that it'll also be highly desirable to timestamp all objects (

Re: [brlcad-devel] timestamps

2013-08-29 Thread Tom Browder
On Wed, Aug 28, 2013 at 10:49 AM, Christopher Sean Morrison wrote: > On Aug 28, 2013, at 11:29 AM, tbrowd...@users.sourceforge.net wrote: > ... > Note that it'll also be highly desirable to timestamp all objects (not > just their attributes) ... and stash those timestamps as attributes. So > thi

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[57233] brlcad/trunk

2013-08-29 Thread Tom Browder
On Thu, Aug 29, 2013 at 7:41 AM, Tom Browder wrote: > On Thu, Aug 29, 2013 at 6:55 AM, Christopher Sean Morrison > wrote > >> The API can and does certainly change (per CHANGES, it happens a lot). >> New functions are also okay to add. The commit changed an existing public >> API function to c

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[57233] brlcad/trunk

2013-08-29 Thread Tom Browder
On Thu, Aug 29, 2013 at 6:55 AM, Christopher Sean Morrison wrote: > > On Aug 29, 2013, at 6:38 AM, Tom Browder wrote: > > On Wed, Aug 28, 2013 at 10:06 PM, Christopher Sean Morrison < > brl...@mac.com> wrote: > >> Tom, >> >> Also, note that public API changes like the one below would have to >> fo

Re: [brlcad-devel] Documentation From Recent Sources

2013-08-29 Thread Christopher Sean Morrison
On Aug 29, 2013, at 6:04 AM, Mandeep Simak wrote: > Hi, > > I generated documentation from latest sources hoping it would be > useful for BRL-CAD community. :) > > Here it is: http://202.164.53.122/~mandeepadmin/brlcad-doc/html/ Awesome, thanks Mandeep. Looks like you ran Doxygen but also did

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[57233] brlcad/trunk

2013-08-29 Thread Christopher Sean Morrison
On Aug 29, 2013, at 6:38 AM, Tom Browder wrote: > On Wed, Aug 28, 2013 at 10:06 PM, Christopher Sean Morrison > wrote: > Tom, > > Also, note that public API changes like the one below would have to follow > the change policy described in the CHANGES file. My gut says that it'd > probably be

Re: [brlcad-devel] Problems with recent attribute changes

2013-08-29 Thread Tom Browder
On Thu, Aug 29, 2013 at 5:31 AM, Tom Browder wrote: > On Wed, Aug 28, 2013 at 9:57 PM, Christopher Sean Morrison > wrote: > >> On Aug 28, 2013, at 9:12 PM, Tom Browder wrote: >> >> I think I need to revert most if not all of my recent trunk changes--the >> attibutes.c file and the db5 functions

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[57233] brlcad/trunk

2013-08-29 Thread Tom Browder
On Wed, Aug 28, 2013 at 10:06 PM, Christopher Sean Morrison wrote: > Tom, > > Also, note that public API changes like the one below would have to follow > the change policy described in the CHANGES file. My gut says that it'd > probably be a minimally impacting I wasn't worried about it because

Re: [brlcad-devel] Problems with recent attribute changes

2013-08-29 Thread Tom Browder
On Wed, Aug 28, 2013 at 9:57 PM, Christopher Sean Morrison wrote: > On Aug 28, 2013, at 9:12 PM, Tom Browder wrote: > > I think I need to revert most if not all of my recent trunk changes--the > attibutes.c file and the db5 functions need to be kept in synch with any > changes to the bu_avs_attrib

[brlcad-devel] Documentation From Recent Sources

2013-08-29 Thread Mandeep Simak
Hi, I generated documentation from latest sources hoping it would be useful for BRL-CAD community. :) Here it is: http://202.164.53.122/~mandeepadmin/brlcad-doc/html/ -- Mandeep Kaur http://simak.in/ -- Learn the lates