41
I Use This!
Very High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
May 10, 2024 — May 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix use of uninitialized value. More... 3 months ago
Improve fdstreambuf with comment and explicit & default constructor More... 3 months ago
Fix C++20 build and port away from fmt More... 3 months ago
Fix build with C++20 and remove many boost usage and all fmt:: usage. More... 3 months ago
Make //base:singleton thread-safe. More... 3 months ago
Use new macro for i18n string format More... 3 months ago
Some clean up & clang-tidy for c++20 More... 3 months ago
Try avoid use zoned_time if not avaiable. (#1275) More... 3 months ago
Remove formatUnchecked and extend i18n api with format check. (#1274) More... 3 months ago
Include tablerule More... 3 months ago
Port away from fmt to std::format More... 3 months ago
Port fmt to std::format More... 3 months ago
Move `Repository rule` documentation under Bzlmod More... 3 months ago
Update CXX standard to 20 More... 3 months ago
Replace remaining "Google Inc." with "Google LLC" (#1187) More... 3 months ago
Patch `rules_cc` 0.0.17 to use clang-cl for x86 (#1186) More... 3 months ago
Bazel: 8.0.0 -> 8.1.0 (#1185) More... 3 months ago
Follow up build instructions on bazelisk (#1184) More... 3 months ago
A bit more gracefully handle missing Android NDK (#1182) More... 3 months ago
Also download Android NDK in `update_deps.py` (#1183) More... 3 months ago
[Japanese Usage Dictionary] Set the delay to show the floating usage dictionary window to 1000ms (1s) only for Android. More... 3 months ago
Add diff test for personal name entries (myoji). More... 3 months ago
Stop using const pointer to initialize predictor and rewriter. We use reference as pointer can be nullable. More... 3 months ago
Address clang-tidy warning. More... 3 months ago
Update protobuf from 29.1 to 30.0-rc1 More... 3 months ago
Update third_party/protobuf from 29.1 to 30.0-rc1 More... 3 months ago
Uses shared_ptr to efficiently manage the config via caller and ConfigHandler. Keeps the legacy interface as-is. We will migrate to the new API later. More... 3 months ago
Remove composer/internal/converter. More... 3 months ago
- Introduced Options::incognito_mode to make an on-the-fly incognito mode request. - Added ConversionRequest::incognito_mode() - Stop having incognito_config_ in EngineConverter. More... 3 months ago
- Cleanup ImeContext: Introduces an inner CopyableData to handle copyable and non-copiable data. - Stop passing config to request to create engine_converter. They are set via Set config and SetRequest in the first place. Currently, default objects are passed, which are not used. More... 3 months ago