| 00:03.13 | *** join/#brlcad cstirk (~quassel@c-71-56-216-45.hsd1.co.comcast.net) | |
| 01:32.08 | *** join/#brlcad Iordanis (Iordanis@host214-207.cvd.fit.edu) | |
| 04:04.00 | Notify | 03BRL-CAD Wiki:Sean * 5086 /wiki/Google_Summer_of_Code/Project_Ideas: cleanup, add additional mentors, clarify slot dedications new this year |
| 04:36.49 | Notify | 03BRL-CAD Wiki:Sean * 5087 /wiki/Google_Summer_of_Code/Project_Ideas: begin test reformatting high impact ones into a set of tables instead of top-level catgegories |
| 04:42.51 | Notify | 03BRL-CAD Wiki:Sean * 5088 /wiki/Google_Summer_of_Code/Project_Ideas: |
| 06:52.57 | *** join/#brlcad caen23 (~cezar@92.81.199.146) | |
| 07:16.37 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 09:12.38 | *** join/#brlcad zero_level (~0_level@173.44.133.227) | |
| 10:12.42 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 11:33.45 | *** join/#brlcad caen23 (~cezar@92.83.189.219) | |
| 12:19.27 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 12:54.23 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 14:06.15 | brlcad | how are those proposals coming along? |
| 14:11.40 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 14:11.42 | ``Erik | ponders this togl build failure O.o |
| 14:17.02 | brlcad | need to borrow the shotgun? |
| 14:18.33 | ``Erik | perhaps... using a system tk, togl fails with funky macro induced redefinitions |
| 14:20.01 | ``Erik | http://paste.lisp.org/display/136869 |
| 14:20.07 | ``Erik | doh, wrong version |
| 14:21.52 | ``Erik | http://paste.lisp.org/display/136869#1 |
| 14:23.26 | ``Erik | <-- tries to reproduce it on a linux box |
| 14:47.11 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 14:53.39 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 14:53.59 | *** join/#brlcad caen23 (~cezar@92.81.160.60) | |
| 15:26.47 | *** join/#brlcad merzo (~merzo@user-94-45-58-138-1.skif.com.ua) | |
| 15:35.58 | Notify | 03BRL-CAD:n_reed * 55219 (brlcad/trunk/src/conv/step/AdvancedBrepShapeRepresentation.cpp brlcad/trunk/src/conv/step/AdvancedBrepShapeRepresentation.h and 381 others): Copy-pasted bodies of Create member functions added a heap object to a map, and then deleted the object if loading failed. Supposing the object was deleted, later reference to it via the map caused a segfault. The simple fix was complicated by the |
| 15:35.59 | Notify | number of instances that had to be fixed, so the duplicated logic has been pulled into a static member of the parent STEPEntity class, and the subclass Create members now just call that function, passing the variable elements, namely their class name and a newly added GetInstance function that returns a new instance of the class. |
| 16:06.00 | Notify | 03BRL-CAD:bob1961 * 55220 brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl: init_shoot_ray has moved to Ged.tcl |
| 16:17.49 | Notify | 03BRL-CAD:brlcad * 55221 (brlcad/trunk/NEWS brlcad/trunk/src/librt/search.c): fixed the search command that was bombing if ran on a v4 database file. needed to call rt_db_get_internal() instead of rt_db_get_internal5(). |
| 16:24.05 | Notify | 03BRL-CAD:n_reed * 55222 brlcad/trunk/src/conv/step/STEPEntity.h: ----------- |
| 16:38.15 | *** join/#brlcad Notify (~notify@66-118-151-70.static.sagonet.net) | |
| 16:51.17 | *** join/#brlcad Notify (~notify@66-118-151-70.static.sagonet.net) | |
| 16:54.54 | Notify | 03BRL-CAD:brlcad * 55224 (brlcad/trunk/TODO brlcad/trunk/include/bu.h): it's strongly looking like the INIFINTY change uncovered a bug in our spatial partioning code, but revert it for now with a TODO in order to get a new release pushed out. |
| 17:01.41 | Notify | 03BRL-CAD:brlcad * 55225 brlcad/trunk/TODO: quick test and arbn looked okay. memory usage was reportedly a red herring. the other two issues will get fixed after release. |
| 17:17.20 | *** join/#brlcad caen23 (~cezar@92.83.171.240) | |
| 17:43.39 | *** join/#brlcad harmanpreet (~chatzilla@124.253.147.173) | |
| 17:43.48 | *** join/#brlcad Izak (~Izak@41.202.195.17) | |
| 17:44.15 | Guest99553 | Hi |
| 17:45.25 | *** join/#brlcad Izak_ (~Izak@41.202.195.17) | |
| 17:45.30 | Izak_ | Hello |
| 18:06.00 | *** join/#brlcad ncsaba (~ncsaba@p54982208.dip0.t-ipconnect.de) | |
| 18:07.08 | ncsaba | Hi there |
| 18:21.19 | *** join/#brlcad Izak_ (~Izak@41.202.197.193) | |
| 18:57.01 | Notify | 03BRL-CAD:n_reed * 55226 (brlcad/trunk/src/conv/step/AdvancedBrepShapeRepresentation.cpp brlcad/trunk/src/conv/step/AdvancedBrepShapeRepresentation.h and 391 others): style/ws |
| 18:58.22 | Notify | 03BRL-CAD:starseeker * 55227 brlcad/trunk/src/libbu/brlcad_path.c: path variable is only used by code within the ifdef - put the variable definition in there as well. |
| 19:00.29 | *** join/#brlcad Izak (~Izak@41.202.197.193) | |
| 19:28.27 | Notify | 03BRL-CAD:starseeker * 55228 brlcad/trunk/src/librt/tests/nurbs_surfaces.g: Increase radius on spheres illustrating example points. |
| 19:38.40 | Notify | 03BRL-CAD:starseeker * 55229 brlcad/trunk/TODO: Independent confirmation of this as a problem would be good - the wireframe drawing for spheres seems to have problems when the sphere is small and not close to the origin? |
| 19:56.46 | Notify | 03BRL-CAD:starseeker * 55230 brlcad/trunk/HACKING: Make a stab at fixing the URLs for the svn repository in HACKING |
| 20:19.14 | Notify | 03BRL-CAD:starseeker * 55231 brlcad/trunk/src/librt/tests/CMakeLists.txt: Can build nurbs_tester on Windows now, turn back on. |
| 20:20.52 | *** join/#brlcad mpictor (~mark@99-93-104-202.lightspeed.iplsin.sbcglobal.net) | |
| 20:38.40 | Notify | 03BRL-CAD Wiki:Starseeker * 5089 /wiki/SVN: Update svn checkout line |
| 20:41.46 | kanzure | mpictor: instead of a separate channel, i recommend that stepcode discussion happen in here, because there's already public logging and contributors in here. |
| 20:42.23 | kanzure | if those discussions become too off-topic, i'm sure brlcad will kick them out (which i doubt; BRL-CAD has a strong interest in SCL's progress.) |
| 20:46.28 | *** join/#brlcad zero_level (~0_level@46.21.152.254) | |
| 21:06.30 | Notify | 03BRL-CAD:carlmoore * 55232 brlcad/trunk/src/sig/damdf.c: add '>' reference because program terminates if EITHER stdout or stdin is a tty |
| 21:08.39 | *** join/#brlcad Steel_ (~Steel@192.249.25.241) | |
| 21:09.45 | Steel_ | Hi there |
| 21:25.38 | ``Erik | 1747 downloads this week, 72% windows... wonder how many of those are bots |
| 21:42.45 | Notify | 03BRL-CAD:carlmoore * 55233 brlcad/trunk/src/sig/damdf.c: remove a newline in damdf.c |
| 21:45.33 | Notify | 03BRL-CAD:carlmoore * 55234 brlcad/trunk/src/sig/dauto.c: compare to damdf.c and shift one 'include'; also, add '>outputfile' to usage |
| 21:56.20 | Notify | 03BRL-CAD:carlmoore * 55235 brlcad/trunk/src/sig/dauto2.c: provide '>outputfile' here too |
| 23:57.45 | kanzure | someone posted some helpful things about the solidworks file format https://groups.google.com/forum/?fromgroups=#!topic/openmanufacturing/Fv2Ovmxnfyw |