00:56.23 |
Notify |
03GCI:Jacob B * 5879176049459200 Make new
coverage build flag behave: Ready for review - The work on this
task is ready to be reviewed. |
01:14.12 |
Notify |
03GCI:Alex * 6304634838712320 Write a manual
page for MGED's ''brep'' command: more time please - Please could
i have some more time on this task, i think i know what to do now
and am currently on... |
01:42.32 |
Notify |
03GCI:Alex * 6304634838712320 Write a manual
page for MGED's ''brep'' command: extending time - Currently i
have just entered the 'svn co' command to the trunk link of the
repository (with... |
01:43.37 |
Notify |
03GCI:Alex * 6304634838712320 Write a manual
page for MGED's ''brep'' command: Ready for review - The work on
this task is ready to be reviewed. |
02:40.45 |
Notify |
03GCI:Sean * 6304634838712320 Write a manual
page for MGED's ''brep'' command: Deadline extended - The deadline
of the task has been extended with 2 days and 0 hours. |
02:44.11 |
Notify |
03GCI:Sean * 6304634838712320 Write a manual
page for MGED's ''brep'' command: cmakelists.txt - Did you read
the CMakeLists.txt file? It should be somewhat obvious if you read
through and just... |
02:44.21 |
Notify |
03GCI:Sean * 6304634838712320 Write a manual
page for MGED's ''brep'' command: Task Needs More Work - One of the
mentors has sent this task back for more work. Talk to the
mentor(s) assigned to this... |
02:47.36 |
Notify |
03GCI:Sean * 5879176049459200 Make new
coverage build flag behave: Task Closed - Congratulations, this
task has been completed successfully. |
02:53.17 |
Notify |
03GCI:Sean * 5879176049459200 Make new
coverage build flag behave
http://www.google-melange.com/gci/task/view/google/gci2013/5879176049459200:
good but still incomplete Jacob, this is better
but... |
02:54.51 |
Notify |
03BRL-CAD:brlcad * 58926
brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake: tie the
coverage flags to the -ftest-coverage flag for portability safety.
this applies maths22's gci patch (http://www.google-melange.com/gci/task/view/google/gci2013/5879176049459200). |
02:59.35 |
maths22 |
brlcad: --coverage implies both
-ftest-coverage and -fprofile-arcs |
03:00.02 |
maths22 |
I don't think check_c_flag -coverage worked,
but I will check now |
03:02.22 |
maths22 |
It fails because the linker is not passed the
necessary flags |
03:02.39 |
maths22 |
(specifically either --coverage or
-fprofile-arcs) |
03:03.21 |
maths22 |
whois gcibot |
03:03.30 |
maths22 |
oops |
03:05.25 |
*** join/#brlcad Palindrome
(~Palindrom@adsl-108-129-79-156.aby.bellsouth.net) |
03:07.49 |
Notify |
03GCI:Jacob B * 5385202599723008 Implement a
centroid function for gridded volumes (VOL): Task Claimed - I would
like to work on this task. |
03:09.06 |
maths22 |
I'm looking forward to this task: it's kind of
diffërent |
03:10.55 |
Notify |
03GCI:Sean * 5385202599723008 Implement a
centroid function for gridded volumes (VOL): Task Assigned - This
task has been assigned to Jacob B. You have 72 hours to complete
this task, good luck! |
03:11.25 |
brlcad |
we'll get the coverages flags sorted out --
you got the most important part -- the report ;) |
03:11.43 |
brlcad |
nice to see you working more directly with the
code |
03:12.19 |
brlcad |
if you want to try something simple after the
centroid task, you could try one of the new code reduction
flags |
03:12.32 |
brlcad |
just added about 70 new tasks today |
03:13.35 |
Notify |
03GCI:Andromeda Galaxy * 5833138295013376 Fix
permuted vertex lists from g-iges+iges-g: Ready for review - The
work on this task is ready to be reviewed. |
03:14.30 |
maths22 |
I will have to look |
03:15.41 |
maths22 |
in a vol primative, is each "square" either on
or off, or are there multiple values corresponding to different
"densities |
03:15.50 |
Notify |
03GCI:Andromeda Galaxy * 5833138295013376 Fix
permuted vertex lists from g-iges+iges-g: Planned work done, but
still errors - Hi, The diff that I uploaded fixes the error
looked at in the first... |
03:15.54 |
maths22 |
also, what units are the cubes in vol
primatives |
03:16.25 |
Notify |
03GCI:Sean * 5833138295013376 Fix permuted
vertex lists from g-iges+iges-g: Task Closed - Congratulations,
this task has been completed successfully. |
03:18.55 |
Notify |
03GCI:Sean * 5833138295013376 Fix permuted
vertex lists from g-iges+iges-g: your analysis - Andromeda, can't
really say whether your analysis is correct or not and we'll not
have time to dig into a... |
03:24.15 |
brlcad |
relevant:
http://www.google-melange.com/gci/task/view/google/gci2013/5779197263872000 |
03:24.16 |
gcibot |
Create a VOL wiki page |
03:24.16 |
gcibot |
Status: Open |
03:24.16 |
gcibot |
Mentor(s): Sean |
03:24.35 |
maths22 |
thanks |
03:25.01 |
brlcad |
maths22: you can assume for now that VOL are
homogenous |
03:25.09 |
maths22 |
ok |
03:25.25 |
brlcad |
they are described by slices of data |
03:25.29 |
maths22 |
also, are the axes of vols parallel to the
coordinate system? |
03:25.31 |
brlcad |
like MRI or CT scan data |
03:25.59 |
brlcad |
that data is ranged 0-255 and iirc, when you
create the vol, you say what range of values turns a cell
on/off |
03:26.05 |
maths22 |
so the pieces are not cubical but
rectegular |
03:27.18 |
brlcad |
almost certainly |
03:27.55 |
brlcad |
and their coordinate system probably starts
from a corner, so you'll need to know the individual cell
dimensions in order to track a centroid |
03:28.10 |
brlcad |
if the volume callback is implemented, it
should have everything you need |
03:35.52 |
maths22 |
I will look |
03:57.47 |
Notify |
03GCI:Sean * 6611913978937344 Add missing
documentation (for any ONE command) #3: Deadline extended - The
deadline of the task has been extended with 1 days and 0
hours. |
03:59.52 |
*** join/#brlcad Palindrome
(~Palindrom@adsl-108-129-79-156.aby.bellsouth.net) |
04:00.07 |
*** join/#brlcad Palindrome
(~Palindrom@adsl-108-129-79-156.aby.bellsouth.net) |
04:18.21 |
*** join/#brlcad Palindrome
(~Palindrom@adsl-108-129-79-156.aby.bellsouth.net) |
05:08.57 |
Notify |
03GCI:Andromeda Galaxy * 6414532851269632
Document MGED's 'saveview' command options: Task Claimed - I would
like to work on this task. |
05:17.48 |
Notify |
03GCI:Mandeep Kaur * 6414532851269632 Document
MGED's 'saveview' command options: Task Assigned - This task has
been assigned to Andromeda Galaxy. You have 72 hours to complete
this task, good luck! |
05:18.08 |
Notify |
03GCI:Andromeda Galaxy * 5833138295013376 Fix
permuted vertex lists from g-iges+iges-g: Working on this after
GCI? - I think that fixing this will probably take more time than
would work well for... |
05:19.08 |
Notify |
03GCI:Andromeda Galaxy * 6414532851269632
Document MGED's 'saveview' command options: Ready for review - The
work on this task is ready to be reviewed. |
05:21.08 |
Notify |
03GCI:Andromeda Galaxy * 6414532851269632
Document MGED's 'saveview' command options: Duplicate diffs - The
second diff that I just uploaded is the same as the first; I wrote
it when I previously... |
08:19.27 |
Notify |
03GCI:Deep Inder Singh * 6501205291302912 Fix
at least 8 spelling mistakes in at least 8 different files: Claim
Removed - The claim on this task has been removed, someone else can
claim it now. |
08:23.24 |
Notify |
03GCI:Olexander Dubenko * 5811055720660992
Design a BRL-CAD business card: Task Claimed - I would like to work
on this task. |
08:48.43 |
*** join/#brlcad YatharthROCK_
(~Yatharth@91.140.221.104) |
09:01.11 |
*** join/#brlcad YatharthROCK_
(~Yatharth@91.140.221.104) |
09:01.50 |
*** part/#brlcad YatharthROCK_
(~Yatharth@91.140.221.104) |
09:06.08 |
Notify |
03GCI:Deep Inder Singh * 6441518265008128
Design a T-Shirt for BRL-CAD #3: Task Claimed - I would like to
work on this task. |
09:31.24 |
Notify |
03GCI:mandar * 6611913978937344 Add missing
documentation (for any ONE command) #3: Ready for review - The work
on this task is ready to be reviewed. |
09:32.26 |
*** join/#brlcad FOSScookie
(~brian@107-200-34-111.lightspeed.tulsok.sbcglobal.net) |
09:33.30 |
Notify |
03GCI:mandar * 6611913978937344 Add missing
documentation (for any ONE command) #3: Ready for review - Please
review patch set 2 subitted. |
09:45.42 |
Notify |
03GCI:Gauravjeet Singh * 5811055720660992
Design a BRL-CAD business card: Task Assigned - This task has been
assigned to Olexander Dubenko. You have 72 hours to complete this
task, good luck! |
09:46.03 |
Notify |
03GCI:Gauravjeet Singh * 6441518265008128
Design a T-Shirt for BRL-CAD #3: Task Assigned - This task has been
assigned to Deep Inder Singh. You have 72 hours to complete this
task, good luck! |
09:53.18 |
Notify |
03GCI:Kristian Hansen * 4967846266273792
Identify and eliminate code duplication (100+ lines) #3: Task
Claimed - I would like to work on this task. |
09:53.53 |
Notify |
03GCI:Gauravjeet Singh * 4967846266273792
Identify and eliminate code duplication (100+ lines) #3: Task
Assigned - This task has been assigned to Kristian Hansen. You have
72 hours to complete this... |
10:07.45 |
Notify |
03GCI:Kristian Hansen * 4967846266273792
Identify and eliminate code duplication (100+ lines) #3: Username
and password - I try to download the repository of the BRL-CAD
source code using... |
11:12.57 |
Notify |
03GCI:Gauravjeet Singh * 4967846266273792
Identify and eliminate code duplication (100+ lines) #3
http://www.google-melange.com/gci/task/view/google/gci2013/4967846266273792:
Re: Username and... |
11:43.59 |
Notify |
03GCI:Luke Blue * 4988105627009024 Design a
BRL-CAD business card #4: Task Claimed - I would like to work on
this task. |
11:55.21 |
Notify |
03GCI:Mandeep Kaur * 4988105627009024 Design a
BRL-CAD business card #4: Task Assigned - This task has been
assigned to Luke Blue. You have 72 hours to complete this task,
good luck! |
12:57.06 |
*** join/#brlcad kartikey
(~kartikeyk@117.214.161.153) |
12:57.12 |
kartikey |
hi... |
12:59.10 |
Notify |
03GCI:Kartikey Kant * 6114005533851648
Identify and eliminate code duplication (100+ lines) #5: Task
Claimed - I would like to work on this task. |
13:03.41 |
Notify |
03GCI:Kartikey Kant * 6114005533851648
Identify and eliminate code duplication (100+ lines) #5: Claim
Removed - The claim on this task has been removed, someone else can
claim it now. |
13:03.42 |
kartikey |
can anyone tell me where to start in
BRL-CAD |
13:09.36 |
Notify |
03GCI:Olexander Dubenko * 5811055720660992
Design a BRL-CAD business card: Ready for review - The work on this
task is ready to be reviewed. |
13:14.29 |
*** join/#brlcad gcibot
(~gcibot@elsalvador.media.mit.edu) |
14:08.58 |
Notify |
03GCI:Deep Inder Singh * 6441518265008128
Design a T-Shirt for BRL-CAD #3: Ready for review - The work on
this task is ready to be reviewed. |
14:11.58 |
Notify |
03GCI:Kartikey Kant * 5256659194609664 Design
a cover image or banner for our Facebook page (and/or another
social media site) #10: Task Claimed - I would like to work on this
task. |
14:12.13 |
Notify |
03GCI:Deep Inder Singh * 6441518265008128
Design a T-Shirt for BRL-CAD #3: Uploaded - I upload a file :
brlcad_grey_tshirt1.jpg If any need to changes in design please
tell me I am ready to do. ... |
14:15.43 |
Notify |
03GCI:Gauravjeet Singh * 5256659194609664
Design a cover image or banner for our Facebook page (and/or
another social media site) #10: Task Assigned - This task has been
assigned to Kartikey Kant.... |
14:23.04 |
Notify |
03GCI:Gauravjeet Singh * 5811055720660992
Design a BRL-CAD business card: Task Closed - Congratulations, this
task has been completed successfully. |
14:25.35 |
Notify |
03GCI:Olexander Dubenko * 5208527643607040
Design a BRL-CAD Sticker #6: Task Claimed - I would like to work on
this task. |
14:28.04 |
Notify |
03GCI:Gauravjeet Singh * 5811055720660992
Design a BRL-CAD business card: Fantastic - This is a great
design. I really loved it. I guess this is the first task that is
closed at very less time.... |
14:32.59 |
Notify |
03GCI:Gauravjeet Singh * 5208527643607040
Design a BRL-CAD Sticker #6: Task Assigned - This task has been
assigned to Olexander Dubenko. You have 72 hours to complete this
task, good luck! |
14:33.29 |
*** join/#brlcad arjunyg
(~arjunyg@c-67-188-244-50.hsd1.ca.comcast.net) |
14:37.21 |
Notify |
03GCI:Gauravjeet Singh * 6441518265008128
Design a T-Shirt for BRL-CAD #3: Task Needs More Work - One of the
mentors has sent this task back for more work. Talk to the
mentor(s) assigned to this... |
14:39.00 |
*** join/#brlcad Ch3ck
(~Ch3ck@195.24.220.16) |
14:39.21 |
Notify |
03GCI:Sean * 6414532851269632 Document MGED's
'saveview' command options: Task Closed - Congratulations, this
task has been completed successfully. |
14:40.10 |
Notify |
03BRL-CAD:brlcad * 58927
brlcad/trunk/doc/docbook/system/mann/en/saveview.xml: apply gci
patch (
http://www.google-melange.com/gci/task/view/google/gci2013/6414532851269632
) from Andromeda Galaxy documenting the saveview options |
14:40.11 |
gcibot |
Document MGED's 'saveview' command
options |
14:40.12 |
gcibot |
Status: Closed |
14:40.12 |
gcibot |
Mentor(s): Sean |
14:59.34 |
Notify |
03GCI:Andromeda Galaxy * 5519050557882368
Write script to detect preprocessor include guard discrepancies:
Task Claimed - I would like to work on this task. |
15:03.14 |
Notify |
03GCI:Harmanpreet * 5519050557882368 Write
script to detect preprocessor include guard discrepancies: Task
Assigned - This task has been assigned to Andromeda Galaxy. You
have 72 hours to complete... |
15:05.04 |
Notify |
03GCI:Olexander Dubenko * 5208527643607040
Design a BRL-CAD Sticker #6: Ready for review - The work on this
task is ready to be reviewed. |
15:09.44 |
Notify |
03GCI:Gauravjeet Singh * 6441518265008128
Design a T-Shirt for BRL-CAD #3
http://www.google-melange.com/gci/task/view/google/gci2013/6441518265008128:
Widen your imagination It is very simple... |
15:10.49 |
Notify |
03GCI:Harmanpreet * 5208527643607040 Design a
BRL-CAD Sticker #6: Task Closed - Congratulations, this task has
been completed successfully. |
15:14.05 |
Notify |
03GCI:Harmanpreet * 5208527643607040 Design a
BRL-CAD Sticker #6: Excellent - Dubenko, Your designs are
EXCELLENT and now I'm eager to see them in printed form. God bless
you. :) |
15:17.04 |
Notify |
03GCI:Olexander Dubenko * 5208527643607040
Design a BRL-CAD Sticker #6: None - Thank you :) |
15:19.45 |
Notify |
03BRL-CAD:brlcad * 58928
brlcad/trunk/doc/docbook/system/man1/en/CMakeLists.txt: apply gci
patch (
http://www.google-melange.com/gci/task/view/google/gci2013/6611913978937344
) from mandar implementing a manual page for wdb_example |
15:19.47 |
gcibot |
Add missing documentation (for any ONE
command) #3 |
15:19.49 |
gcibot |
Status: NeedsReview (31 hours, 51 minutes
left) |
15:19.49 |
gcibot |
Mentor(s): Sean |
15:20.35 |
Notify |
03BRL-CAD:brlcad * 58929 brlcad/trunk/TODO:
wdb_example has manpage now (need one-liner that regenerates this
list) |
15:21.55 |
Notify |
03GCI:Sean * 6611913978937344 Add missing
documentation (for any ONE command) #3: looks good - Mandar, your
patch looks good now, nicely done. If you provide your full name,
we'll credit you in our... |
15:23.05 |
Notify |
03BRL-CAD:brlcad * 58930 brlcad/trunk/AUTHORS:
credit mandar with special thanks for his wdb_example docbook
patch, gci task
http://www.google-melange.com/gci/task/view/google/gci2013/6611913978937344 |
15:23.06 |
Notify |
03GCI:Sean * 6611913978937344 Add missing
documentation (for any ONE command) #3: Task Closed -
Congratulations, this task has been completed
successfully. |
15:23.06 |
gcibot |
Add missing documentation (for any ONE
command) #3 |
15:23.07 |
gcibot |
Status: Closed |
15:23.07 |
gcibot |
Mentor(s): Sean |
15:34.30 |
Notify |
03GCI:Alex * 6304634838712320 Write a manual
page for MGED's ''brep'' command: patch file created - ok i have
now created a proper patch file (it contains details of the changes
made with the... |
16:27.44 |
Notify |
03GCI:Olexander Dubenko * 5003400005550080
Design a T-Shirt for BRL-CAD #2: Task Claimed - I would like to
work on this task. |
16:39.15 |
Notify |
03GCI:Luke Blue * 4988105627009024 Design a
BRL-CAD business card #4: Ready for review - The work on this task
is ready to be reviewed. |
16:43.46 |
Notify |
03GCI:Luke Blue * 4988105627009024 Design a
BRL-CAD business card #4: Business card - The business card has
got a 3d look to it, I chose to design it this way becuse as
BRL-CAD is software for 3d... |
17:02.09 |
Notify |
03GCI:Mandeep Kaur * 5003400005550080 Design a
T-Shirt for BRL-CAD #2: Task Assigned - This task has been assigned
to Olexander Dubenko. You have 72 hours to complete this task, good
luck! |
17:06.39 |
*** join/#brlcad jschulte
(~johannes@p4FDF86A2.dip0.t-ipconnect.de) |
17:07.04 |
Notify |
03GCI:Olexander Dubenko * 5003400005550080
Design a T-Shirt for BRL-CAD #2: Ready for review - The work on
this task is ready to be reviewed. |
17:14.30 |
Notify |
03GCI:Johannes Schulte * 5876128501727232
Implement a platform independent re-entrant sort function: None -
I didn't push the patch to the tree, because I couldn't test it on
Win and Mac.... |
17:14.50 |
Notify |
03GCI:Johannes Schulte * 5876128501727232
Implement a platform independent re-entrant sort function: Ready
for review - The work on this task is ready to be
reviewed. |
17:23.56 |
Notify |
03GCI:Andromeda Galaxy * 5519050557882368
Write script to detect preprocessor include guard discrepancies:
Ready for review - The work on this task is ready to be
reviewed. |
17:58.40 |
Notify |
03GCI:JulianaHong * 4932878790033408 Fix at
least 8 spelling mistakes in at least 8 different files #7: Task
Claimed - I would like to work on this task. |
18:00.00 |
Notify |
03GCI:Harmanpreet * 4932878790033408 Fix at
least 8 spelling mistakes in at least 8 different files #7: Task
Assigned - This task has been assigned to JulianaHong. You have 72
hours to complete this... |
18:06.00 |
*** join/#brlcad yiyus
(1242712427@je.je.je) |
18:06.34 |
*** join/#brlcad ruberoid
(~ruberoid@193.105.154.105) |
18:38.13 |
*** join/#brlcad kesha
(~kesha@49.249.8.87) |
18:38.40 |
Notify |
03GCI:Kesha Shah * 5003400005550080 Design a
T-Shirt for BRL-CAD #2: Task Needs More Work - One of the mentors
has sent this task back for more work. Talk to the mentor(s)
assigned to this task to... |
18:39.10 |
Notify |
03GCI:Kesha Shah * 5003400005550080 Design a
T-Shirt for BRL-CAD #2: Good Start ! - Olexander, The Design
looks good, but try to be more creative and add some
shapes/design/model/art related to... |
18:39.20 |
Notify |
03GCI:Kesha Shah * 5003400005550080 Design a
T-Shirt for BRL-CAD #2: Good Start ! - Olexander, The Design
looks good, but try to be more creative and add some
shapes/design/model/art related to... |
19:03.29 |
Notify |
03GCI:Johannes Schulte * 5876128501727232
Implement a platform independent re-entrant sort function
http://www.google-melange.com/gci/task/view/google/gci2013/5876128501727232:
None Just saw,... |
19:05.24 |
Notify |
03GCI:Olexander Dubenko * 5003400005550080
Design a T-Shirt for BRL-CAD #2: Ready for review - The work on
this task is ready to be reviewed. |
19:16.20 |
*** join/#brlcad tofu_
(~sean@66-118-151-70.static.sagonet.net) |
20:25.25 |
*** join/#brlcad FOSScookie
(~brian@107-200-34-111.lightspeed.tulsok.sbcglobal.net) |
20:33.14 |
Notify |
03BRL-CAD Wiki:KeshaSShah * 6383
/wiki/Community_Publication_Portal: |
20:59.53 |
*** join/#brlcad sniok
(59fc1dee@gateway/web/freenode/ip.89.252.29.238) |
21:29.00 |
*** join/#brlcad kesha_
(~kesha@49.249.0.183) |
23:46.06 |
Notify |
03GCI:theofficialtj3 * 4816070846185472
Redesign MGED/Archer's Menu: Task Claimed - I would like to work on
this task. |
23:47.56 |
Notify |
03BRL-CAD:tbrowder2 * 58931
brlcad/trunk/src/librt/db5_attr_registry.cpp: add 'common.h' to
pass 'make regress' |