00:00.20 |
brlcad |
best way to demonstrate
appreciation: |
00:00.31 |
brlcad |
write a real quick lesson's learned page on
our wiki or to our dev mailing list that documents this for the
next guy ;) |
00:01.19 |
brlcad |
e.g., here http://brlcad.org/wiki/OpenNURBS_Transform |
00:22.54 |
Posterdati |
well would be great to write it |
00:22.57 |
Posterdati |
alas |
00:23.06 |
Posterdati |
I'm involved in another project too |
00:23.16 |
Posterdati |
opennurbs --> comon lisp |
00:23.34 |
Posterdati |
common lisp is fa better than c++ |
00:23.43 |
Posterdati |
common lisp is far better than c++ |
00:38.04 |
brlcad |
even your sample program that you just got
working would be sufficient |
00:38.18 |
brlcad |
something minimal effort so it's helpful
later |
04:05.28 |
*** join/#brlcad hsrai
(~hsrai@202.164.53.116) |
04:15.35 |
Notify |
03BRL-CAD:brlcad * 54435
brlcad/trunk/configure.ac: glibc-1.6 is being warningtarded, so
just turn off the flag on the old build. |
04:16.45 |
Notify |
03BRL-CAD:brlcad * 54436
brlcad/trunk/CMakeLists.txt: latest glibc-1.6 changed
_FORTIFY_SOURCE to spew a warning if not compiling optimized.
change our build to match, adding the flag only when building
optimized (not debug like we want). |
04:58.34 |
Notify |
03BRL-CAD:brlcad * 54437
brlcad/trunk/src/other/togl/include/CMakeLists.txt: bundle a glu.h
similar to glew.h so that we can compile even when there's not a
system glu.h available. doesn't seem to actually require any
symbols, but not extensively tested (linux). header is the old
bsd-licensed one from sgi. fixes a compilation error on
linux. |
05:07.46 |
Notify |
03BRL-CAD:brlcad * 54438
brlcad/trunk/src/conv/obj-g.c: quell a linux compilation failure
warning about verts being potentially clobbered after a longjmp.
move the calloc/memset to after the BU_SETJUMP call and check for
null before freeing verts. |
05:15.44 |
Notify |
03BRL-CAD:brlcad * 54439
brlcad/trunk/src/libged/copyeval.c: gcc 4.7.2 rightly detected the
possibility of a negative array index path if endpos ends up still
at zero when we begin processing. looks like that could happen if
we find a slash, but fail to tokenize on it for whatever reason.
adding a sanity check does the trick. |
05:19.05 |
Notify |
03BRL-CAD:brlcad * 54440
brlcad/trunk/CMakeLists.txt: make statements match |
05:54.58 |
Notify |
03BRL-CAD Wiki:Lesjordans * 0
/wiki/User:Lesjordans: |
09:55.52 |
Posterdati |
hi |
10:33.05 |
Notify |
03BRL-CAD Wiki:Macko * 4951
/wiki/Wiki_Emaluszki: Created page with "Wiki eMaluszki
Encyklopedia internetowa serwisu emaluszki.pl. Źródło wiedzy o
ciąży, połogu, wychowaniu dziecka. Stale uzupełniane o nowe hasła,
poparte badaniami nau..." |
10:40.15 |
Notify |
03BRL-CAD Wiki:Macko * 4952
/wiki/Wiki_Emaluszki: |
12:19.07 |
Notify |
03BRL-CAD:bob1961 * 54441
(brlcad/trunk/src/tclscripts/archer/Archer.tcl
brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl): Archer mod -
need to clear displayed data when doing a database load. |
13:04.54 |
Notify |
03BRL-CAD:bob1961 * 54442
brlcad/trunk/src/tclscripts/lib/Ged.tcl: Variables need to be
dereferenced in Tcl. Besides, RAD2DEG does not exist in this
context. Define and use GED_RAD2DEG. |
14:08.13 |
maths22 |
First pice of spam :( |
14:09.12 |
Notify |
03BRL-CAD Wiki:Maths22 * 0
/wiki/Wiki_Emaluszki: Vandalism: content was: "Wiki eMaluszki
Encyklopedia internetowa serwisu [http://wiki.emaluszki.pl/
emaluszki.pl]. Źródło wiedzy o ciąży, połogu, wychowaniu dziecka.
Stale uzupełniane..." (and the only contributor was
"[[Special:Contributions/M... |
14:39.03 |
*** join/#brlcad DarkCalf
(~DarkCalf@173.231.40.98) |
15:41.33 |
brlcad |
Posterdati: up late, eh? |
15:41.44 |
brlcad |
maths22: that's still really really good
:) |
15:43.16 |
brlcad |
it probably only made it through because it
wasn't english |
16:11.06 |
Notify |
03BRL-CAD:n_reed * 54443
brlcad/trunk/src/mged/chgview.c: remove mged_tran; unused and
duplicates knob_tran logic |
17:07.21 |
maths22 |
true |
19:14.07 |
*** join/#brlcad Skriptkid
(~Skriptkid@117.208.163.175) |
19:51.22 |
Notify |
03BRL-CAD:r_weiss * 54444
brlcad/trunk/src/tclscripts/mged/grouper.tcl: Update to mged
grouper command (i.e. gr). Added a "-p" option to collect the
parent of the selected primitives, instead of the
primitives. |
20:22.32 |
*** join/#brlcad andrei_
(~IceChat7@5-12-221-139.residential.rdsnet.ro) |
20:41.23 |
*** join/#brlcad Posterdati
(~antani@host160-215-dynamic.11-87-r.retail.telecomitalia.it) |
20:52.23 |
*** part/#brlcad andrei_
(~IceChat7@5-12-221-139.residential.rdsnet.ro) |
21:24.00 |
Notify |
03BRL-CAD:r_weiss * 54445
brlcad/trunk/src/tclscripts/mged/grouper.tcl: Update to mged
grouper (i.e. gr) command. Forced the model orientation to remain
static when the group, which you are adding to or subtracting from,
is erased and redrawn. |