bgfx/3rdparty/fcpp
Branimir Karadžić 3be0c4091f shaderc: Fixed issue #768. 2016-04-21 08:11:53 -07:00
..
.gitignore Initial commit. 2012-04-03 20:30:07 -07:00
COPYING Initial commit. 2012-04-03 20:30:07 -07:00
FPPBase.h Initial commit. 2012-04-03 20:30:07 -07:00
FPP_protos.h Initial commit. 2012-04-03 20:30:07 -07:00
README Initial commit. 2012-04-03 20:30:07 -07:00
cpp.h Fixes. Added vsh output/fsh input hash matching. 2012-11-25 18:24:50 -08:00
cpp1.c Removed closing stdout. 2015-06-28 09:48:35 -07:00
cpp2.c Removed amiga crap. 2014-08-22 11:01:19 -07:00
cpp3.c Fixed warnings. Rebuilt Linux shaderc binary. 2013-04-08 22:12:35 -07:00
cpp4.c Fixed HLSL reflection for samplers. 2015-09-01 16:44:11 -07:00
cpp5.c Fixed warnings. Rebuilt Linux shaderc binary. 2013-04-08 22:12:35 -07:00
cpp6.c shaderc: Fixed issue #768. 2016-04-21 08:11:53 -07:00
cppadd.h Fixed glsl-optimizer and fcpp warnings. 2013-03-20 21:44:17 -07:00
cppdef.h Initial commit. 2012-04-03 20:30:07 -07:00
fpp.exp Initial commit. 2012-04-03 20:30:07 -07:00
fpp.fd Initial commit. 2012-04-03 20:30:07 -07:00
fpp.h Added support for outputing makefile style dependencies when compiling shaders. 2012-06-26 20:55:33 -07:00
fpp_pragmas.h Initial commit. 2012-04-03 20:30:07 -07:00
makefile Initial commit. 2012-04-03 20:30:07 -07:00
usecpp.c Initial commit. 2012-04-03 20:30:07 -07:00

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