Search

August 30
Issues »
https://issues.dlang.org/show_bug.cgi?id=24733

Tim <tim.dlang@t-online.de...
August 30
Issues »
...ImportC: `#pragma pack(pop)` restores wrong alignment" fixing this issue:

- Fix bugzilla 24733 - ImportC: `#pragma...
August 30
Issues »
...int i;};
#pragma pack(push, 2)
struct S2 {unsigned char c;int i;};
#pragma pack...
August 29
DIP Ideas »
...my functions escape without reading my function bodies or having to `pragma(msg, typeof(someFunction))`.
August 29
General »
...to create a wrapper C file, which uses the pragma and includes the real header.
August 29
General »
...a pull request for a new ImportC pragma, which allows to set `nothrow`, `@nogc` and...
August 29
Issues »
...with the same pragma using a minus.

  Unknown pragmas are ignored.

  The pragma starts with...
August 29
DIP Ideas »

I like this idea of using a `pragma` instead

I don't like the version...
August 28
DIP Ideas »
...version` + `else`:
```D
version(X)
{
    pragma(define, "ENABLE_X")
    pragma(define, "X", "1" ~ "2")
    {
        import...
August 26
General »
...can be improved with some way to pragma the compiler to importC the file as...
1 2 3 4 5 6 7 8 9
Next ›   Last »