IRC log for #brlcad on 20140117

01:00.42 *** join/#brlcad ankush92 (~ankush92@115.245.160.180)
02:41.05 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
04:50.10 *** join/#brlcad kesha (~kesha@14.139.122.114)
06:04.49 *** join/#brlcad ankush92 (~ankush92@115.244.160.244)
07:57.37 *** join/#brlcad luca79 (~luca@net-37-116-125-191.cust.dsl.vodafone.it)
08:40.47 *** join/#brlcad merzo (~merzo@183-144-132-95.pool.ukrtel.net)
09:55.33 *** join/#brlcad caen23 (~caen23@92.81.162.63)
11:59.20 *** join/#brlcad ankush92 (~ankush92@14.139.242.99)
12:06.30 *** join/#brlcad caen23 (~caen23@92.81.162.63)
12:28.14 *** join/#brlcad ankush92 (~ankush92@101.62.146.50)
12:52.48 *** join/#brlcad luca79 (~luca@net-37-116-125-191.cust.dsl.vodafone.it)
12:56.52 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
13:04.26 *** join/#brlcad ankush92 (~ankush92@101.57.19.234)
13:41.41 Notify 03BRL-CAD:tbrowder2 * 59433 brlcad/trunk/include/bu.h: add some red-black tree implementation info
15:12.44 *** join/#brlcad microchip_sac (~microchip@223.239.198.164)
15:32.06 *** part/#brlcad microchip_sac (~microchip@223.239.198.164)
16:33.26 Notify 03BRL-CAD:carlmoore * 59434 brlcad/trunk/src/irprep/ir-X.c: touch up ir-X.c comments
16:40.36 *** join/#brlcad ankush92 (~ankush92@115.248.20.13)
16:51.10 Notify 03BRL-CAD:carlmoore * 59435 brlcad/trunk/src/irprep/ir-X.c: some programming simplification, and some more comment touch-up
17:14.28 Notify 03BRL-CAD:carlmoore * 59436 brlcad/trunk/src/irprep/ir-X.c: more comment touchup (NOTE: I think MAXARR huge size is causing Segmentation error)
17:20.56 *** part/#brlcad ankush92 (~ankush92@115.248.20.13)
17:23.13 Notify 03BRL-CAD:starseeker * 59437 brlcad/trunk/src/conv/step/CMakeLists.txt: Time to checkpoint the ap214 exploration code. Currently trying to figure out how to map a tree walk to creating the AP214 boolean_result objects and associated types.
17:23.35 *** join/#brlcad caen23 (~caen23@92.81.162.63)
17:23.55 *** join/#brlcad Anaphaxeton (~george@unaffiliated/anaphaxeton)
17:36.26 *** join/#brlcad merzo (~merzo@183-144-132-95.pool.ukrtel.net)
17:58.22 brlcad mpictor: yes, there's some network connectivity isue going on right now
17:58.34 brlcad some router is having problems
17:58.56 brlcad mpictor, can you run mtr to stepcode.org?
17:59.17 brlcad sudo /usr/local/sbin/mtr --report-cycles=20 -r brlcad.org
17:59.49 brlcad email or pastebin result, mtr from others would be appreciated too
18:00.35 *** join/#brlcad deepak (~chatzilla@117.220.148.26)
18:02.50 deepak brlcad: need your advice on OGV mock-up. In order to maintain consistency in design I am trying to make OGV mock-up similar like other mock-ups i.e brlcad website mock-up and wiki. But in OGV mock-up i'm using blue color instead of pink. Should I proceed with blue color at the place of pink?
18:45.06 maths22 brlcad: I am running a tool to pull down all gci comments, their type (claim, close, or other), and their timestamp
18:45.14 maths22 I am running it for all 10 orgs of 2013
19:10.26 *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14)
19:16.44 Notify 03BRL-CAD:starseeker * 59438 brlcad/trunk/src/conv/step/g-ap214/Add_Tree.cpp: When a leaf is a comb, we're going to need a new comb object instead of just more boolean_result chaining.
19:59.47 Notify 03BRL-CAD:starseeker * 59439 brlcad/trunk/src/conv/step/g-ap214/Add_Tree.cpp: Start figuring out when to trigger the step object creation processes
20:20.14 Notify 03BRL-CAD:starseeker * 59440 brlcad/trunk/src/conv/step/g-ap214/Add_Tree.cpp: do some depth indenting
20:36.13 *** join/#brlcad merzo (~merzo@183-144-132-95.pool.ukrtel.net)
20:38.03 Notify 03BRL-CAD:r_weiss * 59441 (brlcad/trunk/include/tie.h brlcad/trunk/src/librt/primitives/bot/tie.c): Update to TIE to improve performance of TIE PREP. Runs faster, uses less memory.
20:58.10 *** join/#brlcad merzo (~merzo@183-144-132-95.pool.ukrtel.net)
21:02.17 Notify 03BRL-CAD:n_reed * 59442 brlcad/trunk/src/other/boost/boost/config/compiler/clang.hpp: deleted one character too many in r59423
21:16.56 starseeker hmm - looks like lrint might be a problem on Windows
21:18.30 maths22 I will take a look- the cmake.in file may need a wrapper added
21:26.19 Notify 03BRL-CAD:n_reed * 59443 brlcad/trunk/src/libged/gdiff.c: reinstate commented code to quell set-but-unused warnings
22:35.25 Notify 03BRL-CAD:tbrowder2 * 59444 brlcad/trunk/src/libbu/rb_delete.c: add some source info
22:36.55 Notify 03BRL-CAD:tbrowder2 * 59445 brlcad/trunk/src/libbu/rb_free.c: plug a couple of small memory leaks in the red-black tree and nodes (with many thanks to valgrind)
22:41.46 Notify 03BRL-CAD:carlmoore * 59446 brlcad/trunk/src/irprep/irdisp.c: touch up comments, as well as punctuation in printf; set up an if-then-else block
23:53.04 *** join/#brlcad deepak (~chatzilla@59.91.119.42)

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