1
0
Fork
You've already forked mcpp
0
Matsui's C preprocessor (retrieved from http://mcpp.sourceforge.net/)
2025年12月29日 20:05:31 -03:00
config Regenerate build system with autoconf 2.71 and automake 1.16 2024年03月18日 13:14:22 -04:00
cpp-test update 2008年04月14日 13:07:50 +00:00
doc V.2.7.2 2008年11月30日 09:50:38 +00:00
doc-jp Convert Japanese documentation from EUC-JP encoding to UTF-8 with BOM. 2024年03月17日 11:04:17 -04:00
noconfig Fixes various issues 2024年03月16日 11:08:05 -04:00
src Fix segfault from freeing non-heap in_file pointer 2025年12月29日 17:23:13 -03:00
test-c update and bug-fix 2008年03月08日 13:40:06 +00:00
test-l V.2.5 2006年04月27日 09:04:16 +00:00
test-t update and bug-fix 2008年03月08日 13:40:06 +00:00
tests Regenerate build system with autoconf 2.71 and automake 1.16 2024年03月18日 13:14:22 -04:00
tool V.2.6 2006年07月15日 07:30:45 +00:00
.gitignore Add .gitignore file. 2024年03月19日 12:55:09 -04:00
aclocal.m4 Regenerate the configuration after the changes to configure.ac 2025年05月09日 14:44:28 -04:00
ChangeLog V.2.7.2 2008年11月30日 09:50:38 +00:00
ChangeLog.old V.2.6.2 2006年11月12日 05:10:41 +00:00
configure Regenerate the configuration after the changes to configure.ac 2025年05月09日 14:44:28 -04:00
configure.ac configure.ac: Set new version 2.7.2.3. 2025年12月29日 20:05:31 -03:00
INSTALL V.2.7.2-prerelease 2008年11月24日 13:03:52 +00:00
INSTALL-jp Convert Japanese documentation from EUC-JP encoding to UTF-8 with BOM. 2024年03月17日 11:04:17 -04:00
LICENSE bugfix and update 2008年01月28日 13:57:31 +00:00
Makefile.am Apply Gentoo libmcpp-2.7.2-fix-build-system.patch, to improve document installation 2024年03月26日 14:05:38 -04:00
Makefile.in Regenerate the configuration after the changes to configure.ac 2025年05月09日 14:44:28 -04:00
mcpp-gcc.1 Apply Fedora mcpp-man.patch 2024年03月16日 11:32:51 -04:00
mcpp.1 Apply Fedora mcpp-man.patch 2024年03月16日 11:32:51 -04:00
NEWS V.2.7.2 2008年11月30日 09:50:38 +00:00
README V.2.6.3 2007年04月07日 13:17:24 +00:00

<< What is MCPP >>
MCPP is a C/C++ preprocessor with the following features:
 1. Implements all of C90, C99 and C++98 features. It has the highest
 conformance.
 2. Accompanies a validation suite to test the C/C++ preprocessors
 comprehensively. When it is applied to the existing preprocessors,
 MCPP shows outstanding result.
 3. Has a variety of accurate diagnostic messages. This allows
 examination of most preprocessing problems of source, like potential
 bugs or portability problems.
 4. Has various #pragma directives to output debug information.
 5. Supports the various encodings of multi-byte characters for Japan,
 China, Taiwan and Korea.
 6. Highly portable. Supports many compiler systems on UNIX-like
 systems and Windows. It can replace resident preprocessor of the
 compiler system. It can also behave independently from any compiler
 systems. Moreover, it can be built as a subroutine from any other
 main program, too.
 7. Preprocessors of various behavior specifications can be generated
 from the source.
 8. Is an open source software released under BSD-style-license.
 9. Full documentations in Japanese and English are attached.
MCPP is probably the best C preprocessor in the world.
MCPP was selected as one of the "Exploratory Software Projects" of the
Information-technology Promotion Agency (IPA), Japan, in year 2002 and
2003. With its achievements, the author was evaluated as one of the
highest rank programmers.
The sources and documents of MCPP are found at:
 http://mcpp.sourceforge.net/
Please read mcpp-summary.pdf for the overview of MCPP and Validation
Suite.
Please read INSTALL (INSTALL-jp) for how to install MCPP on your system
from the source. Refer to the above web page for installation of the
binary packages of MCPP.
All the files except mcpp-summary.pdf are normal text files. In the
.tar.gz file, newline of the text files are [LF], and encoding of
INSTALL-jp is EUC-JP. In the .zip file, newline of the text files are
[CR][LF], and encoding of INSTALL-jp is shift-JIS.
I would like to hear from many C programmers for reviews, comments and
the interest to participate in development.
Kiyoshi Matsui <kmatsui@t3.rim.or.jp>