28 Commits (866fb512dd67a0336fe6c461223e285e4b328378)

Author SHA1 Message Date
  Samuel Thibault c8de29dec9 Properly compare strings 3 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  Reece H. Dunn 768957e0fc Don't copy filepath to buf. [coverity] 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
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn f5d266db97 Don't write random bytes to the end of _phtrans files. 8 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 9 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 9 years ago
  Reece H. Dunn 0ca520a4ec Revert the gcc sign conversion warning fixes. 9 years ago
  Reece H. Dunn 8acf398d23 Fix gcc sign conversion warnings in compilembrola.c. 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 9 years ago
  Reece H. Dunn 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 9 years ago
  Reece H. Dunn 82681567e5 Use the error context API in espeak_ng_CompileMbrolaVoice. 9 years ago
  Reece H. Dunn f9ea83430e Use errno codes in place of ENE_(READ|WRITE)_ERROR. 9 years ago
  Reece H. Dunn 230ddd9fe2 Generate build errors if phoneme or language data files contain errors. 9 years ago
  Reece H. Dunn 522e7c4d51 Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae 9 years ago
  Fredrik Nyqvist 14a2fb39cf Declare variables at their first point of use 9 years ago
  Reece H. Dunn 3e99752d0c Check and fix source code formatting. 9 years ago
  Reece H. Dunn d345d74f64 Remove braces around single-line if/while/for/etc. and related cleanup. 9 years ago
  Reece H. Dunn 9a837c8182 Remove parentheses around return statements. 9 years ago
  Reece H. Dunn 12e0bb122b Reformat the code using the uncrustify program. 9 years ago
  Reece H. Dunn 66c2831bed Use intptr_t from stdint.h instead of a custom long64 typedef. 9 years ago
  Reece H. Dunn c71b24a9a5 Use a consistent license notice in the source files. 9 years ago
  Reece H. Dunn cbe8695fcb Remove the * box around the file headers. 9 years ago
  Reece H. Dunn 36be9ac13f Use the default uncrustify config (with indentation changes) to reformat the code. 9 years ago
  Reece H. Dunn 603f046154 Avoid implicit function messages when building the project. 9 years ago
  Reece H. Dunn bd608a8451 CompileIntonation: pass the file to log errors to as a parameter 9 years ago
  Reece H. Dunn 156c622ed6 Rename compiledata.c => compilembrola.c. 9 years ago
  Reece H. Dunn 6bd44bd926 espeak-ng: implement a --compile-mbrola command-line option 9 years ago
  Reece H. Dunn b8378c2667 Expose the CompileMbrola function via a new espeak_ng.h API. 9 years ago
  Reece H. Dunn 257b6b33a5 Move CompileMbrola to libespeak-ng. 9 years ago