IRC log for #brlcad on 20170824

03:06.42 Notify 03BRL-CAD:starseeker * 70114 brlcad/trunk/doc/README.Solaris: Add a few notes about OpenIndiana
03:25.16 starseeker if anyone's curious, here's what currently happens building on OpenIndiana Hipster with gcc7: http://brlcad.org/~starseeker/openindiana_log.html
03:41.34 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:21.05 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:21.49 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:22.39 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:23.28 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:24.13 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:25.03 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
04:25.50 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
05:21.42 Notify 03BRL-CAD:brlcad * 70115 brlcad/trunk/src/librt/primitives/annot/annot.c: initialize points before use
05:37.15 Notify 03BRL-CAD:brlcad * 70116 (brlcad/trunk/src/librt/primitives/arb8/arb8.c brlcad/trunk/src/librt/primitives/bot/bot.c and 8 others): slew of object callback cleanup to get the right signatures. converted table.c to table.cpp in order for the ON_Brep param on the brep callback to not be an aliasing mismatch during link time optimization. eliminated resp from a few stray import/export functions.
08:08.33 *** join/#brlcad teepee (~teepee@unaffiliated/teepee)
10:05.25 *** join/#brlcad Caterpillar2 (~caterpill@unaffiliated/caterpillar)
10:56.52 *** join/#brlcad Caterpillar2 (~caterpill@unaffiliated/caterpillar)
11:33.55 *** join/#brlcad teepee] (bc5c2133@gateway/web/freenode/ip.188.92.33.51)
11:44.25 *** join/#brlcad merzo (~merzo@91.232.128.68)
11:54.02 Notify 03BRL-CAD:brlcad * 70117 (brlcad/trunk/include/bu/malloc.h brlcad/trunk/src/libbu/globals.c brlcad/trunk/src/libbu/malloc.c): probably short-lived, but track free calls too. also semaphore-protect the counter incrementing.
11:55.12 Notify 03BRL-CAD:brlcad * 70118 brlcad/trunk/src/nirt/if.c: fill out the incomplete sig
11:56.41 Notify 03BRL-CAD:brlcad * 70119 brlcad/trunk/src/librt/CMakeLists.txt: renamed table.c to table.cpp
12:47.59 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
13:14.10 brlcad alrighty! finally got full link-time optimization working across the whole build
13:26.20 Notify 03BRL-CAD:brlcad * 70120 (brlcad/trunk/src/conv/comgeom/region.c brlcad/trunk/src/conv/comgeom/solid.c and 47 others): slew of changes in support of link-time optimization. uninitialized data access, dead code, aliasing due to incorrect types, and a big reworking of the rtuif applications. they should now be back to defining the right modes (RTSRV and RT_MULTISPECTRAL) and linking the right objects in rttherm,
13:26.22 Notify remrt/rtsrv, and all the other rt apps.
13:26.24 Notify ...
13:59.59 Notify 03BRL-CAD:Jbehning11B * 0 /wiki/User:Jbehning11B:
14:18.18 Notify 03BRL-CAD:brlcad * 70121 (brlcad/trunk/include/bu/cv.h brlcad/trunk/src/libbu/convert.c brlcad/trunk/src/libbu/parse.c): the cv header doesn't actually use CHAR_MAX, but the implementation does need limits.h
14:18.47 Notify 03BRL-CAD:brlcad * 70122 brlcad/trunk/include/bu/bitv.h: we do want to make sure we have CHAR_BIT for the bu_bitv_shift optimization
14:42.50 *** join/#brlcad archivist (~archivist@host81-149-189-98.in-addr.btopenworld.com)
16:12.16 Notify 03BRL-CAD:starseeker * 70123 brlcad/trunk/src/libgcv/plugins/gdal/gdal.cpp: We'll need to be able to project data... start working on figuring out how to do that.
16:56.46 Notify 03BRL-CAD:starseeker * 70124 brlcad/trunk/src/libgcv/plugins/gdal/gdal.cpp: fix comment
18:34.16 *** join/#brlcad LordOfBikes (~armin@dslb-178-007-228-170.178.007.pools.vodafone-ip.de)
18:49.34 brlcad starseeker: noticed that Wno-c11-extensions seems to pass flag testing erroneously -- have you looked into that or seen it?
18:51.04 brlcad er, or maybe that -Wno-c++11-extensions isn't a valid linker flag? maybe that
19:36.49 Notify 03BRL-CAD:starseeker * 70125 brlcad/trunk/src/libgcv/plugins/gdal/gdal.cpp: Not working correctly yet - checkpoint work on enabling UTM transformation.
20:10.33 *** join/#brlcad yorik (~yorik@2804:431:f721:b1bc:290:f5ff:fedc:3bb2)
21:14.23 Notify 03BRL-CAD:starseeker * 70126 brlcad/trunk/src/libgcv/plugins/gdal/gdal.cpp: need to do some testing with pre-transform I/O... probably multiple errors in here...
22:00.42 *** join/#brlcad teepee (~teepee@unaffiliated/teepee)
22:10.07 starseeker brlcad: I've seen it and tried to dig into it - it's a clang flag, but gcc doesn't reliably complain about it on a simple test case
22:10.35 starseeker it's only more complicated cases that cause the problem - I havn't been able to nail down a configure-time test that will detect the issue
22:12.17 Notify 03BRL-CAD:starseeker * 70127 (brlcad/trunk/include/ged/objects.h brlcad/trunk/src/libged/CMakeLists.txt and 4 others): Stub in a dsp command for down-and-dirty work with dsp objects.
22:12.39 starseeker oh confound it - dbconcat doesn't seem to preserve binunif objects????
22:12.49 starseeker arrgh
22:13.08 starseeker alright, enough for one day
22:40.41 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)

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