IRC log for #brlcad on 20071216

00:32.07 *** part/#brlcad illethal (n=oden@c-69-137-199-63.hsd1.fl.comcast.net)
03:51.44 *** join/#brlcad fsdafsd (n=Adsfhsda@72.2.56.245)
03:51.48 fsdafsd YAY
03:52.14 fsdafsd i allmost bought qcad :/
03:52.52 fsdafsd is brlcad an autocad clone ?
03:52.59 fsdafsd cause thats what I need
03:53.38 fsdafsd awe cool its even cooler
03:53.41 fsdafsd csg
03:54.23 fsdafsd <PROTECTED>
03:54.24 fsdafsd
03:54.24 fsdafsd <PROTECTED>
04:14.19 ``Erik karel
04:14.36 ``Erik I has a philbert
04:17.57 ``Erik he's interested in helping out
07:51.27 *** join/#brlcad Axman6 (n=Axman6@pdpc/supporter/student/Axman6)
08:51.43 louipc fsdafsd: brl-cad is definitely not an autocad clone, and still has a way to go for proper drafting capabilities
08:53.34 louipc ²
08:55.13 louipc @w
08:55.16 louipc oops
12:16.41 *** join/#brlcad Axman6 (n=Axman6@pdpc/supporter/student/Axman6)
12:25.11 *** join/#brlcad elite01 (n=elite01@dslc-082-082-093-241.pools.arcor-ip.net)
12:28.09 *** join/#brlcad Axman6_ (n=Axman6@210-9-140-161.netspeed.com.au)
15:01.58 *** join/#brlcad curious (n=curious@gjv234.internetdsl.tpnet.pl)
15:15.17 CIA-29 BRL-CAD: 03brlcad * 10brlcad/configure.ac: no longer check for bzero, begin conversion to memset
15:20.24 *** join/#brlcad whodaman- (n=whodaman@pdpc/supporter/student/whodaman-)
15:20.43 *** part/#brlcad whodaman- (n=whodaman@pdpc/supporter/student/whodaman-)
15:32.27 CIA-29 BRL-CAD: 03brlcad * 10brlcad/include/machine.h: bzero is POSIX.1, memset is c90 -- pick the latter for now and remove bzero from machine.h
15:34.30 CIA-29 BRL-CAD: 03brlcad * 10brlcad/include/ (bu.h raytrace.h): ws
15:35.10 CIA-29 BRL-CAD: 03brlcad * 10brlcad/include/nmg.h: begin bzero -> memset conversion
15:43.34 CIA-29 BRL-CAD: 03brlcad * 10brlcad/configure.ac: (log message trimmed)
15:43.38 CIA-29 BRL-CAD: remove a slew of function checks that have no corresponding HAVE_* define use in
15:43.40 CIA-29 BRL-CAD: the code reducing configure time by another significant amount. functions
15:43.45 CIA-29 BRL-CAD: included are: dup2, endgrent, endpwent, finite, fttruncate, getcwd,
15:43.47 CIA-29 BRL-CAD: gethostbyaddr, gethostbyname, getpagesize, getpass, gettimeofday, inet_ntoa,
15:43.49 CIA-29 BRL-CAD: isascii, isfinite, localtime_r, mkdir, mkfifo, munmap, ml_langinfo, panic,
15:43.51 CIA-29 BRL-CAD: prtcl, putenv, re_comp, realpath, rmdir, select, setlinebuf, socket, strcasecmp,
16:00.26 CIA-29 BRL-CAD: 03brlcad * 10brlcad/ (95 files in 26 dirs): convert all bzero calls to memset
16:02.47 CIA-29 BRL-CAD: 03brlcad * 10brlcad/include/machine.h: fully remove the bzero/bcopy section
16:06.00 CIA-29 BRL-CAD: 03brlcad * 10brlcad/src/ (6 files in 5 dirs): few multiline bzero to memset stragglers
16:09.48 CIA-29 BRL-CAD: 03brlcad * 10brlcad/HACKING: comment on using memset and memcpy instead of bzero and bcopy
16:38.10 Axman6 brlcad: you're a coding machine man. up there with Allan Odgaard ;)
16:49.17 CIA-29 BRL-CAD: 03brlcad * 10brlcad/src/libbu/convert.c: not clear whether the two regions can overlap, so convert bcopy to memmove
16:50.22 CIA-29 BRL-CAD: 03brlcad * 10brlcad/src/libbu/ (htond.c htonf.c): memcpy has been part of strings.h since c90, get rid of the HAVE_MEMORY_H condition and bcopy alternate
17:30.50 *** join/#brlcad docelic (n=docelic@213.147.110.16)
17:33.44 brlcad Axman6: I have no idea who he is, but my i'll tip my hat in an approving nod regardless ;)
17:34.27 Axman6 the author of TextMate
17:35.19 brlcad TextMate
17:35.24 brlcad ~ww
17:35.24 ibot Mmmm.. Modalities.
17:35.44 Axman6 hmm?
17:35.57 brlcad wonder how much he makes off that
17:36.26 Axman6 well he has no other job. it's worth every cent too imo
17:41.43 Axman6 i'm sensing you're not a textmate fan then ;)
17:44.16 brlcad never used it
17:44.38 brlcad not sure I've ever heard of it
17:44.56 Axman6 fair enough. i couldn't tell you if you'd like it, but i like it a lot
18:08.11 *** join/#brlcad elite01 (n=elite01@dslc-082-082-067-145.pools.arcor-ip.net)
18:35.29 *** join/#brlcad Z80-Boy (i=clock@77-56-92-64.dclient.hispeed.ch)
18:54.29 CIA-29 BRL-CAD: 03brlcad * 10brlcad/src/ (76 files in 22 dirs): convert usages of bcopy to memcpy throughout. although none of them should be buffers that overlap per machine.h history, all calls were individually checked regardless. new code should not use bzero/bcopy any more.
18:56.16 *** join/#brlcad Elperion (n=Bary@p548770B3.dip.t-dialin.net)
20:13.51 CIA-29 BRL-CAD: 03brlcad * 10brlcad/configure.ac: not using HAVE_GETOPT anywhere, no need to check for getopt
20:14.34 CIA-29 BRL-CAD: 03brlcad * 10brlcad/configure.ac: erm, adrt does use HAVE_GETOPT_LONG, though, so check for getopt_long
20:56.08 CIA-29 BRL-CAD: 03brlcad * 10brlcad/sh/Makefile.am: provide the trimconfig.sh script since it should be fairly generic to any configure.ac file
21:10.47 CIA-29 BRL-CAD: 03brlcad * 10brlcad/sh/trimconfig.sh: cleanup printing
21:11.04 Z80-Boy brlcad: now I fixed the audio cut and the sync - http://ronja.twibright.com/3d/all.ogg
21:11.10 Z80-Boy brlcad: do you think it's already a demonstration grade?
21:14.23 Axman6 Z80-Boy: what is it?
21:23.05 Z80-Boy Axman6: a video
21:23.22 Axman6 just wondering what of
21:26.26 alex_joni Z80-Boy: are those communication devices?
21:27.07 Z80-Boy alex_joni: yes
21:27.12 alex_joni Z80-Boy: nice
21:27.14 Z80-Boy http://ronja.twibright.com
21:27.27 Z80-Boy made of stove pipes and magnifying glasses
21:27.37 Z80-Boy 10Mbps 1.4km full duplex 10^-9 BER
21:27.53 alex_joni I think I stumbled upon that site a while ago
21:27.57 CIA-29 BRL-CAD: 03brlcad * 10brlcad/src/libbu/malloc.c: memset missing comma
21:28.33 alex_joni for some reason I remember something like "sonja" not "ronja"..
21:28.59 alex_joni Z80-Boy: vid looks good
21:29.04 Z80-Boy alex_joni: thanks
21:52.15 yukonbob Z80-Boy: the only criticism I have about the video is the viewer perspective --- I think it'd feel more comfortable from "below" the devices slightly, esp. since optical equip weather shields somewhat block viewing from above...
22:20.21 CIA-29 BRL-CAD: 03brlcad * 10brlcad/src/proc-db/masonry.c: oops, subscripted value is neither array nor pointer
22:24.17 CIA-29 BRL-CAD: 03brlcad * 10brlcad/configure.ac:
22:24.23 CIA-29 BRL-CAD: remove checks for a slew of headers that seem to have no corresponding HAVE_*_H
22:24.29 CIA-29 BRL-CAD: in use anywhere in our sources. these include arpa/inet.h, ieeefp.h, itcl.h,
22:24.33 CIA-29 BRL-CAD: itk.h, langinfo.h, malloc.h, netdb.h, socket.h, strings.h, sys/resource.h,
22:24.40 CIA-29 BRL-CAD: sys/statfs.h, sys/timeb.h, utime.h, values.h, waitflags.h, and wchar.h
22:35.33 *** join/#brlcad pH (n=1@net12.mlyniec.gda.pl)
22:35.37 *** part/#brlcad pH (n=1@net12.mlyniec.gda.pl)

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