| 00:51.41 | CIA-14 | BRL-CAD: 03brlcad * r36627 10/brlcad/trunk/src/conv/ (bot_shell-vtk.c dxf/g-dxf.c iges/main.c): wth, de-knrify main() |
| 00:53.02 | ``Erik | bleh, I just wrote some java |
| 00:53.07 | ``Erik | looks for a drink O.o |
| 00:56.18 | brlcad | you dirty ditry person |
| 00:56.28 | CIA-14 | BRL-CAD: 03brlcad * r36628 10/brlcad/trunk/src/ (5 files in 4 dirs): |
| 00:56.28 | CIA-14 | BRL-CAD: make the gcv_region_end callback take a dummy struct for passing back the |
| 00:56.30 | CIA-14 | BRL-CAD: callback writer function instead of casting that function unportably through a |
| 00:56.34 | CIA-14 | BRL-CAD: void*. this is dumb quellage but allows libgcv to go strict too. (TODO: |
| 00:56.36 | CIA-14 | BRL-CAD: refactor the gcv callback) |
| 00:56.47 | brlcad | and shame on you for copy-pasting a k&r function signature :) |
| 00:56.57 | brlcad | (g-stl -> g-egg) |
| 00:58.52 | ``Erik | try { return true; } finally { return false; } |
| 00:58.56 | ``Erik | heh, doh |
| 00:59.11 | ``Erik | 'cept it was a file copy and some :%s///g stuff |
| 01:00.30 | brlcad | d-lo: body count is 1100 now ... hehe, he is legend |
| 01:00.49 | ``Erik | <-- needs to pick up that book |
| 01:01.56 | ``Erik | watches V |
| 01:30.26 | starseeker | realizes it's been a while since the last v8 branch sync... |
| 01:55.11 | CIA-14 | BRL-CAD: 03starseeker * r36629 10/brlcad/branches/rel8/ (574 files in 42 dirs): Sync rel8 tree to trunk r36628 |
| 02:18.31 | CIA-14 | BRL-CAD: 03starseeker * r36630 10/brlcad/trunk/src/archer/TODO: Start putting together a comparison list of MGED and Archer functionality. |
| 02:19.22 | *** join/#brlcad talcite (n=matthew@69.165.141.234) | |
| 02:25.14 | talcite | is there a bug in our build script? |
| 02:25.30 | talcite | I'm getting a compile error with mock, on a configuration that had worked previously |
| 02:25.47 | talcite | mkdir -p `dirname articles/en/images/tire_fig14.png` |
| 02:25.47 | talcite | XML_CATALOG_FILES=../../doc/docbook/catalog.xml -nonet -xinclude -o articles/en |
| 02:25.47 | talcite | sl articles/en/build_pattern.xml |
| 02:25.47 | talcite | /bin/sh: -nonet: command not found |
| 02:26.08 | talcite | and then it just goes downhill from there. The line doesn't seem to be valid anyways |
| 02:26.14 | ``Erik | I imagine that means fop isn't being found, but it's trying to use it anyways |
| 02:26.19 | starseeker | talcite: do you have xsltproc? |
| 02:26.27 | starseeker | no that's the xsltproc line |
| 02:26.27 | ``Erik | beat starseeker with a blunt instrument until it works again :D |
| 02:26.42 | starseeker | you can disable the extra documentation |
| 02:26.49 | starseeker | avoid all that |
| 02:27.08 | talcite | starseeker: I do have xslt |
| 02:27.16 | talcite | well libxslt atleast |
| 02:27.41 | starseeker | you need the command xsltproc |
| 02:27.47 | ``Erik | it needs the xsltproc binary |
| 02:27.53 | talcite | I just double checked, I have the binary as well |
| 02:28.00 | starseeker | erm |
| 02:28.09 | talcite | hmm wait. I'm building in a chroot jail |
| 02:28.14 | starseeker | check your configure |
| 02:28.29 | talcite | yeah. Let me see what's going on here. I didn't get any configure errors as far as I know though |
| 02:29.11 | talcite | aww crap I left my specfile on campus |
| 02:29.19 | starseeker | you may see a warning about xsltproc not being found |
| 02:29.42 | talcite | hmm. give me a sec |
| 02:30.08 | starseeker | that SHOULD have turned off the docbook building, but it's even money the new Makefile messed it up somehow... |
| 02:30.23 | starseeker | better than even, actually |
| 02:30.42 | talcite | I'm not sure the configure is actually testing for xsltproc |
| 02:30.55 | talcite | a grep on the output log turns up nothing |
| 02:31.37 | talcite | besides, shouldn't that line be better formed? It's not actually calling xslt, it's calling -nonet, which shouldn't be valid |
| 02:32.01 | starseeker | the makefile is triggering with the XSLTPROC variable empty |
| 02:32.08 | talcite | oh... |
| 02:32.17 | talcite | hmm, well the configure output didn't say anything |
| 02:32.17 | starseeker | that's why it's trying to execute that line - it's substituting "" for XSLTPROC |
| 02:32.27 | starseeker | weird |
| 02:32.52 | starseeker | try explicitly disabling the extra docs and see if that works |
| 02:33.07 | talcite | can't. Left the specfile on my laptop X) |
| 02:33.36 | starseeker | --disable-documentation to configure |
| 02:33.42 | starseeker | oh |
| 02:33.48 | starseeker | ok, well when you get a chance :-) |
| 02:34.13 | starseeker | can't imagine why it's not finding xsltproc if its in your path... |
| 02:34.30 | talcite | it may be the whole chroot building |
| 02:34.44 | talcite | I'm using mock and I don't think I have libxslt in my buildrequires |
| 02:34.52 | starseeker | ah |
| 02:34.58 | talcite | the previous version built fine without it though. is this xml stuff new? |
| 02:35.04 | starseeker | yeah, that might be good to add if you want the extra docs :-) |
| 02:35.13 | starseeker | when's the last time you built? |
| 02:35.27 | talcite | 7.14 svn head |
| 02:35.30 | talcite | sometime in august |
| 02:35.32 | starseeker | erm |
| 02:35.49 | starseeker | there've been extensive changes to the docbook build logic |
| 02:36.20 | starseeker | dunno how it would have reacted before to your environment - might be worth a test with the older version to see |
| 02:36.31 | talcite | well the older ver works, that I'm sure of |
| 02:36.49 | starseeker | then the older version saw xsltproc |
| 02:36.53 | starseeker | or quietly ignored the docbook xml build |
| 02:37.15 | talcite | I see. Well lets see what happens tomorrow. |
| 02:37.27 | talcite | I should really set up an SVN repo or something for this |
| 02:37.28 | starseeker | nods |
| 02:37.45 | talcite | always forgetting to sync my work |
| 02:39.20 | starseeker | best of luck - if you run into a problem again tomorrow let us know and we'll see if we can figure it out |
| 02:39.31 | starseeker | should get outta here... |
| 02:39.59 | starseeker | does - later all |
| 03:19.39 | *** join/#brlcad ChanServ (ChanServ@services.) | |
| 03:19.39 | *** join/#brlcad yukonbob (i=1000@s142-179-54-198.bc.hsia.telus.net) [NETSPLIT VICTIM] | |
| 03:19.39 | *** mode/#brlcad [+o ChanServ] by irc.freenode.net | |
| 04:12.17 | CIA-14 | BRL-CAD: 03starseeker * r36631 10/brlcad/branches/dmtogl/ (configure.ac doc/docbook/): Hrm, merging updates won't be so simple here. Take the incremental approach. |
| 04:16.59 | *** join/#brlcad R0b0t1 (n=Enigma@unaffiliated/r0b0t1) | |
| 04:44.45 | CIA-14 | BRL-CAD: 03starseeker * r36632 10/brlcad/branches/dmtogl/: Ugh. Much faster to just remove and merge in the togl specific stuff again. |
| 04:45.57 | CIA-14 | BRL-CAD: 03starseeker * r36633 10/brlcad/branches/dmtogl/: Recreate the dmtogl branch with latest trunk as a start |
| 05:09.45 | CIA-14 | BRL-CAD: 03starseeker * r36634 10/brlcad/branches/dmtogl/ (56 files in 6 dirs): Add back in initial togl related code. |
| 06:20.34 | *** join/#brlcad Gabe_G23 (n=gabe@unaffiliated/GabeG23/x-028472) | |
| 06:20.58 | *** part/#brlcad Gabe_G23 (n=gabe@unaffiliated/GabeG23/x-028472) | |
| 06:27.56 | *** join/#brlcad cosurgi (n=cosurgi@atak.bl.pg.gda.pl) | |
| 06:27.56 | *** join/#brlcad Ralith (n=ralith@69.90.48.97) | |
| 06:27.56 | *** join/#brlcad dtidrow (n=Don@c-71-238-51-148.hsd1.mi.comcast.net) | |
| 06:44.55 | *** join/#brlcad talcite (n=matthew@69-165-155-209.dsl.teksavvy.com) | |
| 07:32.01 | *** join/#brlcad talcite (n=matthew@69-165-155-209.dsl.teksavvy.com) | |
| 07:32.38 | *** join/#brlcad talcite (n=matthew@69-165-155-209.dsl.teksavvy.com) | |
| 08:09.12 | *** join/#brlcad talcite (n=matthew@69-165-155-209.dsl.teksavvy.com) | |
| 08:24.31 | *** join/#brlcad talcite (n=matthew@69-165-155-209.dsl.teksavvy.com) | |
| 11:11.43 | *** join/#brlcad mafm (n=mafm@cpc2-bexl3-0-0-cust843.bmly.cable.ntl.com) | |
| 11:58.32 | *** join/#brlcad parigaudi (n=quassel@pd95b7f5e.dip0.t-ipconnect.de) | |
| 13:27.31 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1962 10/wiki/NetMsgTypes: /* Common Header Byte Format */ |
| 14:03.26 | ``Erik | starseeker: rtgl seems to compile on fbsd7 |
| 14:04.38 | starseeker | ``Erik: cool |
| 14:04.42 | starseeker | does it run? |
| 14:05.04 | ``Erik | dunno |
| 15:47.18 | ``Erik | hehehe "Linux is for people who like to install stuff" |
| 16:35.46 | CIA-14 | BRL-CAD: 03davidloman * r36635 10/rt^3/trunk/ (15 files in 6 dirs): Mods to netMsg inheritance. Added more a comprehensive tester. |
| 16:40.16 | CIA-14 | BRL-CAD: 03davidloman * r36636 10/rt^3/trunk/ (include/Utility/Utils.h src/utility/ src/utility/Utils.cxx): Added Utils class. |
| 16:48.55 | CIA-14 | BRL-CAD: 03davidloman * r36637 10/rt^3/trunk/ (14 files in 2 dirs): Add Generic*Msg classes for extensibility |
| 17:11.04 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1963 10/wiki/Failure: New page: {{DesignDocument}} ==Description== [[IBME_GeometryService#NetMsg_Class|NetMsg]] that is a response to a previously sent [[IBME_GeometryService#NetMsg_Class|NetMsg]] subclass to inform the... |
| 17:11.12 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1964 10/wiki/NetMsgTypes: |
| 17:18.43 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1965 10/wiki/NetMsgTypes: /* NetMsg MsgTypes */ |
| 17:22.22 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1966 10/wiki/Success: Testing the Summary field for CIA |
| 17:24.10 | d-lo | brlcad: I got a policeman hold up in a building, offing zombies like its going out of style. Me thinkgs I might make, or even break, your 77 zombies per cop ratio! |
| 17:35.25 | d-lo | Woot! 103.75 zpc average :) |
| 17:43.40 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1967 10/wiki/NetMsgTypes: Added Generic*Msg Template linkage |
| 17:56.50 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1968 10/wiki/GenericOneByteMsg: Added Description |
| 17:56.52 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1969 10/wiki/GenericTwoBytesMsg: Added Description |
| 17:56.55 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1970 10/wiki/GenericFourBytesMsg: Added Description |
| 17:56.59 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1971 10/wiki/GenericOneStringMsg: Added Description |
| 17:57.06 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1972 10/wiki/GenericMultiByteMsg: Added Description |
| 18:04.25 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1973 10/wiki/NetMsgTypes: Added links to IBME_NETWORKPROTO_STRING |
| 18:05.17 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1974 10/wiki/GenericOneStringMsg: Added links to IBME_NETWORKPROTO_STRING |
| 18:08.30 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1975 10/wiki/IBME_NETWORKPROTO_STRING: Added page for 'String' |
| 18:22.06 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1976 10/wiki/RemHostNameSET: Fixed Typo and added link to IBME_NETWORKPROTO_STRING |
| 18:25.39 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1977 10/wiki/NewHostOnNetINFO: Modifed Byte Format |
| 18:31.22 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1978 10/wiki/GeometryREQ: Added link to Generic |
| 18:35.05 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1979 10/wiki/GeometryCHUNK: Added links to Generics |
| 18:37.40 | d-lo | Nice 136.00 zpc. |
| 18:38.46 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1980 10/wiki/NewHostOnNetINFO: Added links to Generics |
| 18:40.46 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1981 10/wiki/NewSession: Added new page for NewSessionMsg |
| 18:43.42 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1982 10/wiki/FullHostListREQ: Added page for FullHostListREQMsg |
| 18:48.49 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1983 10/wiki/FullHostList: Added page for FullHostListMsg |
| 18:50.29 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1984 10/wiki/NetMsgTypes: Drop INFO from name. |
| 18:52.18 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1985 10/wiki/NewHostOnNet: Added new Page for NewHostOnNetMsg |
| 18:52.41 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r0 10/wiki/Special:Log/delete: deleted "[[NewHostOnNetINFO]]": Renamed to NewHostOnNet |
| 18:55.40 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1986 10/wiki/Failure: Added references to Generics. |
| 18:56.24 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1987 10/wiki/Success: Added references to Generics |
| 18:56.30 | d-lo | go go gadget wiki editing! |
| 18:58.22 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1988 10/wiki/RemHostNameSET: Added references to Generics |
| 18:59.54 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1989 10/wiki/NewHostOnNet: Clarified field usage. |
| 19:01.11 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1990 10/wiki/NewSession: Clarified field usage. |
| 19:02.26 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1991 10/wiki/GeometryREQ: Clarified field usage. |
| 19:02.54 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1992 10/wiki/GeometryCHUNK: Clarified field usage. |
| 19:05.24 | CIA-14 | BRL-CAD: 03davidloman * r36638 10/rt^3/trunk/src/tests/java/: Removing old Java classes. Antiquated and unused. |
| 19:05.58 | CIA-14 | BRL-CAD: 03davidloman * r36639 10/rt^3/trunk/include/GS/netMsg/RemHostNameSetFailMsg.h: Missed this remnant of latest refactor. |
| 19:14.07 | CIA-14 | BRL-CAD: 03davidloman * r36640 10/rt^3/trunk/ (4 files in 4 dirs): Implement SuccessMsg |
| 19:14.33 | ``Erik | zpc? |
| 19:16.06 | CIA-14 | BRL-CAD: 03Dloman 07http://brlcad.org * r1993 10/wiki/NetMsgTypes: |
| 19:16.12 | d-lo | Zombies Per Cop |
| 19:16.15 | d-lo | kill ratio |
| 19:16.17 | d-lo | :) |
| 19:16.21 | ``Erik | ah |
| 19:16.34 | CIA-14 | BRL-CAD: 03starseeker * r36641 10/brlcad/trunk/ (12 files in 12 dirs): Update svn:ignore in a variety of places |
| 19:16.48 | d-lo | I've got rambo goihnng right now. 1 cop vs 15.5k zombies. |
| 19:19.35 | *** join/#brlcad yukonbob (i=1000@s142-179-54-198.bc.hsia.telus.net) [NETSPLIT VICTIM] | |
| 19:19.54 | CIA-14 | BRL-CAD: 03starseeker * r36642 10/brlcad/trunk/doc/docbook/system/man1/en/: Oh yeah, .1 man pages too. |
| 19:22.39 | CIA-14 | BRL-CAD: 03starseeker * r36643 10/brlcad/branches/dmtogl/ (12 files in 12 dirs): Update ignore settings in dmtogl branch |
| 19:31.17 | d-lo | lol 234.375 zpc. Rambo finally died a horrible death. |
| 19:31.52 | ``Erik | url again? |
| 19:32.58 | d-lo | http://www.class3outbreak.com/zombie-outbreak-simulator/ |
| 19:34.44 | ``Erik | exception id 2134 name: error message: error #2134 function onApplicationComplete Step: j ... :/ |
| 19:35.35 | d-lo | bummer :/ |
| 19:35.46 | d-lo | Have a happy t-day all! |
| 20:06.38 | *** join/#brlcad mafm_ (n=mafm@cpc2-bexl3-0-0-cust843.bmly.cable.ntl.com) | |
| 20:11.51 | ``Erik | starseeker: http://www.the-blueprints.com/blueprints/ |
| 20:36.31 | starseeker | ``Erik: heh, cool. yeah, the problem with that site is it doesn't have a clear licensing policy that I can see |
| 20:43.28 | ``Erik | *shrug* saw it on hn, figured I'd share |
| 20:58.30 | *** join/#brlcad Elrohir (n=kvirc@91.20.227.125) | |
| 21:32.47 | brlcad | hah, that is fantastic .. d-lo .. zombies starting: 2000 civilians: 1000 .. all converted (because none could shoot).. |
| 21:33.07 | brlcad | zombies remaining: 64 .. 1 cop kill count: 2937 :) |
| 21:33.55 | brlcad | er, 63 :) |
| 21:53.02 | CIA-14 | BRL-CAD: 03starseeker * r36644 10/brlcad/branches/dmtogl/ (4 files in 2 dirs): More dmtogl tweaking and setup. |
| 21:56.56 | CIA-14 | BRL-CAD: 03brlcad * r36645 10/brlcad/trunk/src/libfft/ (Makefile.am ditsplit.c): ws indent cleanup, increased precision on sqrt defines |
| 21:58.14 | CIA-14 | BRL-CAD: 03brlcad * r36646 10/brlcad/trunk/src/libfft/ditsplit.c: get rid of globals |
| 22:01.53 | CIA-14 | BRL-CAD: 03brlcad * r36647 10/brlcad/trunk/src/libfft/ (ditsplit.c ditsplitc.c): sync up similar ws changes |
| 22:31.08 | CIA-14 | BRL-CAD: 03brlcad * r36648 10/brlcad/trunk/src/libfft/fftfast.c: use M_PI instead of PI and clean up ws/indent in the process. |
| 22:32.08 | CIA-14 | BRL-CAD: 03brlcad * r36649 10/brlcad/trunk/src/libfft/ditsplitc.c: these globals are referenced by the application front-end for printing a summary status, so they have to be global or passed in. |
| 22:34.33 | CIA-14 | BRL-CAD: 03brlcad * r36650 10/brlcad/trunk/src/libfft/fft.h: provide math.h and M_PI for everyone |
| 22:35.26 | *** join/#brlcad Ralith (n=ralith@d142-058-085-103.wireless.sfu.ca) | |
| 22:35.26 | CIA-14 | BRL-CAD: 03brlcad * r36651 10/brlcad/trunk/src/libfft/fftfast.c: moved M_PI to fft.h |
| 22:35.38 | *** join/#brlcad R0b0t1 (n=Enigma@64.136.216.213) | |
| 22:36.37 | CIA-14 | BRL-CAD: 03brlcad * r36652 10/brlcad/trunk/src/libfft/ (fftc.c fftest.c ifftc.c splitditc.c): oops, looks like strict flags were already committed enabled. quell strict compilation warnings. |
| 22:40.19 | CIA-14 | BRL-CAD: 03brlcad * r36653 10/brlcad/trunk/src/libfft/ (ditsplit.c ditsplitc.c fft.h splitdit.c splitditc.c): use fft.h for INVSQ2 and SQRT2 too |
| 22:42.40 | CIA-14 | BRL-CAD: 03brlcad * r36654 10/brlcad/trunk/src/libfft/ (ditsplit.c ditsplitc.c fft.h splitdit.c splitditc.c): use the standard defines M_SQRT1_2 and M_SQRT2 instead of previous |
| 22:45.07 | brlcad | woo hoo, another strict lib |
| 22:45.17 | CIA-14 | BRL-CAD: 03brlcad * r36655 10/brlcad/trunk/src/libfft/ (ditsplitc.c splitditc.c): use fft.h instead of hard-wiring the value |
| 22:47.54 | CIA-14 | BRL-CAD: 03brlcad * r36656 10/brlcad/trunk/src/libfft/fftest.c: remove embedded pi value |
| 22:49.58 | CIA-14 | BRL-CAD: 03starseeker * r36657 10/brlcad/trunk/ (7 files in 2 dirs): |
| 22:49.58 | CIA-14 | BRL-CAD: Wrap up all the boilerplate for the dm template declarations into a macro, |
| 22:49.58 | CIA-14 | BRL-CAD: except in the case of Windows where the type signatures are different - is this |
| 22:49.58 | CIA-14 | BRL-CAD: a requirement of the Visual Studio compiler? Anyway, simplify the process of |
| 22:49.58 | CIA-14 | BRL-CAD: syncing this across multiple dms. |
| 23:00.34 | CIA-14 | BRL-CAD: 03brlcad * r36658 10/brlcad/trunk/src/liborle/rle.c: ws indent style cleanup |
| 23:03.51 | CIA-14 | BRL-CAD: 03starseeker * r36659 10/brlcad/branches/dmtogl/src/other/togl/ (. configure): Minor cleaups of togl within svn tree. |
| 23:04.37 | CIA-14 | BRL-CAD: 03brlcad * r36660 10/brlcad/trunk/src/liborle/ (Makefile.am rle.c): quell single verbose warning about unreached code (due to constant and macro expansion), enable strict compilation |
| 23:05.10 | CIA-14 | BRL-CAD: 03starseeker * r36661 10/brlcad/branches/dmtogl/src/other/togl/: More svn:ignore togl tweaks. |
| 23:07.12 | CIA-14 | BRL-CAD: 03brlcad * r36662 10/brlcad/trunk/src/libpkg/ (Makefile.am tcl.c): quell unused var warning, enable strict compilation. clean compile at least mac. |
| 23:10.04 | CIA-14 | BRL-CAD: 03starseeker * r36663 10/brlcad/branches/dmtogl/ (21 files in 5 dirs): Grab the libdm changes from trunk, pull other updates as long as we're doing it. |
| 23:11.06 | brlcad | mmmm.palindrome.emordnilap.mmmm |
| 23:11.24 | starseeker | hehe |
| 23:13.54 | ``Erik | dang bastages, makin' a mess of the code |
| 23:16.32 | CIA-14 | BRL-CAD: 03brlcad * r36664 10/brlcad/trunk/src/libpkg/pkg.c: |
| 23:16.32 | CIA-14 | BRL-CAD: quell a handful of verbose/c99-strict compilation warnings including avoiding |
| 23:16.32 | CIA-14 | BRL-CAD: fileno(), skipping the superset isascii() test used with isprint(), and avoiding |
| 23:16.32 | CIA-14 | BRL-CAD: using caddr_t (tested on linux and mac to just cast to void* instead) |
| 23:17.12 | brlcad | cool, 7 lib dirs now compile strict c99 with full warnings |
| 23:17.19 | starseeker | sweeet |
| 23:18.10 | starseeker | ``Erik: you could always bring your two experts into play and have them walk on the keyboard ;-) |
| 23:18.20 | ``Erik | hah |
| 23:18.23 | ``Erik | nah |
| 23:18.39 | ``Erik | don't wanna give you competition ;> *duck* |
| 23:19.26 | CIA-14 | BRL-CAD: 03brlcad * r36665 10/brlcad/trunk/src/libtermio/ (Makefile.am termio.c): quell all verbose compilation warnings, enable strict flags |
| 23:19.33 | starseeker | looks active but is mostly cleaning up svn:ignore and syncing branches before the holiday - brlcad's the one doing real damage |
| 23:20.11 | starseeker | took your macro idea for a test spin |
| 23:20.23 | ``Erik | hm, I imagine there'll be like 3 people in the building on friday, so'z probably not going to lunch that day *does finances* |
| 23:23.29 | CIA-14 | BRL-CAD: 03brlcad * r36666 10/brlcad/trunk/src/libtermio/termio.c: ws, indent, style cleanup |
| 23:25.19 | CIA-14 | BRL-CAD: 03starseeker * r36667 10/brlcad/branches/rel8/ (36 files in 18 dirs): Sync rel8 to latest trunk, mostly to get the svn:ignore stuff. |
| 23:44.00 | CIA-14 | BRL-CAD: 03brlcad * r36668 10/brlcad/trunk/src/libdm/dm-ogl.c: restructure to avoid all forward declarations as an example for the other DMs |
| 23:48.28 | CIA-14 | BRL-CAD: 03brlcad * r36669 10/brlcad/trunk/src/libdm/dm-ogl.c: more restructuring to remove a couple other forward decls, clean up comments/indent/ws |
| 23:50.12 | CIA-14 | BRL-CAD: 03brlcad * r36670 10/brlcad/trunk/src/libdm/dm-ogl.c: egads, shouldn't set vars to HIDDEN .. that static keyword means something else... |
| 23:50.55 | CIA-14 | BRL-CAD: 03brlcad * r36671 10/brlcad/trunk/include/dm.h: quell warning |
| 23:56.36 | ``Erik | still get compile errors(warnings) in libgcv O.o |
| 23:58.04 | CIA-14 | BRL-CAD: 03brlcad * r36672 10/brlcad/trunk/src/libdm/dm-wgl.c: those are wrong! .. bad HIDDEN, need to be static. |