Download List

Projeto Descrição

ucpp is a C preprocessor. It is designed to be quick and light, but still fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be compiled as a stand-alone program or linked to some other code; in the latter case, ucpp will output tokens, one at a time, on demand, as an integrated lexer. ucpp operates in two modes: in lexer mode, ucpp is linked to some other code and outputs a stream of tokens where each call to the lex() function will yield one token; in non-lexer mode, ucpp preprocesses text and outputs the resulting text to a file descriptor. If linked to some other code, the cpp() function must be called repeatedly, otherwise ucpp is a stand-alone binary.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-09 21:20
1.3.2

Um problema foi corrigido no qual incluiu arquivos faltando um "caractere de retorno de terminar transporte" interromperia o pré-processamento em sample.c / lexer modo.
Tags: bug fix and enhancements
A problem was fixed in which included files missing a "terminating carriage return character" would interrupt preprocessing in sample.c/LEXER mode.

2011-07-29 17:22
1.3.1

Um problema foi corrigido no qual "\ r \ n" caracteres retorno de carro foram contados duas vezes. Arquivos incluídos faltando um "caractere retorno de carro" será pré-processamento não interrupção. O problema onde STD_MACROS e STD_ASSERTS foram indefinido quando se tenta construir ucpp-DSTAND_ALONE foi corrigido. ucpp e libucpp são construídas com "make", por padrão.
Tags: bug fix and enhancements, git integration, Minor bugfixes
An issue was fixed in which "\r\n" carriage return characters were counted twice. Included files missing a "carriage return character" will no longer interrupt preprocessing. The problem where STD_MACROS and STD_ASSERTS were undefined when trying to build ucpp -DSTAND_ALONE was fixed. ucpp and libucpp are built with "make", by default.

Project Resources