-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
simdutf: simdutf_connector: in_tail: Implement UTF-16LE/UTF-16BE encoder #9468
base: master
Are you sure you want to change the base?
Commits on Oct 10, 2024
-
build: lib: Bundle simdutf amalgamation v5.5.0
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 676f7f2 - Browse repository at this point
Copy the full SHA 676f7f2View commit details -
simdutf_connector: Add C connector for simdutf library
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f6ec53 - Browse repository at this point
Copy the full SHA 6f6ec53View commit details -
in_tail: Add Unicode encoder support
From UTF-16LE, UTF-16BE and UTF-16LE with BOM, UTF-16BE with BOM to UTF-8 are supported. This could be useful for Windows' Unicode insisted logs. They are usually using UTF-16LE with BOM. Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e18853 - Browse repository at this point
Copy the full SHA 8e18853View commit details -
in_tail: tests: Add UTF-16LE and UTF-16BE with BOM test cases for uni…
…code encoder testing Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a58bc8 - Browse repository at this point
Copy the full SHA 1a58bc8View commit details -
simdutf_connector: Make buildable on macOS
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f73690a - Browse repository at this point
Copy the full SHA f73690aView commit details -
build: Do not install simdutf related header when turning off
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99f62d7 - Browse repository at this point
Copy the full SHA 99f62d7View commit details -
in_tail: tests: Add testcases for subdivision flags characters
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5e397b - Browse repository at this point
Copy the full SHA a5e397bView commit details -
in_tail: Treat as an error when unsupported encoding is specified
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ffecf6 - Browse repository at this point
Copy the full SHA 1ffecf6View commit details -
workflows: Use g++ or clang++ for C++ source buildings and linkings
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e34b3c7 - Browse repository at this point
Copy the full SHA e34b3c7View commit details -
workflows: Use g++ for C++ sources on system libs task
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b785ab7 - Browse repository at this point
Copy the full SHA b785ab7View commit details -
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e1de85 - Browse repository at this point
Copy the full SHA 9e1de85View commit details
Commits on Oct 28, 2024
-
in_tail: Fix indentation style
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e35657c - Browse repository at this point
Copy the full SHA e35657cView commit details -
simdutf_connector: Suppress compiler warnings
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd810d2 - Browse repository at this point
Copy the full SHA cd810d2View commit details -
in_tail: Accept more variants for specifying UTF-16s
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4291674 - Browse repository at this point
Copy the full SHA 4291674View commit details -
simdutf_connector: Handle newlines
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a8fb04 - Browse repository at this point
Copy the full SHA 8a8fb04View commit details -
in_tail: Convert encodings before splitting lines
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 330e4ef - Browse repository at this point
Copy the full SHA 330e4efView commit details -
in_tail: Align 2-bytes alignments if UTF-16 encodings are enabled
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21ba01d - Browse repository at this point
Copy the full SHA 21ba01dView commit details -
dockerfiles: centos-7: Disable SIMDUTF module due to gcc-4 series doe…
…s not fully support C++11 Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19a0a1a - Browse repository at this point
Copy the full SHA 19a0a1aView commit details -
packaging: distros: centos: Disble simdutf stuffs on CentOS 7
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36537a4 - Browse repository at this point
Copy the full SHA 36537a4View commit details -
packaging: Detect centos/6 or centos/7 to turn off simdutf stuffs
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34c3cf6 - Browse repository at this point
Copy the full SHA 34c3cf6View commit details -
packaging: Turn off simdutf on centos/7 ARM64bit
Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 189756d - Browse repository at this point
Copy the full SHA 189756dView commit details