Displaying 20 results from an estimated 28 matches for "20190124".
Did you mean:
  20100124
  
2019 Jan 24
2
[FTS Xapian] RC release
...production environment) 
https://github.com/grosjo/fts-xapian 
Please do not hesitate to add "issues" on github, if the case happen 
Hope it helps 
JM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190124/c342ccd0/attachment.html>
2019 Jan 24
4
Discard mail with from date older than xxxx
...how up... obviously forged header, but...).
Thanks.
Trever
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190124/cddce197/attachment.sig>
2019 Jan 24
2
[RFC] migrating past C++11
..._________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190124/181c97f7/attachment.html>
2019 Jan 24
2
LLVM Kaleidoscope : Compiling to Object Code - Segmentation Fault
...behavior.
Of course, the kaleidoscope is friendly and good introduction to llvm 
for beginners, thank you very much for developing :)
Thanks for your kind help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190124/e249da78/attachment.html>
2019 Jan 24
2
LLVM/Clang 8.0.0-rc1 source tarballs?
Hi,
first of all, congrats for the 8.0.0-rc1 pre-release.
I have seen that this version was tagged yesterday.
Can you provide pre-release source tarballs?
Or did you dropped this idea?
Thanks.
Regards,
- Sedat -
2019 Jan 24
0
C7, pulseaudio, multi-user setup
...esn't seem
to be enough (at least).
Regards,
-- 
wwp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20190124/7b258a6f/attachment-0002.sig>
2019 Jan 24
2
[GSOC 2019] project ideas from 2018
...Does
anyone know if someone has worked on it in the meantime? If not, is someone
interested in mentoring? Nuno Lopes or someone else?
Thanks and regards,
Stefan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190124/3010accd/attachment.html>
2019 Jan 23
3
[RFC] migrating past C++11
On Wed, Jan 23, 2019 at 9:37 AM via llvm-dev <llvm-dev at lists.llvm.org>
wrote:
> Please include MSVC in the table. While the picture on Windows is way less
> complicated than for *nix, it's still a platform and toolchain that matter
> to a number of us in the community.
>
>
>
> Separately, there was talk of needing to have bots that specifically use
> the
2019 Jan 24
3
[Bug 1319] New: Exporting a map with many elements to JSON will fail
...Thu Nov 29 14:49:43 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux
----
Thanks.
-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20190124/e82a03cf/attachment.html>
2019 Jan 24
5
sftp Vs scp
...t.
Corinna
-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20190124/9d88f046/attachment.asc>
2019 Jan 23
2
Discard mail with from date older than xxxx
I know that sieve doesn't do math. The file would be created externally.
Based on examples in section 4.4 of
https://tools.ietf.org/html/rfc5260#section-4
I figured something like this would work.
if date :value "le" :originalzone "date" "date" "2018-10-25" {
??????? fileinto "SPAM";
??????? stop;
}
However, I get the following.
spam: line
2019 Jan 24
14
[8.0.0 Release] rc1 has been tagged
Dear testers,
8.0.0-rc1 was just tagged (from the branch at r351980).
It took a little longer than planned, but it's looking good.
Please run the test script, share your results, and upload binaries.
I'll get the source tarballs and docs published as soon as possible,
and binaries as they become available.
Thanks,
Hans
2019 Jan 24
2
Concatenating DWARF location expressions
...elpful when concatenating.
I could find similar topics being raised on the list in the past but was not able to find any clear conclusion.
Thanks!
-Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190124/ee1d17c4/attachment.html>
2019 Jan 24
0
Possible setClassUnion Unloading Issue
...there
isn't much natural testing of unloading packages, so this probably
requires extra scrutiny.
Best,
Brodie
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: methods-patch.txt
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20190124/9daff743/attachment.txt>
2019 Jan 23
3
答复: How to add new arch for llvm-cov show?
Hi vedant,
  The program didn't pass the checking "OF->getArch() != Triple(Arch).getArch()" loadBinaryFormat in CoverageMappingReader.cpp and returned an error. It's because "OF->getArch()" returned null and "Triple(Arch).getArch()" returned XXXX(name of my arch). 
  The returned value of  " OF->getArch()" is decided by "
2019 Jan 23
3
sftp Vs scp
Damien,
  Reading the various articles about
https://sintonen.fi/advisories/scp-client-multiple-vulnerabilities.txt have
caused me to question the wisdom of using scp.  Your observation:
> Date: Tue, 22 Jan 2019 13:48:34 +1100 (AEDT)
> From: Damien Miller <djm at mindrot.org>
> Subject: Re: Status of SCP vulnerability
>
>   "Don't use scp with untrusted
2019 Jan 24
2
答复: 答复: How to add new arch for llvm-cov show?
...________
LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190124/4d59147e/attachment.html>
2019 Jan 24
2
[Release-testers] [8.0.0 Release] rc1 has been tagged
...39;d involve.
-- 
Best regards,
Michał Górny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190124/aae00497/attachment.sig>
2019 Jan 21
2
[X-ray] How to check successful instrumentation and generate call trace?
Hi all,
I want to test X-ray performance and compare it with other research tools, so I use Clang 7.0.0 to compile and instrument GNU binutils-2.3.1 with the following commands:
cd binutils-2.31/
 mkdir build
cd build/
CC=$local/clang CXX=$local/clang++ CFLAGS=-fxray-instrument CXXFLAGS=-fxray-instrument ../configure --prefix=/home/zhangysh1995/local
make
Then I extract instrumentation map
2019 Jan 24
2
LLVM Kaleidoscope : Compiling to Object Code - Segmentation Fault
Hi David!
Thanks for reaching out, the codegen part of the tutorial is fine, but 
when I try to generate the object code file, it throws segfault. Also 
please note that I'm using release build of llvm, actually I don't know 
whether that is the root cause or not.
I also run through valgrind, it seems like a invalid read from stack.
|||Error Summary:
|
|1 errors in context 1 of 1: