Next | Query returned 127 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2015-07-31 15:07:06 by Ryo ONODERA | Files touched by this commit (11)
Log message:
Update mozc packages to 2.17.2106.102

Changelog:
* protobuf changes
Not available officially.
   2015-04-25 16:23:48 by Tobias Nygren | Files touched by this commit (868) | Package updated
Log message:
Recursive revbump following MesaLib update, categories g through n.
   2015-02-18 00:55:58 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 2.16.2037.102

Changelog:
r510 2015-01-25 2.16.2037.102 - r494 2015-01-24 2.16.2021.102
Summary of changes between 2.16.2021.102 (r494) and 2.16.2037.102 (r510).

    DEPS changes:
        none
    Build related changes:
        libc++ is used by default to build Android target binaries.
        Clang 3.5 is now required to build Mozc for Android, NaCl, and Linux. \ 
See  Issue 276  for the motivation behind this change.
        Visual C++ 2013 is required to build Mozc for Windows.
    Major changes:
        Mozc for Windows now requires Windows Vista SP2 and later. Mozc \ 
2.16.2034.102 (r507) is the last version that can run on Windows XP and Windows \ 
2003 Server. See  Issue 277 .
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in \ 
Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: Inconsistency between suggestion candidates and conversion \ 
candidates ( Issue 274 )
        FIX: Learning algorithm is sometimes too aggressive when punctuation is \ 
committed ( Issue 275 )
        FIX: Require Clang to build Linux host binaries ( Issue 276 )
        FIX: Discontinue the support of Windows XP / 2003 Server ( Issue 277 )
    Commit summary:
        r510: Remove a workaround code for Visual C++ 2010 (KB813540)
        r509: Require Visual C++ 2013 to build Mozc for Windows
        r508: Require Windows Vista SP2 or later
        r507: Remove build_tools command from build_mozc.py
        r506: Require Clang to build Linux host binaries
        r505: Switch from stlport to libcxx in Android build
        r504: Remove mozc::DetachedThread as it is no longer used
        r503: Fix build failur of unit tests when libcxx is used on Android
        r502: Fix test failure in release build with Visual C++ 2013
        r501: Make the conditions to learn candidates with a punctuation mark \ 
more strict
        r500: Apply the same hack as conversion to prediction for transition \ 
cost from history node
        r499: Remove an unused member field
        r498: As-is import of NaCl Mozc for Chromium OS
        r497: Remove platform-dependent mozc::Encryptor part 3
        r496: Fix style violations in header include guards part 4
        r495: Remove unused variables
        r494: Fix a typo in reading strings of Unicode Emoji data

r486 2015-01-18 2.16.2020.102 - r474 2015-01-01 2.16.2008.102
Summary of changes between 2.16.2008.102 (r474) and 2.16.2020.102 (r486).

    DEPS changes:
        protobuf: bba83652e1be610bdb7ee1566ad18346d98b843c -> \ 
172019c40bf548908ab09bfd276074c929d48415 (downgrading)
    Build related changes:
        Ubuntu 14.04 is used as the reference build/test environment for \ 
Android, NaCl, and Linux. Hereafter we will not make sure that Mozc can be built \ 
on Ubuntu 12.04.
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in \ 
Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: All resources are not released in Service.onDestory ( Issue 265 )
        FIX: Many emojis are suggested from space ( Issue 266 )
        FIX: Noisy candidate "itsumo" due to language aware conversion \ 
( Issue 267 )
        FIX: BuildInDocker fails when building for Android ( Issue 269 )
        FIX: Runtime CHECK failure on Windows: \ 
protobuf/src/google/protobuf/descriptor.cc:1018 ( Issue 271 )
        FIX: AssertionError in gen_zip_code_seed.py ( Issue 272 )
    Commit summary:
        r486: Unsupport Ubuntu 12.04 as a build environment
        r485: Update copyright year in source header comments
        r484: Update copyright year in the about dialog to 2015
        r483: Update special rules for KEN_ALL.CSV
        r482: Revert r438 "Update Protocol Buffers to 2.6.1" and r444 \ 
"Suppress compiler warnings for Protocol Buffers 2.6.1"
        r481: Revert r477 "Revert r247 "Explicity invoke bash for \ 
make-standalone-toolchain.sh""
        r480: Call CalculatorInterface::CalculateString even for x86 Android testing
        r479: Suppress LangAwareRewriter to suggest the raw text if the query is \ 
in the dictionary as a key
        r478: Handle emojis that have multiple readings correctly
        r477: Revert r247 "Explicity invoke bash for \ 
make-standalone-toolchain.sh"
        r476: Several coding style fixes
        r475: Improve classic skins for Android
        r474: Fix resource leak on onDestroy
   2015-01-06 11:30:54 by Ryo ONODERA | Files touched by this commit (5)
Log message:
Update to 2.16.2007.102

Changelog:
Summary of changes between 2.16.2004.102 (r467) and 2.16.2007.102 (r470).

    DEPS changes:
        fontTools: initial import as of 5ba7d98a4153fad57258fca23b0bcb238717aec3
    Build related changes:
        Android build requires Android-21 SDK
    Major changes:
        Enable Material Theme on Android
        Support floating window and floating mode indicator on Android 5.0 and \ 
