| 00:47.19 | CIA-23 | BRL-CAD: 03starseeker * r51512 10/brlcad/trunk/src/other/perplex/parser.y: Quell a couple compilation warnings in perplex |
| 00:49.32 | CIA-23 | BRL-CAD: 03starseeker * r51513 10/brlcad/trunk/src/other/perplex/ (6 files in 2 dirs): Get perplex closer to supporting a 'proper' stand-alone build. To get all the way there, it needs to support at least source package generation and make install. |
| 01:18.51 | starseeker | brlcad: that's a point... we don't currently install perplex, re2c or lemon as part of a BRL-CAD install, since they're used only for building. Did we want to change that and distribute a working perplex? |
| 03:02.27 | crdueck | does there exist an openNURBS function to calculate determinants? |
| 04:27.51 | *** join/#brlcad milamber (~devlin@d118-75-244-176.try.wideopenwest.com) | |
| 04:37.23 | brlcad | crdueck: of course -- just make sure you add /** */ comments and otherwise comment code added there thoroughly |
| 04:37.56 | brlcad | starseeker: could go either way, but why not -- might be useful |
| 08:16.39 | CIA-23 | BRL-CAD: 03phoenixyjll * r51514 10/brlcad/trunk/src/librt/opennurbs_ext.cpp: just some clean up - remove unused and shadowed variables to avoid compiler warnings. (still WIP) |
| 08:19.11 | CIA-23 | BRL-CAD: 03Phoenix 07http://brlcad.org * r4171 10/wiki/User:Phoenix/GSoc2012/Reports: /* Midterm summary */ |
| 09:39.34 | *** join/#brlcad ksuzee (~ksu@46.149.81.166) | |
| 13:42.31 | CIA-23 | BRL-CAD: 03DoreathafumobxpyufMunshi 07http://brlcad.org * r4172 10/wiki/DoreathafumobxpyufMunshi7853851: New page: Planowanie wydarze?? jest niezmiernie ekscytuj??ce zrobi?? oraz wielu mieszka??c??w wybiera to jako ich kariery. Nie zaledwie dopuszcza to w??a??ciciele firm oraz go??ci, ??eby skupi?? si... |
| 15:08.19 | *** join/#brlcad merzo (~merzo@120-34-132-95.pool.ukrtel.net) | |
| 18:02.07 | *** join/#brlcad ksuzee (~ksu@193.151.107.42) | |
| 18:37.06 | CIA-23 | BRL-CAD: 03crdueck * r51515 10/brlcad/trunk/src/librt/primitives/ell/ell.c: fixed error in rt_ell_surf_area() |
| 19:59.05 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 21:30.00 | crdueck | brlcad: i'm trying to test the new functions in sketch_tess.cpp. If I add rt_sketch_surf_area to the sketch entry in the rt_functab in table.c, mged complains it cant find the symbol rt_sketch_surf_area. Do I need to add sketch_tess.cpp to a header file or something to make it usable in the functab? |
| 22:06.21 | brlcad | crdueck: no, but you do need to add it to librt's compilation |
| 22:07.06 | brlcad | and as a c++ funtion, you have to declare it as extern "C" |
| 22:07.19 | brlcad | so the name is not mangled |
| 22:08.13 | crdueck | ah, thats probably it |