Sign in
code
/
mozc
/
HEAD
f470414
Implicitly link to input.dll on Windows.
by Yohei Yukawa
· 8 years ago
master
a93dd6e
Switch to Android NDK r10e.
by Yohei Yukawa
· 8 years ago
d510357
Use https to link to GitHub Mozc page.
by Yohei Yukawa
· 8 years ago
27b7a2e
Import documents from code.google.com to GitHub.
by Yohei Yukawa
· 8 years ago
321e065
Do not use hash sign in AppVeyor version format.
by Yohei Yukawa
· 8 years ago
c57a78e
Suppress the validation error LGHT0217 in WiX.
by Hiroyuki Komatsu
· 8 years ago
b48cc93
Remove an unused command line flag.
by Noriyuki Takahashi
· 8 years ago
15eeb79
Put copyright header in appveyor.yml.
by Yohei Yukawa
· 8 years ago
6acd05e
Enable continuous build for Window with AppVeyor.
by Yohei Yukawa
· 8 years ago
3bd819e
Build Mozc on Fedora 21 in Docker.
by Yohei Yukawa
· 8 years ago
ab1fee7
Misc style fixes.
by Noriyuki Takahashi
· 8 years ago
b07e8ef
Fix branch name used in build status.
by Yohei Yukawa
· 8 years ago
7e20f88
Enable continuous build for OS X with Travis-CI.
by Yohei Yukawa
· 8 years ago
a51ccee
Add usage stats for mushroom.
by Hiroshi Sumita
· 8 years ago
b64a7de
Put classes under dictionary into mozc::dictionary namespace.
by Noriyuki Takahashi
· 8 years ago
5d17950
Let ValueDictionary have LoudsTrie as a value member.
by Noriyuki Takahashi
· 8 years ago
0e8e6dd
Put classes under dictionary/file to mozc::dictionary namespace.
by Noriyuki Takahashi
· 8 years ago
d3f6591
Remove SegmenterInterface as its Segmenter is the only derived class.
by Noriyuki Takahashi
· 8 years ago
235e989
Rename SegmenterBase to Segmenter as it's not used as a base class.
by Noriyuki Takahashi
· 8 years ago
30eb450
Put SuffixToken and SuffixDictionary into mozc::dictionary namespace.
by Noriyuki Takahashi
· 8 years ago
7ae5317
Remove ConnectorInterface as its subclass is Connector only.
by Noriyuki Takahashi
· 8 years ago
e55e5e6
Do not specify full-width annotation for Emojis
by Hiroshi Sumita
· 8 years ago
937bd4f
Enable calculator rewriter as suggestion for mobile.
by Toshiyuki Hanaoka
· 8 years ago
988392a
Implement rule based zero query suggestion.
by Toshiyuki Hanaoka
· 8 years ago
8e4dedc
Amend ecb4c5d3b95c0de39d443d9db6ff699463e94e0a (SVN r552)
by Yohei Yukawa
· 8 years ago
fa12391
Update Dockerfile for the repository migration to GitHub.
by Yohei Yukawa
· 8 years ago
ea5bbcb
Add license statements and related files
by Yohei Yukawa
· 8 years ago
68ecbb9
Fix build breackage in Android caused by r555
by Yohei Yukawa
· 8 years ago
19620f6
Update system dictionary
by Yohei Yukawa
· 8 years ago
be8d070
Use the official zlib repository rather than Chromium's mirror
by Yohei Yukawa
· 8 years ago
57aa5c3
Follow repository migration of GYP from gyp.googlecode.com to chromium.googlesource.com
by Yohei Yukawa
· 8 years ago
0556a8b
Follow the point release of 14.04 for the reference build environment
by Yohei Yukawa
· 8 years ago
20c1c08
Bump the target API level to 22
by Tsuyoshi Matsuzaki
· 9 years ago
c845232
Bump Pepper SDK version from 28 to 40
by Hiroshi Sumita
· 9 years ago
4cff93c
Use Clang 3.4 to build host binaries
by Yohei Yukawa
· 9 years ago
2e029c2
Rename ConnectorBase to Connector
by Noriyuki Takahashi
· 9 years ago
ab976d9
Put SuppressionDictionary and UserDictionary into mozc::dictionary namespace
by Noriyuki Takahashi
· 9 years ago
1e9e588
Remove obsolete command line flags
by Noriyuki Takahashi
· 9 years ago
3704f91
Merge SparseConnector and CachedConnector into ConnectorBase
by Noriyuki Takahashi
· 9 years ago
b51007b
Remove NodeAllocatorInterface
by Noriyuki Takahashi
· 9 years ago
9cf0809
Remove the dependency on NodeAllocatorInterface from dictionary module
by Noriyuki Takahashi
· 9 years ago
aef5a34
Hide implementation details of SystemDictionary into .cc file
by Noriyuki Takahashi
· 9 years ago
f397ad7
Use SystemDictionary::Builder and remove old factory methods
by Noriyuki Takahashi
· 9 years ago
3547d07
Remove FilterInfo from SystemDictionary
by Noriyuki Takahashi
· 9 years ago
eddadd6
Have louds tries and token array as values in SystemDictionary
by Noriyuki Takahashi
· 9 years ago
987b0e9
Make error message from DISALLOW_COPY_AND_ASSIGN and DISALLOW_IMPLICIT_CONSTRUCTORS easier to read
by Yohei Yukawa
· 9 years ago
51b1f78
Remove unused code from mozc_tool
by Yohei Yukawa
· 9 years ago
46440f3
Remove a workaround for sysconf w/ _SC_PHYS_PAGES
by Yohei Yukawa
· 9 years ago
d2e7239
Initialize NONCLIENTMETRICSW structure to be compatible with Windows Vista and later
by Yohei Yukawa
· 9 years ago
c8fdbc9
Use predefined constants when possible
by Yohei Yukawa
· 9 years ago
c373210
Remove dead code that is never used in Windows Vista or later (part 2)
by Yohei Yukawa
· 9 years ago
99424aa
Remove unnecessary header includes from mozcjni.cc (part 2)
by Noriyuki Takahashi
· 9 years ago
047033f
Check in IPAEx font for layout tests on Windows
by Yohei Yukawa
· 9 years ago
46bb457
Refactor base/bitarray.h
by Noriyuki Takahashi
· 9 years ago
6d85bbc
Update japanese_util_rule.h to match update of romanji-hiragana.tsv in r185
by Noriyuki Takahashi
· 9 years ago
c07940e
Remove unnecessary header includes from base/process.h
by Yohei Yukawa
· 9 years ago
7d03922
Rely on pthread to implement reader-writer lock for Android
by Yohei Yukawa
· 9 years ago
6182d5e
Implicitly link to SlimReaderWriterLock APIs
by Yohei Yukawa
· 9 years ago
f93b70c
Enable several layout tests again
by Yohei Yukawa
· 9 years ago
13bdd31
Remove unnecessary header includes from mozcjni.cc
by Noriyuki Takahashi
· 9 years ago
32e8fbb
Move storage/louds/key_expansion_table{.h, _test.cc} files to dictionary/system
by Noriyuki Takahashi
· 9 years ago
56aa9f4
Refactor SystemDictionary::LookupPredictive using new LoudsTrie::Node APIs
by Noriyuki Takahashi
· 9 years ago
2169b0b
Refactor SystemDictionary::PrefixSearch using LoudsTrie::Node APIs
by Noriyuki Takahashi
· 9 years ago
25b997d
Refactor LOUDS trie by introducing a new API set for traversal
by Noriyuki Takahashi
· 9 years ago
b782c5a
Demove dead code that is never used in Windows Vista or later
by Yohei Yukawa
· 9 years ago
812d5b8
Use VersionHelpers.h to simplify SystemUtil
by Yohei Yukawa
· 9 years ago
6895df1
Remove legacy base/hash_tables.h in favor of C++11
by Yohei Yukawa
· 9 years ago
091dc3b
Remove a workaround code for Visual C++ 2010 (KB813540)
by Yohei Yukawa
· 9 years ago
1423238
Require Visual C++ 2013 to build Mozc for Windows
by Yohei Yukawa
· 9 years ago
e373cda
Require Windows Vista SP2 or later
by Yohei Yukawa
· 9 years ago
851af49
Remove build_tools command from build_mozc.py
by Yohei Yukawa
· 9 years ago
7df47a1
Require Clang to build Linux host binaries
by Yohei Yukawa
· 9 years ago
bf59692
Switch from stlport to libcxx in Android build
by Yohei Yukawa
· 9 years ago
9340de8
Remove mozc::DetachedThread as it is no longer used
by Yohei Yukawa
· 9 years ago
ab8d07a
Fix build failur of unit tests when libcxx is used on Android
by Hiroyuki Komatsu
· 9 years ago
fb60620
Fix test failure in release build with Visual C++ 2013
by Yohei Yukawa
· 9 years ago
aa0abb9
Make the conditions to learn candidates with a punctuation mark more strict
by Noriyuki Takahashi
· 9 years ago
0f8b0e7
Apply the same hack as conversion to prediction for transition cost from history node
by Noriyuki Takahashi
· 9 years ago
1c7bfa8
Remove an unused member field
by Yohei Yukawa
· 9 years ago
05862a7
As-is import of NaCl Mozc for Chromium OS
by Yohei Yukawa
· 9 years ago
046ab68
Remove platform-dependent mozc::Encryptor part 3
by Yohei Yukawa
· 9 years ago
e1c0a94
Fix style violations in header include guards part 4
by Noriyuki Takahashi
· 9 years ago
999156e
Remove unused variables
by Noriyuki Takahashi
· 9 years ago
f78dad8
Fix a typo in reading strings of Unicode Emoji data
by Toshiyuki Hanaoka
· 9 years ago
5c96a77
Unsupport Ubuntu 12.04 as a build environment
by Yohei Yukawa
· 9 years ago
9485d1e
Update copyright year in source header comments
by Yohei Yukawa
· 9 years ago
fd8b09d
Update copyright year in the about dialog to 2015
by Yohei Yukawa
· 9 years ago
de20dce
Update special rules for KEN_ALL.CSV
by Toshiyuki Hanaoka
· 9 years ago
b7cbb89
Revert r438 "Update Protocol Buffers to 2.6.1" and r444 "Suppress compiler warnings for Protocol Buffers 2.6.1"
by Yohei Yukawa
· 9 years ago
49f0272
Revert r477 "Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh""
by Yohei Yukawa
· 9 years ago
2d7c3ce
Call CalculatorInterface::CalculateString even for x86 Android testing
by Tsuyoshi Matsuzaki
· 9 years ago
2da3de7
Suppress LangAwareRewriter to suggest the raw text if the query is in the dictionary as a key
by Hiroyuki Komatsu
· 9 years ago
8545432
Handle emojis that have multiple readings correctly
by Noriyuki Takahashi
· 9 years ago
ebb825a
Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh"
by Yohei Yukawa
· 9 years ago
a184f7d
Several coding style fixes
by Yohei Yukawa
· 9 years ago
40a5c25
Improve classic skins for Android
by Hiroshi Sumita
· 9 years ago
60de307
Fix resource leak on onDestroy
by Tsuyoshi Matsuzaki
· 9 years ago
1ffe8c9
Enable Material theme for Android (part 4)
by Yohei Yukawa
· 9 years ago
95529d0
Enable Material theme for Android (part 3)
by Yohei Yukawa
· 9 years ago
df4e359
Enable Material theme for Android (part 2)
by Yohei Yukawa
· 9 years ago
Next »