Branimir Karadžić 13670dec96 Fixed vs2008 compile error. 11 年 前
..
.gitignore dee3fe5266 Initial commit. 13 年 前
COPYING dee3fe5266 Initial commit. 13 年 前
FPPBase.h dee3fe5266 Initial commit. 13 年 前
FPP_protos.h dee3fe5266 Initial commit. 13 年 前
README dee3fe5266 Initial commit. 13 年 前
cpp.h a3b0dde24b Fixes. Added vsh output/fsh input hash matching. 13 年 前
cpp1.c c97cec7114 Fixed clang warning: equality comparison with extraneous parentheses. 11 年 前
cpp2.c edb4da99b5 Removed amiga crap. 11 年 前
cpp3.c db6cc187ca Fixed warnings. Rebuilt Linux shaderc binary. 12 年 前
cpp4.c 159b1ce8b2 Fixed MinGW warnings. 12 年 前
cpp5.c db6cc187ca Fixed warnings. Rebuilt Linux shaderc binary. 12 年 前
cpp6.c 13670dec96 Fixed vs2008 compile error. 11 年 前
cppadd.h d465d7279e Fixed glsl-optimizer and fcpp warnings. 12 年 前
cppdef.h dee3fe5266 Initial commit. 13 年 前
fpp.exp dee3fe5266 Initial commit. 13 年 前
fpp.fd dee3fe5266 Initial commit. 13 年 前
fpp.h 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. 13 年 前
fpp_pragmas.h dee3fe5266 Initial commit. 13 年 前
makefile dee3fe5266 Initial commit. 13 年 前
usecpp.c dee3fe5266 Initial commit. 13 年 前

README

Frexx CPP (C Preprocessor)

Copyright (c) by Daniel Stenberg 1993 - 2011

This is a C preprocessor. It is a project based on public domain code, then
forked by Daniel in 1993 and future work has been done under a BSD license.

The C preprocessor is now (mostly?) ANSI C compliant, and some tweaks have
been applied to also make it fairly usable to process other data files, such
as HTML for simple web sites.

WWW: http://daniel.haxx.se/projects/fcpp/
Code: https://github.com/bagder/fcpp