Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate unicode character table sources on the fly #1276

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

rdmark
Copy link
Member

@rdmark rdmark commented Jul 22, 2024

  • Refactor Unicode character table code generation Perl scripts to make them work better in the build system and generate cleaner code
  • Modify the build system to make Perl and UnicodeData.txt mandatory dependencies
  • Remove pre-generated unicode char table sources from revision control

@rdmark rdmark linked an issue Jul 22, 2024 that may be closed by this pull request
- Precompose script takes output file argument
- Precompose script cleans up temp files
- Use print instead of printf where appropirate
- Standardize header code comments

Signed-off-by: Daniel Markstedt <[email protected]>
@rdmark rdmark force-pushed the 1220-generate-unicode-character-table-sources-on-the-fly branch 7 times, most recently from 7a3a599 to 3a99613 Compare July 22, 2024 22:00
- Remove the pre-generated sources from revision control
- Make Perl and UnicodeData.txt dependencies mandatory
- Attempt to detect system UnicodeData.txt in Meson

Signed-off-by: Daniel Markstedt <[email protected]>
@rdmark rdmark force-pushed the 1220-generate-unicode-character-table-sources-on-the-fly branch from 3a99613 to b580d81 Compare July 22, 2024 22:02
Copy link

sonarcloud bot commented Jul 22, 2024

@rdmark rdmark merged commit 4e5675b into main Jul 22, 2024
15 checks passed
@rdmark rdmark deleted the 1220-generate-unicode-character-table-sources-on-the-fly branch July 22, 2024 22:21
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.

Generate unicode character table sources on the fly
1 participant