| 00:07.38 | brlcad | DX^: you can individually compile just about anything in the build |
| 00:07.56 | brlcad | "cd src/conv && make g-stl" for example |
| 00:10.52 | brlcad | or for just a single file, make file.lo |
| 00:11.02 | brlcad | make g-xxx_facets.lo |
| 00:13.24 | brlcad | anything listed as a build rule, whether noinst or bin |
| 00:14.06 | DX^ | Cool, I will try that |
| 00:14.42 | CIA-55 | BRL-CAD: 03erikgreenwald * r41486 10/brlcad/trunk/TODO: note that the example needs to be updated |
| 00:48.59 | ``Erik | heads out to work on his car O.o |
| 01:23.50 | ``Erik | bah |
| 01:53.26 | *** join/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net) | |
| 01:57.56 | *** join/#brlcad crazy_imp (~mj@a89-183-64-238.net-htp.de) | |
| 02:25.49 | starseeker | groans - the bit of code that did what he wanted on the 32 bit mac doesn't translate to his amd64 box... |
| 02:44.52 | CIA-55 | BRL-CAD: 03brlcad * r41487 10/brlcad/trunk/src/util/ (Makefile.am pl-sgi.1 pl-sgi.c): remove the obsolete pl-sgi converter. SGI Iris 3D is no more. |
| 02:46.36 | CIA-55 | BRL-CAD: 03brlcad * r41488 10/brlcad/trunk/NEWS: removed the obsolete pl-sgi plot-to-image utility. |
| 02:56.30 | brlcad | bit of code? |
| 03:04.23 | DX^ | Are most of you guys professional programmers by day? |
| 03:04.38 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 03:14.51 | brlcad | DX^: pretty much, but not everyone in the channel |
| 03:43.29 | starseeker | brlcad: nothing much - some hash related stuff - I see what it needs now I think |
| 04:13.47 | CIA-55 | BRL-CAD: 03brlcad * r41489 10/brlcad/trunk/src/util/ (44 files): whoosh! quell the remainder of verbose warnings on the utility tools. many issues including unused params, unused vars, shadowings, missing headers, exact floating point comparisons, etc. |
| 06:20.01 | CIA-55 | BRL-CAD: 03brlcad * r41490 10/brlcad/trunk/src/util/ (14 files): more verbose quellage, now cross-platform to newer gcc on linux where we're catching lots of failures to check the return value on fwrite/fread/scanf. add corresponding checks and failure handling. |
| 06:38.58 | CIA-55 | BRL-CAD: 03brlcad * r41491 10/brlcad/trunk/sh/conversion.sh: |
| 06:38.58 | CIA-55 | BRL-CAD: clean up and simplify the elapsed time calculation by using seconds since epoch. |
| 06:38.58 | CIA-55 | BRL-CAD: may or may not be posix, but seems to work well on bsd, linux, mac. also |
| 06:38.58 | CIA-55 | BRL-CAD: tighten up the status output lines including a running tally of the elapsed time |
| 06:38.58 | CIA-55 | BRL-CAD: via '22756' |
| 07:20.10 | CIA-55 | BRL-CAD: 03brlcad * r41492 10/brlcad/trunk/sh/conversion.sh: add the tally object count to the individual status lines as well so we know how many we've processed thus far. also need to escape the quotes or object/file names with spaces in them otherwise printf will be unhappy. |
| 07:55.19 | *** join/#brlcad merzo (~merzo@193.254.217.44) | |
| 14:14.23 | *** join/#brlcad merzo (~merzo@193.254.217.44) | |
| 14:28.18 | CIA-55 | BRL-CAD: 03indianlarry * r41493 10/brlcad/trunk/src/util/ (bwrect.c mac-pix.c plgetframe.c): minor fixes to get to compile, brlcad probably not finished with yet ;^) |
| 15:12.18 | brlcad | yeah, not yet through that dir all the way and with strict enabled, couldn't verify everything but needed to checkpoint given the night was over |
| 19:28.15 | *** join/#brlcad Decessus (Decessus@12.70.113.78) | |
| 20:00.00 | *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de) | |
| 20:49.33 | CIA-55 | BRL-CAD: 03bob1961 * r41494 10/brlcad/trunk/src/tclscripts/archer/AttrGroupsDisplayUtility.tcl: Minor tweak to AttrGroupsDisplayUtility::exportToPng. Changed Text to PNG in typelist. |
| 21:25.50 | *** join/#brlcad PrezKennedy (MK@whitecalf.net) | |
| 21:30.14 | *** join/#brlcad Ralith_ (~ralith@S010600221561996a.vc.shawcable.net) | |
| 23:08.14 | *** join/#brlcad DX^ (~DX@c-71-59-50-121.hsd1.ga.comcast.net) | |
| 23:36.05 | *** join/#brlcad Ralith (~ralith@d142-058-093-203.wireless.sfu.ca) | |
| 23:53.11 | DX^ | When using a converter from g to another format |
| 23:53.23 | DX^ | is there a way to make it convert all of the objects instead of specifying them? |