Package: cld2 / 0.0.0-git20150806-10

Metadata

Package Version Patches format
cld2 0.0.0-git20150806-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add cmake file.patch | (download)

CMakeLists.txt | 155 155 + 0 - 0 !
1 file changed, 155 insertions(+)

 add a cmake file to properly handle the source files

1.patch | (download)

internal/cld_generated_cjk_uni_prop_80.cc | 110 55 + 55 - 0 !
internal/scoreonescriptspan.cc | 4 2 + 2 - 0 !
2 files changed, 57 insertions(+), 57 deletions(-)

 [patch] hack up generated files to compile as c++0x

Use a bunch of static_cast<uint8> to get around the c++11-narrowing
errors when building as C++0x.

This hack is necessary because the source files and generation code has
not been released.

See https://github.com/CLD2Owners/cld2/issues/33 on the source file
check-in.

See https://github.com/CLD2Owners/cld2/issues/47
https://github.com/CLD2Owners/cld2/issues/51
https://github.com/CLD2Owners/cld2/issues/26 and I'm sure there are
others for the C++0x problem.