summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial spelling errorsOtto Kekalainen2023-03-241-1/+1
* Merge 10.5 into 10.6Marko Mäkelä2023-02-109-18/+12
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-109-18/+12
| |\
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-099-18/+12
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-1/+1
| | |\
* | | \ Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+1
| |\ \ \
| | * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-1/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix mroonga warning of use-after-freeVicențiu Ciorbaru2023-01-201-2/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-10-122-44/+42
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-10-122-44/+42
| |\ \ \ | | |/ /
| | * | Mroonga: GCC 12.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2022-10-071-42/+40
| | * | Groonga: GCC 12.2.0 -Og -Wuse-after-freeMarko Mäkelä2022-10-071-2/+2
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2021-12-072-2/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2021-12-072-2/+6
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2021-12-072-2/+6
| | |\ \ | | | |/
| | | * MDEV-21108 Add option for setting install paths of groongabb-10.3-robertLukas Javorsky2021-12-022-2/+6
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-0/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-0/+5
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-10-211-0/+5
| | |\ \ | | | |/
| | | * Fix Groonga crash on MIPS: Correctly link to libatomicVicențiu Ciorbaru2021-10-191-0/+5
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-022-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-312-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-312-1/+1
| | |\ \ | | | |/
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2021-07-292-1/+1
| | | |\
| | | | * MDEV-7209 mroonga storage engine fails to build on OpenBSDSergei Golubchik2021-07-272-1/+1
* | | | | Fixed compiler warningsMonty2021-06-142-10/+10
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-6/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-6/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-6/+5
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-6/+5
| | | |\ \ | | | | |/
| | | | * cmake: fewer Build-Depends in SRPMSergei Golubchik2021-05-221-6/+5
* | | | | Fix all warnings given by UBSANMonty2021-05-192-4/+4
* | | | | Remove compiler warnings regarding signed/unsigned compare in mroongaMonty2021-05-1920-151/+165
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-215-13/+15
|\ \ \ \ | |/ / /
| * | | Fix all warnings given by UBSANMonty2021-04-205-13/+15
* | | | Fix cross-compile to consider CMAKE_CROSSCOMPILING_EMULATORbb-10.5-danielblack-pr1805-cross-compileJustin Jagieniak2021-04-151-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-302-2/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-292-2/+1
| |\ \ \ | | |/ /
| | * | cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-232-2/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-314-0/+45
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-304-0/+45
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-294-0/+45
| | |\ \ | | | |/
| | | * Add a counter to avoid multiple initialization of Groonga mecab tokenizerKentoku SHIBA2020-05-292-0/+12
| | | * Add grn_db_fin_mecab_tokenizer to finalyze mecab tokenizerKentoku SHIBA2020-05-292-0/+33
* | | | Fixed compiler warnings from gcc and clang 5.0.1Monty2020-05-2312-38/+39
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-24/+24
|\ \ \ \ | |/ / /
| * | | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-24/+24
* | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-212-30/+0
|/ / /
* | | Merge 10.3 into 10.4Marko Mäkelä2019-08-142-2/+2
|\ \ \ | |/ /