Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-29 | Fix test | Boris Kolpackov | 1 | -1/+1 | |
2017-05-29 | Add ability to limit amount of preprocessing done on source | Boris Kolpackov | 2 | -0/+133 | |
The cc.preprocessed variable can be 'none' (not preprocessed), 'includes' (no depends on preprocessor, e.g., #ifdef, etc), and 'all' (the source is fully preprocessed). Note that for 'all' the source can still contain comments and line continuations. |