Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mcpp - Alternative C/C++ preprocessor
C/C++ preprocessor expands macros and processes '#if', '#include' and
some other directives.
MCPP is an alternative C/C++ preprocessor with the highest conformance,
implementated by Kiyoshi Matsui. It supports multiple standards: K&R,
ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for
debugging the source program which use complicated macros and also
useful for checking portability of the source.
Though mcpp could be built as a replacement of GCC's resident
proprocessor or as a subroutine called from some other main program,
this package installs only a stand-alone program named 'mcpp' which
behaves independent from GCC.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
mcpp |
2.6.4 |
1.fc6 |
src |
1.25 MiB |
Mon Jun 4 08:56:48 2007 |
Changelog
- * Sat May 19 18:00:00 2007 Kiyoshi Matsui <kmatsui{%}t3{*}rim{*}or{*}jp> 2.6.4-1
- Upstream new release.
- * Fri Apr 27 18:00:00 2007 Kiyoshi Matsui <kmatsui{%}t3{*}rim{*}or{*}jp> 2.6.3-5
- Apply the new patch (patch1) for mcpp.
- * Wed Apr 25 18:00:00 2007 Kiyoshi Matsui <kmatsui{%}t3{*}rim{*}or{*}jp> 2.6.3-4
- Change installation of doc/mcpp-manual.html and doc-jp/mcpp-manual.html.