1393 Commits (dced9f58fd1bdddf76b3d5b9b30fc7b51f7f5cd9)

Author SHA1 Message Date
  Reece H. Dunn 205a57654f The PROC* typedefs are no longer used, so remove them. 9 years ago
  Reece H. Dunn 5f39c2e1d0 Fix building mbrowrap.c on Windows. 9 years ago
  Reece H. Dunn b9fcb84bad Make the MBROLA API consistent between the Windows and POSIX versions. 9 years ago
  Reece H. Dunn aeca863f39 Move the Windows MBROLA API support layer to mbrowrap.c, 9 years ago
  Reece H. Dunn 706d546182 Move the MBROLA API definitions for Windows to mbrowrap.h, 9 years ago
  Reece H. Dunn 461f3fcc86 Fix building the x64 Visual C++ configuration. 9 years ago
  Reece H. Dunn 3d0ae85faa Enable MBROLA support in the Visual C++ project files. 9 years ago
  Reece H. Dunn c7386a8fa1 Enable Klatt support in the Visual C++ project files. 9 years ago
  Reece H. Dunn a0717e72bb Fix building other source files from the 11101806ce change. 9 years ago
  Reece H. Dunn 11101806ce Support building espeak-ng.exe with Visual C++. 9 years ago
  Reece H. Dunn 5ebd28e4bc Use HAVE_GETOPT_H for the getopt.h checks. 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 9 years ago
  Reece H. Dunn 7a2a6c64b4 Add an initial Visual Studio 2015 project for building libespeak-ng.dll on Windows. 9 years ago
  Reece H. Dunn 02c23bab47 Fix building error.c on Windows. 9 years ago
  Reece H. Dunn 951872b05a LoadMbrolaTable reads mbrola_tab in 4-byte chunks, so the fread operation always returns 0 bytes. 9 years ago
  Reece H. Dunn c89ddf7fda Remove unused mr voice code in tr_languages.c (handled in another case within this file). [coverity] 9 years ago
  Reece H. Dunn 6b9eeaa133 Remove if for identical branches in translate.c. [coverity] 9 years ago
  Reece H. Dunn 9f699d825d speak-ng: display the underlying error on failure 9 years ago
  Reece H. Dunn c1f1efc78b Passing NULL to event_declare will set err to EINVAL, so don't process the event in that case. 9 years ago
  Reece H. Dunn c45e70142b espeak-ng: display the underlying error on failure 9 years ago
  Reece H. Dunn 43d1c0c066 Initialize length in LoadPhData(synthdata.c). [clang scan-build] 9 years ago
  Reece H. Dunn dea7d441f2 Avoid passing 0 to realloc in ReadPhondataManifest(compiledata.c). [clang scan-build] 9 years ago
  Reece H. Dunn 5453616ec9 Add espeak_ng_STATUS error code return values to ReadPhondataManifest. 9 years ago
  Reece H. Dunn c675787587 Fix usage of calloc in espeak_ng_CompileIntonation. [clang scan-build] 9 years ago
  Reece H. Dunn 209bbe3369 Initialize a_timing_info to prevent garbage reads from calls to pulse_playing in wave_pulse.c. [clang scan-build] 9 years ago
  Reece H. Dunn cfba03cf97 Re-add the phoneme tables removed from the Burmese/Myanmar language support. 9 years ago
  Reece H. Dunn aa93cf2ec9 Fix the error logic in CompilePhonemeData2(compiledata.c) [clang scan-build] 9 years ago
  Reece H. Dunn aeb1639b2e Fix the error logic in espeak_ng_CompileDictionary(compiledict.c) [clang scan-build] 9 years ago
  Reece H. Dunn 72429b496c Remove a dead initialization in wave_port_write(wave.c) [clang scan-build] 9 years ago
  Reece H. Dunn b63371bd80 Remove a dead assignment in CompileEquivalents(compiledata.c) [clang scan-build] 9 years ago
  Reece H. Dunn c521c7f9c2 Remove a dead assignment in compile_line(compiledict.c) [clang scan-build] 9 years ago
  Reece H. Dunn 2c07be17f9 Remove a dead assignment in compile_rule(compiledict.c) [clang scan-build] 9 years ago
  Reece H. Dunn 365e41076f Remove a dead assignment in compile_rule(compiledict.c) [clang scan-build] 9 years ago
  Reece H. Dunn 11136fb794 Remove a dead assignment in MatchRule(dictionary.c) [clang scan-build] 9 years ago
  Reece H. Dunn e815f46ff3 Remove a dead assignment in MatchRule(dictionary.c) [clang scan-build] 9 years ago
  Reece H. Dunn 2549b21f28 Remove a dead assignment in SetSpellingStress(numbers.c) [clang scan-build] 9 years ago
  Reece H. Dunn 5bbab7e0d3 Check fread return value in LoadSoundFile(readclause.c) [clang scan-build] 9 years ago
  Reece H. Dunn bd52c12c49 Remove a dead assignment in ProcessSsmlTag(readclause.c) [clang scan-build] 9 years ago
  Reece H. Dunn ecdfbe0335 Remove a dead assignment in CalcLengths(setlengths.c) [clang scan-build] 9 years ago
  Reece H. Dunn 01756bf910 Remove a dead assignment in Synthesize(speech.c) [clang scan-build] 9 years ago
  Reece H. Dunn 21cc5195d2 Remove a dead assignment in InterpretPhoneme(synthdata.c) [clang scan-build] 9 years ago
  Reece H. Dunn 1b562d7185 Check fread return value in LoadMbrolaTable(synth_mbrola.c) [clang scan-build] 9 years ago
  Reece H. Dunn b04330ac85 Remove a dead assignment in CheckDottedAbbrev(translate.c) [clang scan-build] 9 years ago
  Reece H. Dunn b79635335f Remove a dead assignment in TranslateWord(translate.c) [clang scan-build] 9 years ago
  Reece H. Dunn 6251afa556 Remove a dead assignment in TranslateClause(translate.c) [clang scan-build] 9 years ago
  Reece H. Dunn d4dd2cacca Fix the voice_dir logic in LoadVoice(voices.c) [clang scan-build] 9 years ago
  Reece H. Dunn cb3699746c Check the return value of sscanf in LoadVoice(voices.c) [clang scan-build] 9 years ago
  Reece H. Dunn bc8297bf3c Remove a dead assignment in LoadVoice(voices.c) [clang scan-build] 9 years ago
  Reece H. Dunn 0966892fef Remove a dead assignment in PeaksToHarmspect(wavegen.c) [clang scan-build] 9 years ago
  Reece H. Dunn cdeb1d042d Remove a dead assignment in parwave(klatt.c) [clang scan-build] 9 years ago