Displaying 20 results from an estimated 1000 matches similar to: "Missing commit emails (unicode in subject?)"
2019 Oct 16
2
[RFC] Adding time-trace to LLD?
Hi all,
I've been using -ftime-trace on the compiler and find it very useful for
analysing compile times and whole build times. I've made a first attempt at
adding this to LLD (ELF) so link times can be traced in the same way:
https://reviews.llvm.org/D69043
This works for LTO and ThinLTO, but needs some more work to make sure it
scales well across multiple threads.
Please let me know
2020 Jan 14
2
[cfe-dev] LLVM 9.0.1-final has been tagged
On 01/14/2020 08:59 AM, Russell Gallop wrote:
> Hi Tom, Hans,
>
> I can't see LLVM-9.0.1-win*.exe from Hans on the GitHub release page (https://github.com/llvm/llvm-project/releases/tag/llvmorg-9.0.1). Is this still in progress?
>
Hans did you upload these? I don't see them on the server.
-Tom
> Thanks
> Russ
>
> On Thu, 9 Jan 2020 at 20:05, Tom Stellard via
2005 Dec 14
2
new server: NT_STATUS_LOGON_FAILURE
I've googled, RTFMed, and I still can't fix this. Hoping someone here
can offer a suggestion. I'm learning, so please explain a little if you can.
I installed samba on a Ubuntu 5.10 machine (named mog). My XP machine
"sees" it, but the username/password dialog fails.
I've traced it down to what I think is an authentication problem:
mat@mog:/etc/samba$ smbclient -L
2010 Aug 06
3
Partial Function Application
Hi. I would like to partially apply a function to a list of arguments,
and I don't know how to do this in R, without perhaps writing default
values to the formals() of my function, or writing to the environment
object of a function. For context, my definition of partially apply
is: "fix some of the arguments, leaving the others as variables,
return a new function that takes the un-fixed
2020 Feb 06
2
RFC: Using GitHub Actions for CI testing on the release/* branches
On 02/06/2020 08:41 AM, Russell Gallop wrote:
> Hi Tom,
>
> Thank you for setting this up. It's very useful.
>
> One question about what this builds. It only builds "ninja check-all", not "ninja all"[1]. check-all isn't a strict superset of all so while this covers most things, this does miss building a few things such as:
> bin/clang-offload-wrapper
2006 Jun 22
1
[site] mog
so becky said mog is out, i remeber seeing it about a year ago on craigslist but didnt apply since it sounded like a last.fm ripoff and why waste time reinventing a wheel?..anyways, im wondering if it performs ok for anyone? it keeps freezing up on my trying to edit the page. sometimes a response comes back after about 10 seconds. im only guessing it runs rails, based on the gratuitous use of
2019 Dec 09
2
MIssing llvm-commits messages
> On Dec 9, 2019, at 1:10 PM, Roman Lebedev <lebedev.ri at gmail.com> wrote:
>
> Yep, there seems to be an issue with commits containing non-ASCII
> symbols (in Author: line?)
Ah, perhaps, but I don’t seen anything obvious, at least not in the log. And the author has other commits just before and after that did generate a messages, so it seems somewhat random to me.
>
2010 Aug 05
4
Reducing a list of functions by composition fails
Hi All,
I'd like to be able to specify the ordered composition of several
functions. So I defined compose:
compose <- function(f,g){
function(x){f(g(x))}
}
and some simple test functions:
plus2 <- function(x){x+2}
plus3 <- function(x){x+3}
plus4 <- function(x){x+4}
> (compose(plus2,compose(plus3,plus4)))(3)
[1] 12
Works fine. But trying to reduce a list of functions by
2020 Jan 09
2
[cfe-dev] LLVM 9.0.1-final has been tagged
On 01/09/2020 09:11 AM, Brian Cain wrote:
>
>
> On Thu, Jan 9, 2020 at 12:29 AM Tom Stellard <tstellar at redhat.com <mailto:tstellar at redhat.com>> wrote:
>
> On 01/08/2020 09:24 AM, Brian Cain wrote:
> > Tom, the 9.0.1 final binaries didn't (yet?) make it to the github release page https://github.com/llvm/llvm-project/releases/tag/llvmorg-9.0.1
2006 Aug 18
1
Anyone seen any articles on AJAX autocompleting mulitple...
I don''t even know what its called really, so its hard to search for.
Here''s an example. They do this on MOG.com:
There''s one text field visible. You type in a band name. Another text
field appears. It auto completes album names based on the band name you
chose in the first field.
What is this type of thing called? Where is some source code I could
look at?
any
2007 Sep 11
2
Ogg metadata stream embedding
Another spin-off discussion. The scheme used on
<http://wiki.xiph.org/index.php/Metadata> was to
packetize XML (split it up into packets at the
root level, each of which was self contained
(the terminology has temporarily abandoned me),
and have the bos packet as the opening <?xml
&c. stanza, the eos a </xml>.
It is probably more sensible to include a magic
number identifying
2019 Nov 27
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Tue, Nov 26, 2019 at 06:10:36PM -0500, Lyude Paul wrote:
> Hey-this is almost certainly not the right place in this thread to respond,
> but this thread has gotten so deep evolution can't push the subject further to
> the right, heh. So I'll just respond here.
:)
> I've been following this and helping out Karol with testing here and there.
> They had me test
2019 Nov 27
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Wed, 2019-11-27 at 12:51 +0100, Karol Herbst wrote:
> On Wed, Nov 27, 2019 at 12:49 PM Mika Westerberg
> <mika.westerberg at intel.com> wrote:
> > On Tue, Nov 26, 2019 at 06:10:36PM -0500, Lyude Paul wrote:
> > > Hey-this is almost certainly not the right place in this thread to
> > > respond,
> > > but this thread has gotten so deep evolution
2012 Oct 07
1
Problem with national characters in main, xlab, ylab with pdf{grDevices} / postscript {grDevices}
Hello.
I'm trying to make some graphics with nationalized labels (pdf for use
in LaTeX document).
On console (displayed on screen) using all looks ok:
----------------------------------------\/
data<-rnorm(100)
hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y',
ylab='Cz?sto?? wyst?powania')
-------------------------------------------/\
But
2003 Mar 18
4
network connection
Hi,
How can I configure R to allow http connection (through company firewall)?
Your help are greatly appreciated!
Wei Ding, Ph.D.
Schering-Plough Research Institute
2015 Galloping Hill Road
Kenilworth, NJ 07033
Tel: (908) 740-2592
Fax: (908) 740-7664
*********************************************************************
This message and any attachments are solely for the intended rec...
2004 Jan 11
2
Cisco 79xx Ringtones
Hi,
I'm after two very specific ringtones for the 79xx's...
A dog barking, and a horse either galloping or neighing.
I've tried making the sounds, but for some bizarre reason they're not
working. I used to make quite a few ringtones for the 79xx's, but I
seem to have forgotten how to do it! And to top things off, I can't
even find the documentation on Cisco's site
2019 Nov 21
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Thu, Nov 21, 2019 at 5:06 PM Karol Herbst <kherbst at redhat.com> wrote:
>
> On Thu, Nov 21, 2019 at 4:47 PM Rafael J. Wysocki <rafael at kernel.org> wrote:
> >
> > On Thu, Nov 21, 2019 at 1:53 PM Karol Herbst <kherbst at redhat.com> wrote:
> > >
> > > On Thu, Nov 21, 2019 at 12:46 PM Mika Westerberg
> > > <mika.westerberg at
2006 Oct 23
2
Digium vs. Sangoma
I don't mean to be a troll in any way shape or form. I was on IRC last night and I observed the following convo. below. What do you guys make of it ?
[02:14] <bkw__> Let me tell you how chidlish digium and Mark Spencer is. I walk into a restaurant with them all here at Astricon wearing my sangoma shirt and he asked me to leave.
[02:15] <Dovid> u serious ?
[02:15] *** mog
2019 Dec 09
3
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Mon, Dec 9, 2019 at 12:17 PM Karol Herbst <kherbst at redhat.com> wrote:
>
> anybody any other ideas?
Not yet, but I'm trying to collect some more information.
> It seems that both patches don't really fix
> the issue and I have no idea left on my side to try out. The only
> thing left I could do to further investigate would be to reverse
> engineer the Nvidia
2007 Jun 21
3
gtalk - no audio
Hi list,
I'm trying to get channel gtalk working in asterisk 1.4.5
I have it built and configured as follows:
*jabber.conf:*
[general]
debug=yes
autoprune=no
autoregister=no
[myaccount]
type=client
serverhost=talk.google.com
username=myaccount at gmail.com/Talk
secret=mypassword
port=5222
usetls=yes
usesasl=yes
statusmessage="Talk to me"
timeout=100
*gtalk.conf:*
[general]