IRC log for #brlcad on 20110214

01:20.36 *** join/#brlcad IriX64 (~IriX64@bas2-sudbury98-1177593317.dsl.bell.ca)
05:44.06 *** join/#brlcad Stattrav_ (~Stattrav@122.172.6.241)
06:41.48 CIA-6 BRL-CAD: 03brlcad * r43273 10/brlcad/trunk/ (12 files in 4 dirs):
06:41.48 CIA-6 BRL-CAD: implement an initial shp-g shapefile importer for BRL-CAD. this was developed
06:41.48 CIA-6 BRL-CAD: in less than a day during Civic Hack Day in order to visualize Baltimore City
06:41.48 CIA-6 BRL-CAD: data made available to the public. the converter takes the shapefile input
06:41.49 CIA-6 BRL-CAD: (using shapelib) and imports the data as sketch/extrude geomettry. sketches
06:41.49 CIA-6 BRL-CAD: working great, extrudes need some debugging love.
09:26.42 *** join/#brlcad epileg (~epileg@unaffiliated/epileg)
10:08.00 *** join/#brlcad ibot (ibot@rikers.org)
10:08.00 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release prep for 7.18.2 under way (20110202)
10:52.40 *** join/#brlcad epileg (~epileg@unaffiliated/epileg)
10:59.39 dloman yawns.
12:11.53 *** join/#brlcad epileg (~epileg@unaffiliated/epileg)
12:14.39 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
12:23.50 CIA-6 BRL-CAD: 03davidloman * r43274 10/geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/minimalclient/ (5 files in 2 dirs): Add stylized text printing.
12:25.35 CIA-6 BRL-CAD: 03davidloman * r43275 10/geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/minimalclient/MinimalGSClient.java: Comment out this local var for now. Will likely remove ActionListener implements in the near future.
13:26.33 CIA-6 BRL-CAD: 03tbrowder2 * r43276 10/brlcad/trunk/src/rt/heatgraph.c: eliminate unused variable
13:31.29 CIA-6 BRL-CAD: 03tbrowder2 * r43277 10/brlcad/trunk/src/rt/reshoot.c: eliminate unused variable\nclean up space format per HACKING
13:47.33 CIA-6 BRL-CAD: 03jordisayol * r43278 10/brlcad/trunk/misc/debian/ (6 files): add magic mime-type for geometry db files v4 on deb/rpm packages
13:58.51 CIA-6 BRL-CAD: 03jordisayol * r43279 10/brlcad/trunk/ (misc/debian/rules sh/make_deb.sh sh/make_rpm.sh): switch to build-in for all libraries in deb/rpm packages
14:16.18 CIA-6 BRL-CAD: 03d_rossberg * r43280 10/rt^3/tags/rel-7-18-2/: tag the C++ core interface with the corresponding BRL-CAD version (i.e. 7.18.2)
15:20.58 CIA-6 BRL-CAD: 03brlcad * r43281 10/brlcad/trunk/src/ (75 files in 27 dirs): convert the remaining NEAR_ZERO(val, SMALL_FASTF) callers to ZERO(val) since the tolerance bound is minimally-defined. lower maintenance, easier to read.
15:31.47 CIA-6 BRL-CAD: 03erikgreenwald * r43282 10/brlcad/trunk/src/rt/main.c: fix various cast issues and a missing paren.
15:34.13 CIA-6 BRL-CAD: 03erikgreenwald * r43283 10/brlcad/trunk/src/nirt/nirt.c: There is no USAGE or USAGE2 defined, assuming it's broken to the set of bu_log calls.
16:04.08 CIA-6 BRL-CAD: 03starseeker * r43284 10/brlcad/branches/cmake/ (114 files in 36 dirs): MFC r43283 - still need to add conv/shp to CMake logic
16:09.30 ``Erik sweet, pine segfault
16:09.35 CIA-6 BRL-CAD: 03tbrowder2 * r43285 10/brlcad/trunk/src/sig/dpeak.c: clean up space format per HACKING
16:09.58 CIA-6 BRL-CAD: 03tbrowder2 * r43286 10/brlcad/trunk/src/sig/dpeak.c: clean up space format per HACKING
16:10.58 CIA-6 BRL-CAD: 03tbrowder2 * r43287 10/brlcad/trunk/src/sig/dpeak.c: clean up space format per HACKING
16:11.09 CIA-6 BRL-CAD: 03tbrowder2 * r43288 10/brlcad/trunk/src/sig/dpeak.c: clean up space format per HACKING
16:18.56 CIA-6 BRL-CAD: 03tbrowder2 * r43289 10/brlcad/trunk/src/sig/dpeak.c: clean up space format per HACKING
16:36.40 CIA-6 BRL-CAD: 03tbrowder2 * r43290 10/brlcad/trunk/src/rt/heatgraph.c: correct check for non-negative floating point value
16:38.44 CIA-6 BRL-CAD: 03tbrowder2 * r43291 10/brlcad/trunk/src/rt/heatgraph.c: C90 prohibits mixed declarations and code
16:40.10 CIA-6 BRL-CAD: 03tbrowder2 * r43292 10/brlcad/trunk/src/rt/heatgraph.c: C90 prohibits mixed declarations and code
16:41.33 CIA-6 BRL-CAD: 03tbrowder2 * r43293 10/brlcad/trunk/src/rt/heatgraph.c: correct check for minimum floating point value
16:48.43 CIA-6 BRL-CAD: 03tbrowder2 * r43294 10/brlcad/trunk/src/sig/dmod.c: need definition of NEAR_ZERO macro
16:58.25 CIA-6 BRL-CAD: 03tbrowder2 * r43295 10/brlcad/trunk/src/sig/dmod.c: need comparisin of NEAR_ZERO with FLT_MIN
18:17.32 CIA-6 BRL-CAD: 03tbrowder2 * r43296 10/brlcad/trunk/src/irprep/firpass.c: use float equality comparison macros (with some space formatting along the way)
18:22.25 CIA-6 BRL-CAD: 03tbrowder2 * r43297 10/brlcad/trunk/src/irprep/firpass.c: more space formatting per HACKING
18:32.34 CIA-6 BRL-CAD: 03jordisayol * r43298 10/brlcad/trunk/sh/make_rpm.sh: add magic mime-type for geometry db files v4 on rpm packages
18:43.41 *** join/#brlcad Yoshi47 (~jan@64.235.102.210)
18:50.40 CIA-6 BRL-CAD: 03starseeker * r43299 10/brlcad/branches/cmake/src/conv/CMakeLists.txt: Add shp-g to cmake logic
18:51.40 willdye Thanks for mentioning http://neugierig.org/software/chromium/notes/2011/02/ninja.html in this channel. I didn't know about it, and now I'm very glad that I do.
18:54.26 starseeker willdye: how does it work?
18:54.27 CIA-6 BRL-CAD: 03starseeker * r43300 10/brlcad/branches/cmake/src/other/step/ (CMakeLists.txt include/scl_cf_cmake.h.in): Whoops - alter the file in the build dir, not the src dir
18:54.31 starseeker has yet to try it
18:57.27 willdye starseeker: Too soon to say if we'll use it here, but it looks very promising. I don't handle the build system here at work, so the final decision won't be up to me, but anything that speeds up builds will be very welcome here.
18:58.02 willdye I forwarded it to the powers that be. Time will tell if they decide to give it a try.
19:26.00 starseeker willdye: there's interest from a couple folks at getting CMake go generate ninja output, which is my main interest - in principle that would mean faster building with no extra work
20:11.20 CIA-6 BRL-CAD: 03starseeker * r43301 10/brlcad/trunk/src/other/step/ (CMakeLists.txt include/conf/ include/scl_cf_cmake.h.in): Fix step files in trunk
20:35.18 CIA-6 BRL-CAD: 03jordisayol * r43302 10/brlcad/trunk/sh/make_rpm.sh: corrects wrong mged icon file name
20:36.06 CIA-6 BRL-CAD: 03davidloman * r43303 10/geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/GSStatics.java: Put in a user overrideable PrintStream set to log to. Devauls to StdOut and StdErr
20:38.34 CIA-6 BRL-CAD: 03davidloman * r43304 10/geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/minimalclient/MinimalGSClient.java: Start wiring in the GSClient's ability to establish comms with a GS
20:45.30 CIA-6 BRL-CAD: 03davidloman * r43305 10/geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/ (3 files in 2 dirs): Make all System.out and System.err calls go thru the assigned PrintStreams in GSStatics. Added in trapped Exception reason printing to aid in debugging.
20:59.54 CIA-6 BRL-CAD: 03Sean 07http://brlcad.org * r2473 10/wiki/NURBS_TODO: add a few references, space them out
20:59.57 CIA-6 BRL-CAD: 03davidloman * r43306 10/geomcore/trunk/src/interfaces/java/src/org/brlcad/geometryservice/minimalclient/ (4 files in 2 dirs): Make command console style strings into statics and make all calls to printToConsole and printLnToConsole use these statics. This should minimize bugs later.
21:06.49 CIA-6 BRL-CAD: 03Sean 07http://brlcad.org * r2474 10/wiki/NURBS_TODO: turn them into sections so we have a table of contents
21:08.39 CIA-6 BRL-CAD: 03Sean 07http://brlcad.org * r2475 10/wiki/NURBS_TODO: remove superfluous bullets
21:08.58 CIA-6 BRL-CAD: 03Sean 07http://brlcad.org * r2476 10/wiki/NURBS_TODO:
22:23.39 CIA-6 BRL-CAD: 03starseeker * r43307 10/brlcad/branches/cmake/src/other/tcl/CMakeLists.txt: Don't override LIB_DIR if already set - need windows specific logic for this eventually.
23:01.13 CIA-6 BRL-CAD: 03128.63.32.5 07http://brlcad.org * r2477 10/wiki/NURBS_TODO: add link to Martin paper

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