00:10.42 |
brlcad |
starseeker: yes, it is |
00:10.58 |
brlcad |
0/NULL/-1 trigger as well as !=
magic |
00:12.39 |
Notify |
03BRL-CAD:brlcad * 55497
(brlcad/trunk/src/adrt/isst_tcltk.c brlcad/trunk/src/adrt/load_g.c
and 50 others): utilize the new DB_OPEN_READONLY and
DB_OPEN_READWRITE instead of hard-coded constants, so we can change
them down the road if needed |
00:13.33 |
brlcad |
jasleen: there is tons of documentation in
numerous plaes for different purposes |
00:14.21 |
brlcad |
also, it might seem like a lot to you, but
libdm really does not have "many files" |
00:14.55 |
brlcad |
each individual dm interface type is one file,
the rest is in about a dozen files |
00:15.49 |
brlcad |
you may want to look at the debug dm interface
that one of the other gsoc candidates put together to see if that
helps your understanding |
00:15.56 |
brlcad |
it's in our patches tracker |
00:51.16 |
starseeker |
brlcad: yeah, that's what I thought - means
clang's static analyzer isn't going to have much of a signal/noise
ratio for us at the moment |
01:34.16 |
brlcad |
starseeker:
-DBRLCAD_ENABLE_RUNTIME_DEBUG=NO |
01:38.03 |
Notify |
03BRL-CAD:brlcad * 55498 brlcad/trunk/TODO:
one of our primary customers needs this asap |
01:40.04 |
starseeker |
brlcad: hmm. worth trying |
02:16.50 |
Notify |
03BRL-CAD:brlcad * 55499
(brlcad/trunk/src/conv/intaval/glob.h
brlcad/trunk/src/conv/intaval/read_dra.cpp
brlcad/trunk/src/conv/intaval/write_brl.cpp): revert/redo r55494
because there was a reason: the logical grouping of that data.
moreover, the commit changed the semantic of the pt field (which
wasn't affiliated with the bot) data. instead of flattening the
structure, address what the clang warning was probably |
02:16.52 |
Notify |
about -- that (if memory serves) the c++ std
does not actually define anonymous structs (only anonymous unions).
fix is easy, just give it a name. |
02:26.03 |
Notify |
03BRL-CAD:brlcad * 55500
brlcad/trunk/src/proc-db/brep_simple.cpp: ws/indent cleanup, mark
usage func static |
02:34.52 |
Notify |
03BRL-CAD:brlcad * 55501
(brlcad/trunk/src/proc-db/brep_cube.cpp
brlcad/trunk/src/proc-db/brepintersect.cpp and 2 others):
ws/indent, static usage |
02:41.51 |
Notify |
03BRL-CAD:brlcad * 55502
(brlcad/trunk/src/proc-db/clutter.c
brlcad/trunk/src/proc-db/common.c and 25 others): ws |
02:44.03 |
Notify |
03BRL-CAD:brlcad * 55503
brlcad/trunk/src/proc-db/bottest.c: static usage func |
03:59.58 |
*** join/#brlcad jasleen
(~chatzilla@117.253.225.97) |
05:33.43 |
*** join/#brlcad priyanka_
(~priyanka@118.102.186.30) |
05:44.29 |
*** join/#brlcad jasleen
(~chatzilla@117.255.246.69) |
05:59.28 |
*** join/#brlcad kesha
(~kesha@49.248.244.124) |
06:03.18 |
Notify |
03BRL-CAD Wiki:KeshaSShah * 5285
/wiki/User:KeshaSShah/GSoC13/Reports: |
07:17.11 |
*** join/#brlcad caen23
(~caen23@92.81.188.36) |
07:41.55 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-138-1.skif.com.ua) |
08:20.33 |
Notify |
03BRL-CAD Wiki:Phoenix * 5286
/wiki/User:Phoenix/GSoc2013/Proposal: /* Reporting the
intersections (API designing) */ |
08:23.46 |
*** join/#brlcad zero_level
(0e8b5206@gateway/web/freenode/ip.14.139.82.6) |
08:26.47 |
Notify |
03BRL-CAD Wiki:Phoenix * 5287
/wiki/User:Phoenix/GSoc2013/Proposal: /* Computing P/P, P/C, P/S,
C/C, C/S intersections */ |
08:35.06 |
Notify |
03BRL-CAD Wiki:Phoenix * 5288
/wiki/User:Phoenix/GSoc2013/Proposal: /* Keeping track of the
uncertainty intransitivity */ |
08:41.03 |
Notify |
03BRL-CAD Wiki:Phoenix * 5289
/wiki/User:Phoenix/GSoc2013/Proposal: /* Things I have done this
year */ |
08:48.14 |
*** join/#brlcad kesha
(~kesha@49.248.244.124) |
08:50.26 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-138-1.skif.com.ua) |
08:57.18 |
*** join/#brlcad kesha_
(~kesha@49.248.244.124) |
09:18.00 |
jasleen |
mged display manager interface provides
two |
09:18.02 |
jasleen |
styles of interface: immediate mode and
display list mode. |
09:18.49 |
jasleen |
can anyone tell about these modes? |
09:19.57 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-138-1.skif.com.ua) |
09:45.15 |
*** join/#brlcad vladbogo
(~vlad@188.25.237.147) |
10:11.23 |
Notify |
03BRL-CAD Wiki:Level zero * 5290
/wiki/User:Level_zero/GSOC13/Refinements: |
10:12.40 |
Notify |
03BRL-CAD Wiki:Level zero * 5291
/wiki/User:Level_zero/GSOC13/Refinements: /* Feasibility
*/ |
10:25.25 |
Notify |
03BRL-CAD Wiki:Level zero * 5292
/wiki/User:Level_zero/GSOC13/Refinements: /* Feasibility
*/ |
10:36.31 |
*** join/#brlcad caen23
(~caen23@92.85.89.41) |
10:45.56 |
*** join/#brlcad ajQD
(~ajQD@gateway/tor-sasl/ajqd) |
11:10.16 |
brlcad |
jasleen: what would you like to know about
them? |
11:20.55 |
jasleen |
brlcad: I am exploring DM's functionality.
What these do? |
11:29.36 |
jasleen |
brlcad: making a cross platform Framebuffer
is another gsoc project. In idea list of my project, it is written
to embedd framebuffer window in it. Is this a part of my
project. |
11:30.29 |
jasleen |
because this will be done when someone make
new cross platform framebuffer window. |
11:31.56 |
brlcad |
jasleen: I understand why you're asking, it's
just your question is rather vague |
11:32.27 |
brlcad |
I could explain various aspects of them for
hours and not really help you or maybe help you |
11:32.50 |
brlcad |
ask something specific you'd like to know
about them, what do you not understand? |
11:33.17 |
brlcad |
but right now got to run, back in a couple
hours |
11:33.30 |
jasleen |
ok |
11:37.46 |
*** join/#brlcad priyanka
(~priyanka@118.102.186.30) |
12:19.40 |
Notify |
03BRL-CAD Wiki:KeshaSShah * 5293
/wiki/User:KeshaSShah/GSoC13/Priority2: |
12:20.03 |
Notify |
03BRL-CAD Wiki:Level zero * 5294
/wiki/User:Level_zero/proposal: /* July 16 - Sep 2 [~7 Week]
*/ |
12:22.36 |
Notify |
03BRL-CAD Wiki:Level zero * 0
/wiki/User:Level_zero/GSOC13/Refinements: |
12:25.04 |
Notify |
03BRL-CAD Wiki:Level zero * 5297
/wiki/User:Level_zero/proposal: /* July 16 - Sep 2 [~7 Week]
*/ |
12:28.32 |
Notify |
03BRL-CAD Wiki:Level zero * 5298
/wiki/User:Level_zero/proposal: /*Time Line Editted*/ |
12:29.55 |
Notify |
03BRL-CAD Wiki:Level zero * 5299
/wiki/User:Level_zero/proposal: /* Categories of Image Processing
Functions */ |
12:30.48 |
Notify |
03BRL-CAD Wiki:Level zero * 5300
/wiki/User:Level_zero/proposal: /* After Application Deadline
*/ |
12:39.05 |
*** join/#brlcad kesha_
(~kesha@49.202.239.237) |
13:03.06 |
*** join/#brlcad caen23
(~caen23@92.81.175.3) |
13:34.26 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-138-1.skif.com.ua) |
13:44.48 |
*** join/#brlcad zero_level
(0e8b5206@gateway/web/freenode/ip.14.139.82.6) |
14:50.20 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-138-1.skif.com.ua) |
15:05.53 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-138-1.skif.com.ua) |
16:09.28 |
*** join/#brlcad merzo
(~merzo@user-94-45-58-138-1.skif.com.ua) |
16:09.51 |
*** join/#brlcad caen23
(~caen23@92.81.167.201) |
19:37.41 |
*** join/#brlcad priyanka
(~priyanka@118.102.186.30) |
19:45.13 |
*** join/#brlcad caen23
(~caen23@92.81.210.33) |
20:52.23 |
*** join/#brlcad hsrai
(~hsrai@202.164.53.116) |
20:52.29 |
*** join/#brlcad avneet
(~avneet@202.164.53.122) |
23:57.21 |
starseeker |
mutter |
23:57.45 |
starseeker |
gets BRL-CAD checked out on
ReactOS, but can't seem to get a good compiler
setup |