summaryrefslogtreecommitdiff
path: root/cpp.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-26cpp: Use mkstemps() to create unique temporary fileTobias Klauser1-4/+9
2016-01-29cpp: Fix sparse warningTobias Klauser1-0/+1
2015-12-17cpp: Constify cpp argv passed to cpp_execTobias Klauser1-2/+2
2015-12-17cpp: Allow to pass additional cpp optionsVadim Kochan1-9/+30
2015-12-17cpp: Use new proc_exec function to invoke cppVadim Kochan1-5/+10
2015-11-24cpp: Use /tmp folder for output filesVadim Kochan1-8/+5
2015-11-24cpp: Add cpp.c module to invoke C preprocessorVadim Kochan1-0/+27