IRC log for #brlcad on 20160620

00:22.13 *** join/#brlcad Zitar (~Zitar@37.36.224.88)
00:28.25 *** join/#brlcad LordOfBikes (~armin@dslb-088-064-044-087.088.064.pools.vodafone-ip.de)
01:02.29 *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee)
01:23.08 *** join/#brlcad Stragus (~alexis@modemcable090.29-19-135.mc.videotron.ca)
01:40.30 starseeker grins - now here's a procedural geometry routine we need to port to BRL-CAD :-) : https://github.com/a1studmuffin/SpaceshipGenerator/
02:04.39 *** join/#brlcad asad__ (~asad00@host10-2.natpool.mwn.de)
03:05.43 *** join/#brlcad Zitar (~Zitar@31.203.218.175)
03:05.56 *** join/#brlcad Zitar_ (~Zitar@31.203.218.175)
04:12.30 *** join/#brlcad ickby (~stefan@tmo-096-174.customers.d1-online.com)
04:50.37 *** join/#brlcad tandoorichick (~Thunderbi@61.3.211.205)
05:13.45 *** join/#brlcad archivist (~archivist@host81-149-189-98.in-addr.btopenworld.com)
05:21.05 Notify 03BRL-CAD Wiki:Tandoorichick * 9757 /wiki/User:Tandoorichick/GSoC2016/Logs: /* Development Logs */
05:30.19 *** join/#brlcad merzo_ (~merzo@170-74-132-95.pool.ukrtel.net)
06:04.42 *** join/#brlcad sniok (~sniok@89.252.29.238)
06:40.56 *** join/#brlcad teepee_ (~teepee@unaffiliated/teepee)
06:58.46 *** join/#brlcad shubhamc (6881c068@gateway/web/freenode/ip.104.129.192.104)
07:06.10 shubhamc sniok: hey!
07:27.52 sniok shubhamc: hi
07:36.47 shubhamc sniok: I had this task for you, which needs to be done before the midterm eval.
07:37.01 sniok Sure, what is it?
07:37.41 shubhamc So basically, I was thinking of having a project's tasks table, which would consist of all the tasks related to your GSoC project (proposed), and the present status (done, pending or work in progress) of that particular task.
07:38.19 shubhamc You can add this on your blog. It should be clearly visible and should be the ideal place for someone tracking the progress of the project at any given time.
07:38.55 shubhamc I think it'll help us track the proposed/finisdhed and work-in-progress tasks
07:39.12 sniok Yeah, sounds good
07:39.15 shubhamc Sounds good? Any suggestions?
07:39.20 shubhamc ok great
07:40.50 shubhamc Also, if there are any changles in the milestones/timeline of the project, specify that as well in the blogpost. Although, I don't think there is any. The project progress in on-schedule it seems!
07:46.22 *** join/#brlcad kanzure (~kanzure@unaffiliated/kanzure)
07:57.03 sniok shubhamc: something like this? https://blog.esde.name/tasks-statuses/
07:57.58 shubhamc yeah, looks good
07:58.14 shubhamc try adding a few sub-tasks as well, and it'll be good to go
07:59.12 shubhamc 1-2 line detail of the main task, something like that
08:02.01 shubhamc change "Task statuses" to "Project Status"
08:03.41 *** join/#brlcad kanzure (~kanzure@unaffiliated/kanzure)
08:13.07 *** join/#brlcad amarjeet (~amarjeet@202.164.53.117)
09:10.28 *** join/#brlcad teepee] (bc5c2134@gateway/web/freenode/ip.188.92.33.52)
10:07.06 *** join/#brlcad amarjeet (~amarjeet@202.164.53.117)
11:32.14 *** join/#brlcad merzo_ (~merzo@217.76.202.155)
11:38.08 *** join/#brlcad skat00sh (uid103741@gateway/web/irccloud.com/x-rhjgudsahflowvwc)
11:54.40 *** join/#brlcad asad_ (~asad00@host10-2.natpool.mwn.de)
11:58.07 asad_ hi can anyone point me to some documentation about interfacing librt with libdm?
11:58.27 asad_ or how .g file is passed onto librt
12:13.14 tandoorichick Stragus: the libstdc++6 library seems to be installed already..
12:17.26 ``Erik tandoorichick: maybe check if the header files actually exist and look sane, make sure the compiler versions match if they're stashed in a version specific directory... maybe make a tiny 'hello world' type test program to see if the compiler works right (could even be that CMake thinks it's a C file and the compiler invocation is wrong?)
12:18.27 ``Erik #include <iostream>\n#include <vector>\nint main(){return 0;}
12:18.40 ``Erik just to test the precompiler...
12:20.27 tandoorichick yeah, i think it's something to do with CMake, since the module on its own compiles just fine..
12:21.10 tandoorichick does that mean something? "the module on its own compiles just fine.."
12:47.38 ``Erik "module"? if you can compile c++ programs with the vector header and the file won't compile, hm... it could be that it is and should be a C file and you're trying to put c++ in it? what file is causing the issues? (does it end in .c ?)
12:47.53 *** join/#brlcad Notify (~notify@104.225.5.10)
12:48.36 tandoorichick the meah healing module i meant. ive put it in the libanalyze directory. yes its a .c file
12:48.46 tandoorichick mesh*
12:51.57 ``Erik that'd be it, .c means C, not C++ :) if you want to use c++, you'll need to rename the file to have a c++ extension (.c++, .cxx, .cc, .cpp) and make sure there are no language conflict issues (like the subtle differences in static handling between the two). Might be better to stick with straight ansi C or to create a new .cxx file with your c++ bits and expose an ansi C interface to be used from the origina
12:52.03 ``Erik l .c file
13:12.47 tandoorichick i think i misunderstood your earlier question. in a C file, i included a header file (with the C++ headers). so a .h file.. sorry
13:26.30 *** join/#brlcad amarjeet (~amarjeet@101.214.56.125)
13:42.41 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
13:45.30 *** join/#brlcad amarjeet (~amarjeet@101.216.62.68)
13:54.54 *** join/#brlcad Mathnerd314 (~quassel@supertux/Mathnerd314)
14:00.01 *** join/#brlcad tandoorichick (~Thunderbi@61.3.211.205)
14:16.41 *** join/#brlcad yorik (~yorik@191.17.143.25)
14:24.11 *** join/#brlcad tandoorichick (~Thunderbi@61.3.211.205)
14:28.41 tandoorichick how to make the compiler treat the .h files in a directory as c++ headers?
14:55.18 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
16:01.17 *** join/#brlcad Mandeep_Singh (~mandeep@45.127.79.228)
16:11.05 *** join/#brlcad asad_ (~asad00@host10-2.natpool.mwn.de)
16:25.11 *** join/#brlcad amarjeet (~amarjeet@101.216.62.68)
16:35.26 *** join/#brlcad tandoorichick (~Thunderbi@117.233.251.135)
16:48.38 *** join/#brlcad tandoorichick (~Thunderbi@61.3.214.161)
16:56.37 Notify 03BRL-CAD:vasco_costa * 68133 (brlcad/trunk/src/librt/CMakeLists.txt brlcad/trunk/src/librt/librt_private.h and 4 others): apply sf patch #446 from Param Hanji which implements part evaluation in opencl (with some changes by me).

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.