Search results

Jump to: navigation, search
  • ...#9888;</span> This is an archive of DIPs created before 2016-07-01. Please check the [https://github.com/dlang/DIPs new repository] for an up-to-date list a | Add more implicit conversion options for user-defined types.
    9 KB (1,188 words) - 22:34, 13 July 2016
  • For an automatically updated GUI library list in [[DUB]] please check the [https://code.dlang.org/?category=library.gui&limit=100 GUI category]. ...out = GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API
    6 KB (769 words) - 02:29, 14 September 2023
  • You can also check [https://github.com/dlang/dlang.org/blob/master/CONTRIBUTING.md the dlang.o ...ser to write the prologue and epilogue with each document, DDoc allows the user to define them in a single place (the <tt>DDOC</tt> macro definition) and t
    27 KB (4,396 words) - 12:53, 18 June 2019
  • ...butions already provide recent LLVM dev packages, sometimes in the form of user-curated package repositories (PPA, …). If a recent LLVM package is availa Check out the [http://llvm.org/docs/CMake.html#llvm-specific-variables LLVM CMake
    10 KB (1,573 words) - 22:08, 6 April 2022
  • ...s a similar LLVM/LDC-specific variant based on <tt>ldc.llvmasm.__asm</tt>. Check out [[LDC inline assembly expressions]] for more information. ...ht of as a "default implementation" of that symbol, that is overridable by user code.
    21 KB (3,125 words) - 13:03, 31 July 2021
  • ...ther compiler. It comes with two different »drivers«, i.e. executables a user invokes to compile D code: ...appends those flags to the underlying ldc2 cmdline (use <tt>-vdmd</tt> to check the ldc2 cmdline).<br>ldmd2 forwards unknown command-line options to ldc2,
    4 KB (599 words) - 10:27, 7 August 2023
  • ...our data to, say, a backup file in one format, but output your data to the user in another format. How would you do this? ...fier that is implied if no format string is passed to writeln (& friends). Check for fmt.spec to equal whatever custom specifier letter you wish, say 'z'.
    8 KB (1,108 words) - 10:12, 14 November 2014
  • ...are taken. For example if the @override property is found in a function, a check is made to see if it indeed overrides a base function. If @deprecated is fo ...error). Also at this first stage, a user cannot define new annotations. A user cannot inspect annotations. The first stage will just help introducing anno
    4 KB (619 words) - 05:20, 17 January 2013
  • ** A locale part, std.i18n.locale which should detect a user's default lanaguage, select a global application lanaguage, and provide typ ...-xml-dev/files/head:/std/xmlp/ here]. Another bit of code you may want to check out for ideas is Adam D. Ruppe's [https://github.com/adamdruppe/arsd dom.d]
    14 KB (2,288 words) - 04:08, 31 December 2016
  • ...erarchy of standard exception classes, to be used in druntime, Phobos, and user code. ...ary for users to define their own exception classes, and when they do, the user-defined exceptions should naturally fit into one of the standard categories
    19 KB (2,557 words) - 19:26, 1 April 2013
  • This has the benefit of enabling a macro to check variables that are "passed" to it as well as modify it. A declaration macro is a macro that acts like a user defined attribute. It can be
    14 KB (2,079 words) - 19:52, 1 September 2015
  • Dconf13 introduced safe references enabled by a runtime check (see email thread from Walter: ([http://forum.dlang.org/post/km3k8v$80p$1@d * scheme A: the user annotates the ref return functions on his own (just a choice between inref
    7 KB (1,160 words) - 16:48, 26 May 2013
  • ...DIP38: can use same inref/outref internal compiler annotation (or explicit user annotation) for input references that can be returned by ref by a function. ...With the one introduced in Dconf13, it would be guaranteed with a runtime check.
    9 KB (1,487 words) - 01:18, 13 May 2013
  • <code>@selector</code> is a compiler recognized UDA (User Defined Attribute) declared in The compiler will not emit any runtime check when casting to a base type.
    22 KB (3,155 words) - 14:44, 28 December 2014
  • make check-d make check-d RUNTESTFLAGS="--xml"
    7 KB (1,001 words) - 22:38, 27 November 2018
  • | '''-fno-bounds-check'''||Don't generate runtime code for checking array bounds before indexing. ...Don't recognize built-in functions. It only goes as far as not recognizing user declared functions as being built-in. The compiler may still generate buil
    10 KB (1,432 words) - 16:07, 9 June 2022
  • Can't we have something like callscope->x which check for the closest x in ancestor stack frames? Could that be a reason, to turn B from a stupid service into an user (or even instructor) for A?
    14 KB (2,212 words) - 14:27, 15 June 2016
  • ...is difficult to automate.) A benchmarking framework could just require the user to define benchmark functions (e.g. starting with 'benchmark_') and would t *** Check and update the Posix bindings in Druntime.
    18 KB (2,945 words) - 20:23, 1 September 2015
  • ...pause erratically, while not fatal to the program, can be annoying to the user. ...ld be where the program has just displayed a prompt for user input and the user has not responded yet. This reduces the odds that a collection cycle will b
    21 KB (3,112 words) - 03:45, 16 May 2019
  • ...ncurs a considerable performance impact and harms forward compatibility in user code, unless explicitly disabled everywhere as appropriate using the <tt>fi Note that <tt>@nogc</tt> can be used to statically check no GC allocations are made: https://dlang.org/spec/function.html#nogc-funct
    10 KB (1,622 words) - 12:20, 22 September 2022

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)