00:55.04 |
Notify |
03BRL-CAD:brlcad * 54547
brlcad/trunk/include/solid.h: call bu_calloc() instead of BU_GET()
since the caller doesn't know. |
01:55.34 |
*** join/#brlcad merzo
(~merzo@9-33-133-95.pool.ukrtel.net) |
02:53.58 |
Notify |
03BRL-CAD:brlcad * 54548
brlcad/trunk/src/adrt/load_g.c: note that this memory doesn't
seem(?) to be released |
02:56.33 |
Notify |
03BRL-CAD:brlcad * 54549
brlcad/trunk/src/librt/comb/comb.c: call malloc instead of get for
now since the latter needs to be paired with BU_PUT calls |
03:05.41 |
Notify |
03BRL-CAD:brlcad * 54550
brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c: NMG allocations
are wrapped in get/put allocations, so release with put, not with
bu_free |
05:19.15 |
Notify |
03BRL-CAD:brlcad * 54551
brlcad/trunk/include/bu.h: expand docs on how BU_GET()+BU_PUT() are
supposed to be used, add new BU_ALLOC() convenience macro that
basically is the same as the old BU_GETSTRUCT() macro without being
specific to structs -- it just saves some of the typing repetition
when allocating a single struct. most of the existing BU_GET()
calls will get converted to BU_ALLOC() unless a BU_PUT()
pairing |
05:19.16 |
Notify |
is obvious/trivial or if it's
performance-critical code. |
05:23.15 |
Notify |
03BRL-CAD:brlcad * 54552
brlcad/trunk/src/librt/wdb.c: call BU_ALLOC() instead of BU_GET()
since this is a pretty big/infrequently allocated
structure |
05:36.53 |
Notify |
03BRL-CAD:brlcad * 54553
brlcad/trunk/src/adrt/load_g.c: gah, fix trailing quote comment
typo |
06:27.27 |
Notify |
03BRL-CAD:brlcad * 54554
brlcad/trunk/Makefile.am: enable the png build all the time for
distcheck since it's now off even with enable-all |
06:28.08 |
Notify |
03BRL-CAD:brlcad * 54555
brlcad/trunk/misc/CMake/distcheck_autotools.cmake.in: ditto, add
enable-png-build to distcheck-all target since it's no longer
default |
17:56.01 |
Notify |
03BRL-CAD:r_weiss * 54556
brlcad/trunk/src/libged/analyze.c: Fixed ADD_PT macro in libged
"analyze.c". This prevents a seg fault when running analyze on an
ARB8. |
18:31.56 |
Notify |
03BRL-CAD:n_reed * 54557
brlcad/trunk/src/other/libvds/build.c: disable calculation of node
bounds |
18:35.39 |
Notify |
03BRL-CAD:n_reed * 54558
brlcad/trunk/src/librt/primitives/tgc/tgc.c: handle recs specially
to reduce calls to cos/sin |
19:01.49 |
Notify |
03BRL-CAD:brlcad * 54559
brlcad/trunk/src/librt/cut.c: pair BU_PUT with BU_GET for cut
nodes |
21:02.09 |
*** join/#brlcad joevano
(~joevano@bzflag/developer/JoeVano) |
21:02.38 |
*** part/#brlcad joevano
(~joevano@bzflag/developer/JoeVano) |