| 02:33.23 | CIA-77 | BRL-CAD: 03Sean 07http://brlcad.org * r2481 10/wiki/Building_from_SVN: add --enable-all and notes on the install dir |
| 04:10.52 | *** join/#brlcad louipc (~louipc@archlinux/trusteduser/louipc) | |
| 04:34.20 | CIA-77 | BRL-CAD: 03brlcad * r43431 10/brlcad/trunk/src/librt/vlist.c: progressive conversion of libbu xdr routines over to posix.1 byteorder functions. note an abuse of vls in here, being used as a byte buffer. |
| 04:39.44 | CIA-77 | BRL-CAD: 03brlcad * r43432 10/brlcad/trunk/src/librt/db_scan.c: progressive conversion of libbu xdr routines over to posix.1 byteorder functions. simple conversion when getting (net -> host) values. |
| 04:42.43 | *** join/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net) | |
| 04:43.32 | CIA-77 | BRL-CAD: 03brlcad * r43433 10/brlcad/trunk/src/librt/primitives/ (13 files in 13 dirs): call flip_fastf_float() instead of rt_fastf_float() so we can deprecate the old rt api routine. include private header as needed. |
| 04:50.46 | CIA-77 | BRL-CAD: 03brlcad * r43434 10/brlcad/trunk/src/librt/primitives/extrude/extrude.c: convert from bu xdr routines to ntohl()/htonl() |
| 04:53.17 | CIA-77 | BRL-CAD: 03brlcad * r43435 10/brlcad/trunk/src/librt/primitives/arbn/arbn.c: convert from bu xdr routines to ntohl()/htonl() |
| 04:56.09 | CIA-77 | BRL-CAD: 03brlcad * r43436 10/brlcad/trunk/src/librt/primitives/ (dsp/dsp.c pipe/pipe.c pnts/pnts.c): more conversion from xdr routines to ntohl()/htonl() |
| 04:57.09 | CIA-77 | BRL-CAD: 03brlcad * r43437 10/brlcad/trunk/src/librt/primitives/ars/ars.c: more conversion from xdr routines to ntohl()/htonl() |
| 04:59.27 | CIA-77 | BRL-CAD: 03brlcad * r43438 10/brlcad/trunk/src/librt/primitives/metaball/metaball.c: more conversion from xdr routines to ntohl()/htonl() being careful to increment the buffer as char pointers, not as uint32_t pointers. |
| 05:02.45 | CIA-77 | BRL-CAD: 03brlcad * r43439 10/brlcad/trunk/src/librt/primitives/bot/bot.c: |
| 05:02.45 | CIA-77 | BRL-CAD: big deprecation conversion from xdr routines to posix.1 byteorder functions. |
| 05:02.45 | CIA-77 | BRL-CAD: taking the address of element zero isn't strictly necessary but does make the |
| 05:02.45 | CIA-77 | BRL-CAD: code more self-consistent given the slew of face and normal arrays that do |
| 05:02.45 | CIA-77 | BRL-CAD: require element indexing. |
| 05:05.48 | *** join/#brlcad Stattrav (~Stattrav@117.192.140.118) | |
| 05:05.49 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 05:53.22 | CIA-77 | BRL-CAD: 03brlcad * r43440 10/brlcad/trunk/src/librt/primitives/nmg/nmg.c: |
| 05:53.22 | CIA-77 | BRL-CAD: by far the most complex to date, deprecation conversion away from using xdr |
| 05:53.22 | CIA-77 | BRL-CAD: routines to using posix.1 ntohl/htonl and friends. take care to increment as |
| 05:53.22 | CIA-77 | BRL-CAD: char pointers and not long pointers. nmg apparently requires a LOT of |
| 05:53.22 | CIA-77 | BRL-CAD: conversions... |
| 05:59.22 | *** join/#brlcad Stattrav (~Stattrav@122.172.31.214) | |
| 05:59.22 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 06:03.18 | CIA-77 | BRL-CAD: 03brlcad * r43441 10/brlcad/trunk/src/librt/primitives/sketch/sketch.c: update the last of the xdr to posix.1 byteorder function conversions. increment using our SIZEOF constants instead of hard-coding sizes too. |
| 06:19.39 | CIA-77 | BRL-CAD: 03brlcad * r43442 10/brlcad/trunk/src/librt/primitives/tgc/tgc.c: |
| 06:19.39 | CIA-77 | BRL-CAD: need librt_private.h for private flip func, also change call from rt_reldiff() |
| 06:19.39 | CIA-77 | BRL-CAD: to a NEAR_EQUAL() due to deprecation. benchmark validation required but the use |
| 06:19.39 | CIA-77 | BRL-CAD: here seems to be a fairly safe since we're considerably tightening the test |
| 06:19.39 | CIA-77 | BRL-CAD: whether the vectors reduces the ellipse equation down to quadratic form. might |
| 06:19.40 | CIA-77 | BRL-CAD: affect worst case performance but should provide the same results. |
| 06:20.39 | CIA-77 | BRL-CAD: 03brlcad * r43443 10/brlcad/trunk/src/librt/primitives/tor/tor.c: torus also needs the private header and makes a call to the deprecated rt_fdiff() function. this becomes a simple loose tolerance comparison for equality. |
| 06:25.26 | CIA-77 | BRL-CAD: 03brlcad * r43444 10/brlcad/trunk/include/db.h: formally deprecate the flip functions as API: rt_fastf_float(), rt_mat_dbmat(), and rt_dbmat_mat(). |
| 06:27.10 | CIA-77 | BRL-CAD: 03brlcad * r43445 10/brlcad/trunk/include/rtfunc.h: a callback for requesting an objects 'class' was never implemented. formally mark deprecation in header with compiler hints so warnings are issued on used. |
| 06:27.59 | *** join/#brlcad dli (~dli@dsl-67-204-45-87.acanac.net) | |
| 06:37.15 | *** join/#brlcad Stattrav (~Stattrav@117.192.239.174) | |
| 06:37.15 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 07:47.41 | *** join/#brlcad Stattrav (~Stattrav@117.192.231.70) | |
| 07:47.41 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 10:16.26 | *** join/#brlcad merzo (~merzo@193.254.217.44) | |
| 11:35.44 | *** join/#brlcad mafm_ (~mafm@242.Red-81-32-97.dynamicIP.rima-tde.net) | |
| 12:36.38 | *** join/#brlcad Elrohir (~kvirc@p5B14B620.dip.t-dialin.net) | |
| 14:25.26 | *** join/#brlcad mafm (~mafm@242.Red-81-32-97.dynamicIP.rima-tde.net) | |
| 14:40.40 | CIA-77 | BRL-CAD: 03bob1961 * r43446 10/brlcad/trunk/src/tclscripts/lib/TkTable.tcl: Added cadwidgets::TkTable::handleEnter and -entercommand |
| 14:44.20 | *** join/#brlcad Stattrav (~Stattrav@117.202.23.211) | |
| 14:44.20 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 14:56.45 | CIA-77 | BRL-CAD: 03erikgreenwald * r43447 10/brlcad/trunk/ (include/bio.h src/librt/primitives/pnts/pnts.c): include headers for hton[ls]/ntoh[ls] family |
| 19:04.09 | CIA-77 | BRL-CAD: 03erikgreenwald * r43448 10/brlcad/trunk/include/bio.h: winsock.h gets included via the windows.h megaheader, don't need to explicitly #include |
| 19:11.28 | CIA-77 | BRL-CAD: 03erikgreenwald * r43449 10/brlcad/trunk/misc/win32-msvc8/libged/libged.vcproj: add fb2pix.c, pix2fb.c and libfb.lib |
| 19:18.49 | CIA-77 | BRL-CAD: 03erikgreenwald * r43450 10/brlcad/trunk/misc/win32-msvc8/ (brlcad/brlcad.sln libtie/): libtie no longer exists, it's now part of librt |
| 19:24.08 | CIA-77 | BRL-CAD: 03erikgreenwald * r43451 10/brlcad/trunk/misc/win32-msvc8/Makefile.am: automake should probably know that libtie.vcproj isn't around, too... |
| 19:28.17 | *** join/#brlcad _psilva (~psilva@static-96-255-52-7.washdc.fios.verizon.net) | |
| 19:29.00 | CIA-77 | BRL-CAD: 03erikgreenwald * r43452 10/brlcad/trunk/misc/win32-msvc8/librt/librt.vcproj: Add winsock library for htonl/ntohl/etc. Add tie/btg files. |
| 19:41.39 | *** join/#brlcad dli (~dli@dsl-67-204-45-87.acanac.net) | |
| 20:20.31 | *** join/#brlcad cjdevlin (~devlin@d118-75-252-178.try.wideopenwest.com) | |
| 20:34.14 | *** join/#brlcad cjdevlin (~devlin@d118-75-252-178.try.wideopenwest.com) | |
| 22:55.21 | CIA-77 | BRL-CAD: 03erikgreenwald * r43453 10/isst/trunk/cmake-modules/FindBRLCAD.cmake: libtie is no longer part of BRL-CAD |
| 23:37.43 | CIA-77 | BRL-CAD: 03r_weiss * r43454 10/brlcad/trunk/src/libbn/bntester.c: Updates to bntester.c for testing functions bn_isect_line3_line3 and bn_isect_lseg3_lseg3. |