Displaying 20 results from an estimated 22 matches for "20140730".
Did you mean:
20140731
2014 Jul 30
2
[LLVMdev] LLVM 3.5 support for Microsoft Windows Structured Exception Handling?
...wondering if the upcoming LLVM 3.5 release will have support for Microsoft Windows Structured Exception handling (e.g., __try/__except/__finally)?
Thanks,
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140730/e3d18989/attachment.html>
2014 Jul 30
1
Directory app not working with realtime
...hn
Tech Support
Tech Support
VoIP Business Solutions
240-215-3479 (Work/Fax)
<mailto:fsd at voipbusiness.us> support at voipbusiness.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140730/b15f540c/attachment.html>
2014 Jul 30
2
compiling dahdi and exporting it to another system
...le and extract in / of
the other system. However the module is not loading and /dev/dahdi is not
created.
Anyone done this?
Thank you,
Anthony.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140730/169ed833/attachment.html>
2014 Jul 30
3
Internal timing under load is critical ?
...nderstanding of wiki https://wiki.asterisk.org/wiki/display/AST/Timing+Interfaces
It seems it is not necessary now.
Please tell me your opinions.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140730/c77324bc/attachment.html>
2014 Jul 31
5
[LLVMdev] Tablegen binary literals
...in another bits<n> type.
Thanks,
Pete
> I.e. I don’t think we currently accept:
>
> bits<4> x = { opc, opc }
>
> Thanks,
> Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140730/6b7396ac/attachment.html>
2014 Jul 30
0
SKA-P 20 AÑOS ESTE 15 DE NOVIEMBRE
...w.rockero.org/box/lt.php?id=ZUtQBlEFUlJRCR9TXVZPDlEFBAk%3D></font></font>
</div>
--
powered by phpList, www.phplist.com --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20140730/4b6dddb5/attachment.html>
2014 Jul 30
0
can't use icecast2 in ubuntu 12.04
...-ni eth0 port 8000" and try to access the
icecast web interface. If you don't see any output, then traffic to port
8000 is blocked externally.
Cheers
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20140730/af04e9e5/attachment.htm
2014 Jul 30
1
CentOS-docs Digest, Vol 92, Issue 8
...sted concise relevant
information. I work to be as accurate as I can be, and use the system
for repeatability, & to document procedures. --threesixes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20140730/66a20908/attachment-0006.html>
2014 Jul 30
1
Die Hütchen-Spiel Mafia wird das nicht gerne sehen. Diese Katze ist Profi!
http://heftig.co/katze-mit-huetchen/
2014 Jul 31
1
Are the instructions on freedesktop.org still OK?
.... Is it really just `git remote update` followed by
`git reset --hard nouveau/master` as the page shows?
[1] http://nouveau.freedesktop.org/wiki/InstallDRM/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140730/d486a63b/attachment.html>
2014 Jul 30
2
[LLVMdev] Unit tests failure in debug mode
I have a debug tree with shared objects enabled (to help streamline
the development process), and I see those unit tests failing where
they don't fail on a release/static build.
Anyone seeing these, too?
FAIL: LLVM-Unit :: Object/ObjectTests/StringTableBuilderTest.Basic
(19422 of 20473)
******************** TEST 'LLVM-Unit ::
Object/ObjectTests/StringTableBuilderTest.Basic' FAILED
2014 Jul 30
0
Calls disconnect after 15 minutes | cause=408 ; text="408 Request Timeout"| Asterisk 11.8.1 --> Audiocodes Mediant 2000 v.6.40A.063.001
...CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
NOTIFY, INFO, PUBLISH Supported: replaces, timer Content-Length: 0
root at netlog:/logs/38.XXX.XXXX.XXX/2014/07#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140730/2cf420c9/attachment.html>
2014 Jul 30
1
Metadata
Thomas,
Muse Radio Player 1.ob is the player, using Coding Technologies aacplusv2 encoder which came with SAM Broadcaster Studio. Url is metaledgeradio.com player located on listen page. Cool about the playlist log. I hope you got your crystal ball fixed. Thanks.
Respectfully,
Mike Dixon
Metal Edge Radio
---- On Tue, 29 Jul 2014 09:25:35 -0700 Thomas B. R?cker <thomas at
2014 Jul 31
2
[LLVMdev] Tablegen binary literals
Hi all
Currently tablegen parses binary literals such as 0b011 and immediately turns them in to integers internally. Due to this, 0b011 is a 2-bit value because tablegen will happily drop leading zeroes on integers.
I propose that we change this, and store binary literals with a size. I think this is much more natural, as when the user writes a value with 3 bits, I think they expect to get a
2014 Jul 30
2
[LLVMdev] FPOpFusion = Fast and Multiply-and-add combines
...er or if
the target should set a different option to be checked by the DAGCombiner
saying that mul-add/subtract is okay.
Any comments?
Thanks in advance!
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140730/14792424/attachment.html>
2014 Jul 30
2
[LLVMdev] Inconsistent third field in global_ctors (was Re: [llvm] r214321 - UseListOrder: Visit global values)
+reid, +llvmdev, -llvm-commits
> On 2014-Jul-30, at 11:56, Rafael Avila de Espindola <rafael.espindola at gmail.com> wrote:
>
>
>> I think the fix is to upgrade old-style global arrays (or reject
>> them?) in the .ll parser.
>>
>
> The .ll format is not stable, so you should be able to just reject it.
Looking a little deeper, it's not
2014 Jul 31
2
[LLVMdev] Inconsistent third field in global_ctors (was Re: [llvm] r214321 - UseListOrder: Visit global values)
...didn't want to force the complexity of the 3 operand form on non-C++
frontends, basically. Obviously, having one form is simpler from LLVM's
perspective.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140730/12f2f73d/attachment.html>
2014 Jul 29
3
[LLVMdev] Enhancing BasicAliasAnalysis for Rust
Since Rust references usually never aliases it would be nice if we could
exploit this for code generation. One idea I had to improve alias analysis
is to insert metadata on pointer loads. !inheritalias could be added to
load instructions to indicate that if we know all the aliases of the
pointer we load from, then we also know all the aliases of the pointer
value loaded. Given that pointer loads
2014 Jul 30
4
can't use icecast2 in ubuntu 12.04
...<user>nobody</user>
<group>nogroup</group>
</changeowner>
-->
</security>
</icecast>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20140730/454e5271/attachment.htm
2014 Jul 30
2
can't use icecast2 in ubuntu 12.04
Hello,
I really don?t know if this question is already been discussed, what I say is that is about 5 days that I can?t find any solution.
the problem is that icecast2 works only locally, I am not able to connect remotely. Now I?m going to explain:
on ubuntu 12.04, I installed icecast2 with:
apt-get install icecast2
it is not the latest version, since I see here there is the 2.4.
anyway, I