Difference between revisions of "User:Bhollister/DevLogJuly2015"
From BRL-CAD
Bhollister (talk | contribs) (Created page with "__FORCETOC__ ---- = Wed, July 1, 2015: '''''Week 6 (of 14)''''' = = Thurs, July 2, 2015 = = Fri, July 3, 2015 = = Sat, July 4, 2015 = = Sun, July 5, 2015 = = Mon, July ...") |
Bhollister (talk | contribs) (→Wed, July 1, 2015: Week 6 (of 14)) |
||
Line 4: | Line 4: | ||
= Wed, July 1, 2015: '''''Week 6 (of 14)''''' = | = Wed, July 1, 2015: '''''Week 6 (of 14)''''' = | ||
+ | |||
+ | * [https://github.com/behollis/brlcad-svn-rev65072-gsoc2015/commit/d29dbe2491598d5b0f4a44e7c3e1cd9d82d29d80?diff=split commit #1]: filling out vertex info with structures to avoid errors with incomplete data structures | ||
+ | * getting crash in nmg_mvu on line 365: BU_LIST_APPEND(...); need to investigate. | ||
+ | * use case for above: 'make modelname nmg', then 'nmg cmface modelname coords' | ||
+ | * rechecked patch https://sourceforge.net/p/brlcad/patches/387/ | ||
+ | * verified by compiling with STRICT enabled. posted build.log to sourceforge. | ||
+ | * problems with compilation apparently not associated with changes. builds fine with STRICT disabled. | ||
= Thurs, July 2, 2015 = | = Thurs, July 2, 2015 = |
Revision as of 19:49, 1 July 2015
Contents
- 1 Wed, July 1, 2015: Week 6 (of 14)
- 2 Thurs, July 2, 2015
- 3 Fri, July 3, 2015
- 4 Sat, July 4, 2015
- 5 Sun, July 5, 2015
- 6 Mon, July 6, 2015: Start of Week 7 (of 14)
- 7 Tues, July 7, 2015
- 8 Wed, July 8, 2015
- 9 Thurs, July 9, 2015
- 10 Fri, July 10, 2015
- 11 Sat, July 11, 2015
- 12 Sun, July 12, 2015
- 13 Mon, July 13, 2015: Start of Week 8 (of 14)
- 14 Tues, July 14, 2015
- 15 Wed, July 15, 2015
- 16 Thurs, July 16, 2015
- 17 Fri, July 17, 2015
- 18 Sat, July 18, 2015
- 19 Sun, July 19, 2015
- 20 Mon, July 20, 2015: Start of Week 9 (of 14)
- 21 Tues, July 21, 2015
- 22 Wed, July 22, 2015
- 23 Thurs, July 23, 2015
- 24 Fri, July 24, 2015
- 25 Sat, July 25, 2015
- 26 Sun, July 26, 2015
- 27 Mon, July 27, 2015: Start of Week 10 (of 14)
- 28 Tues, July 28, 2015
- 29 Wed, July 29, 2015
- 30 Thurs, July 30, 2015
- 31 Fri, July 31, 2015
Wed, July 1, 2015: Week 6 (of 14)
- commit #1: filling out vertex info with structures to avoid errors with incomplete data structures
- getting crash in nmg_mvu on line 365: BU_LIST_APPEND(...); need to investigate.
- use case for above: 'make modelname nmg', then 'nmg cmface modelname coords'
- rechecked patch https://sourceforge.net/p/brlcad/patches/387/
- verified by compiling with STRICT enabled. posted build.log to sourceforge.
- problems with compilation apparently not associated with changes. builds fine with STRICT disabled.