December 26, 2009 DWT » Re: Pasting illegal character causes segmentation fault | |||
|---|---|---|---|
| |||
...instance=0xa1e02e8, emission_return=0x0, instance_and_params=0xbf971618)
at gsignal.c:2440
#11 0xb7e574b9... | |||
December 17, 2009 Issues » [Issue 3547] for option -od for relative path the path is added twice | |||
|---|---|---|---|
| |||
...to not prepend global.params.objdir to filename if global.params.objname is set (in... | |||
December 14, 2009 General » Re: opEquals(const ref yadaYada) | |||
|---|---|---|---|
| |||
...rvalues to functions that expect const ref params. If it's an rvalue, just place... | |||
December 09, 2009 General » Proof of Concept: Binding to and extending C++ objects via a metric fuckton of templates | |||
|---|---|---|---|
| |||
...t~` "~`~mname~`~"`~fnparams~`; ");`~'\n'~
`mixin("`~fn~`("~refToParamList("Params!(typeof(&"~`~mname~`~"))", isRef!(typeof(mixin("&"~`~mname~`))))~") {
return... | |||
December 01, 2009 General » Unofficial wish list status.(Dec 2009) | |||
|---|---|---|---|
| |||
...Explicit module `friendship` (#43) 33 Pass value params byref (#34) 33 auto-member objects (#45... | |||
November 24, 2009 Issues » [Issue 3547] New: for option -od for relative path the path is added twice | |||
|---|---|---|---|
| |||
...global.params.link)
{..
if(global.params.objname)
{
// name as the exe file.
if (global.params... | |||
November 21, 2009 General » Re: RPC and Dynamic function call | |||
|---|---|---|---|
| |||
...thanks to tuples
void makeDynamicCall(Params...)(Stream stream, char[] method, Params p) {
stream.write(method... | |||
November 16, 2009 Learn » Re: multidimensional dynamic arrays | |||
|---|---|---|---|
| |||
...foo = new Foo(1,2); still not sure about params.. I should look this up.. | |||
November 16, 2009 Learn » Re: multidimensional dynamic arrays | |||
|---|---|---|---|
| |||
auto array = new ubyte[][](width*height, numSprites); params might be backwards.. | |||
November 15, 2009 General » Re: About switch case statements... | |||
|---|---|---|---|
| |||
...sort of use.
//////////////////////////////////////////////////
.__receive system ( cmd: STR, @params )
switch ( cmd .lowercase .tosym )
case 'lo', 'login... | |||
Copyright © 1999-2021 by the D Language Foundation