language:
Find link is a tool written by Edward Betts.searching for Conditional compilation 17 found (40 total)
alternate case: conditional compilation
Conditional comment
(880 words)
[view diff]
exact match in snippet
view article
find links to article
JavaScript) called conditional compilation, which uses @-prefixed codes in the style of preprocessor macros in C and C++. Conditional compilation was introducedConTeXt (1,580 words) [view diff] exact match in snippet view article find links to article
backgrounds, hyperlinks, presentations, figure-text integration, and conditional compilation. It gives the user extensive control over formatting while makingLibfixmath (211 words) [view diff] exact match in snippet view article find links to article
compiler which supports 64-bit integer arithmetic (such as GCC). Conditional compilation options exist to remove the requirement for a 64-bit capable compilerJScript (1,741 words) [view diff] exact match in snippet view article find links to article
was to get around trademark issues. However, JScript supports conditional compilation, which allows a programmer to selectively execute code within blockGNU GLOBAL (263 words) [view diff] exact match in snippet view article find links to article
#ifdef directive which select among several main() functions using conditional compilation). It is similar to older tagging software such as ctags and etagsLogtalk (755 words) [view diff] exact match in snippet view article find links to article
expressions, definite clause grammars, term-expansion mechanism, and conditional compilation. It also provides a module system based on de facto standard coreSystem generation (419 words) [view diff] no match in snippet view article find links to article
ALGOL-like languages ESPOL or NEWP. The MCP is tailored by coding $OMIT conditional-compilation pragmas, which conditionally bypass compilation of specified piecesComparison of documentation generators (209 words) [view diff] exact match in snippet view article find links to article
full semantic analysis of source code, including parameter types, conditional compilation directives, macro expansions Javadoc JSDoc Yes JsDoc Toolkit YesDG/L (1,003 words) [view diff] exact match in snippet view article find links to article
other environments by recompiling and relinking, accomplished via conditional compilation directives and compiler switches. Ostensibly standing for "DataWindows software trace preprocessor (1,282 words) [view diff] exact match in snippet view article find links to article
software product if it cannot be disabled (either at compile-time via conditional compilation, or at run-time via flags). Additional considerations special toDirective (programming) (1,433 words) [view diff] exact match in snippet view article
function-like macros, but does allow regular macros, for purposes such as conditional compilation. The SQLite DBMS includes a PRAGMA directive that is used to introduceHelpSmith (574 words) [view diff] exact match in snippet view article find links to article
media files management tools, support for various output formats, conditional compilation capabilities, and other functions. The integrated Image Tool canComparison of Prolog implementations (562 words) [view diff] exact match in snippet view article find links to article
OS-related Web-related Name Conditional compilation Sockets Multi-threading Tabling HTTP client HTTP server HTML Parser RDF Triple store BProlog Yes CiaoIndentation style (5,529 words) [view diff] exact match in snippet view article find links to article
== y) { something(); something_else(); } Even like this, with conditional compilation: int c; #ifdef HAS_GETCH while ((c = getch()) != EOF) #else whilePOSIX terminal interface (4,442 words) [view diff] exact match in snippet view article find links to article
flags. Portable source code had to contain a significant amount of conditional compilation to accommodate the differences across software platforms, evenList of ISO standards 1–1999 (37,454 words) [view diff] exact match in snippet view article find links to article
2: Varying length character strings ISO/IEC 1539-3:1999 Part 3: Conditional compilation [Withdrawn without replacement] ISO 1540:2006 Aerospace — CharacteristicsC++ syntax (7,487 words) [view diff] exact match in snippet view article find links to article
macros: while both of these compile-time language features enable conditional compilation, templates are not restricted to lexical substitution. Templates