| 00:06.17 | *** join/#brlcad yiyus (~124271242@je.je.je) | |
| 01:35.02 | *** join/#brlcad LordOfBikes_ (~armin@dslb-092-075-146-021.092.075.pools.vodafone-ip.de) | |
| 03:39.04 | *** join/#brlcad KimK (~Kim__@ip68-102-188-176.ks.ok.cox.net) | |
| 04:13.04 | *** join/#brlcad KimK (~Kim__@ip68-102-188-176.ks.ok.cox.net) | |
| 04:52.29 | *** join/#brlcad KimK (~Kim__@ip68-102-30-239.ks.ok.cox.net) | |
| 08:05.58 | *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 08:30.29 | *** join/#brlcad Ch3ck_ (~Ch3ck@41.205.27.202) | |
| 12:36.15 | *** join/#brlcad teepee` (bc5c2134@gateway/web/freenode/ip.188.92.33.52) | |
| 12:37.14 | *** join/#brlcad maths22 (~maths22@66-118-151-70.static.sagonet.net) | |
| 12:43.32 | *** join/#brlcad maths22 (~maths22@66-118-151-70.static.sagonet.net) | |
| 12:49.04 | *** join/#brlcad archivist (~archivist@host81-149-189-98.in-addr.btopenworld.com) | |
| 12:51.49 | *** join/#brlcad berserker_ (~berserker@103.225.100.51) | |
| 13:15.32 | *** join/#brlcad Ch3ck_ (~Ch3ck@154.70.98.90) | |
| 13:30.49 | *** join/#brlcad Boquete (~piotr@ebj78.neoplus.adsl.tpnet.pl) | |
| 13:39.25 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:45.14 | *** join/#brlcad Ch3ck_ (~Ch3ck@154.70.98.94) | |
| 14:47.18 | *** join/#brlcad berserker_ (~berserker@103.225.100.51) | |
| 15:16.57 | *** join/#brlcad Ch3ck_ (~Ch3ck@154.70.110.17) | |
| 15:24.04 | *** join/#brlcad boquete (~piotr@ebj78.neoplus.adsl.tpnet.pl) | |
| 15:30.20 | *** part/#brlcad Ch3ck_ (~Ch3ck@154.70.110.17) | |
| 15:57.48 | *** join/#brlcad berserker_ (~berserker@103.225.100.51) | |
| 16:10.21 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 16:17.15 | Notify | 03BRL-CAD:brlcad * 66172 (brlcad/trunk/include/wdb.h brlcad/trunk/src/libwdb/wdb.c): rename the two radius parameters to avoid conflict with global / preprocessor symbols declared by windows headers, from rad1/rad2 to base_radius/nose_radius respectively. | 
| 17:39.40 | *** join/#brlcad berserker_ (~berserker@103.225.100.51) | |
| 18:14.14 | *** join/#brlcad merzo (~merzo@78-94-133-95.pool.ukrtel.net) | |
| 18:41.13 | Notify | 03BRL-CAD:starseeker * 66173 brlcad/trunk/src/libbrep/tests/CMakeLists.txt: Add more test cases, consolidate into one .g file | 
| 18:46.29 | *** join/#brlcad teepee (~teepee@unaffiliated/teepee) | |
| 19:00.56 | *** join/#brlcad berserker_ (~berserker@103.225.100.51) | |
| 19:08.11 | *** join/#brlcad Stragus (~alexis@modemcable090.29-19-135.mc.videotron.ca) | |
| 19:11.54 | *** join/#brlcad KimK (~Kim__@ip68-102-30-239.ks.ok.cox.net) | |
| 19:32.23 | Notify | 03BRL-CAD:brlcad * 66174 brlcad/trunk/src/rt/heatgraph.c: remove the dead timer code. should have been folded into or leveraged libbu's timer regardless, not custom-rolled here. | 
| 19:33.49 | Notify | 03BRL-CAD:brlcad * 66175 brlcad/trunk/src/libbu/parallel.c: quell warnings from system headers, remove the unused sys/sysinfo.h header on linux. | 
| 19:47.19 | *** join/#brlcad merzo (~merzo@148-10-133-95.pool.ukrtel.net) | |
| 21:24.59 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 22:55.11 | *** join/#brlcad Notify (~notify@66-118-151-70.static.sagonet.net) | |
| 22:55.57 | Notify | 03BRL-CAD:brlcad * 66176 brlcad/trunk/src/util/ttcp.c: quell strict c89 pedantic-errors compilation warning (bug in glibc <2.9 and gcc for reporting on a system header) by making sure gnu extensions are enabled when including the sys/resource.h header. need a better solution. | 
| 22:55.59 | Notify | 03BRL-CAD:brlcad * 66177 brlcad/trunk/src/libbu/str.c: HAVE_WORKING_STRCASECMP_FUNCTION is no longer tested/set anywhere. include the strings.h header if it exists. | 
| 22:56.05 | Notify | 03BRL-CAD:brlcad * 66178 brlcad/trunk/CMakeLists.txt: fix cmake typo HAVE_WORKING_LRINT_MACRO, not HAVE_LRINT_WORKING_MACRO. also separately test whether the function is declared, so we can handle declarations ourselves if needed. | 
| 22:56.07 | Notify | 03BRL-CAD:brlcad * 66179 brlcad/trunk/include/common.h: if we have lrint() but it's simply not declared due to the compilation mode, declare it. | 
| 22:56.09 | Notify | 03BRL-CAD:brlcad * 66180 (brlcad/trunk/include/bu/bitv.h brlcad/trunk/include/bu/defines.h and 3 others): rweiss renamed our IGNORE() macro to BU_IGNORE(), which unnecessarily made it public API. just eliminate the define since it's not even providing brevity or clarity over a simple (void) cast. |