IRC log for #brlcad on 20130313

00:14.18 Notify 03BRL-CAD:ddreeves70 * 54642 webcad/trunk/m35.html: made minor tweak on loading gl context
00:47.48 *** join/#brlcad cadman (~Adium@199.82.243.104)
01:29.19 *** join/#brlcad cadman (~Adium@mwg-e04.infosec.fedex.com)
01:41.24 Notify 03BRL-CAD:brlcad * 54643 (brlcad/trunk/src/libfb/fb_obj.c brlcad/trunk/src/libgcv/region_end.c and 18 others): convert all the calls to BU_GET() a union tree to BU_ALLOC() calls since they are free'd variably by the caller.
02:00.40 Notify 03BRL-CAD:brlcad * 54644 brlcad/trunk/include/bu.h: similar do/while syntax to avoid having stray semicolons
02:04.49 Notify 03BRL-CAD:brlcad * 54645 brlcad/trunk/src/conv/dxf/dxf-g.c: ws cleanup plus one vls get/put conversion
02:15.20 Notify 03BRL-CAD:brlcad * 54646 brlcad/trunk/src/libbu/temp.c: wrong BU_PUT syntax, takes the type
02:35.55 Notify 03BRL-CAD:brlcad * 54647 brlcad/trunk/src/libged/bot_dump.c: put _ged_bot_dump_client_data on the stack so we don't have to heap-allocate
02:44.10 Notify 03BRL-CAD:brlcad * 54648 (brlcad/trunk/src/libged/arb.c brlcad/trunk/src/libged/bigE.c and 5 others): call BU_ALLOC where the memory release is not nearby/obvious/here
02:44.42 Notify 03BRL-CAD:ddreeves70 * 54649 NIL: restructuring
02:50.57 Notify 03BRL-CAD:brlcad * 54650 (brlcad/trunk/src/libged/bot_merge.c brlcad/trunk/src/libged/importFg4Section.c and 38 others): convert all of the rt_*internal allocations to BU_ALLOC() since they're nearly all released during wdb_export() or otherwise destined for bu_free()
03:12.00 Notify 03BRL-CAD:brlcad * 54651 brlcad/trunk/src/libged/copymat.c: not clear what struct animate is being used for here, but also looks like a memory leak and unnecessarily on the heap. put it on the stack.
03:21.36 Notify 03BRL-CAD:brlcad * 54652 brlcad/trunk/src/libged/dg_obj.c: BU_ALLOC instead of BU_GET
03:22.13 Notify 03BRL-CAD:brlcad * 54653 brlcad/trunk/src/libged/draw.c: doesn't seem necessary for struct _ged_client_data to be on the heap here. put it on the stack.
03:32.03 Notify 03BRL-CAD:brlcad * 54654 brlcad/trunk/src/libged/edpipe.c: looks like it's safe to call BU_GET() here, so convert free to BU_PUT().
03:32.20 Notify 03BRL-CAD:brlcad * 54655 (brlcad/trunk/src/libged/draw.c brlcad/trunk/src/libged/edit.c): convert allocations to BU_ALLOC
03:36.49 Notify 03BRL-CAD:brlcad * 54656 brlcad/trunk/src/libged/get_obj_bounds.c: looks like soltab should work just fine on the stack
03:53.52 Notify 03BRL-CAD:ddreeves70 * 54657 (webcad/trunk/native/src/getwireframe.c =================================================================== and 265 others): restructuring
03:54.58 *** join/#brlcad cadman (~Adium@64.178.177.71)
07:19.48 *** join/#brlcad cadman1 (~Adium@64.178.177.71)
08:15.34 *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua)
09:04.00 *** join/#brlcad Black_Rabbit (~Black_Rab@115.248.130.148)
09:04.01 *** join/#brlcad Blackrabbit (~Black_Rab@115.248.130.148)
09:15.51 *** join/#brlcad luca79 (~luca@net-37-117-82-77.cust.dsl.vodafone.it)
09:51.49 *** join/#brlcad Black_Rabbit (~Black_Rab@115.248.130.148)
09:51.50 *** join/#brlcad Blackrabbit (~Black_Rab@115.248.130.148)
10:11.04 *** join/#brlcad Black_Rabbit (~Black_Rab@115.248.130.148)
10:11.10 *** join/#brlcad Blackrabbit (~Black_Rab@115.248.130.148)
11:59.17 *** join/#brlcad Black_Rabbit (~Black_Rab@115.248.130.148)
12:03.06 brlcad tis official, server will get another upgrade on March 26th
12:03.26 brlcad but this one I'm letting them do it for us, probably just going to drop the old drive in a new chasis
12:04.41 brlcad it's a dual quad-core 2.5GHz xeon, 2TB mem, 500GB disk, 2TB net
12:28.09 Notify 03BRL-CAD:bob1961 * 54658 (brlcad/trunk/src/tclscripts/archer/Arb4EditFrame.tcl brlcad/trunk/src/tclscripts/archer/Arb5EditFrame.tcl and 20 others): Updates to initEditState for the primitive edit panels to initialize bits of edit state when the edit mode is null.
12:40.04 Notify 03BRL-CAD:bob1961 * 54659 (brlcad/trunk/src/tclscripts/archer/Archer.tcl brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl): If the LOD setting changes in Archer, redraw everything.
12:41.35 *** join/#brlcad merzo_ (~merzo@user-94-45-58-138-1.skif.com.ua)
13:00.21 ``Erik tb mem or gb mem?
13:12.21 *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net)
13:16.44 *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua)
13:35.51 *** join/#brlcad ``Erik (~erik@pool-74-103-121-45.bltmmd.fios.verizon.net)
14:21.32 Notify 03BRL-CAD:brlcad * 54660 brlcad/trunk/src/util/bwdiff.c: the need to redirect output should be in the usage synopsis, not explained
14:25.19 *** join/#brlcad Blackrabbit (~Black_Rab@115.248.130.148)
14:25.22 *** join/#brlcad Black_Rabbit (~Black_Rab@115.248.130.148)
14:47.24 Notify 03BRL-CAD:brlcad * 54661 brlcad/trunk/src/libbu/heap.c: we can use %zd for size_t's if we go through bu_log()
14:49.23 Notify 03BRL-CAD:bob1961 * 54662 brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl: Updated CombEditFrame::validateTableEntry to be more flexible in its recognition of doubles. Also, removed menu entries for deleting and creating members.
14:53.53 Notify 03BRL-CAD:brlcad * 54663 brlcad/trunk/src/libged/wdb_bigE.c: a variable named 'str' should be a zinger red flag that it's probably not an int. function had wrong type arg.
15:01.41 Notify 03BRL-CAD:bob1961 * 54664 brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl: Removed a bit of old code.
16:03.37 *** join/#brlcad Blackrabbit (~Black_Rab@115.248.130.148)
16:03.37 *** join/#brlcad Black_Rabbit (~Black_Rab@115.248.130.148)
16:12.33 Notify 03BRL-CAD:bob1961 * 54665 brlcad/trunk/src/librt/db_tree.c: Update db_tree_parse() to allow the use of '+' in addition to 'n' when indicating intersection.
16:16.00 Notify 03BRL-CAD:bob1961 * 54666 brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl: Archer's comb edit panel now updates the tree after an edit.
16:21.53 Notify 03BRL-CAD:n_reed * 54667 (brlcad/trunk/include/ged.h brlcad/trunk/src/libged/CMakeLists.txt and 2 others): add lod command for controlling lod drawing behavior
16:23.56 *** join/#brlcad n_reed_ (~molto_cre@66-118-151-70.static.sagonet.net)
16:30.08 *** join/#brlcad cadman (~Adium@mwg-e01.infosec.fedex.com)
16:43.59 Notify 03BRL-CAD:n_reed * 54668 (brlcad/trunk/src/librt/primitives/arb8/arb8.c brlcad/trunk/src/librt/primitives/table.c): declare rt_arb_adaptive_plot a failed experiment and remove it
17:35.25 Notify 03BRL-CAD:n_reed * 54669 brlcad/trunk/src/libged/lod.c: don't return error when no arguments are given
17:38.19 *** join/#brlcad Posterdati (~antani@host98-231-dynamic.2-79-r.retail.telecomitalia.it)
17:38.29 Posterdati rhino sdk it's a mess
18:12.58 Notify 03BRL-CAD:carlmoore * 54670 brlcad/trunk/src/util/bwhist.c: capital U
18:15.41 Notify 03BRL-CAD:n_reed * 54671 brlcad/trunk/src/tclscripts/archer/Archer.tcl: need to make sure wflag always exists if we're going to test it
18:37.32 Notify 03BRL-CAD:n_reed * 54672 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/mged/attach.c): initialize lod scale factors
18:58.15 Notify 03BRL-CAD:n_reed * 54673 (brlcad/trunk/src/mged/chgview.c brlcad/trunk/src/mged/dm-generic.c and 3 others): use lod in mged via lod command rather than mged variable
18:58.55 *** join/#brlcad andrei (~andrei@188.25.162.85)
20:29.01 Notify 03BRL-CAD:n_reed * 54674 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/archer/Archer.tcl and 2 others): make lod command available in archer
21:01.11 *** join/#brlcad caen23_ (~cezar@92.81.215.30)
23:21.53 *** join/#brlcad cadman (~Adium@mwg-w01.infosec.fedex.com)

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