Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 92037654 | 2016-10-31 07:58:45 | Python: Use "build" instead of "build_ext" in scripts (#460) Previously, the Python package consisted of a single extension module, so `build_ext` was sufficient. Now, the package contains a native module and an extension module, so both `build_py` and `build_ext` are required. Instead, run `build`, which calls both `build_py` and `build_ext` automatically. | ||
| b04f4ea1 | 2016-10-17 13:00:14 | Python: Update README with information about code formatting Also, add a `yapf` section to `setup.cfg` to ensure YAPF runs format code with the Google style. | ||
| 14276922 | 2016-02-23 16:10:53 | Fix typo | ||
| 7111c339 | 2016-02-23 16:06:31 | Create README.md |