Skip to content

[meta-oe] Add gpp: a general-purpose preprocessor#1012

Closed
b4u-mw wants to merge 1 commit into
openembedded:scarthgapfrom
b4u-mw:feature/scarthgap/gpp
Closed

[meta-oe] Add gpp: a general-purpose preprocessor#1012
b4u-mw wants to merge 1 commit into
openembedded:scarthgapfrom
b4u-mw:feature/scarthgap/gpp

Conversation

@b4u-mw
Copy link
Copy Markdown
Contributor

@b4u-mw b4u-mw commented Nov 4, 2025

This adds "gpp", a general purpose preprocessor. It's very similar to cpp's preprocessor but nor bound to the language. E.g. it allows to preprocess yaml files (with # as comment which breaks cpp preprocessor). That's very useful to process config files in recipes.

@b4u-mw b4u-mw force-pushed the feature/scarthgap/gpp branch from 2cdf5c6 to 607edc6 Compare November 4, 2025 19:34
@b4u-mw b4u-mw changed the title Add gpp: a general-purpose preprocessor [meta-oe] Add gpp: a general-purpose preprocessor Nov 4, 2025
@kraj
Copy link
Copy Markdown
Contributor

kraj commented Nov 4, 2025

commit message should be improved

gpp: Add recipe

gpp is a general-purpose preprocessor

Then it should have Signed-off-by

gpp is a general-purpose preprocessor

Signed-off-by: Michael Wyraz <mw@brick4u.de>
@b4u-mw b4u-mw force-pushed the feature/scarthgap/gpp branch from 607edc6 to 80aa014 Compare November 5, 2025 07:07
@b4u-mw
Copy link
Copy Markdown
Contributor Author

b4u-mw commented Nov 5, 2025

Done

@kraj
Copy link
Copy Markdown
Contributor

kraj commented Nov 10, 2025

applied to master with abbbaf2

@kraj kraj closed this Nov 10, 2025
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 13, 2026
Changelog:
===========
- Fix stack-buffer-overflow in Hunzip::getline
- Fix stack overflow in compound_check on Hungarian dictionaries
  under certain conditions
- Fix UB when SFX condition starts with '^' (#1095)
- Bounds-check continuation bytes in u8_u16 (#1110)
- oss-fuzz timeout/OOM hardenings
- Fix openembedded#715 CHECKCOMPOUNDCASE considers digits uppercase
- Fix openembedded#748 hzip: cannot write file
- Fix openembedded#1024 std::string bounds check
- Fix openembedded#1044 tools/analyze crash
- Fix #1076 flags 65520/65521 wrongly rejected
- Fix #1058 don't suggest the input word as its own correction
- Fix openembedded#1002 exact word marked as a near miss
- Fix tdf#125600 dotted-I regression
- Partial Unicode table refresh for Mc combining marks (#1057)
- Add Hunspell_add_with_flags / Hunspell::add_with_flags
- New SPELL_BEST_SUG flag, MAXBREAKDEPTH limit
- Replace clock() with std::chrono for suggestion time limits (openembedded#716)
- Improve exception safety (openembedded#587)
- Document analyze/stem/generate requirements (openembedded#554)
- Report iconv direction on private dic load failures (openembedded#619)
- Show dic load errors unconditionally (openembedded#1012)
- Rename es_EU to eu (#1113)
- Build fixes: out-of-tree, Windows ARM64, MSVC hzip tmpfile (openembedded#919),
  --disable-shared with mingw32 (openembedded#698), iconv on msys2 (openembedded#723),
  ncurses with separate tinfo
- New fuzzers: hzfuzzer, persdicfuzzer, parserfuzzer, affdicfuzzer
- Coverity-flagged fixes
- Merge in weblate translations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants