00:05.08 |
*** join/#brlcad
qrilyvlrlfdsjsby
(~armin@dslb-094-216-160-099.094.216.pools.vodafone-ip.de) |
00:18.48 |
*** join/#brlcad infobot
(ibot@208.53.50.136) |
00:18.48 |
*** topic/#brlcad is BRL-CAD
and open source CAx discussion ! Also @ http://brlcad.zulipchat.com !
Logs @ http://infobot.rikers.org/%23brlcad/ |
02:11.33 |
starseeker |
brlcad: so geval won't work on Windows
currently? |
02:41.29 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10688
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 5 */ |
02:44.34 |
brlcad |
starseeker: untested, but it should
work |
02:51.56 |
starseeker |
am I misunderstanding the comment in 71087
about calling code and what it should do? that seemed at first
glance to suggest the current casting trick wouldn't be appropriate
for the windows api... |
04:15.08 |
*** join/#brlcad brlcad
(~sean@104.225.5.10) |
05:28.40 |
*** join/#brlcad kintel_
(~kintel@unaffiliated/kintel) |
09:20.28 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
09:24.01 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
12:22.57 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
12:25.15 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
12:27.10 |
brlcad |
starseeker: sorry, I guess I worded that
weird. the casting will work everywhere. I don't think there has
ever existed a desktop platform where they're not one in the same
-- the point about wraping "other implementations" is that in a
strict sense there could come into existence some platform where
they're not the same (despite no such thing currently or likely
ever existing) |
12:34.06 |
brlcad |
i.e., a platform that has a dynamic lookup
that is not posix dlsym and where the pointers could be different
-- like windows api, except they *are* the same on windows -- it's
only in a theoretical sense, we should treat symbols as data if
we're going to return a void*. |
13:23.05 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
13:23.55 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
13:24.45 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
13:25.30 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
13:26.20 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
13:27.10 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
13:56.15 |
*** join/#brlcad yorik
(~yorik@2804:431:f721:b27f:290:f5ff:fedc:3bb2) |
14:02.46 |
*** join/#brlcad Stragus
(~alexis@modemcable198.134-161-184.mc.videotron.ca) |
14:20.38 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
14:40.29 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
18:08.45 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10689
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 5 */ |
19:59.15 |
*** join/#brlcad witness_
(uid10044@gateway/web/irccloud.com/x-xnffkzlqadgordek) |
20:34.29 |
Notify |
03BRL-CAD:brlcad * 71089
brlcad/trunk/src/librt/primitives/brep/brep.cpp: refactor the two
identical serialization chunks from export5() and get(). add a call
to ON_Layer::Default(). valgrind still reports 8 bytes written
uninit'd. |