1624 Commits (eccfa76267740e7612879289ae1f874112179a1c)

Author SHA1 Message Date
  Juho Hiltunen dd7f788dcf remove unused ints testing and phoneme_change 7 years ago
  Juho Hiltunen 8904700ad3 remove unused wmark and all related code 7 years ago
  Juho Hiltunen cd35a6fd07 refactor setting tone_out in TranslateClause 7 years ago
  Juho Hiltunen b7c2ad604b refactor and remove redundant call to towlower2() 7 years ago
  Reece H. Dunn 5ebf5b8fa4 en: Fix several -er and -est words (e.g. wickeder, wickedest, brittlest). 7 years ago
  Reece H. Dunn d26fce3217 Be more specific in the missing --compile voice name, and fix punctuation. 7 years ago
  Reece H. Dunn 7c7081cb32 Handle the '--compile=' case when reporting a 'Voice name not specified' error. 7 years ago
  Juho Hiltunen fb175ec600 Print an error message if voice is not specified with --compile 7 years ago
  Reece H. Dunn 6d25013c94 CompileReport: Don't generate a report if there are no references. [msvc /analyze] 7 years ago
  Reece H. Dunn 36c29c479a LookupDict2: Check if flags is not null before setting it. [msvc /analyze] 7 years ago
  Reece H. Dunn 28f700e829 en: fix resignedly, manoeuvred, reckon, Frances (name), and sponging. 7 years ago
  Reece H. Dunn 9344dab0c3 Revert "maintainability: pass seq_len_adjust to LookupSpect() instead of using globals" 7 years ago
  Reece H. Dunn 566e904b33 LookupDict2: Fix searching entries longer than 128 7 years ago
  Juho Hiltunen 839f727a24 headers: move WordToString() to synthesize.h 7 years ago
  Juho Hiltunen 9174a2045e maintainability: remove unused externs 7 years ago
  Juho Hiltunen f0c345eb6a maintainability: pass n_ph_list2 and ph_list2 to MakePhonemeList() and SubstitutePhonemes() instead of using globals 7 years ago
  Juho Hiltunen d08b8e43ca maintainability: pass seq_len_adjust to LookupSpect() instead of using globals 7 years ago
  Juho Hiltunen b23e8a7269 maintainability: pass Translator as to towlower2() instead of using a global 7 years ago
  Reece H. Dunn b7a8751f4d Remove a redundant comment -- history is available in git. 7 years ago
  Juho Hiltunen f73ebfd126 maintainability: pass current_alphabet as argument to TranslateLetter() instead of using global 7 years ago
  Juho Hiltunen d196d93ed5 maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
  Juho Hiltunen 1bad240de8 maintainability: remove some unused variables and unnecessary extern declarations 7 years ago
  Juho Hiltunen c4ec7bfe34 remove option_phoneme_variants that is never set and always evaluates true 7 years ago
  Juho Hiltunen 7ee0d7905c remove unused int option_tone2 7 years ago
  Reece H. Dunn dfe66289c8 Don't set final_ph2 to before phonetic in the stack if ix=1. 7 years ago
  Reece H. Dunn 2d7f3e9d54 Don't skip blanks past charix_top in TranslateClause. 7 years ago
  Reece H. Dunn 7dad0dfd40 Prevent TranslateRoman reading stack data from Lookup. 7 years ago
  Reece H. Dunn b24db06a84 Copy name to tr->dictionary_name if not equal 7 years ago
  Reece H. Dunn bb19c7a336 Release the memory allocated by p_text in espeak-ng.c. 7 years ago
  Reece H. Dunn 879cb9c08a Don't free 'tr' if null in DeleteTranslator. 7 years ago
  Valdis Vitolins ad1fa7f25f Expose SpectSeqCreate(), SpectSeqDestroy() and LoadSpectSeq() functions for eSpeakNG Java Editor 7 years ago
  Reece H. Dunn d23735ae1b Release the translator memory in espeak{_ng,}_Terminate. 7 years ago
  Reece H. Dunn 87a2586bb0 Fix formatting of free_rules. 7 years ago
  Reece H. Dunn 444e4544d2 Simplify the !v comparison and check PATHSEP 7 years ago
  Reece H. Dunn c9ca77a4d4 Compare variant_name with "!v" only if long enough 7 years ago
  Reece H. Dunn a08d2c7bfb Ensure the allocated rules are properly cleaned up in compile_dictrules. 7 years ago
  Reece H. Dunn b60d2452c3 Copy name in LoadDictionary if not dictionary_name 7 years ago
  Sascha Brawer 8aa4521d31 Make phoneme properties unsigned 7 years ago
  Reece H. Dunn 22009de5f8 Fix running the tests with -fsanitize=address. 7 years ago
  Reece H. Dunn 768957e0fc Don't copy filepath to buf. [coverity] 7 years ago
  Reece H. Dunn d0410d8585 Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings. 7 years ago
  Reece H. Dunn 99bbc6294e Fix building on Windows. 7 years ago
  Reece H. Dunn 07e155a150 TranslateWord2: Don't process invalid phonemes. 7 years ago
  Reece H. Dunn eaa08a2bc3 translate: Don't crash translating root words that map to another list entry. 7 years ago
  Reece H. Dunn 05e571ca4a compiledict.h: espeak_ng_CompileDictionary is defined in espeak_ng.h, so don't redefine it here. 7 years ago
  Juho Hiltunen 29cba35a9e headers: add new file mbrola.h with declarations of functions in compilembrola.c and synth_mbrola.c 7 years ago
  Juho Hiltunen f00ff91fe4 headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago
  Juho Hiltunen 9012f3f0bf headers: continue with synthdata.h 7 years ago
  Juho Hiltunen e04ae259e0 headers: add new file compiledict.h with declarations of functions in compiledict.c 7 years ago
  Juho Hiltunen 655dbf6b7a remove unnecessary include of synthesize.h 7 years ago