List Question
20 TechQA 2024-03-13T09:59:11.067000How does the compiler predefine the OS-specific preprocessors like __linux__, __apple__, etc.?
80 views
Asked by xmllmx
Conditional global variable in Golang
45 views
Asked by decadenza
Conditional Aspect Logging
30 views
Asked by walter33
Bazel conditional compile a C++ library if a flag is set (when building the library or one of targets that use it)
162 views
Asked by Gerardo Zinno
Is there a way to specify assertions that would be active in tests only in Rust?
112 views
Asked by Nikita Gaevoy
Rust proc macros - how to detect enabled features
81 views
Asked by Liran
Generating Multiple Object Files from one Source File
21 views
Asked by MysteryMoose
How to use Conditional Compilation for Maui Application to implement unit tests?
251 views
Asked by Christopher Richmond
Strange behaviour of #ifdef defined() in C++
166 views
Asked by Aakash Gupta
Conditional compilation of code only when running in Visual Studio 2022
63 views
Asked by WHowing
Is it possible to use GNU extensions unless pedantic?
118 views
Asked by Bolpat
TIA SCL: #ifdef like
22 views
Asked by Shay Berger
C# library method with [Conditional("RELEASE")] still called in Debug build
111 views
Asked by Luke Vo
Rust conditional compilation (#[cfg(...)]) with names instead of hard-coded strings?
194 views
Asked by Corinne
Generate different APK from same code base, using conditional compilation. Flutter
97 views
Asked by Quentin Claudet
Use of Macro for static declaration
45 views
Asked by aashoo
Rust: Is there a list of what target is a member of what "target-family"?
532 views
Asked by ChrisB
Coan ifdef removal tool is incorrectly removing #define of a symbol used in some #ifdef statements
41 views
Asked by Paul Matz
Choosing which function to call based on the architecture
120 views
Asked by AudioBubble