Displaying 20 results from an estimated 41273 matches for "mention".
2016 Feb 12
15
[3.8 Release] Please write release notes!
Dear lots of people,
The first comments on the 3.7 release expressed surprise that there
were no changes to the X86 or ARM targets. There had of course been a
lot of hard work and many changes, but none of it was mentioned in the
release notes.
Please help make the release notes more comprehensive this time. The
notes are of course not as important as the actual code, but they do
get read, and they are a good way of telling users about all the hard
work you have done in the past six months.
If you made any change...
2016 Aug 02
5
[3.9 Release] Please write release notes!
...g for the release notes.
You can commit them directly to the branch, or send a patch to me and
I'll happily commit them for you.
If you feel responsible for a particular target, e.g. X86, ARM, MIPS,
etc., please help give those release notes some love.
Here are some examples we might want to mention (thanks LLVM Weekly!).
If you're cc'd on this email, you're mentioned below.
- Dmitry, Renato: the Clang notes mention abi_tag. Do we want to
expand the text here a little? Link to the PR?
- Teresa, Mehdi: there's a "Introduction of ThinLTO [..] ping
Mehdi/Teresa before the r...
2015 Aug 13
17
[3.7 Release] Let's fix the release notes!
...didn't do very much over the past six months. Obviously that's not the
case at all, so let's get them in shape!
If you've been thinking "I should probably add this to the release
notes at some point", now is the time :-)
I have a list below of changes that might be worth mentioning. I
probably missed lots of stuff; please let me know.
To update the notes, please commit directly to the 3.7 branch. If you
don't want to do that, just email me some text, and I'll happily land
it for you.
If you're uncertain whether your work is in the release or not, 3.7
covers c...
2006 Jan 18
6
Mention about an open source image editor
Some days back there was a mention about an open source image editor
that people uses for application layout designing. I have forgotten
about the name of that software.
Can someone send me the link?
Silvy Mathews
2009 Oct 12
2
[LLVMdev] [PATCH] docs/Bugpoint.html: mention -debug-pass=Arguments
Hi,
when reporting
http://llvm.org/bugs/show_bug.cgi?id=5104
I spent quite a while trying to figure out what passes are used by
"-O1" so that I could give this list to bugpoint. It turns out
-debug-pass=Arguments is mentioned in docs/HowToSubmitABug.html but
under a chapter titled "Compile-time optimization bugs" which I
naively ignored since my bug was not a compile-time bug.
How about mentioning this more explicitely in the bugpoint
documentation along the lines of the attached patch?
best regards,
Timo...
2014 Dec 16
0
PXE boot error
...ytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
>
_ When you update the version of pxelinux.0, are you also updating the
version of ldlinux.c32?
_ The version of all the c32 files in use shall match the version of
the boot loader.
_ When you mention the error message, "Failed to load...", is always
the same file being mentioned? Or are you seeing instead other files
mentioned in the message in same cases?
_ Have you tested with the official upstream pre-compiled binaries from
version 6.03 final downloaded from kernel.org (as oppo...
2003 Apr 14
5
* kernel panic
The problem I mentioned a day ago is now getting worse.
message log:
kernel: PCI Master abort
kernel: Unable to handle kernel paging request at virtual address
00230004
kernel : printing eip c02060a6
kernel : Oops: 0002
kernel : CPU: 1
kernel : EIP: 0010:[<c02060a6>] Not tainted
,... Some register dumps
kernel: Pr...
2014 Dec 16
3
PXE boot error
Hi,
We have some problems while network booting thin clients. The type is T5540.
At this moment we are using pxe linux 6.03.
The systems are booting correctly with pxe linux version 6.03-pre14.
We have seen the same error with version 6.03-pre9.
The error message:
Failed to load ldlinux.c32
Boot failed: press a key to retry, or wait for reset...
Any idea?
Willem
2010 Oct 20
2
ldap user suffix
Dear friends
My domain users in two diffrent OU, one OU is TEMP_USERS and other OU
is PEOPLE.
What i should mention in smb.conf ?
If i mention
ldap user suffix = ou=PEOPLE, then
users of ou TEMP_USERS is not able to authenticate.
Please guide me.
Thanks
--
http://linuxinterviews.blogspot.com
2007 Jul 10
2
FAQ Question 1.1; Hardware specififications
...(e.g. Pentium Pro, Celeron, Pentium II, Pentium III, Pentium
IV, Xeon, AMD Athlon, AMD Duron). Multiprocessor machines are supported,
and there is support for Hyper- Threading (SMT). In addition, ports to
IA64 and Power architectures are in progress.
I think it''s (FAQ-level) important to mention the minimum processor for
the latest version and mention that earlier versions can use older
processors(?).
If someone can confirm that the User''s Guide is accurate I''ll make the
change.
All the best,
Lev
1) http://wiki.xensource.com/xenwiki/XenFaq
2) http://bits.xensource....
2018 Nov 28
2
[External] Re: CentOS 7 package not present in Red Hat EL 7 - qt-assistant
...applications, I asked some Red Hat users to install the Qt 4 Assistant
>> application via the qt-assistant package (which is used by a "help"
>> function in our software.) It seemed like there was no such package in
>> the Red Hat package set, however, and I also see no mention of it in
>> "package manifests" like
>> https://urldefense.proofpoint.com/v2/url?u=https-3A__access.redhat.com_documentation_en-2Dus_red-5Fhat-5Fenterprise-5Flinux_7_html_package-5Fmanifest_chap-2Dbase-2Dworkstation-2Dvariant&d=DwICAg&c=KV_I7O14pmwRcmAVyJ1eg4Jwb8Y2JAxu...
2010 Dec 13
2
[LLVMdev] Documentation is missing hardware platform FreeBSD on amd64 and states that Solaris/Sparc is 'working'
Here http://llvm.org/docs/GettingStarted.html#requirements FreeBSD/amd64
isn't mentioned. It works quite fine for me.
Also, it mentions that its known to work on Solaris/V9(Ultrasparc).
Isn't this wrong since JIT isn't currently working on Sparc and is only
expected to work with MC project completion? Sparc should me mentioned
in the 'partial support' table.
Also,...
2011 Oct 25
3
[LLVMdev] release notes: please mention Intrinsic::memory_barrier removal in 3.0
Hi,
Looks like the memory_barrier intrinsic got removed in 3.0 and replaced with fence intrinsics.
Could someone who understands this change better than me please update the 3.0 release notes?
Also the LangRef still mentions llvm.memory.barrier but this is gone from 3.0.
Best regards,
--Edwin
2009 Apr 25
2
patches mentioned in bug report comments
Where are the patches mentioned in the bug report comments? The specific one I'm refering to is http://bugs.winehq.org/show_bug.cgi?id=15323#c12. The comment mentions that it's attached, but I can't seem to access the attachment.
2011 Nov 18
1
Filling a variable with unmentioned categories
Hello, list,
I've been struggling with this task for a while looking for an efficient way to solve it:
There are two variables 'price' and 'mentioned'.
I want to 'enlarge' data so that missing price points within the price range are added to variable price.
Also variable 'mentioned' is to receive values 0 in these cases.
Note: Price points in original data can repeat if several persons mentioned that price point.
Example:...
2011 Jan 27
1
Sweave with pdf(): how to remove mention "null device"
...ho=FALSE>>=
pdf("plot.pdf")
plot(runif(100))
dev.off()
cat("\\includegraphics{plot}\n\n")
@
as is documented in the Sweave user guide A.9. The problem is that a
"null device 0" is printed in my document! Indeed, each time one opens
pdf() or any device, some mention "pdf" inevitably shows up... try:
pdf()
plot(runif())
dev.off()
How can one get rid of this? The only workaround I found is to place it
into a if() loop:
for(i in 1:1){
pdf()
plot(runif())
dev.off()
}
so there is no track of the mention null device, and my sweave pdf looks
better. A...
2010 Jan 05
4
solving cubic/quartic equations non-iteratively
To R-helpers,
R offers the polyroot function for solving mentioned equations
iteratively.
However, Dr Math and Mathworld (and other places) show in detail how to
solve mentioned equations non-iteratively.
Do implementations for R that are non-iterative and that solve mentioned
equations exists?
Regards, Mads Jeppe
2006 Nov 09
8
Distroy to experiment with Xen?
...e to experiment with Xen some to see how I could integrate
it in my various web application environments and hopefully make my
life easier. I am currently using FreeBSD 6 but it seems that it
doesn''t fully support Xen. I did some searching around and also notice
some posts on mailing lists mentioning some trouble with the CentOS 4
distribution (something about the default Berkley DB package not
playing nicely with Xen). Anyway, I know there was some mention of Xen
on the mailing list a little bit ago and was wondering if anybody had
any insight as to what OS / Distro would be well coupled wi...
2020 Oct 13
2
[RFC] Python 2 / Python 3 status, final step(s)
...t have much bugs reported
wrt. Python compatibility for the LLVM toolchain.
Indeed, all Python scripts should now be at least compatible with both python2 (py2)
and python3 (py3), some of them already are already py3 only.
The build system still depends on Python in a few place, but it explicitly
mentions Python3_EXECUTABLE, and the main dependency (llvm-build) is currently
being removed in D89142.
The shebangs have already been harmonized in D83857: some mention /usr/bin/env
python, some mention /usr/bin/env python3, and none mention python2 anymore. It
would be great to have all script use the...
2006 Oct 18
4
Segmentation bug - file_column?
Hi there everybody,
We''re having mongrel processes slowly die on us, with a segmentation
fault. I''ve seen a few other people mention similar issues. Any info
or suggestions would be nice:
Error:
/var/www/apps/heritage/current/config/../vendor/plugins/file_column/
lib/magick_file_column.rb:7: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-linux]
Server:
Railsmachine.com standard setup, I think it''s CentOS...