Samuel Thibault
eabe24901f
Fuzzing: compile the whole libespeak with -fsanitize=fuzzer-no-link
-fsanitize=fuzzer-no-link makes it workable to build a library with fuzzing
enabled, and let the fuzzing test program explicitly trigger the fuzzing.
This allows fuzzing to trace cmp instructions to guide the fuzzing to
improve results.
2 years ago
Alexander Epaneshnikov
ff46761d6a
cmake: fix installation rules (#1687)
2 years ago
Yury Popov
25221d7364
cmake: add manpages
2 years ago
Yury Popov
b1c33e1ff9
cmake: install pkgconfig file
2 years ago
Yury Popov
60d60e1fc9
cmake: install vim data
Co-authored-by: Alexander Epaneshnikov <[email protected] >
2 years ago
Yury Popov
5161577a6d
cmake: install compat binaries
2 years ago
Yury Popov
631a8f3fa1
cmake: versioned library install
2 years ago
Yury Popov
524412f52e
cmake: do not install internal libs
2 years ago
Alexander Epaneshnikov
7e8cba3095
Fix pronunciation of Puyallup (#1683)
Fix pronunciation of Puyallup
([Wikipedia](https://en.wikipedia.org/wiki/Puyallup,_Washington ),
[YouTube](https://www.youtube.com/watch?v=RJySijoV5rI )).
2 years ago
Bill Dengler
01c658dfa3
Fix pronunciation of Puyallup
2 years ago
Alexander Epaneshnikov
f520fecb4a
wavegen: support higher speech rate in embedded commands (#1664)
Fixes #1566 (ref
https://github.com/espeak-ng/espeak-ng-ios-app/issues/35 )
2 years ago
Yury Popov
ead35b181b
wavegen: support higher speech rate in embedded commands
2 years ago
Alexander Epaneshnikov
aa26c3771c
ssml: support break time multiplier (#1663)
Upstream implementation for feature request on iOS app:
https://github.com/espeak-ng/espeak-ng-ios-app/issues/40
2 years ago
Yury Popov
8e163d5072
ssml: support break time multiplier
2 years ago
Yury Popov
31461c0e44
cmake: force project includes before libraries
2 years ago
Juho Hiltunen
dd029a7bff
Fix #1660 (#1662)
Before the PR, espeak-ng -v it "0 items" caused a segmentation fault.
- test for #1660
- Revert "cleanup: fix code smell knownConditionTrueFalse for strlen()
>= 0"
2 years ago
Juho Hiltunen
7f0b0f70f7
Revert "cleanup: fix code smell knownConditionTrueFalse for strlen() >= 0"
Fixes #1660 .
2 years ago
Juho Hiltunen
345a76a9d5
test for #1660
2 years ago
Alexander Epaneshnikov
32b2277c23
Russian: remove some incorrect stress positions from ru_listx file (#1641)
2 years ago
unknown
67cb485756
Russian: remove some incorrect stress positions from ru_listx file
2 years ago
Alexander Epaneshnikov
cb8d45827c
Revert "Russian: voicing switch for k (#1605)" (#1615)
it doesn't work correctly
This reverts commit f1d554d2bb74ac1cfd82d2a466488c6b6ab247e5, reversing
changes made to a51235aaab
.
2 years ago
Alexander Epaneshnikov
5213d9e390
Revert "Russian: voicing switch for k (#1605)"
it doesn't work correctly
This reverts commit f1d554d2bb74ac1cfd82d2a466488c6b6ab247e5, reversing
changes made to a51235aaab
.
2 years ago
Alexander Epaneshnikov
cefd4b2cc6
code cleanup: next bunch (#1599)
Some warnings, some globals hunting.
Including fixes for asserts misuse (possible fatal for async in release
builds).
2 years ago
Yury Popov
1fd604a942
code cleanup: setlength: reduce statics count
2 years ago
Yury Popov
d2f3be9f36
code cleanup: dead global in spect
2 years ago
Yury Popov
7485828984
code cleanup: next bunch of globals
2 years ago
Yury Popov
aaae4e8daa
code cleanup: fix -Wmisleading-indentation
2 years ago
Yury Popov
7b46c81b2f
code cleanup: fix code-in-asserts for NDEBUG
2 years ago
Yury Popov
8f19c66b9c
code cleanup: fix -Wunused-variable
2 years ago
Yury Popov
25eeddff9a
code cleanup: fix -Wstrict-prototypes
2 years ago
Yury Popov
41f5703fde
code cleanup: fix -Wnewline-eof
2 years ago
Alexander Epaneshnikov
8e25c78177
Some fix (#1604)
2 years ago
unknown
76b034c8e3
Russian: fix for words like предвкушение
2 years ago
unknown
796642231c
Russian: delete some words from listx
2 years ago
unknown
2b8a61264d
Russian: fix for 900
2 years ago
unknown
077a88766f
Russian: fix for 1
2 years ago
Alexander Epaneshnikov
f1d554d2bb
Russian: voicing switch for k (#1605)
2 years ago
unknown
d26360d90e
Russian: voicing switch for k
2 years ago
Alexander Epaneshnikov
a51235aaab
Russian: add over 600000 words to ru_listx file (#1582)
2 years ago
unknown
db7f2dacd3
Russian: add over 600000 words to ru_listx file
2 years ago
Alexander Epaneshnikov
3e774e4ea5
Russian: remove else from v# (#1602)
workaround for #1533
2 years ago
unknown
93f6c0b7e3
Russian: remove else from v#
2 years ago
Alexander Epaneshnikov
d653008c3c
Russian fix (#1578)
2 years ago
unknown
a0b372defd
Russian: fix for 500, 900, and 90
2 years ago
unknown
c9fb98252e
Russian: fix for ни был and ни было
2 years ago
unknown
96a6da3473
Russian: fix for дц and дч
2 years ago
unknown
fdd6160d2b
Russian: fix for ться
2 years ago
Alexander Epaneshnikov
b5205df2fc
CI: variants (#1586)
2 years ago
Yury Popov
ed05e0ac97
ci: run tests on release and dynamic builds
2 years ago
Yury Popov
e8af47d1ed
ci: windows variants
2 years ago