index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
Lagom
/
Tools
/
CodeGenerators
/
LibUnicode
Age
Commit message (
Expand
)
Author
2023-05-19
LibUnicode: Explicitly mark HashMap copy
Ben Wiederhake
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-15
LibUnicode: Remove now-unused dir-iterator helper functions
Sam Atkins
2023-03-15
LibUnicode: Migrate GenerateEmojiData to Directory::for_each_entry()
Sam Atkins
2023-03-15
LibUnicode: Read emoji file title from LexicalPath directly
Sam Atkins
2023-03-14
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
gustrb
2023-03-13
CodeGenerators: Ensure that we always print the entire generated output
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
LibUnicode: Use binary search for lookups into the generated emoji data
Timothy Flynn
2023-03-03
LibUnicode: Validate that all emoji images in /res/emoji actually exist
Timothy Flynn
2023-03-01
LibGfx+LibUnicode: Support specifying the path to search for emoji
Timothy Flynn
2023-02-24
LibUnicode: Propagate try_append() errors when building emoji data
MacDue
2023-02-24
LibUnicode: Generate the path to emoji images alongside emoji data
Timothy Flynn
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-18
LibUnicode: Parse and generate case folding code point data
Timothy Flynn
2023-01-18
LibUnicode: Rename a special casing variable name in the UCD generator
Timothy Flynn
2023-01-18
LibUnicode: Update out-of-date spec links
Timothy Flynn
2023-01-16
LibUnicode: Generate simple case folding mappings for titlecase
Timothy Flynn
2023-01-09
LibUnicode: Move Unicode-aware case transformations to a helper file
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-10
Lagom/CodeGenerators: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-18
Meta: Do not hard-code index types for UCD/CLDR/TZDB code generators
Timothy Flynn
2022-11-06
Meta+LibUnicode: Avoid relocations for emoji data
Gunnar Beutner
2022-11-06
Meta+LibUnicode: Avoid relocations for static unicode data
Gunnar Beutner
2022-11-03
LibUnicode: Make the generated .h and .cpp paths for emoji data optional
Timothy Flynn
2022-10-27
Meta: Replace Bash script for generating emoji.txt with C++ generator
Timothy Flynn
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-07
LibUnicode: Remove GCC codegen workaround
Timothy Flynn
2022-10-07
LibUnicode: Update code point ideographic replacements for Unicode 15
Timothy Flynn
2022-10-06
LibUnicode: Let's use the GCC 11/12 workaround on all platforms
Andreas Kling
2022-10-06
LibUnicode: Add decomposition mappings and Unicode normalization
matcool
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-03
Lagom: Work around gcc codegen bug
Nico Weber
2022-09-21
LibUnicode: Use recently added Core::Stream::read_all in code generators
Timothy Flynn
2022-09-11
LibUnicode: Parse and generate custom emoji added for SerenityOS
Timothy Flynn
2022-09-11
LibUnicode: Generate emoji data for non-fully-qualified emoji
Timothy Flynn
2022-09-08
LibUncode: Parse and generate emoji code point data
Timothy Flynn
[next]