IRC log for #brlcad on 20130321

01:34.50 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
02:37.01 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
03:42.11 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
03:56.48 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
04:10.07 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
04:17.42 Notify 03BRL-CAD:brlcad * 54796 brlcad/trunk/src/util/hex.c: llx expects long long so give it long long
09:39.32 *** join/#brlcad luca79 (~luca@net-188-216-232-191.cust.dsl.vodafone.it)
09:39.42 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
09:57.41 *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua)
11:30.38 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
11:56.03 *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua)
12:41.10 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
14:06.08 *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com)
14:28.19 Notify 03BRL-CAD:brlcad * 54797 brlcad/trunk/NEWS: richard added a new -q option to gqa for suppressing messages about regions not hit
14:51.55 Notify 03BRL-CAD:brlcad * 54798 brlcad/trunk/src/external/ProEngineer/Makefile.am: include msvc10 in autotools dist
16:43.30 Notify 03BRL-CAD:jordisayol * 54799 brlcad/trunk/misc/debian/changelog: update Debian changelog to next release
17:49.22 *** join/#brlcad merzo (~merzo@129-160-133-95.pool.ukrtel.net)
18:09.28 Notify 03BRL-CAD:brlcad * 54800 brlcad/trunk/include/bu.h: document that the new stat/seek functions should not yet be considered new API since there may be a less intrusive option. don't want to be considered published.
18:37.59 Notify 03BRL-CAD:carlmoore * 54801 brlcad/trunk/src/util/pix-png.c: Usage statement was missing reference to -g gamma
18:49.31 Notify 03BRL-CAD:starseeker * 54802 brlcad/trunk/src/other/CMakeLists.txt: Add the tk unix path to the list of internal header paths used to build tcl/tk extensions. This may fix the togl build failure with tcl/tk 8.5.13, but is untested - see http://lists.freebsd.org/pipermail/svn-ports-all/2012-September/003483.html
18:53.14 Notify 03BRL-CAD:brlcad * 54803 brlcad/trunk/src/liboptical/sh_toyota.c: comment cleanup
19:15.51 Notify 03BRL-CAD:carlmoore * 54804 brlcad/trunk/src/util/pix-png.c: and I added this so we can have the run-with-no-arguments construct without extra error (cannot input from tty)
19:18.14 Notify 03BRL-CAD:brlcad * 54805 brlcad/trunk/src/librt/primitives/tgc/tgc.c: move definitions and globals around, push them to the top of the file and group together
19:21.48 Notify 03BRL-CAD:brlcad * 54806 brlcad/trunk/src/librt/primitives/tgc/tgc.c: bah, pay attention to our order. don't use before we declare. make two of the globals static to limit scope
19:39.20 Notify 03BRL-CAD:brlcad * 54807 brlcad/trunk/include/vmath.h: implement macros for swapping vectors and matrices. use a single temporary float for the vectors, but a full temp matrix for the matrix swap. while the single fastf_t temp is fewer read/write instructions, it may be more coherent (faster) to use a full vector. warrants testing if put into critical code. implemented in do{}while(0) fashion so a semicolon becomes
19:39.22 Notify necessary
20:09.40 Notify 03BRL-CAD:brlcad * 54808 brlcad/trunk/src/libbn/tcl.c: missing semi
20:14.30 Notify 03BRL-CAD:starseeker * 54809 brlcad/trunk/misc/CMake/distcheck_repo_verify.cmake.in: Fix a couple bugs in the repository verification - build files reporting in ignored directories wasn't respecting the SVN deleted flag, and the REGEX for stripping the deleted marker from an svn report line was too aggressive.
20:29.35 Notify 03BRL-CAD:brlcad * 54810 (brlcad/trunk/src/conv/euclid/euclid_unformat.c brlcad/trunk/src/librt/primitives/arb8/arb8.c): more semicolons missing from vmath macros
20:29.46 Notify 03BRL-CAD:starseeker * 54811 brlcad/trunk/configure.ac: Add lodUtilityP Makefile to configure.ac
20:31.59 Notify 03BRL-CAD:brlcad * 54812 (brlcad/trunk/src/librt/primitives/bspline/nurb_ray.c brlcad/trunk/src/librt/primitives/ell/ell.c): and more missing semicolons, clean up resulting indent failures
20:46.01 starseeker brlcad: do we need to provide a working autotools build for 7.24.0?
20:46.58 starseeker If we need to that's OK, I just want to be sure before I go too much further trying to fix it
20:47.02 Notify 03BRL-CAD:carlmoore * 54813 brlcad/trunk/src/util/pix-png.c: reverted r54804 because we need to accept piped input too
21:04.10 starseeker is is still expected to see a regression failure of "solids.rt.pix 3 off by many" ?
21:40.46 Notify 03BRL-CAD:starseeker * 54814 (brlcad/trunk/src/other/CMakeLists.txt brlcad/trunk/src/other/tcl/CMakeLists.txt and 1452 others): No clear need as yet to take the Tcl/Tk 8.6 upgrade plunge, but go ahead and pull in the latest 8.5.13 patch release of 8.5 - the change logs list a few bug fixes which may be of interest.
21:47.50 ``Erik 0
22:01.36 Notify 03BRL-CAD:starseeker * 54815 (brlcad/trunk/src/other/tktreectrl/ChangeLog =================================================================== and 205 others): TkTreeCtrl (http://tktreectrl.sourceforge.net) is a better, more powerful tree widget than the default ttk widget - there's a decent chance Archer will be making use of this, so checkpointing the CMake build for it. Will revert until there is a need, but
22:01.38 Notify don't want to lose the working CMake build. As a first step, commit the vanilla sources for a diffing baseline.
22:05.51 Notify 03BRL-CAD:starseeker * 54816 (brlcad/trunk/src/other/tktreectrl/demos/demo.tcl brlcad/trunk/src/other/tktreectrl/generic/tkTreeCtrl.h): Tweaks and build files for TkTreeCtrl CMake build. Code changes were including the config.h header and fixing the panel code in the demo so that it didn't end up trying to use Itk panels in bwish.
22:07.49 Notify 03BRL-CAD:starseeker * 54817 NIL: Now back out the TkTreeCtrl merge until it's needed.
22:20.09 Notify 03BRL-CAD:starseeker * 54818 (brlcad/trunk/INSTALL brlcad/trunk/src/other/CMakeLists.txt): Oops - correct variable names in Tcl/Tk enable/disable docs.

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