01:43.28 |
CIA-124 |
BRL-CAD: 03starseeker * r50442
10/brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake: If we're using
MATCHES (and we need to here) make sure + chracters don't cause
issues. |
02:31.18 |
CIA-124 |
BRL-CAD: 03starseeker * r50443
10/brlcad/trunk/src/libged/simulate/simutils.c: Initialize to
VINIT_ZERO |
05:01.19 |
*** join/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
05:11.00 |
*** part/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
05:20.04 |
*** join/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
05:33.13 |
*** part/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
06:29.00 |
*** join/#brlcad stas
(~stas@188.24.35.114) |
06:47.50 |
*** join/#brlcad cristina
(~cristina@188.24.65.199) |
07:33.38 |
*** join/#brlcad d_rossberg
(~rossberg@BZ.BZFLAG.BZ) |
08:25.50 |
*** join/#brlcad stas
(~stas@82.208.133.12) |
09:15.06 |
*** join/#brlcad DarkCalf
(DC@173.231.40.98) |
10:20.48 |
*** join/#brlcad cristina
(~cristina@188.24.65.199) |
11:48.20 |
*** join/#brlcad jordisayol
(~jordisayo@unaffiliated/jordisayol) |
11:51.32 |
*** join/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
12:10.26 |
starseeker |
getting warnings in edsol.c: http://pastebin.mozilla.org/1616466 |
12:11.00 |
starseeker |
not sure what the correct initialization for
new_pt is, since it looks like it may get used regardless at the
end of some of those routines... |
12:23.03 |
d_rossberg |
... new_pt = {0}; |
12:32.04 |
``Erik |
or follow the decl with VSETALL(new_pt,
0); |
12:34.23 |
``Erik |
I'd imagine that's a compiler bug triggering
that, the if/else soup should either set it or exist the case
block |
13:08.19 |
starseeker |
but should new_pt be zero, or
MAX_INT? |
13:11.26 |
d_rossberg |
it doesn't matter, it's only to quell the
warning |
13:12.00 |
d_rossberg |
i would prefer the 0 |
13:12.57 |
d_rossberg |
it is what one would expect for an untouched
variable |
13:38.36 |
*** join/#brlcad kane_
(~Mesut@e182060008.adsl.alicedsl.de) |
14:13.15 |
*** part/#brlcad ksuzee
(~ksuzee91@46.149.82.166) |
14:18.58 |
Stattrav |
So I can't upload any file onto the wiki eh ?
Was trying to upload the log file. Eitherway, dont really need to
do that. |
14:26.17 |
Stattrav |
why does cmake look for STDCXX libs
? |
14:31.13 |
CIA-124 |
BRL-CAD: 03Stattrav 07http://brlcad.org * r3558
10/wiki/User:Stattrav/GSoC2012_log: Log of what I've done on 4rth
May 2012. |
14:32.58 |
CIA-124 |
BRL-CAD: 03Stattrav 07http://brlcad.org * r3559
10/wiki/User:Stattrav/GSoC2012_log: |
14:42.11 |
CIA-124 |
BRL-CAD: 03Stattrav 07http://brlcad.org * r3560
10/wiki/User:Stattrav: Made necessary changes as asked by hsrai and
a few edits to roadmap table to indicate things I am currently
working on. |
15:00.26 |
CIA-124 |
BRL-CAD: 03Stattrav 07http://brlcad.org * r3561
10/wiki/User:Stattrav: Added the abstract for the benchmark
performance database project. |
15:22.05 |
``Erik |
how ya mean, stattrav? |
15:29.40 |
starseeker |
he's probably talking about the thing we added
yesterday - brlcad was building in some environment where the C++
builds needed libstdc++ explicitly added to the linking |
15:31.53 |
``Erik |
there're environments where it doesn't?
:D |
15:32.57 |
``Erik |
("g++ -o mybin myobj.o" explicitely adds
libstdc++ to the ld call, gcc -o mybin myobj.o would fail on
missing symbols, iirc) |
15:33.33 |
Stattrav |
aah |
15:33.51 |
Stattrav |
yeah I was compiling with the latest
update |
16:10.47 |
*** join/#brlcad jordisayol
(~jordisayo@unaffiliated/jordisayol) |
16:55.56 |
CIA-124 |
BRL-CAD: 03starseeker * r50444
10/brlcad/trunk/regress/comgeom.sh: Need to quote paths in comgeom
regression |
17:19.54 |
starseeker |
hmm - getting a crash (release configurations
only): http://pastebin.mozilla.org/1616906 |
17:38.14 |
``Erik |
neat, you should fix that |
17:53.57 |
CIA-124 |
BRL-CAD: 03Ksuzee 07http://brlcad.org * r3562
10/wiki/User:Ksuzee/Reports: |
18:32.40 |
CIA-124 |
BRL-CAD: 03bob1961 * r50445
10/brlcad/trunk/src/libbu/argv.c: Added support for escaping double
quotes in bu_argv_from_string(). This is necessary for feeding
strings to bu_struct_parse() and fixes rtedge (i.e. couldn't
specify more than one occlusion object). |
18:37.38 |
CIA-124 |
BRL-CAD: 03bob1961 * r50446
10/brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk: Rtwizard
mods to use /dev/oglsp and /dev/wglsp (i.e. single buffering and
private memory). |
18:40.39 |
CIA-124 |
BRL-CAD: 03bob1961 * r50447
10/brlcad/trunk/src/tclscripts/rtwizard/lib/PictureTypeBase.itcl:
PictureTypeBase::rtedgeCmd needs backslashes and double quotes
around the occlusion objects being passed in to rtedge. |
18:57.40 |
*** join/#brlcad anuragmurty
(~anurag@14.139.128.12) |
19:32.58 |
anuragmurty |
hi! i have a minor doubt |
19:33.49 |
anuragmurty |
regarding bugfixes and patches |
19:34.02 |
anuragmurty |
Can someone please help? |
19:45.13 |
*** join/#brlcad merzo
(~merzo@145-10-132-95.pool.ukrtel.net) |
20:08.00 |
*** join/#brlcad ksuzee
(~ksuzee91@46.149.81.166) |
21:22.41 |
*** part/#brlcad ksuzee
(~ksuzee91@46.149.81.166) |
21:23.56 |
*** join/#brlcad ksuzee
(~ksuzee91@46.149.81.166) |
21:32.12 |
*** part/#brlcad ksuzee
(~ksuzee91@46.149.81.166) |
21:54.45 |
crdueck |
anuragmurty: what's your question? |
21:55.23 |
crdueck |
ah whoops, he's long gone... |
21:56.28 |
cristina |
crdueck: he wanted to know what is the
'process' for choosing a bug to work on, submitting patches and
reviewing them |
21:57.31 |
*** join/#brlcad markpictor
(~Mark@99-93-104-202.lightspeed.iplsin.sbcglobal.net) |
21:58.59 |
crdueck |
cristina: ah thanks, i didnt even notice his
2-hour old timestamp |
21:59.50 |
cristina |
maybe it was a bad timing :) |
22:56.58 |
CIA-124 |
BRL-CAD: 03Tbrowder 07http://brlcad.org * r3563
10/wiki/Google_Summer_of_Code: /* [[Google_Summer_of_Code/2012|GSoC
2012]] */ |
23:16.32 |
CIA-124 |
BRL-CAD: 03starseeker * r50448
10/brlcad/trunk/src/mged/edsol.c: Initialize new_pt instances in
edsol.c |