Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db: return a value of grn_rc type instead of void #3

Open
wants to merge 78 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
a0e687f
Use bool instead of grn_bool in proc.c
abetomo Sep 15, 2024
b9a0d19
Use bool instead of grn_bool in index_column.c
abetomo Sep 16, 2024
4d5afe7
Unify the return value of grn_obj_is_reference_column() with bool
abetomo Sep 16, 2024
34a5626
Use bool instead of grn_bool in index_column.c
abetomo Sep 16, 2024
031f9bb
docs: api/grn_table: move grn_table_update_by_id() reference to the h…
abetomo Sep 20, 2024
2025bd9
docs: api/grn_table: move grn_table_get_key() reference to the header…
abetomo Sep 20, 2024
e6f3906
ci: Use macos-latest
kou Sep 24, 2024
8c50480
doc news: add 14.0.8 entry (#1960)
komainu8 Sep 24, 2024
07e184c
doc package: update version info to 14.0.8 (2024-09-25)
komainu8 Sep 24, 2024
c96d257
doc contribution/documentation: add an outline (#1786)
otegami Sep 25, 2024
bae10d5
status: add "os" and "cpu"
kou Sep 25, 2024
20325df
test TokenDocumentVectorBM25: omit on macOS
kou Sep 25, 2024
1b42ce0
ci macos autotools: remove TokenDocumentVectorBM25 tests
kou Sep 25, 2024
ba4a896
Bump version
komainu8 Sep 25, 2024
a6e5286
ci: add Alpine Linux 3.20 (#1963)
kou Sep 25, 2024
451fe74
test mruby: suppress "literal string will be frozen" warning
kou Sep 25, 2024
5fcf66b
Use bool instead of grn_bool in geo.c
abetomo Sep 25, 2024
e7c38a8
docs: api/grn_table: move grn_table_setoperation() reference to the h…
abetomo Sep 26, 2024
4651fea
docs: api/grn_obj: move grn_obj_path() reference to the header file (…
otegami Sep 26, 2024
951c107
docs: api/grn_table: move grn_table_lcp_search() reference to the hea…
abetomo Sep 27, 2024
01af3f8
doc news: add 14.0.9 entry (#1967)
komainu8 Sep 27, 2024
c3a9e68
doc package: update version info to 14.0.9 (2024-09-27)
komainu8 Sep 27, 2024
29fe206
Change unify_prolonged_sound_mark and unify_middle_dot in grn_nfkc_no…
abetomo Sep 28, 2024
1bc1e2b
Change ctx->impl->output.is_pretty from grn_bool to bool
abetomo Sep 29, 2024
e42ad42
docs: api/grn_table: move grn_table_group() reference to the header f…
abetomo Sep 29, 2024
0ea1a41
Bump version
komainu8 Sep 30, 2024
4b59d43
issue template: update old contents (#1972)
komainu8 Sep 30, 2024
b20a146
docs: api/grn_obj: move grn_obj_name() reference to the header file (…
otegami Oct 1, 2024
bfcbef0
docs: api/grn_obj: move grn_obj_get_range() reference to the header f…
otegami Oct 1, 2024
00ebf88
docs: api/grn_match_escalation: move grn_*_match_escalation_threshold…
abetomo Oct 2, 2024
cf626cc
Use bool instead of grn_bool in db.c
abetomo Oct 3, 2024
3ad6118
Fix the style using '\' instead of '@' (#1977)
otegami Oct 3, 2024
a5bf42e
docs: api/grn_obj: move grn_obj_expire() reference to the header file…
otegami Oct 3, 2024
167ba71
docs: Add unify_latin_alphabet_with option to NormalizerNFKC150 (#1978)
abetomo Oct 3, 2024
b001fd6
clang-format: add include/groonga/db.h (#1976)
abetomo Oct 3, 2024
b302940
docs: Add unify_to_katakana option to NormalizerNFKC150 (#1979)
abetomo Oct 3, 2024
a8d4e15
doc index_column_diff: fix parameter name
kou Oct 3, 2024
4c64e27
docs: api/grn_obj: move grn_obj_check() reference to the header file …
otegami Oct 4, 2024
7e4fe65
docs: api/grn_db: move grn_db_unmap() reference to the header file (#…
abetomo Oct 4, 2024
5ddc467
index_column: suppress maybe-uninitialized warnings
kou Oct 4, 2024
c4c635a
grn_obj_is_text_family_scalar_accessor: add
kou Oct 4, 2024
2c35004
doc: add missing "." to params
kou Oct 4, 2024
48b0ec9
cmake: add support for bundling llama.cpp
kou Oct 4, 2024
2a987e7
Show "llama.cpp" in "groonga --version" and "status"
kou Oct 4, 2024
2fce07f
grn_language_model*: add
kou Oct 4, 2024
15dfa13
language_model_vectorize: add
kou Oct 4, 2024
06e4200
Fix typos
kou Oct 4, 2024
22e55bd
language_mode: apply formatter
kou Oct 4, 2024
d6cd635
autotools: fix extension
kou Oct 4, 2024
a2e895b
language_model: add missing ifdef
kou Oct 4, 2024
40a83fd
language_model windows: fix a typo
kou Oct 4, 2024
c157fc7
autotools: install missing groonga/language_model.h
kou Oct 4, 2024
07e5701
language_model.h: Fix the typo (#1982)
abetomo Oct 4, 2024
6cb103b
packages yum: update installed files
kou Oct 4, 2024
5c97521
gqtp client: fix a bug that INVALID_ARGUMENT is 65514 not -22
kou Oct 6, 2024
1f4f2f5
docs: api/grn_obj: move grn_obj_lock() reference to the header file (…
otegami Oct 7, 2024
4108ea0
docs: Change to 'unmaped' since this is a description of grn_db_unmap…
abetomo Oct 7, 2024
f3e4de1
docs: api/grn_obj: move grn_obj_unlock() reference to the header file…
otegami Oct 7, 2024
c70e7bb
docs: api/grn_db: move grn_db_recover() reference to the header file …
abetomo Oct 7, 2024
f34d9c5
docs: api/grn_db: move grn_db_touch() reference to the header file (#…
abetomo Oct 7, 2024
c39719a
ci macos: temporarily disable mruby test on macos-latest (#1989)
otegami Oct 8, 2024
84c6a70
docs: api/grn_db: move grn_db_(create|open) reference to the header f…
abetomo Oct 8, 2024
0437b0d
docs: api/grn_search: move grn_obj_search() reference to the header f…
abetomo Oct 8, 2024
088a1a7
docs: api/grn_db: move grn_obj_db() reference to the header file (#1992)
abetomo Oct 8, 2024
6620d73
grn_obj_close: do nothing and return GRN_SUCCESS for NULL (#1957)
komainu8 Oct 9, 2024
562aa17
grn_obj_close: check GRN_OBJ_ALLOCATED before grn_bulk_fin()
kou Oct 9, 2024
52d4e34
docs: api/grn_obj: move grn_obj_clear_lock() reference to the header …
otegami Oct 10, 2024
a9000cb
package: windows: Add `vcomp140.dll` to with-vcruntime package (#1993)
abetomo Oct 10, 2024
9b30275
docs: api/grn_obj: move grn_obj_is_locked() reference to the header f…
otegami Oct 10, 2024
cbe7038
docs: api/grn_proc: move grn_obj_set_finalizer() reference to the hea…
abetomo Oct 10, 2024
a6df032
docs: clarify differences between grn_obj_unlock() and grn_obj_clear_…
otegami Oct 10, 2024
bd24995
db: return a value of grn_rc type instead of void
komainu8 Sep 13, 2024
2f154ac
Simplify
komainu8 Sep 13, 2024
ee23eb0
Simplify
komainu8 Sep 13, 2024
0c5d496
Reduce scope for rc
komainu8 Oct 10, 2024
2a2a485
Use constant instead of variable
komainu8 Oct 10, 2024
edae2eb
Remove needless declaration
komainu8 Oct 10, 2024
1391e9e
DRY
kou Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ guide: http://groonga.org/ja/docs/contribution/development/release.html (Japanes
- [ ] Announce
- [ ] [GitHub Dicussions](https://github.com/groonga/groonga/discussions/categories/releases) (Japanese)
- [ ] [GitHub Dicussions](https://github.com/groonga/groonga/discussions/categories/releases) (English)
- [ ] Twitter (Japanese/English)
- [ ] X (Japanese/English)
- [ ] Facebook (Japanese/English)
- [ ] Update documentation
- [ ] Update .rst
Expand All @@ -34,7 +34,6 @@ guide: http://groonga.org/ja/docs/contribution/development/release.html (Japanes
- [ ] Debian
- [ ] Ubuntu (launchpad)
- [ ] AlmaLinux
- [ ] CentOS
- [ ] Windows
- [ ] Upload documentation for https://groonga.org
- [ ] Blog https://github.com/groonga/groonga.org
Expand All @@ -43,7 +42,7 @@ guide: http://groonga.org/ja/docs/contribution/development/release.html (Japanes
- [ ] Announce
- [ ] [GitHub Dicussions](https://github.com/groonga/groonga/discussions/categories/releases) (Japanese)
- [ ] [GitHub Dicussions](https://github.com/groonga/groonga/discussions/categories/releases) (English)
- [ ] Twitter (Japanese/English)
- [ ] X (Japanese/English)
- [ ] Facebook (Japanese/English)
- [ ] Update `base_version`
- [ ] Update `mingw-w64-groonga/PKGBUILD`
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

macos:
name: macOS
runs-on: macos-12
runs-on: macos-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -229,6 +229,8 @@ jobs:
echo "TZ=Asia/Tokyo" >> ${GITHUB_ENV}
- name: "Test: stdio"
run: |
# Floating point number precision mismatch
rm -rf test/command/suite/tokenizers/document_vector_bm25
grntest \
--base-dir test/command \
--n-retries=2 \
Expand Down
74 changes: 59 additions & 15 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,44 @@ jobs:
--interface=http \
test/command/suite

docker:
name: Docker
strategy:
fail-fast: false
matrix:
target:
- "alpine-3.20"
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Login to GitHub Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pull
continue-on-error: true
run: |
docker compose pull ${{ matrix.target }}
- name: Build
run: |
docker compose build ${{ matrix.target }}
- name: Run
run: |
docker compose run ${{ matrix.target }}
- name: Push
if: github.ref_name == 'main'
continue-on-error: true
run: |
docker compose push ${{ matrix.target }}

macos:
name: macOS
runs-on: macos-12
runs-on: macos-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -374,26 +409,30 @@ jobs:
--groonga-install-prefix=/usr/local \
-v
- name: "Test: mruby"
# TODO: Disabled temporarily as a workaround for the rpath issue in Rroonga.
if: false
run: |
USE_SYSTEM=yes test/mruby/run-test.rb
- name: "Test: stdio"
run: |
grntest \
--base-dir test/command \
--n-retries=2 \
--read-timeout=30 \
--reporter=mark \
test/command/suite
DYLD_LIBRARY_PATH=/usr/local/lib \
grntest \
--base-dir test/command \
--n-retries=2 \
--read-timeout=30 \
--reporter=mark \
test/command/suite
- name: "Test: HTTP: load: Apache Arrow"
run: |
grntest \
--base-dir test/command \
--n-retries=2 \
--read-timeout=30 \
--reporter=mark \
--input-type=apache-arrow \
--interface=http \
test/command/suite
DYLD_LIBRARY_PATH=/usr/local/lib \
grntest \
--base-dir test/command \
--n-retries=2 \
--read-timeout=30 \
--reporter=mark \
--input-type=apache-arrow \
--interface=http \
test/command/suite

windows-mingw:
name: Windows MinGW
Expand Down Expand Up @@ -719,9 +758,11 @@ jobs:

$VC_REDIST_VERSION = (Get-Content "${Env:VC_PREFIX}\Auxiliary\Build\Microsoft.VCRedistVersion.default.txt")
$VC_REDIST_DIR = "${Env:VC_PREFIX}\Redist\MSVC\${VC_REDIST_VERSION}\${Env:VC_ARCHITECTURE}\Microsoft.VC${{ matrix.vc-toolset-version }}.CRT"
$VC_REDIST_DIR_OPEN_MP = "${Env:VC_PREFIX}\Redist\MSVC\${VC_REDIST_VERSION}\${Env:VC_ARCHITECTURE}\Microsoft.VC${{ matrix.vc-toolset-version }}.OpenMP"
$VC_REDIST_VCRUNTIME = "${VC_REDIST_DIR}\vcruntime140.dll"
$VC_REDIST_VCRUNTIME_1 = "${VC_REDIST_DIR}\vcruntime140_1.dll"
$VC_REDIST_MSVCP = "${VC_REDIST_DIR}\msvcp140.dll"
$VC_REDIST_VCOMP = "${VC_REDIST_DIR_OPEN_MP}\vcomp140.dll"
Copy-Item `
${VC_REDIST_VCRUNTIME} `
"${Env:FULL_INSTALL_FOLDER_WITH_VCRUNTIME}\bin"
Expand All @@ -733,6 +774,9 @@ jobs:
Copy-Item `
${VC_REDIST_MSVCP} `
"${Env:FULL_INSTALL_FOLDER_WITH_VCRUNTIME}\bin"
Copy-Item `
${VC_REDIST_VCOMP} `
"${Env:FULL_INSTALL_FOLDER_WITH_VCRUNTIME}\bin"
Copy-Item `
"${Env:GITHUB_WORKSPACE}\packages\windows\vcruntime\vs${{ matrix.vs-version }}\readme.txt" `
${GROONGA_VC_REDIST_LICENSE_DIR}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
/vendor/CRoaring-*
/vendor/c-blosc2-*
/vendor/h3-*
/vendor/llama.cpp-*
/vendor/lz4-*
/vendor/mecab-*
/vendor/mecab/*.bin
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
?include/groonga/column\.h|
?include/groonga/command_arguments\.hpp|
?include/groonga/dat\.h|
?include/groonga/db\.h|
?include/groonga/distance\.h|
?include/groonga/error\.h|
?include/groonga/expr\.h|
Expand All @@ -35,6 +36,7 @@ repos:
?include/groonga/hash\.h|
?include/groonga/highlighter\.h|
?include/groonga/ii\.h|
?include/groonga/language_model\.h|
?include/groonga/obj\.h|
?include/groonga/operator\.h|
?include/groonga/output\.h|
Expand Down Expand Up @@ -82,6 +84,7 @@ repos:
?lib/grn_geo\.h|
?lib/grn_ii\.h|
?lib/grn_io\.h|
?lib/grn_language_model\.hpp|
?lib/grn_load\.h|
?lib/grn_mrb\.h|
?lib/grn_obj\.h|
Expand All @@ -102,6 +105,7 @@ repos:
?lib/h3\.c|
?lib/highlighter\.c|
?lib/ii\.c|
?lib/language_model\.cpp|
?lib/load\.c|
?lib/normalizer\.c|
?lib/mrb/mrb_bulk\.c|
Expand Down Expand Up @@ -139,6 +143,7 @@ repos:
?lib/util\.c|
?lib/vector\.cpp|
?plugins/functions/h3\.c|
?plugins/functions/language_model\.c|
?plugins/functions/number\.cpp|
?plugins/tokenizers/h3_index\.c|
?plugins/tokenizers/mecab\.c|
Expand Down
69 changes: 69 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ set(GRN_RELATIVE_RUBY_SCRIPTS_DIR
"${CMAKE_INSTALL_LIBDIR}/${GRN_PROJECT_NAME}/scripts/ruby")
set(GRN_RUBY_SCRIPTS_DIR
"${CMAKE_INSTALL_PREFIX}/${GRN_RELATIVE_RUBY_SCRIPTS_DIR}")
set(GRN_RELATIVE_LANGUAGE_MODELS_DIR
"${CMAKE_INSTALL_DATADIR}/${GRN_PROJECT_NAME}/language_models")
set(GRN_LANGUAGE_MODELS_DIR
"${CMAKE_INSTALL_PREFIX}/${GRN_RELATIVE_LANGUAGE_MODELS_DIR}")

if(GRN_C_COMPILER_GNU_LIKE)
set(GRN_C_COMPILE_FLAGS "${GRN_C_COMPILE_FLAGS} $<$<CONFIG:Debug>:-g3 -O0>")
Expand Down Expand Up @@ -1499,6 +1503,71 @@ else()
set(GRN_WITH_H3 FALSE)
endif()

set(GRN_LLAMA_CPP_BUNDLED_VERSION "b3861")
set(GRN_LLAMA_CPP_BUNDLED_SHA256
"53fe4caa810979a1b9ab92cd0d6d3f2fc34337b507f4e0e8a7c9bd106a47413c")
set(GRN_WITH_LLAMA_CPP
"auto"
CACHE STRING "Use llama.cpp for LLM.")
set(GRN_WITH_LLAMA_CPP_BUNDLED FALSE)
if(NOT "${GRN_WITH_LLAMA_CPP}" STREQUAL "no")
if("${GRN_WITH_LLAMA_CPP}" STREQUAL "bundled")
set(llama_FOUND FALSE)
else()
if("${GRN_WITH_LLAMA_CPP}" STREQUAL "system")
find_package(llama REQUIRED)
else()
find_package(llama)
endif()
endif()
if(llama_FOUND)
set(GRN_WITH_LLAMA_CPP TRUE)
target_link_libraries(grn_dependencies INTERFACE llama)
message(STATUS "llama.cpp: system")
elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "3.20")
# We need to use function to create a variable scope
function(grn_build_llama_cpp)
set(LLAMA_CPP_SOURCE_BASE_NAME
"llama.cpp-${GRN_LLAMA_CPP_BUNDLED_VERSION}.tar.gz")
set(LLAMA_CPP_SOURCE_LOCAL_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/vendor/${LLAMA_CPP_SOURCE_BASE_NAME}")
if(EXISTS ${LLAMA_CPP_SOURCE_LOCAL_PATH})
set(LLAMA_CPP_SOURCE_URL ${LLAMA_CPP_SOURCE_LOCAL_PATH})
else()
set(LLAMA_CPP_SOURCE_URL
"https://github.com/ggerganov/llama.cpp/archive/refs/tags")
string(APPEND LLAMA_CPP_SOURCE_URL
"/${GRN_LLAMA_CPP_BUNDLED_VERSION}.tar.gz")
endif()
fetchcontent_declare(
llama_cpp
${GRN_FETCH_CONTENT_COMMON_OPTIONS}
URL ${LLAMA_CPP_SOURCE_URL}
URL_HASH "SHA256=${GRN_LLAMA_CPP_BUNDLED_SHA256}")
grn_prepare_fetchcontent()
set(LLAMA_ALL_WARNINGS OFF)
fetchcontent_makeavailable(llama_cpp)
if(CMAKE_VERSION VERSION_LESS 3.28)
set_property(DIRECTORY ${llama_cpp_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL
TRUE)
endif()
install(
FILES "${llama_cpp_SOURCE_DIR}/AUTHORS"
"${llama_cpp_SOURCE_DIR}/LICENSE"
"${llama_cpp_SOURCE_DIR}/README.md"
DESTINATION "${GRN_DATA_DIR}/llama.cpp")
endfunction()
grn_build_llama_cpp()
target_link_libraries(grn_dependencies INTERFACE llama)
set(GRN_WITH_LLAMA_CPP_BUNDLED TRUE)
message(STATUS "llama.cpp: bundled")
else()
set(GRN_WITH_LLAMA_CPP FALSE)
endif()
else()
set(GRN_WITH_LLAMA_CPP FALSE)
endif()

find_program(
RUBY
NAMES "ruby"
Expand Down
2 changes: 1 addition & 1 deletion base_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.8
14.1.0
30 changes: 30 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright (C) 2020-2024 Sutou Kouhei <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1 as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

services:
alpine-3.20:
image: ghcr.io/${GITHUB_REPOSITORY:-groonga/groonga}:ci-alpine-3.20
build:
cache_from:
- ghcr.io/${GITHUB_REPOSITORY:-groonga/groonga}:ci-alpine-3.20
context: dockerfiles
dockerfile: alpine.dockerfile
args:
ALPINE_LINUX_VERSION: "3.20"
volumes:
- .:/source:delegated
command:
/source/dockerfiles/run.sh

5 changes: 5 additions & 0 deletions config.h.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"${GRN_RELATIVE_RUBY_SCRIPTS_DIR}"
#define GRN_RUBY_SCRIPTS_DIR "${GRN_RUBY_SCRIPTS_DIR}"

#define GRN_RELATIVE_LANGUAGE_MODELS_DIR \
"${GRN_RELATIVE_LANGUAGE_MODELS_DIR}"
#define GRN_LANGUAGE_MODELS_DIR "${GRN_LANGUAGE_MODELS_DIR}"

#define GRN_DLL_FILENAME L"${GRN_DLL_FILENAME}"

#cmakedefine GRN_WITH_WINDOWS_BACK_TRACE
Expand Down Expand Up @@ -90,6 +94,7 @@
#cmakedefine GRN_WITH_H3_BUNDLED
#cmakedefine GRN_WITH_KYTEA
#cmakedefine GRN_WITH_LIBEDIT
#cmakedefine GRN_WITH_LLAMA_CPP
#cmakedefine GRN_WITH_LZ4
#cmakedefine GRN_WITH_MECAB
#cmakedefine GRN_WITH_MESSAGE_PACK
Expand Down
4 changes: 4 additions & 0 deletions doc/files.am
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,10 @@ absolute_source_files = \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-katakana-v-sounds.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-katakana-wo-sound.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-katakana-zu-small-sounds.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-latin-alphabet-with.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-middle-dot.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-prolonged-sound-mark.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-to-katakana.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-to-romaji-complex.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-to-romaji.log \
$(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc150-unify-voiced-sound-mark-hiragana.log \
Expand Down Expand Up @@ -2039,8 +2041,10 @@ source_files_relative_from_doc_dir = \
source/example/reference/normalizers/normalizer-nfkc150-unify-katakana-v-sounds.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-katakana-wo-sound.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-katakana-zu-small-sounds.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-latin-alphabet-with.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-middle-dot.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-prolonged-sound-mark.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-to-katakana.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-to-romaji-complex.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-to-romaji.log \
source/example/reference/normalizers/normalizer-nfkc150-unify-voiced-sound-mark-hiragana.log \
Expand Down
2 changes: 2 additions & 0 deletions doc/files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,10 @@ set(GRN_DOC_SOURCES
example/reference/normalizers/normalizer-nfkc150-unify-katakana-v-sounds.log
example/reference/normalizers/normalizer-nfkc150-unify-katakana-wo-sound.log
example/reference/normalizers/normalizer-nfkc150-unify-katakana-zu-small-sounds.log
example/reference/normalizers/normalizer-nfkc150-unify-latin-alphabet-with.log
example/reference/normalizers/normalizer-nfkc150-unify-middle-dot.log
example/reference/normalizers/normalizer-nfkc150-unify-prolonged-sound-mark.log
example/reference/normalizers/normalizer-nfkc150-unify-to-katakana.log
example/reference/normalizers/normalizer-nfkc150-unify-to-romaji-complex.log
example/reference/normalizers/normalizer-nfkc150-unify-to-romaji.log
example/reference/normalizers/normalizer-nfkc150-unify-voiced-sound-mark-hiragana.log
Expand Down
Loading
Loading