| 01:29.29 | starseeker | brlcad: was talking about the render with Keith - he thinks he knows what to do to correct that |
| 01:30.31 | starseeker | brlcad: all you have to do is remove the stdio.h include from the first one and then try to build with MSVC - it'll complain like crazy about attempting to re-define ftelli64 |
| 01:30.54 | starseeker | I don't have a cut and paste handy - i can probably prepare one tomorrow |
| 01:32.08 | starseeker | hopes there is a better solution but I didn't see how to go about it... |
| 03:14.45 | *** join/#brlcad kesha (~kesha@14.139.122.114) | |
| 03:45.24 | *** join/#brlcad h_sax (0e603a80@gateway/web/freenode/ip.14.96.58.128) | |
| 03:53.03 | *** part/#brlcad h_sax (0e603a80@gateway/web/freenode/ip.14.96.58.128) | |
| 04:24.41 | brlcad | starseeker: I don't doubt that there's an issue and it's that easy to provoke, it's just what the actual problem is |
| 04:29.03 | brlcad | like for the ftell define alone -- is the problem that stdio does a #define ftell unconditionally and so when stdio.h comes second, we get a redefine error on their *ftell* define OR does our define of ftell to ftelli64 cause some sort of different declaration/define error (like if they #define ftelli64 ftell unconditionally)? |
| 04:30.31 | brlcad | the problem is that there are other things being defined in the config that must come before all system headers for the opposite reason |
| 04:31.21 | brlcad | and they're not syntax errors, some are behavior-related so we'll just get crashes or wrong semantics from functions |
| 05:06.35 | *** join/#brlcad kesha_ (~kesha@14.139.122.114) | |
| 06:14.21 | *** join/#brlcad kesha_ (~kesha@14.139.122.114) | |
| 07:28.51 | *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net) | |
| 08:40.18 | *** join/#brlcad hsrai_ (~hsrai@202.164.53.116) | |
| 08:53.52 | *** join/#brlcad caen23_ (~caen23@92.85.93.49) | |
| 09:01.03 | *** join/#brlcad caen23 (~caen23@92.85.93.49) | |
| 09:12.06 | *** join/#brlcad caen23 (~caen23@92.85.93.49) | |
| 09:19.42 | *** join/#brlcad ``Erik_ (~erik@pool-74-103-121-45.bltmmd.fios.verizon.net) | |
| 09:23.40 | *** join/#brlcad kesha_ (~kesha@14.139.122.114) | |
| 10:28.15 | *** join/#brlcad zero_level (~androirc@14.139.82.6) | |
| 11:05.07 | *** join/#brlcad zero_level (~androirc@14.139.82.6) | |
| 11:15.37 | Notify | 03BRL-CAD:bob1961 * 55367 brlcad/trunk/src/tclscripts/lib/Ged.tcl: Expose the following commands in cadwidgets::Ged - bu_units_conversion, bu_brlcad_data, bu_brlcad_dir, bu_brlcad_root, bu_mem_barriercheck, bu_prmem, bu_get_value_by_keyword, bu_rgb_to_hsv and bu_hsv_to_rgb. |
| 11:20.55 | Notify | 03BRL-CAD:bob1961 * 55368 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose the following commands in cadwidgets::Ged - debugbu, debugdir, debuglib, debugmem and debugnmg. |
| 11:37.05 | *** join/#brlcad zero_level (~androirc@14.139.82.6) | |
| 11:51.32 | Notify | 03BRL-CAD:bob1961 * 55369 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose the following commands in cadwidgets::Ged - view2grid_lu, view2model_lu and view2model_vec. |
| 12:06.00 | Notify | 03BRL-CAD:bob1961 * 55370 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose the following commands in cadwidgets::Ged - model2grid_lu and model2view_lu. |
| 13:12.40 | Notify | 03BRL-CAD:bob1961 * 55371 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose the following commands in cadwidgets::Ged - grid2model_lu and grid2view_lu. |
| 13:27.13 | Notify | 03BRL-CAD:bob1961 * 55372 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose hdivide to cadwidgets::Ged. Create eye_pt alias to ged_eye(). |
| 13:31.03 | Notify | 03BRL-CAD:d_rossberg * 55373 rt^3/trunk/src/coreInterface/Arb8.cpp: VCROSS requires a trailing semicolon now (see revision 54821, 54822 commits) |
| 13:36.27 | Notify | 03BRL-CAD:bob1961 * 55374 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose joint to cadwidgets::Ged. |
| 14:06.53 | Notify | 03BRL-CAD:bob1961 * 55375 (brlcad/trunk/src/libged/debugmem.c brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose memprint in cadwidgets::Ged. |
| 14:18.59 | Notify | 03BRL-CAD:bob1961 * 55376 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose nmg_fix_normals in cadwidgets::Ged. |
| 14:29.08 | Notify | 03BRL-CAD:bob1961 * 55377 brlcad/trunk/include/ged.h: Declare ged_memprint(). |
| 15:11.54 | Notify | 03BRL-CAD:bob1961 * 55378 brlcad/trunk/src/libged/CMakeLists.txt: Add polybinout to libged. |
| 15:20.43 | ``Erik | starseeker: https://github.com/davazp/jscl |
| 15:32.32 | ``Erik | effin' awesome http://lmgtfy.com/ |
| 15:32.57 | ``Erik | the 'about' page is "This is for all those people who find it more convenient to bother you with their question rather than google it for themselves." |
| 15:52.05 | Notify | 03BRL-CAD:bob1961 * 55379 (brlcad/trunk/src/libtclcad/tclcad_obj.c brlcad/trunk/src/tclscripts/lib/Ged.tcl): Expose polybinout in cadwidgets::Ged. |
| 16:13.54 | Notify | 03BRL-CAD:indianlarry * 55380 brlcad/trunk/src/librt/primitives/brep/brep.cpp: Walking the half-step up to 1000 iterations before bailing on the shotline was killing BREP raytrace timing. Added bail-out when the step would walk outside the current SBV. Also added half-step bail-out when the current solution already within ROOT_TOL distance of the solution. Now stopping the half-step at the 5th step will look into |
| 16:13.56 | Notify | why the newton iterator isn't behaving on the EHY conversion. May actually be something in the surface definition? |
| 16:23.30 | *** join/#brlcad Ch3ck (~Ch3ck@41.205.13.64) | |
| 16:23.35 | Ch3ck | Hi |
| 16:55.57 | *** join/#brlcad kesha_ (~kesha@49.249.19.210) | |
| 16:56.02 | Notify | 03BRL-CAD:bob1961 * 55381 brlcad/trunk/src/libged/nirt.c: We still need to quote the arguments in nirt. |
| 17:00.53 | Notify | 03BRL-CAD:bob1961 * 55382 brlcad/trunk/include/ged.h: Add declaration for ged_polybinout. |
| 17:18.52 | *** join/#brlcad harmanpreet (~chatzilla@124.253.16.107) | |
| 17:36.47 | *** join/#brlcad zero_level (0e8b5206@gateway/web/freenode/ip.14.139.82.6) | |
| 17:40.38 | *** join/#brlcad rays2pix (~deepak@14.139.226.34) | |
| 17:44.54 | *** join/#brlcad harmanpreet (~chatzilla@210.56.120.78) | |
| 17:49.10 | Notify | 03BRL-CAD:bob1961 * 55383 brlcad/trunk/src/tclscripts/lib/Ged.tcl: Typo |
| 17:49.55 | starseeker | ``Erik: phooey - GPLv3. Still, interesting project! |
| 17:59.31 | *** join/#brlcad crdueck (~cdk@24-212-219-10.cable.teksavvy.com) | |
| 18:12.06 | *** join/#brlcad harmanpreet (~chatzilla@124.253.144.213) | |
| 18:17.43 | Notify | 03BRL-CAD:carlmoore * 55384 brlcad/trunk/src/conv/3dm/3dm-g.cpp: remove unneeded '==1', and go for a more standard usage statement; notice that some options are incomplete! |
| 18:47.41 | *** join/#brlcad cstirk_ (~quassel@c-71-56-216-45.hsd1.co.comcast.net) | |
| 18:49.55 | *** join/#brlcad cstirk__ (~quassel@c-71-56-216-45.hsd1.co.comcast.net) | |
| 19:04.42 | Notify | 03BRL-CAD:carlmoore * 55385 brlcad/trunk/src/anim/anim_cascade.c: implement Usage |
| 19:20.39 | Notify | 03BRL-CAD:carlmoore * 55386 brlcad/trunk/src/anim/anim_fly.c: implement Usage |
| 19:30.03 | Notify | 03BRL-CAD:carlmoore * 55387 brlcad/trunk/src/anim/anim_hardtrack.c: implement Usage |
| 19:43.00 | Notify | 03BRL-CAD:carlmoore * 55388 brlcad/trunk/src/anim/anim_keyread.c: implement Usage |
| 20:03.57 | Notify | 03BRL-CAD:carlmoore * 55389 brlcad/trunk/src/anim/anim_lookat.c: implement Usage |
| 20:14.48 | Notify | 03BRL-CAD Wiki:NyahCh3ck20 * 5252 /wiki/User:NyahCh3ck20/Proposal: /* The Working of the Pull Routine */ |
| 20:17.53 | Notify | 03BRL-CAD Wiki:NyahCh3ck20 * 5253 /wiki/User:NyahCh3ck20/Proposal: /* The Inverse of the Transformation */ |
| 20:52.25 | Notify | 03BRL-CAD:carlmoore * 55390 brlcad/trunk/src/anim/anim_offset.c: implement Usage (as I go along, I am also putting in h?) |
| 20:57.29 | *** join/#brlcad mpictor (~mark@99-93-104-202.lightspeed.iplsin.sbcglobal.net) | |