A program that processes input data to produce output that is used as input to another program.
Probably this is pretty simple, but I can't find a way to define a preprocessor macro for a target in …
xcode macros preprocessor targetIn Objective-C it was sometimes useful to use static string constants to define alternate API keys (for example to differentiate …
swift xcode macros preprocessor xcode-build-settingsI'm starting to use WiX in order to do automated builds to create msi's of my c# projects and am …
wix preprocessor build-automation wix3 votiveProgramming in C I used to have code sections only used for debugging purposes (logging commands and the like). Those …
python preprocessorI have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of …
drupal drupal-6 preprocessor drupal-themingI'm migrating a makefile project to CMake. The person who wrote the makefile the first time had done a module …
c cmake preprocessorI'm working on pypreprocessor which is a preprocessor that takes c-style directives and I've been able to make it work …
python import preprocessor overridingI need a good python module for stemming text documents in the pre-processing stage. I found this one http://pypi.…
python module preprocessor nlp stemmingIs there a preprocessor macro that will let me know NDK is compiling my code? I could manually define my …
android preprocessor android-ndkI'm writing a library that needs to have some code if a particular library is included. Since this code is …
java preprocessor c-preprocessor