Search results

Jump to: navigation, search

Page title matches

  • ...big metaprogramming capabilities, so mapping template chain onto compiled code might cause some trouble
    528 bytes (85 words) - 17:10, 25 November 2012
  • 24 bytes (2 words) - 10:20, 10 December 2012
  • Often, during development, you may wish to comment out certain blocks of code for testing or debugging purposes. ...(before C99), this is accomplished by inserting a block comment around the code to be disabled:
    4 KB (541 words) - 09:44, 31 May 2017
  • == D source code tools == | about = Tool for analyzing D source code.
    541 bytes (59 words) - 18:40, 6 June 2018
  • Although D is designed to make it easy to port code between 32 and 64 bit modes, being a systems programming language, dependen Not all code can be made portable between 32 and 64 bits, and must be versioned. The fol
    3 KB (472 words) - 10:14, 14 November 2014
  • Timing a section of code is as simple as snipping out the three lines of code: { ... code to be profiled ... }
    4 KB (649 words) - 10:15, 14 November 2014
  • 75 bytes (14 words) - 23:54, 1 February 2015

Page text matches

  • ...For these reasons D makes for a good language choice for both performance code and application development. [https://run.dlang.io ▶ Run code]
    7 KB (951 words) - 06:30, 4 September 2023
  • latest technologies in building reliable, maintainable, portable, high-level code. D has moved well ahead of <br/> high-level compositions of templated code and optimizes it down to code that is virtually indistinguishable <br/>
    11 KB (1,667 words) - 03:36, 27 November 2018
  • Code examples and explanations from the author's years of using D covering a var “Templates are a central feature of D, giving you powerful compile-time code
    12 KB (1,738 words) - 22:41, 3 April 2022
  • .../www.youtube.com/watch?v=OLFBal4Qo_k Quantum Break: AAA Gaming With Some D Code] || [http://dconf.org/2016/talks/watson.pptx Yes] || [http://dconf.org/2016 .../www.youtube.com/watch?v=nSXRQfQcZb4 Object-Relational Mapper] || [https://code.dawg.eu/talks/2016-05-06-orm_dconf/#1 Yes] || [http://dconf.org/2016/ DConf
    34 KB (4,757 words) - 16:47, 21 December 2023
  • ...ciency, and Flexibility Too - Metaprogramming Techniques For No-Compromise Code | name = Programming Windows code samples translated to D2
    11 KB (1,194 words) - 04:29, 14 September 2022
  • ...e.visualstudio.com/items?itemName=webfreak.code-d Code-d for Visual Studio Code] ...ting, debugging (gdb/mago-mi), etc... Full list [https://github.com/Pure-D/code-d/wiki here]
    5 KB (679 words) - 17:13, 18 February 2024
  • !Syntax highlighting || Auto-<wbr>completion || Code navigation || Code formatting || Building || Linting || Debugging || Profiling || Coverage Ana |rowspan=4|[https://code.visualstudio.com/ Visual Studio Code]
    7 KB (764 words) - 08:13, 26 November 2023
  • | LDC-specific code: 3-clause BSD |'''Building D code as shared library'''
    8 KB (1,185 words) - 01:37, 18 May 2021
  • * [https://github.com/dlang Source code (GitHub)]
    837 bytes (108 words) - 17:06, 25 January 2018
  • * [https://github.com/D-Programming-GDC/GDC Source code (GitHub)] ...is means that a D frontend that can make use of the GCC middle and backend code will gain many advantages that would require years of development to match
    9 KB (1,401 words) - 12:47, 13 December 2023
  • ...est D2 version and relies on the [http://llvm.org LLVM Core libraries] for code generation. LDC is fully Open Source; the parts of the code not taken/adapted from other projects are BSD-licensed (see the [https://gi
    8 KB (1,269 words) - 20:51, 11 May 2024
  • | about = DMD fork which outputs C code instead of object files.
    1 KB (149 words) - 07:54, 8 June 2018
  • == <code>volatile</code> == ...ost/mailman.2445.1382596627.1719.digitalmars-d@puremagic.com <code>shared</code> considered a volatile type in GDC], [http://forum.dlang.org/post/l4ecan$6s
    9 KB (1,251 words) - 21:39, 20 May 2015
  • | DustMite || DustMite, is a D source code minimization tool. It's helpful in finding toolchain problems. || Windows/
    2 KB (277 words) - 07:53, 11 April 2018
  • | about = DustMite, is a D source code minimization tool. It's helpful in finding toolchain problems.
    362 bytes (39 words) - 02:00, 18 May 2018
  • [https://github.com/dlang Source code] &mdash; 
    749 bytes (106 words) - 23:02, 15 September 2023
  • ...se, you shouldn't have problems changing it. Options might differ but most code should be compatible with all of them. (If you find problems, please file a == Running D code like a script ==
    5 KB (827 words) - 12:58, 16 July 2020
  • ...(You can just type it into the browser URL). Create the page and paste the code and replace the appropriate data. Make sure "feature" is set to "Blog". Sav
    652 bytes (105 words) - 11:31, 16 July 2018
  • ...k at code snippets of from [http://rosettacode.org/wiki/Category:D Rosetta Code]. * [http://rosettacode.org/wiki/Category:D Rosetta Code: D category]
    5 KB (896 words) - 04:48, 7 January 2018
  • * [[Commenting out code]] * [[Porting 32 Bit Code to 64 Bits]]
    3 KB (420 words) - 14:02, 29 October 2022
  • On code created today for 32-bit CPUs that may need to be used on 64-bit or larger
    477 bytes (87 words) - 21:42, 23 November 2012
  • ...ypes of arguments. Sort of like having a regular Python function in your D code. I didn't quite grasp the point of templates back then. ...e line numbers are relevant to the DMD v2.051 release). First, our example code:
    22 KB (3,353 words) - 07:36, 18 February 2018
  • ...os and Druntime source code directories. The location of the Phobos source code is: * Using <code>-L+</code> will not work if you use it together with the -lib switch. This is normal
    21 KB (3,493 words) - 14:16, 7 May 2015
  • ...a-9702-529fa782d63b Windows SDK] || Windows header files and C/C++ example code. ==Writing Code That Uses Resource Files==
    9 KB (1,312 words) - 14:17, 7 May 2015
  • | Const code bloat | Import path binding in source code
    9 KB (1,188 words) - 22:34, 13 July 2016
  • ...you find it difficult to manually extract a small example from your source code, [https://github.com/CyberShadow/DustMite DustMite] can help with automatic ...tool to find the pull request that introduced the change which broke your code. [https://github.com/CyberShadow/DustMite/wiki/Reducing-a-regression-betwee
    13 KB (2,079 words) - 12:48, 11 March 2021
  • ==== One-line Code Recipes ====
    2 KB (232 words) - 22:55, 17 July 2020
  • | about = #include C headers in D code ...F format) through one standard library interface. It is released in source code format under the Gnu Lesser General Public License.
    5 KB (619 words) - 01:43, 11 May 2021
  • * Dub package registry ([http://code.dlang.org/ code.dlang.org]) * Google Summer of Code Coordinator
    3 KB (341 words) - 20:17, 11 May 2017
  • ...int range using a struct template. [http://dpaste.dzfl.pl/6f230c83 Run the code] ==Program Code==
    4 KB (362 words) - 07:37, 18 February 2018
  • ...big metaprogramming capabilities, so mapping template chain onto compiled code might cause some trouble
    528 bytes (85 words) - 17:10, 25 November 2012
  • ...ub.com/rainers/cv2pdb cv2pdb]; stack frames; mangled symbols; shows source code alongside disassembly. Note: v2.01 has a bug that may cause frequent crashe | [http://code.google.com/p/ddt/ '''DDT''']
    6 KB (905 words) - 21:51, 19 November 2023
  • ...type in the page name into the browser URL). Create the page and paste the code and replace the appropriate data. Save.
    576 bytes (96 words) - 23:02, 9 June 2018
  • |desc=Run and share D code directly in your browser
    417 bytes (53 words) - 14:10, 1 March 2018
  • ...y ([[Phobos]]) or [[druntime]] source code, or the [[DMD]] compiler source code. The alternative D language compilers, [[GDC]] and [[LDC]] also use Github
    826 bytes (120 words) - 17:53, 18 January 2018
  • ...utomatically updated GUI library list in [[DUB]] please check the [https://code.dlang.org/?category=library.gui&limit=100 GUI category]. Note however that | about = Testing use of C++ FLTK GUI lib from D code
    6 KB (769 words) - 02:29, 14 September 2023
  • ...amples of automatically running DMD (e.g. when developing and testing some code):
    9 KB (1,445 words) - 04:49, 27 March 2018
  • ** Code breakpoints * Code folding for C++ / D and XML files.
    6 KB (846 words) - 18:30, 9 June 2018
  • If we make {{code|@property}} rewrite to a call, while leaving the rest the same, we fix prob ...S blur the difference between setter and getter that implicit when using {{code|@property}} as show below :
    3 KB (510 words) - 18:55, 28 May 2014
  • ...ard library documentation, both for the latest release and for the current code residing on your machine. That may get pretty involved, so let's leave it f ...ose. Also, Ddoc recognizes sections marked in a particular way as D source code. There are a few subtleties inherent to macro processors (e.g. how recursio
    27 KB (4,396 words) - 12:53, 18 June 2019
  • * Git (for fetching the source code, if not using a tarball) ...code>apt-get install llvm-dev libclang-common-<matching LLVM version>-dev</code> (the LLVM compiler-rt libraries aka <tt>libclang-common-*-dev</tt> are opt
    10 KB (1,573 words) - 22:08, 6 April 2022
  • The following code adds two multibyte numbers and a carry and returns the final carry. * The code clobers some registers and the current program status register.
    7 KB (997 words) - 20:40, 22 April 2016
  • ...clear about at all is how asm blocks mixed with normal D code (for example code between two asm blocks) interacts. ..., <tt>mingw32</tt>, <tt>darwin</tt>, <tt>solaris</tt>. Please migrate your code to the official identifiers; the old ones might go away soon.
    21 KB (3,125 words) - 13:03, 31 July 2021
  • '''This code manually defines __FUNCTION__ which break as of D 2.063 and uses a few now The program code is given in the next section. [http://dpaste.dzfl.pl/cdacef45 &#9654; Try i
    4 KB (458 words) - 11:55, 16 July 2020
  • ...test technologies in building reliable, maintainable, portable, high-level code. D has moved well ahead of any other language in its abilities to support a ...paign=Feed:+GoogleOpenSourceBlog+(Google+Open+Source+Blog Google Summer of Code Project involving the Open Bioinformatics Foundation] that is the fastest B
    17 KB (2,456 words) - 10:25, 25 March 2023
  • * Becomes nothrow, which enables code that uses it to become nothrow. Nothrow code does not need to produce exception unwinding wrappers, which can improve th == Breaking Existing Code ==
    1 KB (209 words) - 20:53, 26 May 2015
  • <code> </code>
    4 KB (583 words) - 20:00, 8 September 2015
  • Don't write code that way. Cons: Many useful idioms are precluded, high barrier to learn how to write code that
    5 KB (849 words) - 19:51, 1 September 2015
  • ...he main() function is entered. This allows you to write unittests for your code within the source file itself, thus making it more conducive for encouragin ...switch over to another unittesting system, and possibly write the testing code in a different language.
    8 KB (1,145 words) - 06:24, 15 February 2018
  • ...e that cannot be directly named outside of the scope it's declared in, but code outside the scope can still use this type by taking advantage of D's static ...the underlying implementation without requiring all users to update their code. Otherwise, every time the implementation changes you will have to update e
    3 KB (479 words) - 23:45, 10 September 2016

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