later when physical keyboard is attached
        Improve accessibility support on Android
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in \ 
Android (Issue 263)

Summary of changes between 2.16.1918.102 (r377) and 2.16.2003.102 (r463).

    DEPS changes:
        gtest: r692 -> r700
        gmock: r485 -> r501
        gyp: r1987 -> r2012
        protobuf: 172019c40bf548908ab09bfd276074c929d48415 -> \ 
bba83652e1be610bdb7ee1566ad18346d98b843c
    Build related changes:
        Android build requires NDK r10d
        Android build supports arm64/mips64/x86-64 ( Issue 259 )
        Android build supports Clang 3.5 and libc++ ( Issue 260 )
        Versioning scheme for Android is changed. See r439 for details.
        Build time dependency on libzinnia-dev is removed from Android and NaCl \ 
builds
    Major changes:
        Android 2.1 - Android 3.2 are no longer supported
        armeabi-v7a is always enabled in arm 32-bit build for Android
        Updated main dictionary, Emoji dictionary, emoticon dictionary, and \ 
single kanji dictionary
    Fixed issues:
        FIX: IME crashes when using US International hardware keyboard ( Issue 248 )
        FIX: ibus-mozc + XIM: preedit text is not cleared after preedit commit \ 
triggered by focus change ( Issue 255 )
        FIX: Entering symbol view causes NPE when "Switch Access" \ 
accessibility mode is enabled ( Issue 257 )
        FIX: An empty word can be suggested in the candidate list ( Issue 261 )
   2014-12-30 22:38:08 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Fix comment for consistency with GCC_REQD.
   2014-11-08 00:31:18 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Remove a obsolete patch.
   2014-11-08 00:28:36 by Ryo ONODERA | Files touched by this commit (5) | Package updated
Log message:
Update to 1.15.1917.102 from 1.15.1895.102

Changelog:
r373 2014-11-03 1.15.1917.102 - r353 2014-10-17 1.15.1896.102

You can check out Mozc r373 as follows.

gclient sync --revision=373

Summary of changes between 1.15.1896.102 (r353) and 1.15.1917.102 (r373).

    Build related changes:
        Android build is now tested with NDK r10c and OpenJDK 7
    Fixed issues:
        FIX: Warning message from keymap editor should be updated ( Issue 251 )
    Commit summary:
        r373: Remove Util:ToUTF8 since it is actually a dead code
        r372: Tidy up build_mozc.py
        r371: Unsupport BuildToolsMain in build_mozc.py except for Windows
        r370: Re-enable tests for SafeStrToDouble/SafeStrToFloat on Android
        r369: Use OpenJDK 7 to build Android binaries
        r368: Swith protobuf repository from Google Code to GitHub part2
        r367: Fix several coding style issues
        r366: Sort test cases alphabetically
        r365: Merge ANDROID_VERSION_CODE into BUILD
        r364: Replace scoped_ptr with std::unique_ptr under unix/
        r363: Stop generating xcode rule to run unittest from IDE
        r362: Fix style violations in header include guards part 3
        r361: Deprecate build fravor "Optimize"
        r360: Put mozc_build_tools under output directory
        r359: Fix indentation in a python script
        r358: Roll breakpad r1375:r1391
        r357: Swith protobuf repository from Google Code to GitHub
        r356: Show the warning message when and only when keymaps for \ 
DirectInput mode are changed
        r355: Stop using non-standard default constructor of std::istream
        r354: Fix style violations in header include guards part 2
        r353: Switch to Android NDK r10c
   2014-10-25 23:03:30 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.15.1895.102 from 1.15.1834.102

Changelog:
r350 2014-10-12 1.15.1895.102 - r323 2014-08-24 1.15.1869.102

You can check out Mozc r350 as follows.

gclient sync --revision=350

Summary of changes between 1.15.1869.102 (r323) and 1.15.1895.102 (r350).

    Build related changes:
        Android build is now tested with NDK r10b only
        Ubuntu 14.04 is now experimentally supported as a build environment. See \ 
mozc/docker/ubuntu14.04/Dockerfile.
    Fixed issues:
        FIX: Partial suggestion for numbers are not annotated by \ 
<部分確定> ( Issue 250 )
        FIX: Meaningless candidates are displayed on the Start Screen in Windows \ 
