30 Commits

Author SHA1 Message Date
bf36edbf7e Update README.md 2025-03-04 01:13:48 +09:00
ae9dc93982 Fix the link to build_mozc_for_android.md (#1192)
This follows up to my previous commit [1], which introduced

  docs/build_mozc_for_android.md

as a dedicated build instruction page for building libmozc.so for
Android as part of removing the dependency on Docker from our build
instructions (#1181).

This commit fixes the link to the above new page in README.md.

 [1]: f215eaf71a

PiperOrigin-RevId: 730872735
2025-02-26 15:35:07 +09:00
f215eaf71a Extract out Android build instructions (#1191)
This is the first part towards removing the dependency on Docker from
our build instructions for Linux desktop and Android (#1181).

This commit makes it clear that you can build 'libmozc.so' on both Linux
and macOS by the same Bazel command with actually demonstrating it in

  .github/workflows/android.yaml

that 'libmozc.so' can be built on both Linux and macOS GitHub Actions
runners.

With above our 'Dockerfile' can stop setting up Android NDK since
'build_mozc_in_docker.md' does not mention Android any more.

This commit is only about the build instructions of 'libmozc.so' for
Android. There must be no difference in the final artifacts.

PiperOrigin-RevId: 729468755
2025-02-21 21:53:44 +09:00
ee85d4ad52 Update copyright years from 2024 to 2025.
PiperOrigin-RevId: 715203471
2025-01-14 03:51:20 +00:00
060367d120 Update the year to 2024.
PiperOrigin-RevId: 595951677
2024-01-05 11:39:40 +00:00
4e8bb93478 Rename "os x" to "macOS" in README.md.
#codehealth

PiperOrigin-RevId: 573635984
2023-10-15 17:29:43 +00:00
d856315653 Adding a disclaimer to README.md
Before uploading build artifacts from GitHub Actions (#730), let's remind people that Mozc is not an officially supported Google product once again.

PiperOrigin-RevId: 526668089
2023-04-24 16:33:49 +00:00
623c12799a Update the year to 2023.
PiperOrigin-RevId: 507431190
2023-02-06 20:15:43 +09:00
be3cc40a34 Update the year to 2022.
PiperOrigin-RevId: 434266637
2022-03-13 20:41:21 +09:00
e1a479ed60 Update the CI entries.
PiperOrigin-RevId: 432429644
2022-03-04 23:25:00 +09:00
68c7541530 Update documents about GitHub Actions.
PiperOrigin-RevId: 431834327
2022-03-02 12:48:48 +09:00
23ca44438d Update documents. 2021-07-10 12:49:12 +09:00
4a99050558 Migrate to absl::flags / Fix typos.
Update from upstream. (BUILD=4282)
* Migrated to absl::flags.
* Fixed typos.
* Enabled to build mac:mozc_macos with Bazel on macOS (experimental).
* Replaced afxres.h with winres.h in .rc files for Windows.
* Small code refactoring.
2021-02-13 23:03:09 +09:00
7a945845d3 Fix format error. 2020-09-13 01:33:12 +09:00
5979e5a847 Update README.md and docs/build_mozc_in_docker.md 2020-09-04 03:05:51 +09:00
f5ddd0e06f Update the copyright year to 2018
REF_BUG=
REF_CL=180466480
REF_TIME=2018-01-01T00:00:18-08:00
REF_TIME_RAW=1514793618 -0800
2018-01-01 00:00:18 -08:00
842c8420ee Minor document updates 2017-12-29 15:02:53 -08:00
4b5d7ffd78 Update the copyright year to 2017. 2017-01-01 00:00:00 +09:00
1c8121087e Rename doc/ to docs/
This CL renames doc to docs/ on GitHub, just in case in future we want
to expose web pages on GitHub Pages [1].

 [1]: https://github.com/blog/2228-simpler-github-pages-publishing

BUG=
TEST=
REF_BUG=
REF_CL=130706872
REF_TIME=2016-08-18T18:22:05-07:00
REF_TIME_RAW=1471569725 -0700
2016-08-18 18:22:05 -07:00
4a370c6ea6 Update copyright year in source headers to 2016.
This CL updates the copyright year in source header comments to 2016.
No behavior change is intended.

BUG=
TEST=unittest
REF_BUG=
REF_CL=
2016-01-01 21:32:35 -08:00
0f5e8a0667 Enable Android build on Travis-CI.
This CL enables Android build on Travis-CI as well as Linux desktop
build, NaCl build, and OS X build.
2015-10-10 10:17:23 -07:00
6215113da0 Enable NaCl build on Travis-CI.
This CL enables Nacl build on Travis-CI as well as Linux desktop
build and OS X build.

The one caveat is that $CC and $CXX need to be unset before
running GYP due to #304.
2015-09-27 15:25:10 -07:00
0e0e5c2120 Enable Linux desktop build on Travis-CI.
This CL also drops unnecessary build dependencies in Linux.

Note that you still need 'tegaki-zinnia-japanese' as
a run-time dependency for hand-writing support on Ubuntu.
2015-09-20 18:18:01 -07:00
1f0df3111e Update AppVeyor build status badge URL.
Since we set up AppVeyor project again, the build status badge URL
was changed.
2015-05-23 18:04:20 -07:00
d510357405 Use https to link to GitHub Mozc page. 2015-05-10 07:54:16 -07:00
27b7a2e202 Import documents from code.google.com to GitHub.
To complete repository migration from code.google.com to GitHub,
this CL imports several documents written in Wiki format as
Markdown format.
2015-05-10 07:37:17 -07:00
6acd05e645 Enable continuous build for Window with AppVeyor.
Note that unit test is still disabled since it increases cycle
time more than 20 minutes.

BUG=none
TEST=tested on AppVeyor web interface
2015-05-09 14:33:55 -07:00
b07e8ef408 Fix branch name used in build status.
The README in the master branch should show the build status of
master branch.
2015-05-03 03:03:54 -07:00
7e20f88b83 Enable continuous build for OS X with Travis-CI.
Note that Linux build is still disabled as Ubuntu 14.04 is not
available in Travis-CI yet.
2015-05-03 02:52:27 -07:00
ea5bbcb973 Add license statements and related files
This CL adds AUTHORS, CONTRIBUTING.md, CONTRIBUTORS and LICENSE
per Google open-source releasing guidelines.
2015-05-02 01:52:46 -07:00