Branimir Karadžić 3be0c4091f shaderc: Fixed issue #768. vor 9 Jahren
..
.gitignore dee3fe5266 Initial commit. vor 13 Jahren
COPYING dee3fe5266 Initial commit. vor 13 Jahren
FPPBase.h dee3fe5266 Initial commit. vor 13 Jahren
FPP_protos.h dee3fe5266 Initial commit. vor 13 Jahren
README dee3fe5266 Initial commit. vor 13 Jahren
cpp.h a3b0dde24b Fixes. Added vsh output/fsh input hash matching. vor 13 Jahren
cpp1.c ac6d6bd958 Removed closing stdout. vor 10 Jahren
cpp2.c edb4da99b5 Removed amiga crap. vor 11 Jahren
cpp3.c db6cc187ca Fixed warnings. Rebuilt Linux shaderc binary. vor 12 Jahren
cpp4.c 4470f7097c Fixed HLSL reflection for samplers. vor 10 Jahren
cpp5.c db6cc187ca Fixed warnings. Rebuilt Linux shaderc binary. vor 12 Jahren
cpp6.c 3be0c4091f shaderc: Fixed issue #768. vor 9 Jahren
cppadd.h d465d7279e Fixed glsl-optimizer and fcpp warnings. vor 12 Jahren
cppdef.h dee3fe5266 Initial commit. vor 13 Jahren
fpp.exp dee3fe5266 Initial commit. vor 13 Jahren
fpp.fd dee3fe5266 Initial commit. vor 13 Jahren
fpp.h 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. vor 13 Jahren
fpp_pragmas.h dee3fe5266 Initial commit. vor 13 Jahren
makefile dee3fe5266 Initial commit. vor 13 Jahren
usecpp.c dee3fe5266 Initial commit. vor 13 Jahren

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