00:19.12 |
*** join/#brlcad infobot
(ibot@rikers.org) |
00:19.12 |
*** topic/#brlcad is BRL-CAD
and open source CAx discussion ! Also @ http://brlcad.zulipchat.com !
Logs @ http://infobot.rikers.org/%23brlcad/ |
00:35.20 |
*** join/#brlcad
lleirxbudgsmeamn
(~armin@dslb-088-066-155-105.088.066.pools.vodafone-ip.de) |
01:10.14 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
08:31.07 |
*** join/#brlcad raingloom
(~raingloom@C2267141.catv.pool.telekom.hu) |
08:42.05 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
09:46.05 |
*** join/#brlcad merzo_
(~merzo@185.39.197.205) |
11:24.09 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
12:15.14 |
Notify |
03BRL-CAD:n_reed * 70944
(brlcad/trunk/CMakeLists.txt brlcad/trunk/include/common.h and 6
others): Fix rint definition for Visual Studio 11 2012.An error in
the common.h test was causing rint to get redefined there.Fix the
common.h test and, on Windows, have it define rint/lrintmacros for
C++ sources as well as C sources so we don't need aseparate rint
definition in config_win.h in the first place.Also remove |
12:15.18 |
Notify |
redundant extern declarations for rint from
severalsources. |
12:15.22 |
Notify |
... |
12:18.43 |
Notify |
03BRL-CAD:starseeker * 70937
brlcad/trunk/CMakeLists.txt: We're no longer setting the
installation prefix for the build based on the BRLCAD_ROOT
environment variable - update the messages accordingly. |
12:18.49 |
Notify |
03BRL-CAD:brlcad * 70938
brlcad/trunk/src/rt/worker.c: blindly dishing out work in npsw
sizes isn't always effective, especially when number of pixels is
near npsw. especially when pixels are extremely expensive, we can
end up with very few (1-3) threads working on their last chunk and
all other threads idle. here we dish out work based on the size of
the job and the number of available resources so that most
cores |
12:18.53 |
Notify |
should remain active through to the end. we
also let the chunking go far greater than before which should help
a smidgen with performance. |
12:18.57 |
Notify |
... |
12:19.01 |
Notify |
03BRL-CAD:brlcad * 70943
brlcad/trunk/src/remrt/remrt.c: there's limited benefit to
enqueuing more than one task at a time. it makes for an inefficient
render tail as the image comes to completion with some nodes done
and others still with 3 assignments being worked (and the server
isn't smart enough to send those out to idle nodes). doing one at a
time will ensure the work remains spread out until the very
end. |
12:25.29 |
``Erik |
heh, teach me not to look at irc for a couple
weeks, over 4k messages in notify's queue O.O |
12:28.18 |
Notify |
03BRL-CAD:starseeker * 70945
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx:
checkpoint |
12:33.18 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
12:38.57 |
Notify |
03BRL-CAD:starseeker * 70946
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: Make a stab at
using the mergeinfo to determine the 'from' source of the
merge. |
12:39.22 |
Notify |
03BRL-CAD:starseeker * 70947
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: Set up a
mechanism to define per-commit scripts that will override the
'standard' processing behavior, if we need something sufficiently
custom for a particular commit that it isn't worth generalizing
into a function. |
12:39.37 |
Notify |
03BRL-CAD:starseeker * 70948
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: Commits with
move+edit operations will frequently also either simply move and/or
simply edit other files. We'll need all of that
information. |
12:39.41 |
Notify |
03BRL-CAD:starseeker * 70949
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: There are (per
current detection logic) 23 cases where a merge commit is also a
move+edit commit (urk) - print warnings |
12:39.45 |
Notify |
03BRL-CAD:starseeker * 70950
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx:
checkpoint |
12:39.49 |
Notify |
03BRL-CAD:starseeker * 70951
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: read in the
right msg.xml file |
12:41.57 |
Notify |
03BRL-CAD:starseeker * 70952
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: Fix the 'add
tag as branch' check, get max svn rev from dump analysis |
12:44.13 |
Notify |
03BRL-CAD:starseeker * 70953
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: first attempt
at actually applying svn patches and committing for real.
Functions, but more work needed. |
12:46.35 |
Notify |
03BRL-CAD:brlcad * 70954
(brlcad/trunk/src/remrt/rtsrv.c brlcad/trunk/src/rt/ext.h and 2
others): isolate the left_eye_delta global to the one place it is
used |
12:46.54 |
Notify |
03BRL-CAD:brlcad * 70955
(brlcad/trunk/src/rt/do.c brlcad/trunk/src/rt/ext.h and 2 others):
rename nobjs/objtab to objc/objv for familiarity |
12:47.26 |
Notify |
03BRL-CAD:brlcad * 70956
(brlcad/trunk/include/rt/defines.h
brlcad/trunk/include/rt/private.h and 16 others): Remove NUGRID.
Never completed, the "new" gridded spatialpartitioning method
remained a hopeful performance boost. Without aproponent, it has
only remained a source of code complexity andmaintenance cost.
Testing indeed showed NUGRID outperforming the BSPimplementation
(NUBSPT), speeding up overall ray |
12:47.30 |
Notify |
tracing 10-35%, butnot consistently and
sometimes crashing. |
12:47.34 |
Notify |
... |
12:50.17 |
Notify |
03BRL-CAD:brlcad * 70957
brlcad/trunk/include/bu/color.h: color specification in crosshairs.
good bit of inconsistency or outright inability to set useful
colors on objects (temporarily or otherwise), so try to scope the
landscape. added initial notes on unifying color specification from
strings. |
12:50.50 |
Notify |
03BRL-CAD:starseeker * 70958
brlcad/trunk/misc/svn2git/svn_moved_and_edited.cxx: bail
immediately if we have a .rej file, so we can see what went wrong.
Unfortunately, it looks like svn diff may be changing line endings
to suit the platform, which is apparently not what cvs was doing -
one of the failures is on the misc/nsis/copying.txt example
copyright line, which is apparently using dos line endings in the
cvs |
12:50.54 |
Notify |
to git conversion. Does this mean we need to
do some sort of more fundamental API communication with libsvn and
friends after all? |
12:50.58 |
Notify |
... |
12:51.14 |
Notify |
03BRL-CAD:brlcad * 70959 brlcad/trunk/TODO:
requested by covart users, regions is broken on windows |
12:51.27 |
Notify |
03BRL-CAD:brlcad * 70960
brlcad/trunk/include/bu/color.h: expand more thoughts on color API.
instead of duplicating seed and randomness concepts in libbu, which
are libbn domain, separate low-level parsing (which may hook into
platform-specific facilitieslike x11) from sampling (which should
be platform agnostic). this would let us create standard color sets
or randomly draw 'good' colors based on easily specified |
12:51.31 |
Notify |
criteria. |
12:51.35 |
Notify |
... |
12:51.51 |
Notify |
03BRL-CAD:brlcad * 70961
brlcad/trunk/include/bu/color.h: more notes on how to consolidate
this down and simplify usage |
12:53.18 |
Notify |
03BRL-CAD:starseeker * 70962
brlcad/trunk/include/bu/color.h: Still C90, so no C++ style
comments yet |
12:55.50 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
12:56.11 |
Notify |
03BRL-CAD:starseeker * 70963
brlcad/trunk/include/brlcad_ident.h.in: CMake is setting
BRLCAD_COMPILE_HOSTNAME, not BRLCAD_COMPILE_HOST |
13:01.57 |
Notify |
03BRL-CAD:brlcad * 70964
brlcad/trunk/src/libbu/mappedfile.c: can't do anything about it, so
relegate the warning to debug printing |
13:02.03 |
Notify |
03BRL-CAD:brlcad * 70965
brlcad/trunk/src/libbu/mappedfile.c: one statement per
line |
13:02.07 |
Notify |
03BRL-CAD:brlcad * 70966 (brlcad/trunk/AUTHORS
brlcad/trunk/NEWS brlcad/trunk/src/libged/tables.c): Apply a patch
from GCI 2012 by javamonn that improves the portability of the
idents command. the patch got rid of an explicit system(cat ...)
invocation. patch needed repairs, but the gist was there. begs
whether BU should provide a bu_cat() as I've seen this pattern
around before. |
13:08.55 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
13:15.04 |
Notify |
03BRL-CAD:starseeker * 70967
brlcad/trunk/misc/CMakeLists.txt: Stash the tweaked sphflake.pix,v
file |
13:43.50 |
Notify |
03BRL-CAD:starseeker * 70968
brlcad/trunk/src/libbu/heap.c: GCC 8.1 doesn't like function
casting without matching signatures - implement Sean's suggestion
and wrap it. |
13:44.23 |
Notify |
03BRL-CAD:brlcad * 70969
brlcad/trunk/src/libbu/heap.c: won't work unless we call a va_list
function, so call bu_vls_vprintf to pass the argument list. then we
can just call bu_log per usual. |
13:45.14 |
*** join/#brlcad raingloom
(~raingloom@C2267141.catv.pool.telekom.hu) |
13:50.06 |
Notify |
03BRL-CAD:starseeker * 70970
(brlcad/trunk/src/librt/search.c brlcad/trunk/src/librt/search.h):
Apply patch #485 from Peter Pronai removing the shorthand defines
for union data members. |
13:56.14 |
Notify |
03BRL-CAD:starseeker * 70971
(brlcad/trunk/src/libbu/parallel.c
brlcad/trunk/src/libbu/redblack.c
brlcad/trunk/src/libbu/tests/redblack.c): Wcast-function-type (from
Wextra) is new in GCC 8 - either rework signatures or use casts to
the void (*)(void) wild-card function signature (see https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00423.html) |
13:56.15 |
Guest59168 |
[ 404 Not Found ] |
13:56.18 |
Notify |
03BRL-CAD:starseeker * 70972
brlcad/trunk/src/libbrep/opennurbs_ext.cpp: GCC 8 doesn't like the
memset zero initialization for a complex type. |
13:56.22 |
Notify |
03BRL-CAD:starseeker * 70973
brlcad/trunk/src/librt/db5_scan.c: More pointer casting |
13:56.26 |
Notify |
03BRL-CAD:starseeker * 70974
brlcad/trunk/src/librt/primitives/annot/annot.c: Be explicit about
what this was already doing, to clear implicit fallthrough warning
(is this what it is supposed to do?) |
13:56.30 |
Notify |
03BRL-CAD:starseeker * 70975
brlcad/trunk/src/librt/primitives/nmg/nmg.c: More function
casting |
13:56.34 |
Notify |
03BRL-CAD:starseeker * 70976
(brlcad/trunk/include/rt/functab.h
brlcad/trunk/src/libnmg/isect.c): Urk - -Wcast-function-type and
functab really don't get along... |
13:56.38 |
Notify |
03BRL-CAD:starseeker * 70977
brlcad/trunk/src/conv/step/CMakeLists.txt: Suppress warning in
generated sources |
13:56.44 |
Notify |
03BRL-CAD:starseeker * 70978
(brlcad/trunk/include/bu/redblack.h
brlcad/trunk/src/adrt/master/master.c and 6 others): More casts -
this gets things building with GCC 8 on latest Ubuntu |
14:00.48 |
Notify |
03BRL-CAD:starseeker * 70979
(brlcad/trunk/include/bu/redblack.h
brlcad/trunk/include/rt/functab.h and 9 others): Undo the (void
(*)(void)) casting of commits 70970:70978 (leaving other changes,
so not a full reverse merge.) Sean checked the standard and we are
actually into undefined behavior with these conversions, so a
better solution is needed. |
14:00.54 |
Notify |
03BRL-CAD:starseeker * 70980
(brlcad/trunk/doc/docbook/system/man3/redblack.xml
brlcad/trunk/include/bu/redblack.h and 5 others): I'm not sure this
can be strictly defined as minimally impacting, but it looks like
the right answer here for -Wcast-function-type is to remove
bu_rb_create1 and use bu_rb_create directly instead. |
14:01.00 |
Notify |
03BRL-CAD:starseeker * 70981
(brlcad/trunk/include/bu/redblack.h brlcad/trunk/src/gtools/glint.c
and 4 others): Need pass an array to avoid an incompatible pointer
types warning. |
14:01.04 |
Notify |
03BRL-CAD:starseeker * 70982
(brlcad/trunk/include/nmg.h brlcad/trunk/src/libnmg/class.c and 4
others): Looks like a function cast issue that cropped up during
the refactor... |
14:01.10 |
Notify |
03BRL-CAD:starseeker * 70983
brlcad/trunk/src/librt/db5_scan.c: Return type is the issue here,
so just wrap and return int. Doesn't look like the old db_scan is
even using the int return from the handler, in a quick scan of
db_scan.c |
14:01.14 |
Notify |
03BRL-CAD:starseeker * 70984
brlcad/trunk/src/librt/primitives/nmg/nmg.c: Use explicit type
instead of casting to (int (*)(void)) |
14:01.18 |
Notify |
03BRL-CAD:starseeker * 70985
brlcad/trunk/src/libfb/fbserv_obj.c: These are making the cast
unhappy and they're unused anyway - remove |
14:01.22 |
Notify |
03BRL-CAD:starseeker * 70986
brlcad/trunk/src/burst/Sc.c: Make PutChar's signature
match |
14:01.26 |
Notify |
03BRL-CAD:starseeker * 70987
(brlcad/trunk/src/adrt/master/master.c
brlcad/trunk/src/adrt/master/tienet_master.c): return ints instead
of integer pointers |
14:01.40 |
Notify |
03BRL-CAD:starseeker * 70988
brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mmthread.h:
We turned off the timespec bit, so don't bother with the
definition |
14:02.25 |
Notify |
03BRL-CAD:starseeker * 70989
brlcad/trunk/doc/README.Windows: Add patch #487 from Cezar Elnazli
documenting the current state of Tcl/Tk compilation with the latest
MSVC 2017 |
14:05.53 |
Notify |
03BRL-CAD:starseeker * 70990
brlcad/trunk/src/libbu/tests/CMakeLists.txt: Apply patch ##484 from
Cezar Elnazli adding testing for bu_ptbl |
14:10.56 |
Notify |
03BRL-CAD:starseeker * 70991
brlcad/trunk/src/libbu/tests/ptbl.c: Use BU_STR_EQUAL instead of
strcmp |
14:24.28 |
*** join/#brlcad Notify
(~notify@104.225.5.10) |
14:32.23 |
Notify |
03BRL-CAD:n_reed * 70992
brlcad/trunk/src/libbg/trimesh.c: Fix edge iteration for trimesh
unmatched edge test.We have to drop unmatched edges when we find
them in the sorted edge list and continue pairwise edge
comparisons, otherwise all edges between two unmatched ones are
erroneously counted as unmatched. This was producing misleading
plots. |
14:32.49 |
Notify |
03BRL-CAD:starseeker * 70993
brlcad/trunk/src/libbg/trimesh.c: num_edges is now unused |
14:33.25 |
Notify |
03BRL-CAD:n_reed * 70994
brlcad/trunk/src/libbg/trimesh.c: The caller is no longer iterating
two edges at a time, so the misoriented edge test must validate the
indexing. |
14:35.18 |
Notify |
03BRL-CAD:Thethirdone * 0
/wiki/User:Thethirdone: |
14:35.22 |
Notify |
03BRL-CAD:Thethirdone * 10546
/wiki/Google_Summer_of_Code/2018: Added my project to the
list |
14:35.26 |
Notify |
03BRL-CAD:Thethirdone * 10547
/wiki/User:Thethirdone: Entered my info |
14:35.30 |
Notify |
03BRL-CAD Wiki:BlackMako7 * 0
/wiki/User:BlackMako7: |
14:35.34 |
Notify |
03BRL-CAD Wiki:Thethirdone * 10548
/wiki/User:Thethirdone/GSoC18/Projec: Imported my proposal from my
submitted doc |
14:35.38 |
Notify |
03BRL-CAD Wiki:Thethirdone * 10549
/wiki/Google_Summer_of_Code/2018: /* Slic3r Face based rotation
*/ |
14:35.42 |
Notify |
03BRL-CAD Wiki:Thethirdone * 10550
/wiki/User:Thethirdone/GSoC18/Projec: Made paragraphs
paragraphs |
14:35.46 |
Notify |
03BRL-CAD:Paddedto10 * 10551
/wiki/Building_from_SVN: |
14:35.50 |
Notify |
03BRL-CAD:Paddedto10 * 10552
/wiki/Building_from_SVN: Undo revision 10551 by
[[Special:Contributions/Paddedto10|Paddedto10]] ([[User
talk:Paddedto10|talk]]) |
14:35.54 |
Notify |
03BRL-CAD:Paddedto10 * 10553
/wiki/Building_from_SVN: I wanted to add a summary for my previous
change but apparently I can't so... reverting my
reversion. |
14:35.58 |
Notify |
03BRL-CAD:Caen.padding * 0
/wiki/User:Caen.padding: |
14:36.03 |
Notify |
03BRL-CAD:Caen.padding * 10554
/wiki/Google_Summer_of_Code/2018: Add Cezar's project to the
list |
14:36.07 |
Notify |
03BRL-CAD:Caen.padding * 10555
/wiki/User:Caen.padding: Created page with "Hello there
:-)" |
14:36.11 |
Notify |
03BRL-CAD Wiki:Sreyanshjainrkl * 0
/wiki/User:Sreyanshjainrkl: |
14:36.15 |
Notify |
03BRL-CAD Wiki:Sreyanshjainrkl * 10556
/wiki/Google_Summer_of_Code/2018: /* Accepted Projects */ |
14:36.19 |
Notify |
03BRL-CAD Wiki:Sreyanshjainrkl * 10557
/wiki/User:Sreyanshjainrkl: Created page with "= Personal
Information = *'''Student Name:''' Sreyansh Kumhar Jain *'''GSoC
Project:''' OpenCL GPGPU Raytracing *'''Email:'''
sreyanshjain05@gmail.com" |
14:36.23 |
Notify |
03BRL-CAD Wiki:Sreyanshjainrkl * 10558
/wiki/User:Sreyanshjainrkl/GSoC18/Projec: Created page with
"=='''OpenCL GPGPU Raytracing'''== ==='''Abstract'''=== BRL-CAD
objects are made from about two dozen primitives, ray-tracing of
which can be quickly realised in a GPU owing ..." |
14:36.27 |
Notify |
03BRL-CAD Wiki:Sreyanshjainrkl * 10559
/wiki/User:Sreyanshjainrkl/GSoC18/Projec: /* OpenCL GPGPU
Raytracing */ |
14:36.31 |
Notify |
03BRL-CAD Wiki:Sreyanshjainrkl * 10560
/wiki/User:Sreyanshjainrkl: |
14:36.35 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10561
/wiki/User:Sreyanshjainrkl: /* Personal Information */ |
14:36.39 |
Notify |
03BRL-CAD Wiki:Sean * 10562
/wiki/Google_Summer_of_Code/2017: kurt is 2018, checklist link is
out of date |
14:36.43 |
Notify |
03BRL-CAD Wiki:Sean * 10563
/wiki/Google_Summer_of_Code/2018: moved from the 2017
page |
14:36.47 |
Notify |
03BRL-CAD Wiki:Sean * 10564
/wiki/Summer_of_Code/Checklis: 2018! |
14:36.51 |
Notify |
03BRL-CAD Wiki:Sean * 10565
/wiki/Google_Summer_of_Code/2018: Reverted edits by
[[Special:Contributions/Sean|Sean]] ([[User talk:Sean|talk]]) to
last revision by [[User:Sreyanshjainrkl|Sreyanshjainrkl]] |
14:36.55 |
Notify |
03BRL-CAD Wiki:Sean * 10566
/wiki/Google_Summer_of_Code/2017: Reverted edits by
[[Special:Contributions/Sean|Sean]] ([[User talk:Sean|talk]]) to
last revision by [[User:Gabbar1947|Gabbar1947]] |
14:36.59 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10567
/wiki/User:Sreyanshjainrkl/GSoC18/Log: Created page with "===
Development Logs === ==== Community Bonding Period ==== * During
the community bonding period, I downloaded BRL-CAD and configured
and compiled my build. Initially it h..." |
14:37.03 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10568
/wiki/User:Sharan.nyn/GSoC18/Projec: |
14:37.08 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10569
/wiki/User:Sharan.nyn/GSoC18/Projec: /* Time line */ |
14:37.12 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10570
/wiki/User:Sharan.nyn/GSoC18/Projec: |
14:37.16 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10571
/wiki/User:Sharan.nyn: |
14:37.20 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10572
/wiki/User:Sharan.nyn: |
14:37.24 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 0
/wiki/File:Rtcheck_flow.jpeg: Shows the flow of execution of
rtcheck in an abstract way. |
14:37.28 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10574
/wiki/User:Sharan.nyn/GSoC18/Log: Created page with "===
Development Logs === ==== Community Bonding Period ==== Due to my
semester end exams (Apr 26 - May 17), my time spent during
community bonding period was less but I sti..." |
14:37.32 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10575
/wiki/User:Sharan.nyn/GSoC18/Log: |
14:37.36 |
Notify |
03BRL-CAD:Paddedto10 * 10576
/wiki/User:Paddedto10/GSoC18/Projec: Created page with "= Adding
support for the -exec option in the search command = == Overview ==
BRL-CAD databases are like file system trees, so the tools around
it evolved in a similar fashion..." |
14:37.40 |
Notify |
03BRL-CAD:Paddedto10 * 10577
/wiki/User:Paddedto10/GSoC18/Proposal: Created page with "= GSoC
proposal : Adding support for the -exec option in the search
command = == Info == ;'''Name''' : Peter Pronai ;'''Email''' :
pronaip@protonmail.com ;'''IRC''' : raingloo..." |
14:37.44 |
Notify |
03BRL-CAD:Paddedto10 * 10578
/wiki/Google_Summer_of_Code/2018: added myself |
14:37.48 |
Notify |
03BRL-CAD Wiki:Kkremitzki * 10579
/wiki/Google_Summer_of_Code/2018: |
14:37.52 |
Notify |
03BRL-CAD:Paddedto10 * 10582
/wiki/Google_Summer_of_Code/2018: fixed some typos |
14:37.56 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10583
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Development Logs
*/ |
14:38.00 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10584
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Community Bonding Period
*/ |
14:38.04 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10585
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Day-wise update
*/ |
14:38.08 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10586
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Day-wise update
*/ |
14:38.12 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10587
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Day-wise update
*/ |
14:38.16 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10588
/wiki/User:Sharan.nyn/GSoC18/Log: /* Community Bonding Period
*/ |
14:38.20 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10589
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Day-wise update
*/ |
14:38.24 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10590
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Day-wise update
*/ |
14:38.28 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10591
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Day-wise update
*/ |
14:38.32 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10592
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:38.36 |
Notify |
03BRL-CAD:Schindler97 * 10593
/wiki/User:Schindler97/GSoC18/Log: Created page with "===
Development Logs === ==== Community Bonding Period ==== Progress
through the community bonding period * Week 1 ** Reviewed and
understood Kanzure's implementation of py..." |
14:38.41 |
Notify |
03BRL-CAD:Schindler97 * 10594
/wiki/User:Schindler97/GSoC18/Log: |
14:38.45 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10595
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:38.49 |
Notify |
03BRL-CAD:Schindler97 * 10596
/wiki/User:Schindler97/GSoC18/Log: /* Development Logs */ |
14:38.53 |
Notify |
03BRL-CAD:Schindler97 * 10597
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:38.57 |
Notify |
03BRL-CAD:Schindler97 * 10598
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:39.01 |
Notify |
03BRL-CAD:Schindler97 * 10599
/wiki/User:Schindler97/GSoC18/Log: /* Development Logs */ |
14:39.05 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10600
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:39.09 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10601
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:39.13 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10602
/wiki/User:Sharan.nyn/GSoC18/Projec: |
14:39.17 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10603
/wiki/User:Sharan.nyn/GSoC18/Projec: |
14:39.22 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10604
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:39.26 |
Notify |
03BRL-CAD Wiki:Wes Aquino * 0
/wiki/User:Wes_Aquino: |
14:39.30 |
Notify |
03BRL-CAD Wiki:Williamorr * 0
/wiki/User:Williamorr: |
14:39.34 |
Notify |
03BRL-CAD:Schindler97 * 10605
/wiki/User:Schindler97/GSoC18/Log: /* Development Logs */ |
14:39.38 |
Notify |
03BRL-CAD:Schindler97 * 10606
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:39.42 |
Notify |
03BRL-CAD Wiki:Parth Partani * 10607
/wiki/Google_Summer_of_Code/2018: /* LibreCAD 3 OpenGL rendering
*/ |
14:39.46 |
Notify |
03BRL-CAD Wiki:Parth Partani * 10608
/wiki/Google_Summer_of_Code/2018: /* LibreCAD 3 OpenGL rendering
*/ |
14:39.50 |
Notify |
03BRL-CAD Wiki:Parth Partani * 10609
/wiki/Google_Summer_of_Code/2018: /* LibreCAD 3 OpenGL rendering
*/ |
14:39.54 |
Notify |
03BRL-CAD Wiki:DenisPavlov * 10610
/wiki/User:DenisPavlov/GSoC18/Log: Created page with "* Community
Bonding Period ** Read a few mged tutorials and documentation **
Set up an Eclipse project for BRLCAD, tested debug and release
builds ** Looked through 'librt', '..." |
14:39.58 |
Notify |
03BRL-CAD:Schindler97 * 10611
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:40.02 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10612
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:40.06 |
Notify |
03BRL-CAD:Schindler97 * 10613
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:40.10 |
Notify |
03BRL-CAD:Schindler97 * 10614
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:40.14 |
Notify |
03BRL-CAD:Schindler97 * 10615
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:40.18 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10616
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:40.22 |
Notify |
03BRL-CAD:Schindler97 * 10617
/wiki/User:Schindler97/GSoC18/Log: |
14:40.26 |
Notify |
03BRL-CAD:Schindler97 * 10618
/wiki/User:Schindler97/GSoC18/Log: |
14:40.30 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10619
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:40.34 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10620
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:40.38 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10621
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:40.42 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10622
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 1 */ |
14:40.47 |
Notify |
03BRL-CAD:Brl-test-cad * 0
/wiki/User:Brl-test-cad: |
14:40.51 |
Notify |
03BRL-CAD:Brlcad-test * 0
/wiki/User:Brlcad-tes: |
14:40.55 |
Notify |
03BRL-CAD:Wiki-brlcad * 0
/wiki/User:Wiki-brlcad: |
14:40.59 |
Notify |
03BRL-CAD:Wiki-brlcad * 10623
/wiki/Tutorial/Newbie: |
14:41.03 |
Notify |
03BRL-CAD:Wiki-brlcad * 10624
/wiki/Tutorial/Newbie: Undo revision 10623 by
[[Special:Contributions/Wiki-brlcad|Wiki-brlcad]] ([[User
talk:Wiki-brlcad|talk]]) |
14:41.07 |
Notify |
03BRL-CAD:Wiki-brlcad * 10625
/wiki/Tutorial/Newbie: making the Tutorial slightly more stuctured,
OS independent and better formatted PLUS adding the "Where to go
from here" section |
14:41.11 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10626
/wiki/User:Sharan.nyn/GSoC18/Log: |
14:41.15 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10627
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 2 */ |
14:41.19 |
Notify |
03BRL-CAD Wiki:Kkremitzki * 10628
/wiki/User:Kkremitzki: Add plan |
14:41.23 |
Notify |
03BRL-CAD Wiki:Kkremitzki * 10629
/wiki/User:Kkremitzki: /* Overall Goals */ |
14:41.27 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10630
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 2 */ |
14:41.31 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10631
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:41.35 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10632
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 2 */ |
14:41.39 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10633
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:41.43 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10634
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:41.47 |
Notify |
03BRL-CAD:Schindler97 * 10635
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:41.51 |
Notify |
03BRL-CAD:Schindler97 * 10636
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:41.55 |
Notify |
03BRL-CAD:Schindler97 * 10637
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:41.59 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10638
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:42.04 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10639
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:42.08 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10640
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 2 */ |
14:42.12 |
Notify |
03BRL-CAD Wiki:Sharan.nyn * 10641
/wiki/User:Sharan.nyn/GSoC18/Log: /* Week 2 */ |
14:42.16 |
Notify |
03BRL-CAD:Schindler97 * 10642
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:42.20 |
Notify |
03BRL-CAD:Schindler97 * 10643
/wiki/User:Schindler97/GSoC18/Log: /* Coding Period */ |
14:42.24 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10644
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:42.28 |
Notify |
03BRL-CAD:Sreyanshjainrkl * 10645
/wiki/User:Sreyanshjainrkl/GSoC18/Log: /* Weekly update
*/ |
14:42.32 |
Notify |
03BRL-CAD Wiki:Williambramey * 0
/wiki/User:Williambramey: |
14:42.36 |
Notify |
03BRL-CAD Wiki:Tomstockjr * 0
/wiki/User:Tomstockjr: |
14:43.01 |
kanzure |
why have i been summoned |
15:04.09 |
*** join/#brlcad yorik
(~yorik@2804:431:f720:6ec6:290:f5ff:fedc:3bb2) |
16:35.49 |
*** join/#brlcad sreyanshjain
(8c70e6d5@gateway/web/freenode/ip.140.112.230.213) |
16:55.11 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
18:00.10 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
18:00.54 |
*** join/#brlcad merzo_
(~merzo@185.39.197.205) |
18:02.54 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
18:03.18 |
*** join/#brlcad merzo
(~merzo@185.39.197.205) |
22:11.46 |
*** join/#brlcad merzo
(~merzo@140-3-133-95.pool.ukrtel.net) |
22:14.47 |
*** join/#brlcad merzo
(~merzo@140-3-133-95.pool.ukrtel.net) |
23:17.40 |
*** join/#brlcad raingloom
(~raingloom@C2267141.catv.pool.telekom.hu) |