similar to: 1.0-test29

Displaying 20 results from an estimated 30000 matches similar to: "1.0-test29"

2018 Nov 14
0
Re: [PATCH 2/2] build: Replace ./nbdkit with a C program.
On Tue, Nov 13, 2018 at 08:10:34PM -0600, Eric Blake wrote: > On 11/13/18 4:51 PM, Richard W.M. Jones wrote: [...] > >+ size_t i; > >+ char *s; > >+ > >+ /* If NBDKIT_VALGRIND=1 is set in the environment, then we run the > >+ * program under valgrind. This is used by the tests. Similarly if > >+ * NBDKIT_GDB=1 is set, we run the program under GDB,
2005 Oct 05
0
call transfer problem - something strange
Hi, I try to set up planet VIP-050 with asterisk. Everything works fine instead of the call transfer. When I press # console says something like this: >Oct 5 11:11:20 DEBUG[25104]: chan_sip.c:2222 sip_rtp_read: Oooh, format changed >to 1024 >Oct 5 11:11:20 WARNING[25104]: codec_ilbc.c:144 ilbctolin_framein: Huh? An ilbc >frame that isn't a multipleof 50 bytes long from RTP
2014 Oct 20
2
[LLVMdev] RFC: Are we ready to completely move away from the optionality of a DataLayout?
On Mon, Oct 20, 2014 at 9:51 AM, Chris Lattner <clattner at apple.com> wrote: > > On Oct 19, 2014, at 1:22 AM, Chandler Carruth <chandlerc at gmail.com> wrote: > > > I've just wasted a day chasing my tail because of subtleties introduced > to handle the optionality of the DataLayout. I would like to never do this > again. =] > > > > We now have
2004 Jul 09
1
RE: ATA 186, firmware SIP 3.1 and codec g.726 + now SIPURA SPA-2000
To me it's a error if I can't complete calls using the ATA configured to use the g726 codec. I just tried it usign a sipura SPA-2000 (preferred codec: G726-32) and I received NOTICES and WARNINGS, but I can't complete a call. On a zap channel: -- Executing Dial("SIP/2007-e4d8", "Zap/1/2217008") in new stack -- Called 1/2217008 -- Zap/1-1 answered
2010 Mar 24
1
Release plans
Hi everyone. So I'd like to start with an update saying that we've hit a pretty big milestone in our 0.9.0 plans for world domination - that is that the last plugin, DBus, has finally been ported and works. [1] The code is currently undergoing review, and once some inconsistencies are fixed up, it looks set for inclusion into master. This means that along with this, a 2D GTK Window
2013 Aug 11
0
[LLVMdev] [global-isel] Simplifying the simplifier
>>>> What might be better is to put some abstract interface between >>>> instcombine and the IR, so that instcombine can be run on these >>>> pseudo-MIs >>>> as well as on IR. >>> >>> >>> I like the idea of sharing code between IR and MI passes through an >>> abstract interface. I think that later stages in the IR
2018 Nov 14
2
Re: [PATCH 2/2] build: Replace ./nbdkit with a C program.
On 11/13/18 4:51 PM, Richard W.M. Jones wrote: > There are advantages to having the same code parse the options in the > ./nbdkit wrapper as in the real nbdkit: > > - We can parse options in exactly the same way as the real program. > > - Use the more accurate ‘is_short_name’ test for unadorned > plugin/filter names on the command line. > > - Fixes the FreeBSD
2015 Jan 21
2
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
Hi, > > While hacking it up I've noticed spec doesn't match reality. The > > "Virtio Structure PCI Capabilities" section here ... > > > > http://docs.oasis-open.org/virtio/virtio/v1.0/cs01/virtio-v1.0-cs01.html#x1-690004 > > > > ... doesn't match what qemu is doing. Huh? > > Thanks a lot for the report, and the tool! pciutils
2015 Jan 21
2
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
Hi, > > While hacking it up I've noticed spec doesn't match reality. The > > "Virtio Structure PCI Capabilities" section here ... > > > > http://docs.oasis-open.org/virtio/virtio/v1.0/cs01/virtio-v1.0-cs01.html#x1-690004 > > > > ... doesn't match what qemu is doing. Huh? > > Thanks a lot for the report, and the tool! pciutils
2003 Aug 06
1
contour lines intersect
Hi, Sorry if this is already known... contour() sometimes draws contour lines that intersect. Is there a temporary fix? A dataset which causes problems is at http://www.maths.uwa.edu.au/~adrian/dumpdata.R If you try just source("dumpdata.R") image(huh) contour(huh) the 100 x 100 matrix 'huh' contains an hourglass-shaped region of values around 0.8. The contour plot
2003 Dec 30
2
* crash when forward voicemail message [problem solved]
Thanks for all your help Martin, Guys, This is a good find and hopefully could help someone else. I've been having a problem with forwarding voicemail from one mailbox to another. I ran down the sendmail and soundcard path and came up goose eggs. With intuitive guidance from Martin Pycko (Digium), I switched from Redhat 9 Kernel linux-2.4.20-8 to Redhat 8 Kernel linux-2.4.18-14 and it
2003 Oct 28
0
Unable to find a path from G729A to ALAW, Unable to find a path from GSM to G729A
I have installed G729 but I cannot make a outgoing call with it. SIP/dennis-2c23 is making progress passing it to SIP/1010-8b60 NOTICE[311316]: File channel.c, Line 1476 (ast_set_read_format): Unable to find a path from G729A to ALAW NOTICE[311316]: File channel.c, Line 1446 (ast_set_write_format): Unable to find a path from GSM to G729A WARNING[311316]: File codec_gsm.c, Line 136
2004 Dec 01
0
[Fwd: Re: Kernel Fisher Discriminant in R?]
Ooops...I meant "formulations shouldn't be difficult" -------- Original Message -------- Subject: Re: [R] Kernel Fisher Discriminant in R? Date: Wed, 01 Dec 2004 08:05:38 +0200 From: Gorden Jemwa <jemwa at sun.ac.za> To: huh at rti.org CC: r-help at stat.math.ethz.ch You could us the kernlab package as a building block. Implementation of Kernel Fisher Discriminant Analysis
2014 Oct 19
2
[LLVMdev] RFC: Are we ready to completely move away from the optionality of a DataLayout?
On Sun, Oct 19, 2014 at 2:32 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > I have a question: > > > 1) Synthesizing a "default" boring DataLayout for all modules that don't > > specify one. > > What is a default boring value for endianness? > Little. Sorry, but LE won here. I mean, we could make the default big-endian just to test the
2004 Sep 22
1
S4 methods and polymorophism
Hello R Power Users, There is a rather large introduction you may skip to go directly to my question about S4 classes. I am working on some toy code to help me get in through S4 classes. Doing this homework, I have some questions about S4 classes. I have carefully read available help and some additional material such as Robert Gentleman's slides and special attention to "Programming
2015 Jan 19
3
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
Hi, > BTW: is there a tool (or pciutils patch) which can decode the virtio > capabilities? Searched for a patch today, and all google found me was this mail asking for one :-o So I went ahead and coded one up. Attached. While hacking it up I've noticed spec doesn't match reality. The "Virtio Structure PCI Capabilities" section here ...
2015 Jan 19
3
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
Hi, > BTW: is there a tool (or pciutils patch) which can decode the virtio > capabilities? Searched for a patch today, and all google found me was this mail asking for one :-o So I went ahead and coded one up. Attached. While hacking it up I've noticed spec doesn't match reality. The "Virtio Structure PCI Capabilities" section here ...
2006 Mar 04
1
*** Yet another boring weekend? Test new Asterisk features in development!
In Sweden, where I live, it's snowing like crazy. The Stockholm area is covered in white stuff and there's really no reason to leave the computer and get out anywhere. More white stuff is coming down all the time. Boring. I am sure your weekend is no better - rain, snow or just another boring sunny day. Let's find something cool to do during this weekend! Join the cool crowd
2018 Nov 08
0
[nbdkit PATCH v2 4/5] main: Use new bool parser for --tls
Our use of --tls is a superset of boolean because we add a force mode; but once we have checked for that, it's more consistent if we accept the same set of other boolean values as anything else (in this case, adding 'yes/no' and 'true/false'), as well as consistently allowing case-insensitivity. The error message for an unrecognized spelling changes from: $ nbdkit --tls huh
2017 Jul 14
2
failing to optimize boolean ops on cmps
On 07/14/2017 10:27 AM, Daniel Berlin wrote: > > > On Thu, Jul 13, 2017 at 6:18 PM, Hal Finkel <hfinkel at anl.gov > <mailto:hfinkel at anl.gov>> wrote: > > > On 07/13/2017 06:40 PM, Daniel Berlin via llvm-dev wrote: >> Ah yes, it can only return one instruction and you need two. >> >> NewGVN could still handle it if instsimplify was