search for: ratif

Displaying 7 results from an estimated 7 matches for "ratif".

Did you mean: ratio
2020 Jan 23
2
[RFC] Upstream development of support for yet-to-be-ratified RISC-V extensions
On Wed, 22 Jan 2020 at 19:55, Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Jan 21, 2020, at 5:00 AM, Alex Bradbury <asb at lowrisc.org> wrote: > >> This all makes sense to me. > > > > That's correct, thanks for the feedback. > > > > I do like the idea from James of having the compiler always spit out a > > note
2009 Dec 03
0
[LLVMdev] patch for portability
...participate in overload resolution unless U is implicitly convertible to T1 and V is implicitly convertible to T2 (easily implemented with enable_if and is_convertible). pair is still a hotbed of controversy on the committee, but I expect it to be greatly simplified over its current form prior to ratification. -Howard
2009 Dec 03
3
[LLVMdev] patch for portability
Sorry, always end up not replying to the list: The main issue with dealing with next this way is that people adding new uses of next will probably not be using c++0x and therefore won't know it's ambiguous and that it needs to be qualified. There are also two issues with rvalue references and the STL: 1. EquivalenceClasses, in the insert and findLeader functions, it uses map functions
2018 Mar 11
3
Squid vs. iptables redirection: exception for certain domains ?
...ieb Nicolas Kovacs <info at microlinux.fr>: > > I've experimented some more, and I have a partial success. Here, I'm > redirecting all HTTPS traffic *except* the one that goes to my bank: > > iptables -A PREROUTING -t nat -i $IFACE_LAN -p tcp ! -d > www.credit-cooperatif.coop --dport 443 -j REDIRECT --to-port 3129 > > This works because my bank is hosted on a single IP. As soon as I > replace that with a domain that's hosted on multiple IP's, I get this: > > iptables -A PREROUTING -t nat -i $IFACE_LAN -p tcp ! -d www.google.com > --dport...
2018 Mar 11
0
Squid vs. iptables redirection: exception for certain domains ?
...3 -j REDIRECT --to-port 3129 $IPT -A INPUT -p tcp -i $IFACE_LAN --dport 3130 -j ACCEPT $IPT -A INPUT -p udp -i $IFACE_LAN --dport 3130 -j ACCEPT And my no-proxy.txt file looks like this: # Ne pas utiliser le proxy pour les domaines suivants # # Cr?dit Agricole www.credit-agricole.fr # Cr?dit Coop?ratif www.credit-cooperatif.coop # Github github.com # Microlinux microlinux.fr microlinux.eu # Squid squid-cache.org # Thunderbird start.thunderbird.net Note that I can put either domain names or IP addresses in this file. And it's only supposed to keep a list of a handful of URLs that don't p...
2018 Mar 12
1
Squid vs. iptables redirection: exception for certain domains ?
...tcp -i $IFACE_LAN --dport 3130 -j ACCEPT > $IPT -A INPUT -p udp -i $IFACE_LAN --dport 3130 -j ACCEPT > > And my no-proxy.txt file looks like this: > > # Ne pas utiliser le proxy pour les domaines suivants > # > # Cr?dit Agricole > www.credit-agricole.fr > # Cr?dit Coop?ratif > www.credit-cooperatif.coop > # Github > github.com > # Microlinux > microlinux.fr > microlinux.eu > # Squid > squid-cache.org > # Thunderbird > start.thunderbird.net > > Note that I can put either domain names or IP addresses in this file. > > And it...
2019 Nov 15
17
[RFC] LLVM Security Group and Process
Hello compiler enthusiasts, The Apple LLVM team would like to propose that a new a security process and an associated private LLVM Security Group be created under the umbrella of the LLVM project. A draft proposal for how we could organize such a group and what its process could be is available on Phabricator <https://reviews.llvm.org/D70326>. The proposal starts with a list of goals for