IRC log for #brlcad on 20100405

00:20.07 *** join/#brlcad Jonimus (~TheStorm@CPE-70-92-243-204.wi.res.rr.com)
12:08.04 d-lo Mernin!
12:34.13 *** join/#brlcad Elrohir (~kvirc@p5B14AE1F.dip.t-dialin.net)
12:34.52 *** join/#brlcad Stattrav (~Stattrav@202.3.77.133)
12:37.24 CIA-73 BRL-CAD: 03davidloman * r38311 10/rt^3/trunk/CMakeLists.txt: Update Tests compilation flag to default to OFF.
12:49.57 CIA-73 BRL-CAD: 03davidloman * r38312 10/rt^3/trunk/include/GS/netMsg/: Drop an empty dir that I must have missed a while back.
13:17.22 d-lo Simple Documentation style question: When writing up the 'description' of a class, should that desc go in the .h file, the .cxx file or both? I am leaning towards the .h only, but would like some essspert opinions.
13:40.06 CIA-73 BRL-CAD: 03davidloman * r38313 10/rt^3/trunk/ (5 files in 2 dirs): Stub in a NetMsg handler interface and a NetMsg subscription system. Implementation to follow.
13:42.41 CIA-73 BRL-CAD: 03davidloman * r38314 10/rt^3/trunk/src/GS/libNetwork/ (15 files): Remove the svn:keywords because they are not necessary.
13:48.25 ``Erik http://brlcad.org/~erik/mc/m35-5mm-cross.png
13:49.11 ``Erik 15 million triangles of nmg goodness, rt is slow as hell, but it's shiny in isst
13:49.40 ``Erik 2400 rps on a boffo 8 core 3ghz machine O.o pheer.
13:51.23 d-lo purty
13:51.34 d-lo but where's the hood?
13:53.37 CIA-73 BRL-CAD: 03davidloman * r38315 10/rt^3/trunk/ (include/GS/SessionManager.h src/GS/SessionManager.cxx): Add in class description.
13:53.52 ``Erik heh, there're pieces of it
13:54.36 d-lo New 'stealth' technology for trucks? ;)
13:54.44 ``Erik draw a thin diagonal arb8, then overlay a grid on it... it can only see geometry where the grid intersections are inside of the arb8...
13:55.02 ``Erik <-- should do a diagram of that :/
13:56.29 ``Erik if the grid edge size is thinner than the sheet metal, it'd all be there... but that'd take a long time... what you see what 2.5 days of tesselation
13:56.47 d-lo wow 2.5 days??
13:56.52 ``Erik single core
13:56.52 d-lo is that marching cubes?
13:56.55 ``Erik yup
13:57.02 d-lo still.. it works :)
13:57.07 ``Erik ayup
13:57.07 d-lo GG
13:57.26 ``Erik no failed regions (though some where "never seen"), no overlaps, ...
13:58.16 ``Erik oh man, boxes of ex-lax in a cart with a sign that says "blowout specials", awesome
13:58.25 d-lo hahaha
13:58.27 ``Erik http://failblog.files.wordpress.com/2010/04/129135876224734251.jpg
13:59.49 ``Erik wonders if brlcad has his ipad yet
13:59.49 d-lo heh, lets see what the missus thinks of that one :) *evil*
14:00.22 ``Erik hm, dod report on 32 nuclear accidents listed on /. O.o
14:00.47 d-lo oh there are more than that
14:00.49 d-lo lol
14:01.05 d-lo of course, what actually qualifies as an 'accident' is rediculous.
14:01.21 ``Erik heh, well, this is a report that contains 32, no one ever said it was exhaustive
14:01.31 d-lo "A drop of *potentially* radioactive water dripped on an employee?!?"
14:01.51 ``Erik ohs noes, a leak in containment, the coolant water is ALMOST as radioactive as the water outside the boat!
14:01.56 ``Erik *cough*
14:01.59 d-lo If you want a real scare, just look up all the Russion nuke accidents.
14:02.05 d-lo hahahahaha
14:02.05 ``Erik they do it right
14:14.06 brlcad d-lo: different kind of docs go in different places -- public api docs go in the public header, implementation docs go with the implementation
14:15.27 ``Erik so class description for doxygen would be the .hxx/.h++/.hh file?
14:16.41 brlcad yeah
14:17.30 brlcad along with each method doc
14:22.28 brlcad decent example: https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/include/FontManager.h
14:28.54 d-lo brlcad: thanks!
14:36.20 ``Erik brlcad: know of any magic fu to make nmg_model_vertex_fuse work? it keeps telling me 0 vertices fused, when I know there're colocated points
14:36.59 brlcad brb
15:04.22 CIA-73 BRL-CAD: 03davidloman * r38316 10/rt^3/trunk/ (include/GS/Jobs/JobScheduler.h src/GS/Jobs/JobScheduler.cxx): Stub in JobScheduler class into the Job system.
15:08.03 CIA-73 BRL-CAD: 03davidloman * r38317 10/rt^3/trunk/ (5 files in 2 dirs): Refactor DbObjectManager to DataManager. Easier to spell and is more precise a name. Updated CMakeLists.txt
15:14.54 CIA-73 BRL-CAD: 03davidloman * r38318 10/rt^3/trunk/ (include/GS/SessionManager.h src/GS/SessionManager.cxx): Cleaned up SessionManager's singleton implementation.
15:36.06 CIA-73 BRL-CAD: 03starseeker * r38319 10/brlcad/trunk/src/fb/fbthreadtest.c: Do just a very basic 'run a thread' test - nothing exciting yet.
15:56.43 CIA-73 BRL-CAD: 03starseeker * r38320 10/brlcad/trunk/src/mged/utility1.c: Take a stab ad avoiding some warnings.
16:15.22 CIA-73 BRL-CAD: 03davidloman * r38321 10/rt^3/trunk/ (3 files in 2 dirs): Stub in GeometryProcessor singleton. Will be the POC for GE calls.
16:32.09 CIA-73 BRL-CAD: 03erikgreenwald * r38322 10/brlcad/trunk/src/conv/g-egg.c: use capitol M for marching cubes for consistancy. Document the option.
16:32.52 CIA-73 BRL-CAD: 03erikgreenwald * r38323 10/brlcad/trunk/src/conv/ (g-egg.1 stl/g-stl.1 stl/g-stl.c): document the marching cubes option
16:33.16 CIA-73 BRL-CAD: 03erikgreenwald * r38324 10/brlcad/trunk/NEWS: make note of marching cubes shtuff
16:44.27 CIA-73 BRL-CAD: 03erikgreenwald * r38325 10/brlcad/trunk/ (4 files in 4 dirs): clean up public API names for marching cubes
17:24.04 CIA-73 BRL-CAD: 03davidloman * r38326 10/rt^3/trunk/ (7 files in 2 dirs): Rename AccessManager to AccountManager. Stub in Account class.
17:56.42 starseeker ah, crud
18:00.58 CIA-73 BRL-CAD: 03davidloman * r38327 10/rt^3/trunk/ (include/app/ src/app/): Add new dir for application launcher support.
18:10.25 *** join/#brlcad Stattrav (~Stattrav@202.3.77.161)
18:27.48 CIA-73 BRL-CAD: 03starseeker * r38328 10/brlcad/branches/rel8/ (1546 files in 294 dirs): Update rel8 branch to r38325
18:31.58 CIA-73 BRL-CAD: 03starseeker * r38329 10/brlcad/trunk/doc/docbook/system/mann/en/ (Makefile.am db.xml nirt.xml rt.xml rtcheck.xml):
18:31.58 CIA-73 BRL-CAD: Now that we have MGED specific man pages, add back in Janine's work on the db,
18:31.58 CIA-73 BRL-CAD: nirt, rt and rtcheck commands. Clearly a lot of work to do here to make sure
18:31.58 CIA-73 BRL-CAD: these are informative for MGED usage - many of the command line options do in
18:31.58 CIA-73 BRL-CAD: fact function within MGED - but it's a start.
18:46.54 CIA-73 BRL-CAD: 03starseeker * r38330 10/brlcad/trunk/doc/docbook/system/mann/en/ (Makefile.am gqa.xml): We need a gqa man page for MGED, so for now modify the command line page - add the -Ap option, change the examples to not include reference to a .g file.
18:48.51 CIA-73 BRL-CAD: 03erikgreenwald * r38331 10/brlcad/trunk/src/libged/gqa.c: re-apply fix from r33894 that was un-fixed by someones indent/ws pass.
19:03.55 CIA-73 BRL-CAD: 03erikgreenwald * r38332 10/brlcad/trunk/src/fb/fbthreadtest.c: make a dummy main() if TCL_THREADS is not defined.
19:04.34 starseeker ``Erik: whoops, thanks
19:13.37 ``Erik <3 nfs + multiple configs/os/arch O.o
19:24.41 CIA-73 BRL-CAD: 03davidloman * r38333 10/rt^3/trunk/ (8 files in 5 dirs): Stub in the basics for Application Launch Framework.
19:49.52 CIA-73 BRL-CAD: 03starseeker * r38334 10/brlcad/branches/dmtogl/ (721 files in 54 dirs): Update dmtogl branch to 38325
20:12.11 ``Erik bahhhh, stupid windows
20:15.02 *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1)
20:17.26 CIA-73 BRL-CAD: 03starseeker * r38335 10/brlcad/branches/dmtogl/ (265 files in 5 dirs): (log message trimmed)
20:17.26 CIA-73 BRL-CAD: The Goblin library looks like it may have some graph layout capabilities along
20:17.26 CIA-73 BRL-CAD: the lines of graphviz, it's LGPL licensed, and it already has some apps by the
20:17.26 CIA-73 BRL-CAD: dev team that talk to it using tcl/tk. Experiment with building it as part of
20:17.26 CIA-73 BRL-CAD: BRL-CAD in the dmtogl branch, starting with the core libraries (no tcl/tk yet).
20:17.27 CIA-73 BRL-CAD: Very definitely should NOT be put in trunk until there are BRL-CAD features
20:17.28 CIA-73 BRL-CAD: using it, which will be a while even if the feature set does prove appropriate
21:32.05 yukonbob http://watch.discoverychannel.ca/daily-planet/april-2010/daily-planet---april-02-2010/#clip284832
21:33.31 yukonbob a story about a guy that x-rays machines (i.e. cars)
23:18.08 *** join/#brlcad Ralith (~ralith@69.90.48.97)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.