Search

March 02, 2012
Announce »
...have extern(js) and pragma(no_js_output...src/test/tools) acts like a
static linker...
February 29, 2012
Issues »
...PST ---
The situation is like this.(dmd 2...libtest.di is imported.
pragma( lib, "libtest.lib...
February 26, 2012
Druntime »
...the GDC equivalent) seems like a fine solution...simply print out a pragma(msg) and default...
February 22, 2012
Learn »
...I put mysql_init in another function like:

	pragma(lib, "libmysql");

	extern (C) {
		alias void...
February 17, 2012
Issues »
...T)(Alias!T x){ pragma(msg, T); }

foo...an eponymous
alias template (like template Alias(T...
February 16, 2012
Learn »
...pragma(lib, "C:\foo\libs\DerelictUtil.lib");
pragma...to include the path like so:

C:\foo...
February 10, 2012
Announce »
...be compile-time function.


I don't like pragma(msg), it even forces a newline...
February 10, 2012
Announce »
...if (!IsNumberWithError)
        pragma(msg,file, "(", line, "): '", T, "' is not a number.");
}

I like it. The...
February 08, 2012
General »
...pragma(msg, typeof(x)); // ?
    auto y = x; // ?
    pragma...it should look more like this:

void main...
February 05, 2012
Issues »
...1) y;
pragma(msg, typeof(x * 2));
pragma(msg, isDimensionedValue!(typeof(x * 2)));
pragma(msg...
118 119 120 121 122 123 124 125 126 127 128
Next ›   Last »