summaryrefslogtreecommitdiff
path: root/modules/preprocs/cpp
Commit message (Expand)AuthorAgeFilesLines
* Use queue.h HEAD macros more portably (also avoiding compiler warning).Peter Johnson2010-01-031-1/+1
* Don't assume CPP_PROG is 3 characters long (e.g. "gcc -E" isn't).Peter Johnson2008-11-251-1/+1
* Add cmake build infrastructure.Peter Johnson2008-05-221-0/+3
* Split NASM preprocessor standard macro set between various modules.Peter Johnson2008-05-091-1/+8
* Support use of EQU values within NASM preprocessor.Peter Johnson2007-11-031-1/+2
* Change preprocessor interface from block-oriented to line-oriented.Peter Johnson2007-11-031-10/+41
* cpp-preproc.c: Fix typo in description (enternal -> external).Peter Johnson2007-10-221-1/+1
* Autoconfize cpp program name and popen. This commit inactivates cpp in thePeter Johnson2007-09-201-6/+13
* * Added code to the cpp module to pass include directories to the cpp program.paulbarker2007-09-181-7/+14
* Added dependency generation to cpp module.paulbarker2007-09-101-8/+72
* Delayed destruction of arguments list until cpp_preproc_destroy() in cpp module.paulbarker2007-09-101-10/+15
* * Marked message strings so gettext can find them.paulbarker2007-09-011-2/+2
* Removed FILE* argument from preprocessor create() interface. The preprocessor...paulbarker2007-08-301-15/+1
* Changed cpp module to destroy the argument list and free the memory it uses.paulbarker2007-08-301-9/+5
* Modified cpp module to read directly from the preprocessor using a pipe, rath...paulbarker2007-08-301-21/+7
* Simplified cpp module, re-structuring much of the code and improving comments.paulbarker2007-08-291-64/+87
* Cleaned up cpp_invoke() function and removed call to asprintf().paulbarker2007-08-291-31/+24
* Initial version of cpp module (on multiarch branch).paulbarker2007-08-292-0/+302