Displaying 20 results from an estimated 200 matches similar to: "Aging Password"
2008 Mar 06
29
[Bug 14859] New: External analog monitor does not show part of the output ( Randr12)
http://bugs.freedesktop.org/show_bug.cgi?id=14859
Summary: External analog monitor does not show part of the output
(Randr12)
Product: xorg
Version: unspecified
Platform: PowerPC
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Driver/nouveau
2013 Aug 29
0
[LLVMdev] COFF.h and windows.h conflict
On Aug 28, 2013, at 7:05 PM, Virgile Bello <virgile.bello at gmail.com> wrote:
> Right now, we have:
> In COFF.h:
> class COFF { enum MachineTypes { IMAGE_FILE_MACHINE_UNKNOWN = 0x0, ... }; };
> In windows.h:
> #define IMAGE_FILE_MACHINE_UNKNOWN 0
>
> * If you first include COFF.h and then windows.h,
> COFF::IMAGE_FILE_MACHINE_UNKNOWN
> will be
2013 Aug 29
0
[LLVMdev] COFF.h and windows.h conflict
In the Windows SDK headers, is the IMAGE_* defines in a separate file (e.g. winint.h)? Does the file have a guard against multiple inclusion? If so (and the guard was named _WINNT_H_), perhaps you can do something like:
#define _WINNT_H_
#include <windows.h>
So you would get everything except those file format defines. Of course, this would fail if other parts of the windows header rely
2013 Aug 29
1
[LLVMdev] COFF.h and windows.h conflict
The odds of #define _WINNT_H working are incredibly slim :)
You can't include the separate headers (winbase.h etc), you have to just
include windows.h
Windows defines IMAGE_* whether we like it or not, we can't stop it
doing it, so the only reasonable solution is to change LLVM to have it's
own set of constant names.
Nick Kledzik wrote:
> In the Windows SDK headers, is the
2013 Aug 29
3
[LLVMdev] COFF.h and windows.h conflict
It was happening in a few files using COFF.h in LLDB for the windows branch
(Windows.h is required for some typedef over Mutex, thread, socket, etc...).
As said before, I am currently checking if it could be avoided (probably
some refactoring will be needed). However I was wondering if it might not
be easier to just avoid this clash at all by avoiding it in LLVM.
Alternatively I could #undef
2012 Nov 03
1
[Bug 56718] New: PGRAPH - TRAP_TEXTURE errors and graphic corruptions
https://bugs.freedesktop.org/show_bug.cgi?id=56718
Priority: medium
Bug ID: 56718
Assignee: nouveau at lists.freedesktop.org
Summary: PGRAPH - TRAP_TEXTURE errors and graphic corruptions
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: jmoronat at gmail.com
Hardware: x86 (IA32)
2012 Jul 23
2
Samba 4 on Production
We're involved in a project that the requirements could be satisfied
with both samba3 and 4. Anyway I am testing what can be done with
Samba4 and after following the tutorial published in the official
wiki, I was able to create my test domain, and join WinXP and Win7
machines to it without a problem.
I still need to test the GPO functionality, and some other stuff, but
before continuing with
2011 Jan 27
0
Curso R Gratis (Universidad Andres Bello)
Queridos
R-usuarios!
Con mis colegas estamos creando un curso básico de nuestra
espectacular herramienta R. Nos hemos dado cuenta que muchas personas usan
software comercial y pensamos que sería una buena oportunidad para dar un curso
gratis acerca de R. Por otro lado, puede ser una buena oportunidad para crear
un grupo de usuarios activos de R aquí en Chile.
Actualmente, estamos invitando
2011 Jan 28
0
Free R Course Chile / Curso Gratis R (Universidad Andres Bello)
(English version below)
Queridos R-usuarios!
Con mis colegas estamos creando un curso básico de nuestra espectacular herramienta R. Nos hemos dado cuenta que muchas personas usan software comercial y pensamos que sería una buena oportunidad para dar un curso gratis acerca de R. Por otro lado, puede ser una buena oportunidad para crear un grupo de usuarios activos de R aquí en Chile.
2013 Aug 29
2
[LLVMdev] COFF.h and windows.h conflict
Right now, we have:
In COFF.h:
class COFF { enum MachineTypes { IMAGE_FILE_MACHINE_UNKNOWN = 0x0,
... }; };
In windows.h:
#define IMAGE_FILE_MACHINE_UNKNOWN 0
* If you first include COFF.h and then windows.h,
COFF::IMAGE_FILE_MACHINE_UNKNOWN
will be preprocessed into
COFF:0.
* If you first include Windows.h and then COFF.h, COFF.h won't work because
it's enum will
2013 Aug 28
0
[LLVMdev] COFF.h and windows.h conflict
On Aug 27, 2013, at 5:56 PM, Virgile Bello <virgile.bello at gmail.com> wrote:
> Yes of course I understand it was done on purpose.
> It's just that it makes it impossible to include COFF.h and Windows.h side by side (which probably wasn't necessary until now).
I too am in the camp that it is a feature to use the standard names. For instance doing a search it google or
2013 Aug 28
2
[LLVMdev] COFF.h and windows.h conflict
Yes of course I understand it was done on purpose.
It's just that it makes it impossible to include COFF.h and Windows.h side
by side (which probably wasn't necessary until now).
On Wed, Aug 28, 2013 at 9:52 AM, Reid Kleckner <rnk at google.com> wrote:
> IMO the fact that it uses the standard names from the COFF documentation
> is a feature, not a bug.
>
> The elf and
2013 Aug 28
0
[LLVMdev] COFF.h and windows.h conflict
IMO the fact that it uses the standard names from the COFF documentation is
a feature, not a bug.
The elf and macho headers in the same directory use the standard
enumeration names, correct?
On Tue, Aug 27, 2013 at 5:41 PM, Virgile Bello <virgile.bello at gmail.com>wrote:
> Hello,
>
> I noticed that if include\llvm\Support is included alongside Windows.h,
> there will be many
2013 Feb 08
1
vegdist Error en double(N * (N - 1)/2) : tama?o del vector especificado es muy grande
---------- Forwarded message ----------
From: <r-help-owner@r-project.org>
Date: 2013/2/8
Subject: vegdist Error en double(N * (N - 1)/2) : tama?o del vector
especificado es muy grande
To: caro.bello58@gmail.com
Message rejected by filter rule match
---------- Mensaje reenviado ----------
From: caro bello <caro.bello58@gmail.com>
To: r-help@r-project.org
Cc:
Date: Fri, 8 Feb 2013
2005 Mar 01
0
[www.tuttinudi.it] Linsey
Amo le curve femminili, senza avere una particolare predilezione per questo o quel tipo di curva. Per intenderci, il seno mi piace sia che sia piccolo, sia che sia grande. La sensazione al tatto poi ? sempre diversa e foriera di una straordinaria variet? di emozioni. Di quelli piccoli ? bello disegnare il profilo con un dito (solitamente s'inturgidisce subito... mhhh) di quelli grandi mi piace
2011 Feb 28
0
R course in Santiago, Chile/ Curso de R en Santiago, Chile (Confirmado)
(English Below)Estimados,
Acabamos de confirmar el lugar y la fecha del primer curso de R en Santiago, Chile. El curso se realizará el día Miércoles 9 y Jueves 10 de Marzo en las dependencias de la Facultad de Recursos Naturales de la Universidad Andres Bello, ubicada en República 440 (Metro República)
El proceso de inscripción del curso se realizará on-line en el link que les adjunto. Además,
2011 Aug 16
1
Sieve include
Hi,
I'm using dovecot 1.2.15 with ISPConfig and Roundcube with sieve plugin.
To avoid conflicts between ISPConfig and Roundcube during script writing
I would use include in the ISPconfig template to use the roundcube script
To simplify this task I'm wondering if there is a way to have a "star
include", like
include :personal "*.sieve";
Thank you
Andrea
2008 Feb 21
27
[Bug 14597] New: randr12 failures on 12" powerbooks, and workarounds
http://bugs.freedesktop.org/show_bug.cgi?id=14597
Summary: randr12 failures on 12" powerbooks, and workarounds
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2009 Sep 07
7
How can I have the tests for my Rails app to be executed in a random order?
Hi
How can I have the tests for my Rails app to be executed in a random
order? Is there a simple solution using rake?
I already posted my question to stackoverflow (http://
stackoverflow.com/questions/1376267/ruby-executing-tests-in-a-random-
order-with-rake) but the few responses I got were not able to solve
the problem.
Thanks a lot!
Pietro Di Bello
2008 Apr 04
8
Grant tables
Hi,
I need to use the grant table mechanism, but I can''t find any example
regarding how to do it. Could you please provide some examples?
Thanks
Carlo
--
È molto più bello sapere qualcosa di tutto, che sapere tutto di una cosa.
Blaise Pascal
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel