18 Commits (9c7179189b4b3e62b98c288b5449b61c577f6420)

Author SHA1 Message Date
  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