Displaying 20 results from an estimated 3000 matches similar to: "Log's Message Codes"
2014 Jan 27
2
[LLVMdev] Removing ReadOnly from math intrinsics
I would be perfectly fine with Raul & Chandler's proposal, provide that
clear documentation is added. The strong distinction between standard
library calls and intrinsics is an important point for front end
authors. The deliberate ignorance of floating point environment flags
is entirely defensible, but needs to be documented clearly. We should
also document which rounding mode
2004 May 02
1
phonejack and linejack in the same system
Hi,
I am a newbie in asterisk, i could compile it and run it with no problem on
a RedHat 9. In the same box, i got a linejack and a phonejack cards and i
downloaded the CVS driver from quicknet. This 2 card were working in a
openh323 (openphone and pstn) project with gnugk on a RedHat 9.
I am using the default samples, and i tried /dev/phone0 and /dev/phone1, but
when i run asterisk, i get this
2008 Jan 02
5
Missing "zap" command in Asterisk 1.4.16
Hi list,
I've just compiled and installed Asterisk 1.4.16 and when I try to run "zap
show" I get the message "*No such command 'zap show'*".
I have a Sangoma Remora A400D with 2 FXS / 10 FXO ports, I've installed the
latest wanpipe too.
zaptel-1.4.7.1 was compiled from the wanpipe installation, so I don't know
what's happening here!!!
Any ideas???
2004 Aug 06
3
no luck with streamers
Did you try liveice?
I'm using it without problems. I didn't try another one, but I can
suggest you liveice. In my case I'm taking the output from an radio set
which is connected to a sound card.
I hope It help you.
<p>Luis Gallardo
Caracas - Venezuela.
Raúl Gutiérrez Segalés wrote:
>
> Hi,
>
> I want to stream to an Icecast server (current version) that is up
2007 Dec 13
10
Version naming to use in a RoR proyect
Hi everyone,
I would need to know if RoR follow any policy for version naming; I
mean, something like linux´s kernel does or similar.
For instance, kernel uses numbers separated in groups by dots (i.e.
pre 2.6 - AA.BB.CC). These groups mean differents fixtures, bugs
fixed...
I will start a big proyect from scratch with rails and I want to
choose now a standart to use and avoid future problems
2006 May 18
5
more that 5 time beats for effect.pulsate
hi again
How can i extend 5 times for effect.pulsate beats?
I need that continue beat until other event client happened
about my other mail, is there other solution more elegant that this? :
new Effect.Pulsate(leccion[i_leccion],{duration: 5,from: 1});
thanks again
rag
2005 May 25
2
Career Opportunity
I saw your information on the internet and I have multiple opportunities available for QA Analysts. The opportunities are available in the Chicago area. A description of the opportunities can be viewed at www.parallelpartners.com. If you or someone you know is interested, please email me a copy of your resume.
Thank you
Raul Garcia
Administrative Manager
Parallel Partners
20 N. Wacker
2007 Oct 11
2
Is there real benefits on a SMP machine for Asterisk?
Hi list,
I'm now considering to buy a new server for an Asterisk installation, since
I've been kindly
advised<http://lists.digium.com/pipermail/asterisk-users/2007-October/198146.html>not
to use an old server for a mission critical app...
Well, playing around in Dell's, HP's and IBM's online stores, I've noticed a
lot of Discounts or even FREE upgrades from Dual to
2014 Dec 15
3
Making iconv portable?
Hello, All:
What would it take to make ?iconv? portable?
I ask, because I want to convert accented characters to vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed on Linux and Mac. It?s part of the ?subNonStandardCharacters? function
2014 Dec 15
2
Making iconv portable?
> On Dec 15, 2014, at 12:21 PM, Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
>
>>>>>> Spencer Graves writes:
>
>> Hello, All:
>> What would it take to make ?iconv? portable?
>
>
>> I ask, because I want to convert accented characters to
>> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and
>> Milan
2008 Feb 05
2
[LLVMdev] Counting instructions
Hi,
I need to instrument the code in order to generate an event (call a certain
function) whenever X instructions have been executed. I'm using
MachineFunctionPass to get machine-dependent representation of each LLVM
function in the program. However, such pass doesn't allow to modify such
functions. Is there any other class so I can modify MachineFunctions?
Thanks in advance, Raul.
--
2013 Sep 03
0
[LLVMdev] AttributeSet from Modules
On Sep 3, 2013, at 9:04 AM, Raul Fernandes Herbster <raulherbster at gmail.com> wrote:
> Hello!
>
> clang defines some AttributeSet, for example:
>
> attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true"
2016 Jun 27
0
How to traverse llvm DAG for analysis
Dear Raul,
Instruction selection and instruction scheduling is, to the best of my
knowledge, done at the MachineInstr (MI) IR level. The documentation
you've read is on the target independent LLVM IR.
You will probably need to read the documentation on LLVM's code
generator. The documents on Writing an LLVM Backend, the LLVM Target
Independent Code Generator, and Machine IR Format
2014 Jan 25
2
[LLVMdev] Removing ReadOnly from math intrinsics
On Fri, Jan 24, 2014 at 4:17 PM, Philip Reames <listmail at philipreames.com>wrote:
> On 1/24/14 3:52 PM, Raul Silvera wrote:
>
> In include/llvm/IR/Intrinsics.td there is code to mark sqrt and several
> other math intrinsics as "ReadOnly", even though they do not read memory.
>
> According to the comments this was done as an attempt to model changes
> to
2013 Sep 03
2
[LLVMdev] AttributeSet from Modules
Hello!
clang defines some AttributeSet, for example:
attributes #0 = { nounwind uwtable "less-precise-fpmad"="false"
"no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true"
"no-infs-fp-math"="false" "no-nans-fp-math"="false"
"unsafe-fp-math"="false"
2014 Dec 15
1
Making iconv portable?
On Dec 15, 2014, at 1:37 PM, Spencer Graves <spencer.graves at prodsyse.com> wrote:
>
>
>> On Dec 15, 2014, at 10:13 AM, Simon Urbanek <simon.urbanek at r-project.org> wrote:
>>
>>>
>>> On Dec 15, 2014, at 12:21 PM, Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
>>>
>>>>>>>> Spencer Graves writes:
2014 Nov 25
2
[LLVMdev] Upcoming Changes/Additions to Scoped-NoAlias metadata
----- Original Message -----
> From: "Raul Silvera" <rsilvera at google.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "Chandler Carruth" <chandlerc at google.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Monday, November 24, 2014 7:20:04 PM
> Subject: Re: [LLVMdev] Upcoming Changes/Additions
2014 Nov 14
2
[LLVMdev] Upcoming Changes/Additions to Scoped-NoAlias metadata
----- Original Message -----
> From: "Raul Silvera" <rsilvera at google.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "Chandler Carruth" <chandlerc at google.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Friday, November 14, 2014 10:34:39 AM
> Subject: Re: [LLVMdev] Upcoming
2008 Feb 05
0
[LLVMdev] Counting instructions
On Tue, 5 Feb 2008, Raul Fernandes Herbster wrote:
> I need to instrument the code in order to generate an event (call a certain
> function) whenever X instructions have been executed. I'm using
> MachineFunctionPass to get machine-dependent representation of each LLVM
> function in the program. However, such pass doesn't allow to modify such
> functions. Is there any other
2001 Oct 01
2
winehq's wine vs Corel wine
Some times I read people claimming that
some applications run well (or installs well)
with Corel's wine but not with winehq's wine.
As Corel is dead for almost a year (IIRC), is there
something in Corel's wine that it is not on the official wine?
If it is, what is it?
why isn't it in winehq's wine? license? design?
Or the people who make this kind of claim are
(no