00:57.35 |
*** join/#brlcad juanman
(~quassel@unaffiliated/juanman) |
02:02.47 |
*** join/#brlcad packrat
(~packrator@c-98-209-146-133.hsd1.mi.comcast.net) |
02:15.56 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.84.253) |
02:23.58 |
*** join/#brlcad packrat
(~packrator@c-98-209-146-133.hsd1.mi.comcast.net) |
03:00.15 |
*** join/#brlcad packrat
(~packrator@c-98-209-146-133.hsd1.mi.comcast.net) |
04:06.07 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.88.218) |
04:35.44 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.88.43) |
04:36.52 |
abhi2011 |
Hi, I am getting these errors related to
_vsnprintf in the windows build |
04:36.57 |
abhi2011 |
http://bin.cakephp.org/view/250238996 |
04:37.38 |
abhi2011 |
its in the xml project |
07:29.49 |
*** join/#brlcad jordisayol
(~jordisayo@unaffiliated/jordisayol) |
09:05.44 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.86.190) |
09:36.15 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.87.190) |
10:46.07 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.94.106) |
10:58.26 |
*** join/#brlcad juanman
(~quassel@unaffiliated/juanman) |
13:14.41 |
*** join/#brlcad d_rossberg
(~rossberg@BZ.BZFLAG.BZ) |
13:19.03 |
CIA-28 |
BRL-CAD: 03d_rossberg * r47906
10/brlcad/trunk/src/other/xsltproc/ (libexslt/src/exslt.c
libxml/include/libxml.h xsltproc.c): MSVC-build: the _vsnprintf
declaring stdio.h has to be included before the config.h whith its
vsnprintf define |
13:19.11 |
CIA-28 |
BRL-CAD: 03Tbrowder 07http://brlcad.org * r3251
10/wiki/Continuous_Integration: add links to more buildbot
info |
13:21.23 |
CIA-28 |
BRL-CAD: 03Tbrowder 07http://brlcad.org * r3252
10/wiki/Continuous_Integration: |
13:26.06 |
CIA-28 |
BRL-CAD: 03Tbrowder 07http://brlcad.org * r3253
10/wiki/Main_Page: /* Getting started */ |
14:03.05 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.82.193) |
14:33.25 |
abhi2011 |
starseeker. thanks, that fixed it |
14:34.49 |
abhi2011 |
getting an error while opening files: http://imageshack.us/f/841/forcel.png/ |
14:35.46 |
abhi2011 |
invalid command name wdp_open ,hmmm |
14:42.07 |
abhi2011 |
incorrect command generated in event_check()
in mged.c i think |
14:46.24 |
starseeker |
abhi2011: that was d_rossberg fixing it
:-) |
14:46.55 |
abhi2011 |
woops, ok :) |
14:47.08 |
abhi2011 |
any idea about the wdb_open bug
though |
14:47.23 |
abhi2011 |
I am not that good with the Tcl/Tk event
management thing |
14:47.26 |
abhi2011 |
:P |
14:48.45 |
starseeker |
I'm seeing it myself, but I'm not sure what to
do about it |
14:50.00 |
abhi2011 |
I ll check the mged.c changes
recently |
14:58.46 |
d_rossberg |
src/mged/setup.c +line 445:
Wdb_Init(INTERP); |
14:59.29 |
d_rossberg |
(just a thought) |
15:15.07 |
abhi2011 |
wow, that was it |
15:15.27 |
abhi2011 |
so the Tcl interface for libwdb was not
added |
15:19.00 |
CIA-28 |
BRL-CAD: 03abhi2011 * r47907
10/brlcad/trunk/src/mged/setup.c: Added a line to create the Tcl
command for wdb_open. |
15:20.11 |
d_rossberg |
:) |
15:33.15 |
n_reed |
the only thing with Wdb_Init is that it has
been listed as deprecated in include/obj.h |
15:37.27 |
abhi2011 |
yes, so what would be the alternative to
adding the command |
15:38.54 |
abhi2011 |
it seems to be simply a Tcl_CreateCommand()
call |
15:39.16 |
abhi2011 |
wonder why it has been depreciated |
15:39.34 |
n_reed |
me too |
15:42.16 |
n_reed |
wdb_open doesn't appear to be used by
archer |
15:42.50 |
n_reed |
it only appears in a deprecated
widget |
15:43.28 |
n_reed |
could be that wdb_open itself is deprecated,
and its use at mged.c:2906 needs to go away |
15:43.44 |
abhi2011 |
yeah, that could be it |
15:48.49 |
abhi2011 |
I wonder if there is an alternate command to
open DB files in Tcl |
16:24.20 |
CIA-28 |
BRL-CAD: 03n_reed * r47908
10/brlcad/trunk/src/other/perplex/perplex.cpp: reformat error
string |
16:29.48 |
CIA-28 |
BRL-CAD: 03n_reed * r47909
10/brlcad/trunk/src/other/perplex/parser.y: fix typo causing
segfault when using empty condition |
17:01.17 |
*** join/#brlcad abhi2011
(~chatzilla@117.200.84.243) |
17:46.35 |
CIA-28 |
BRL-CAD: 03abhi2011 * r47910
10/brlcad/trunk/src/libged/simulate/simrt.c: Corrected crash during
air gap calculations due to a wrong index being used. |
18:58.49 |
*** join/#brlcad abhi2011_
(~chatzilla@117.200.82.176) |
20:01.35 |
CIA-28 |
BRL-CAD: 03n_reed * r47911
10/brlcad/trunk/src/other/perplex/ (parser.y perplex.cpp perplex.h
scanner.re): put support for condition scopes back in |
20:12.33 |
CIA-28 |
BRL-CAD: 03r_weiss * r47912
10/brlcad/trunk/src/libbn/plane.c: Update to the libbn function
'bn_pt3_pt3_equal' in file 'plane.c'. This change was to improve
performance. |
20:31.22 |
CIA-28 |
BRL-CAD: 03r_weiss * r47913
10/brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c: Updated
function 'nmg_model_break_e_on_v' in file 'nmg_fuse.c'. Added
bounding box testing to improve performance. |
20:51.12 |
CIA-28 |
BRL-CAD: 03r_weiss * r47914
10/brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c: |
20:51.12 |
CIA-28 |
BRL-CAD: Update to function 'nmg_isect_eu_eu'
in file 'nmg_inter.c'. Added bounding box |
20:51.12 |
CIA-28 |
BRL-CAD: testing, removed excessive magic
checks, fixed some float zero compares. The |
20:51.12 |
CIA-28 |
BRL-CAD: bounding box and magic check changes
were to improve performance. |
20:52.53 |
CIA-28 |
BRL-CAD: 03n_reed * r47915
10/brlcad/trunk/src/other/perplex/scanner.re: fix pattern for
matching condition list |
21:13.38 |
CIA-28 |
BRL-CAD: 03n_reed * r47916
10/brlcad/trunk/src/other/perplex/ (parser.y scanner.re): put
support for re2c-style named definitions back in |
21:15.16 |
*** join/#brlcad abhi2011_
(~chatzilla@117.200.81.218) |
21:49.27 |
CIA-28 |
BRL-CAD: 03r_weiss * r47917
10/brlcad/trunk/src/librt/primitives/nmg/nmg_info.c: Updated
function 'nmg_2edgeuse_g_coincident' in file 'nmg_info.c'. Removed
an unnecessary parallel test and excessive magic tests. These
changes were to improve performance. |
23:14.35 |
CIA-28 |
BRL-CAD: 03starseeker * r47918
10/brlcad/trunk/src/other/Makefile.am: Add xsltproc dir and dist
file to Makefile.am EXTRA_DIST |
23:51.49 |
CIA-28 |
BRL-CAD: 03starseeker * r47919
10/brlcad/trunk/src/libbu/Makefile.am: uce-dirent.h is back in
libbu - let autotools know about it. |