July 13, 2016 Learn » Re: C++ interface vs D and com | |||
|---|---|---|---|
| |||
...core.sys.windows.shlobj.
```
import core.sys.windows.windows,
core.sys.windows.shlobj,
core.sys... | |||
July 12, 2016 Learn » Re: C++ interface vs D and com | |||
|---|---|---|---|
| |||
...Programming [2] https://github.com/dlang/druntime/blob/master/src/core/sys/windows/com.d | |||
July 09, 2016 Druntime » [D-runtime] [dlang/druntime] a92273: posix.termios add Solaris. | |||
|---|---|---|---|
| |||
...Jun 2016)
Changed paths:
M src/core/sys/posix/termios.d
Log Message:
-----------
posix.termios... | |||
July 06, 2016 Druntime » [D-runtime] [dlang/druntime] a89d39: Add new module for Linux header file sys/auxv. | |||
|---|---|---|---|
| |||
...M src/core/sys/linux/elf.d
A src/core/sys/linux/sys/auxv.d... | |||
July 05, 2016 Issues » [Issue 16236] New: core.sys.windows.oleauto functions duplicated | |||
|---|---|---|---|
| |||
...id=16236
Issue ID: 16236
Summary: core.sys.windows.oleauto functions duplicated
Product: D
Version... | |||
July 04, 2016 Phobos » [phobos] [dlang/phobos] 1aa7ee: Removed global std.conv import from std.process | |||
|---|---|---|---|
| |||
...process.d Log Message: ----------- Removed global core.sys.posix.stdio import from std.process Commit... | |||
July 04, 2016 Learn » Re: shared not working! | |||
|---|---|---|---|
| |||
...version (linux)
{
import core.sys.posix.sys.mman;
import core.sys.posix.unistd;
static if... | |||
July 02, 2016 Learn » Thunking problems with arch issues | |||
|---|---|---|---|
| |||
...version (linux)
{
import core.sys.posix.sys.mman;
import core.sys.posix.unistd;
static if... | |||
June 29, 2016 Learn » Re: Registration-free COM client | |||
|---|---|---|---|
| |||
...ITestInterface GetInstance()
{
import std.exception;
import core.sys.windows.com;
GUID iid = { 0xB99B6E64, 0x966C, 0x4655... | |||
June 28, 2016 General » Phobos enhancement: add method to convert UnknownAddressReference to non-opaque Address subtype | |||
|---|---|---|---|
| |||
...code, exposing non-portable imports like core.sys.posix.netinet.in_:
Address address = getAddress("www... | |||
Copyright © 1999-2021 by the D Language Foundation