bgfx/3rdparty/fcpp
2014-08-22 11:01:19 -07:00
..
.gitignore Initial commit. 2012-04-03 20:30:07 -07:00
COPYING 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 Fixed clang warning: equality comparison with extraneous parentheses. 2014-08-20 21:06:20 -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 MinGW warnings. 2013-04-07 23:53:58 -07:00
cpp5.c Fixed warnings. Rebuilt Linux shaderc binary. 2013-04-08 22:12:35 -07:00
cpp6.c Fixed fcpp warning. Disabled warnings in glsl-optimizer. 2014-08-19 20:21:17 -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
FPP_protos.h Initial commit. 2012-04-03 20:30:07 -07:00
FPPBase.h Initial commit. 2012-04-03 20:30:07 -07:00
makefile Initial commit. 2012-04-03 20:30:07 -07:00
README Initial commit. 2012-04-03 20:30:07 -07:00
usecpp.c Initial commit. 2012-04-03 20:30:07 -07:00

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