IRC log for #brlcad on 20120601

00:00.16 CIA-65 BRL-CAD: 03Al Da Best 07http://brlcad.org * r3782 10/wiki/User:Al_Da_Best/devlog: Update 31st May
00:02.38 *** join/#brlcad brlcad (~sean@BZ.BZFLAG.BZ)
03:00.09 *** join/#brlcad brlcad (~sean@BZ.BZFLAG.BZ)
03:45.37 CIA-65 BRL-CAD: 03brlcad * r50799 10/brlcad/trunk/src/ (18 files in 12 dirs):
03:45.37 CIA-65 BRL-CAD: fix headers. detected with:
03:45.37 CIA-65 BRL-CAD: for file in `find src/lib* \( -name \*.c -o -name \*.h \)` ; do a=`basename $file | tr "a-z" "A-Z"` ; b=`head -1 $file | sed 's/[^-A-Z0-9_.]//g'` ; if test "x$a" != "x$b" ; then echo $file \($a != $b\); fi ; done
03:55.49 CIA-65 BRL-CAD: 03brlcad * r50800 10/brlcad/trunk/src/ (9 files in 5 dirs): more header fixing
04:03.06 CIA-65 BRL-CAD: 03brlcad * r50801 10/brlcad/trunk/src/other/step/AUTHORS: don't believe I have any account names as morrison with stepcode affiliation
04:17.55 CIA-65 BRL-CAD: 03brlcad * r50802 10/brlcad/trunk/src/librt/primitives/brep/brep_debug.cpp: quell shadow warning
04:22.02 CIA-65 BRL-CAD: 03brlcad * r50803 10/brlcad/trunk/src/librt/db5_types.c: db5_is_boolean_attribute() and db_attr_add() are not public API, don't need to be, so should be marked HIDDEN and can use a simpler name
04:37.43 CIA-65 BRL-CAD: 03brlcad * r50804 10/brlcad/trunk/doc/README.Windows: minor clean up, make interface agnostic
06:13.27 *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ)
08:26.18 *** join/#brlcad ksuzee (~ksu@193.151.107.42)
09:29.25 *** join/#brlcad stas (~stas@188.24.41.118)
11:15.08 *** join/#brlcad stas (~stas@82.208.133.12)
13:06.21 *** join/#brlcad ksuzee (~ksu@193.151.107.42)
13:49.53 *** join/#brlcad starseeker (~starseeke@BZ.BZFLAG.BZ)
13:52.02 starseeker Wolfram74: if you want to try the CMake build, you'll need CMake installed: http://www.cmake.org
13:53.17 starseeker then, as before, cd into build directory
13:53.30 starseeker then the following line to configure and build:
13:53.56 starseeker cmake .. -DBRLCAD_BUNDLED_LIBS=ON && make
14:54.58 CIA-65 BRL-CAD: 03phoenixyjll * r50805 10/brlcad/trunk/sh/conversion.sh: the unevaluated conversion for comb has been implemented, change conversion.sh accordingly.
14:59.15 CIA-65 BRL-CAD: 03phoenixyjll * r50806 10/brlcad/trunk/src/librt/primitives/brep/brep_debug.cpp: handle some exceptions.
15:01.22 CIA-65 BRL-CAD: 03phoenixyjll * r50807 10/brlcad/trunk/src/libged/brep.c: free memories and output duplication information correctly.
15:26.15 *** join/#brlcad npcdoom (~npcdoom@190.39.142.150)
15:26.16 *** join/#brlcad npcdoom (~npcdoom@gugve/developer/npcdoom)
15:34.50 CIA-65 BRL-CAD: 03phoenixyjll * r50808 10/brlcad/trunk/sh/conversion.sh: The whole elapsed time of each object is calculated, output in %6.2f format.
15:51.50 CIA-65 BRL-CAD: 03starseeker * r50809 10/brlcad/trunk/src/conv/Makefile.am: Fix src/conv Makefile.am
17:13.10 *** join/#brlcad tbrowder2 (~tbrowder@fl-67-235-134-204.dhcp.embarqhsd.net)
17:43.27 *** join/#brlcad n_reed (~molto_cre@BZ.BZFLAG.BZ)
18:40.37 *** join/#brlcad stas (~stas@188.24.41.118)
18:51.21 CIA-65 BRL-CAD: 03n_reed * r50810 10/brlcad/trunk/src/other/step/src/clstepcore/STEPattribute.cc: Simplify STEPread a bit. SCL git 6871bc4.
18:59.52 CIA-65 BRL-CAD: 03r_weiss * r50811 10/brlcad/trunk/src/libged/red.c: Added more error checking to mged/archer 'red' command. Fixed a one off problem which could cause issues.
19:01.08 *** join/#brlcad cristina_ (~quassel@188.24.71.103)
19:06.24 CIA-65 BRL-CAD: 03r_weiss * r50812 10/brlcad/trunk/src/libged/kill.c: Changed the 'ged_kill' function to not erase the ged result string. This corrects the problem where, in some cases, error messages were being erased.
19:15.35 CIA-65 BRL-CAD: 03starseeker * r50813 10/brlcad/trunk/regress/CMakeLists.txt: Add more red regression outputs to clean
19:21.55 CIA-65 BRL-CAD: 03n_reed * r50814 10/brlcad/trunk/src/other/step/src/ (9 files in 2 dirs): Add strict flag to STEPread functions; affects handling of missing attributes. SCL git de3495d and 373d415.
19:22.49 *** join/#brlcad npcdoom (~npcdoom@190.206.253.157)
19:22.50 *** join/#brlcad npcdoom (~npcdoom@gugve/developer/npcdoom)
19:27.55 *** join/#brlcad jbschw (~jbschw@ool-4355ee10.dyn.optonline.net)
19:30.30 *** join/#brlcad ksuzee (~ksu@46.149.81.166)
19:38.07 CIA-65 BRL-CAD: 03Stattrav 07http://brlcad.org * r3783 10/wiki/User:Stattrav/GSoC2012_log: Updation of the logs.
19:39.38 ksuzee brlcad: hello, Sean! I've already checked all the directories from /src for duplications in ONE file. So there're about 10-15 which should be reducted. Shall I write about them to the mail list? And could you comment them?
19:39.51 ksuzee *10-15 functions
19:48.33 CIA-65 BRL-CAD: 03Ksuzee 07http://brlcad.org * r3784 10/wiki/User:Ksuzee/Reports:
19:49.40 brlcad ksuzee: either works fine, a summary pastebin would probably work well enough
19:52.47 *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ)
19:53.35 ksuzee ok, so I'll write a summary about this duplications and will wait your comments :)
19:53.42 brlcad okay
19:54.11 *** part/#brlcad npcdoom (~npcdoom@gugve/developer/npcdoom)
19:55.36 CIA-65 BRL-CAD: 03n_reed * r50815 10/brlcad/trunk/src/other/step/src/express/lexact.c: correct SCANsave_comment; SCL git c6bc7ec
20:26.00 *** join/#brlcad ksuzee (~ksu@46.149.81.166)
20:28.44 *** join/#brlcad tbrowder2 (~tbrowder@fl-67-235-134-204.dhcp.embarqhsd.net)
20:53.50 *** join/#brlcad CIA-55 (~CIA@cia.atheme.org)
21:04.36 CIA-55 BRL-CAD: 03r_weiss * r50816 10/brlcad/trunk/src/libbu/vls_internals.h: Updated vls_internals.h to allow test_vls_vprintf to build in visual studio 2008.
21:05.36 CIA-55 BRL-CAD: 03r_weiss * r50817 10/brlcad/trunk/include/bu.h: Updated bu.h to allow test_vls_vprintf to build in visual studio 2008.
21:25.29 *** join/#brlcad stas (~stas@188.24.41.118)
21:30.08 CIA-55 BRL-CAD: 03anrgmrty * r50818 10/brlcad/trunk/src/conv/g-voxel.c: This program prints out the voxels which are in(1) and which are not(0) for each ray
21:41.42 CIA-55 BRL-CAD: 0314.139.128.11 07http://brlcad.org * r3785 10/wiki/User:Anuragmurty: /* Development Log */
22:44.47 CIA-55 BRL-CAD: 03tbrowder2 * r50819 10/brlcad/trunk/src/conv/asc/g2asc.c: ws, style

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