8 and later ( Issue 249 )
    Commit summary:
        r350: Use StringPiece to avoid unnecessary instantiation of std::string
        r349: Introduce Util::ConcatStrings to reduce string copy
        r348: Do not make the destructor virtual unless it is necessary part 2
        r347: Do nothing if the key string passed to the converter is empty
        r346: Fix Year 2038 Problem in UserHistoryStorage
        r345: Do not make the destructor virtual unless it is necessary
        r344: Add supportedOS GUID for Windows 10
        r343: Use apt command instead of apt-get command in Ubuntu 14.04
        r342: Tidy up UserHistoryPredictor::InsertHistory
        r341: Reorder logical AND conditions just for readability
        r340: Remove a redundant length check
        r339: Roll jsoncpp 4b687640cbc197e8:11086dd6a7eba042
        r338: Roll gyp r1972:r1987
        r337: Roll breakpad r1354:r1374
        r336: Use Util::EndsWith when appropriate
        r335: Stop unnecessarily using uint64 variable for uint32 data part 2
        r334: Stop unnecessarily using uint64 variable for uint32 data
        r333: Fix a typo in a test name
        r332: Fix style violations in header include guards
        r331: Propagate information of partial suggestion in the number rewriter
        r330: Add an all-in-one Dockerfile to build Mozc for Android and Linux \ 
desktop (Ubuntu 14.04 edition)
        r329: Disable ITfFnSearchCandidateProvider until \ 
ITfIntegratableCandidateListUIElement is implemented
        r328: Use Android NDK r10b in the reference build environment part 2
        r327: Use Android NDK r10b in the reference build environment
        r326: Make sure to use correct 'NM' and 'READELF' in cross build
        r325: Roll gyp r1958:r1971
        r324: Update copyright year notice in the about dialog
        r323: Update line number attributes in Qt message files

r318 2014-08-17 1.15.1868.102 - r307 2014-08-03 1.15.1857.102

You can check out Mozc r318 as follows.

gclient sync --revision=318

Summary of changes between 1.15.1868.102 (r318) and 1.15.1857.102 (r307).

    Build related changes:
        Visual C++ 2013 is now supported to build Mozc binaries. ( Issue 244 )
    Fixed issues:
        FIX: Support Visual C++ 2013 ( Issue 244 )
        FIX: 'Set input mode to X' commands do not work while input mode is set \ 
to "Direct Input" ( Issue 246 )
        FIX: Remove shortcut keys for Japanese IME for intra IME mode switching \ 
(Issue chromium:310698)
    Commit summary:
        r318: Fix a typo in a build rule for OS X
        r317: Introduce a new keymap for Chromium OS device
        r316: Move GetDefaultKeyMap from keymap::KeyMapManager to \ 
config::ConfigHandler
        r315: Support 'Set input mode to X' in DirectInput mode on Linux, NaCl \ 
and Android
        r314: Enable Ninja's console pool feature for 'ant' tasks in Android build
        r313: Suppress build time message for the clean build log, especially \ 
when being built with Ninja
        r312: Update symbol dictionary
        r311: Roll protobuf r489:r512
        r310: Include Visual C++ 2013 merge modules when necessary
        r309: Use the workaroud for KB 813540 only for Visual C++ 2010
        r308: Remove an unnesesary blank line
        r307: Roll WTL r460:r587 part 2

r303 2014-08-03 1.15.1856.102 - r282 2014-07-20 1.15.1835.102

You can check out Mozc r303 as follows.

gclient sync --revision=303

Summary of changes between 1.15.1856.102 (r303) and 1.15.1835.102 (r282).

    Build related changes:
        Android build is now tested with NDK r10 only
        OS X 10.5/10.6 are no longer supported as the target platform. ( Issue 242 )
        OS X build now uses libc++ instead of libstdc++.
    Fixed issues:
        FIX: mozc.el should conform Emacs Lisp library header conventions ( \ 
Issue 213 )
        FIX: GetMachPortName fails on OS X 10.10 Yosemite ( Issue 241 )
        FIX: Discontinue the support of OS X 10.5/10.6 ( Issue 242 )
    Commit summary:
        r303: Remove an unnecessary directry search rule
        r302: Switch to libc++ for better C++11 support
        r301: Change the minimum supported OS X version to 10.7
        r300: Rely on predictable Mach port name for OS X
        r299: Change the group ID of the installed files from admin(80) to \ 
wheel(0) for Mac OS X
        r298: Fix missing copyright notice and license notice at the top of the file
        r297: Simplify build rules for Mac
        r296: Use Android NDK r10
        r295: Remove unused function in auto-generated code
        r294: Fix code signing error on Mac OS X Marveriks
        r293: Remove a workaround against copy-on-write implementation of std::string
        r292: Use C++11 auto keyword
        r291: Roll WTL r460:r587
        r290: Roll protobuf r463:r488
        r289: Roll jsoncpp ea0797351fbabd3e:3a0c4fcc82d25d18
        r288: Roll gyp r1949:r1957
        r287: Roll gtest r682:r692 and gmock r472:r485
        r286: Roll breakpad r1239:r1353
        r285: Better conforms to the emacs library standard
        r284: Adds autoload magic comments
        r283: Use more appropriate and descriptive constant for OK/Cancel dialog
        r282: Include twelvekeys_toggle_flick_alphabet_scenario.txt in the test \ 
scenario list
   2014-09-05 16:52:13 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Follow rename of ninja to ninja-build.
   2014-08-07 05:03:33 by OBATA Akio | Files touched by this commit (7)
Log message:
Use ${SETENV} instead of bare `env'.

Next | Query returned 127 messages, browsing 91 to 100 | Previous