irclog2html for #brlcad on 20050915

01:20.21 Twingy moo
03:01.52 *** join/#brlcad PKMOBILE (n=Apathy@pcp0011645240pcs.aberdn01.md.comcast.net)
03:39.30 CIA-5 BRL-CAD: 03brlcad * 10brlcad/include/fbio.h: separate out the libfb FBIO structure and associated interface declarations into their own new header
03:40.40 CIA-5 BRL-CAD: 03brlcad * 10brlcad/include/machine.h: remove the deprecated CONST and SIGNED defines
03:44.49 CIA-5 BRL-CAD: 03brlcad * 10brlcad/include/dm_xvars.h: this header requires X11 and Tk headers for resolving types
03:46.14 CIA-5 BRL-CAD: 03brlcad * 10brlcad/include/Makefile.am: include the fbio.h header
03:51.38 CIA-5 BRL-CAD: 03brlcad * 10brlcad/include/fb.h: remove the FBIO structure and assoicated rgbpixel definitions from fb.h and put them in their own fbio.h header
03:55.01 CIA-5 BRL-CAD: 03brlcad * 10brlcad/include/fbserv_obj.h: don't need to declare those two 'rogue' X24 and ogl interfaces since they're declared in fbio.h now
04:01.11 *** join/#brlcad cad442 (n=410d1df7@bz.bzflag.bz)
04:04.43 CIA-5 BRL-CAD: 03brlcad * 10brlcad/src/mged/doevent.c: ws
04:05.35 CIA-5 BRL-CAD: 03brlcad * 10brlcad/src/mged/chgtree.c: tkwin needs to be a pointer type, quell compiler warning
04:06.32 CIA-5 BRL-CAD: 03brlcad * 10brlcad/src/jack/g-jack.c: remove unused extern declaration of fp_fig
04:06.46 *** join/#brlcad cad592 (n=410d1df7@bz.bzflag.bz)
04:08.24 CIA-5 BRL-CAD: 03brlcad * 10brlcad/src/iges/showtree.c: remove redundant declarations of static functions (they cause compiler errors where high optimization optimizes away the static functions
04:08.56 cad592 I've read/done the tutorial "VolumeII-Introduction_to_MGED" and I'm sold on BRL-CAD. Is there a manual for 400+ commands contained in the /bin directory?
04:12.22 cad592 Or do I have to cat all of the manpages to one file...?...
04:17.04 CIA-5 BRL-CAD: 03brlcad * 10brlcad/sh/shtool: add version 2.0.2 of the GNU Portable Shell Tool to cvs. the script is used by the build system to colorize configure output
04:19.58 CIA-5 BRL-CAD: 03brlcad * 10brlcad/sh/Makefile.am: add shtool
04:22.08 brlcad hehe
04:27.31 Maloeran Someone hasn't quite understood the concept of IRC, where answers are often delayed by a few hours
04:37.46 brlcad more like s/faq/rules/
04:45.47 Maloeran Out of curiousity, does brlcad have to remain C89 compliant? I noticed the almost complete lack of "inline", "restrict" keywords, or most other post-C89 features
04:55.39 brlcad the code only recently picked up c89
04:56.14 brlcad it was k&r 'compliant' up until just the last 2 years ago or less
04:56.23 Maloeran Oh, eheh.
04:57.03 brlcad as soon as we finish strict c89, we can start working on c99
04:58.01 brlcad i don't think anyone would complain about c99 stuff beforehand (i'm sure there's some there already) cept maybe // comments
04:59.48 Maloeran // comments are "C95" somewhat, but I get the point
04:59.51 brlcad there's still a bit of clean up to do, the tools that updated the code to ansi missed a bunch of k&r blocks
05:00.34 brlcad somewhat .. there are several supposedly c95 compilers that choke on that one in particular
05:00.44 Maloeran My code typically relies on a bunch of gnu99 extensions, when available, typically for these tricks which would otherwise require assembly
05:02.09 brlcad that's fine, it's usually just a matter of providing the right #define magic to make it all disappear (albeit at a performance hit) for those old systems just so they can at least compile
05:54.51 *** join/#brlcad DarkMaster (n=Apathy@pcp0011645240pcs.aberdn01.md.comcast.net)
07:19.09 *** join/#brlcad d_rossberg (n=c28bf505@bz.bzflag.bz)
07:24.18 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/TclDummies.c: TCL dummy functions
07:26.20 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/brlcad.def:
07:26.20 CIA-5 BRL-CAD: exports of brlcad.dll
07:26.20 CIA-5 BRL-CAD: if you need an additional function from the DLL, add it here
07:31.15 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/brlcad.rc:
07:31.15 CIA-5 BRL-CAD: version and description of the DLL
07:31.16 CIA-5 BRL-CAD: this information will be written into the DLLs header
07:36.26 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/brlcad.dsp:
07:36.26 CIA-5 BRL-CAD: MS Visual Studio 6.0 project file for a BRL-CAD Windows dynamic-link library
07:36.26 CIA-5 BRL-CAD: more recent versions of msdev can read this format too
08:05.42 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/.cvsignore: ignore msdev generated files
08:07.04 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/Makefile.am: dummy make file: there is nothing to make
08:08.45 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Makefile.am: directory Dll added
08:10.31 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/vers.vbs: mode is Visual Basic
08:13.22 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/brlcad.dsw: include brlcad project
11:09.46 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/include/config_win.h: macros for version information
11:14.56 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/brlcad.dsp: include directory for resource compiler
11:16.52 CIA-5 BRL-CAD: 03d_rossberg * 10brlcad/misc/win32-msvc/Dll/brlcad.rc: version numbers from config_win.h
11:25.54 *** join/#brlcad zero_k (n=c9ff78e2@bz.bzflag.bz)
11:26.15 zero_k hola
11:26.36 zero_k hi
11:27.11 zero_k alguien que hable español?
12:20.01 *** join/#brlcad docelic (n=docelic@ri02-223.dialin.iskon.hr)
12:20.05 docelic 'day
13:55.36 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/archer/archer.ico: Moved to doc/html/manuals/archer
13:57.48 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/doc/html/manuals/archer/archer.ico: Initial check-in
15:08.51 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/archer/plugins/utility.tcl: Initial check-in
16:24.47 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/archer/archer: Look for archer.ico in doc/html/manuals/archer
16:26.36 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/archer/plugins/Wizards/tankwizardIA.tcl: Look for TankWizardIA.tcl in plugins/archer/Wizards/tankwizardIA
16:28.38 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/tclscripts/archer/Archer.tcl: Look for Archer_Documentation.chm in doc/html/manuals/archer
16:33.44 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/doc/html/manuals/eagleCAD.bmp: Initial check-in
16:40.58 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/misc/win32-msvc7/brlcad/.cvsignore: Added brlcad.ncb
16:43.46 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/misc/win32-msvc7/ (4 files in 4 dirs): Initial check-in
17:49.50 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/other/blt/library/tclIndex: Update
17:53.11 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/other/incrTcl/ (itcl/library/pkgIndex.tcl itk/library/pkgIndex.tcl): Initial check-in
17:56.16 CIA-5 BRL-CAD: 03bob1961 07bobWinPort * 10brlcad/src/other/iwidgets/pkgIndex.tcl: Initial check-in
22:11.27 *** join/#brlcad cad864 (n=18112236@bz.bzflag.bz)
22:11.52 *** join/#brlcad cad592 (n=18112236@bz.bzflag.bz)
22:12.42 cad592 how do i open brl-cad?
22:13.58 cad592 hello
22:14.09 docelic hello
22:46.34 Twingy hrm
22:47.14 Twingy aw reck'n it's 0xf00d time
22:56.46 *** join/#brlcad docelic (n=docelic@ri01-064.dialin.iskon.hr)
23:18.43 archivist_3 time for 0x0bed

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.