29 Commits (17c61b25d7d406177821016632d76b298b65135a)

Author SHA1 Message Date
  Reece H. Dunn 17c61b25d7 Output phoneme compilation errors to stderr. 9 years ago
  Reece H. Dunn 522e7c4d51 Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae 9 years ago
  Reece H. Dunn 1a36df1206 Remove the remaining MAKE_ENVELOPES usage. 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 f0c2c4cca2 Remove extra newlines from the files to provide consistent spacing. 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 7d8b983ee7 strcasecmp is no longer used, so remove the compatibility code 9 years ago
  Reece H. Dunn f84fdc2d98 Don't call the no longer implemented DrawEnvelopes 9 years ago
  Reece H. Dunn 4ec02683f1 Remove the unused ph_sorter function in compiledata.c 9 years ago
  Reece H. Dunn f099f6cc80 Remove the unused PrintPhonemesUsed function in compiledata.c 9 years ago
  Reece H. Dunn 6aee7b721f Fix a value conversion warning on 64-bit builds. 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
  Michael Curran 5353e125dc Allow compilePhonemeData and compileIntonations to be called with a NULL log argument. If so, log is set to stderr. 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 5e0050419d Remove comments that deliniate the start and end of functions, etc.. 9 years ago
  Reece H. Dunn 08821f262f Remove commented out code. 9 years ago
  Reece H. Dunn 8b358594f7 Expose the CompileIntonations and CompilePhonemeData functions via the espeak_ng.h API. 9 years ago
  Reece H. Dunn 8218109400 Convert src/compiledata.cpp to src/libespeak-ng/compiledata.c. 9 years ago
  Reece H. Dunn 56ddf6c339 espeakedit: remove wxWidgets from compiledata.cpp 9 years ago
  Reece H. Dunn d1b06c6591 espeakedit: convert SpectSeq to a struct 9 years ago
  Reece H. Dunn e5610301b0 espeakedit: move the definition of SpectFrame::GetRms out of the class 9 years ago
  Reece H. Dunn 1a19319979 espeakedit: move the remaining prosodydisplay.cpp code into compiledata.cpp 9 years ago
  Reece H. Dunn 3fde1a2d53 espeakedit: simplify and inline the ConfigInit logic 9 years ago
  Michael Curran 7ebca8cb53 strftime on windows no longer supports %F. Therefore use %Y-%m-%d which is equivilent. Stops a crash in espeakEdit on Windows. 10 years ago
  Reece H. Dunn 50377416cf espeakedit: remove all but the --compile support 9 years ago
  Reece H. Dunn bd608a8451 CompileIntonation: pass the file to log errors to as a parameter 9 years ago
  Reece H. Dunn 0a48ca015f compiledata - don't include options.h 9 years ago
  Reece H. Dunn 83d26f48fc compiledata - don't include main.h 9 years ago
  Reece H. Dunn 257b6b33a5 Move CompileMbrola to libespeak-ng. 9 years ago
  Reece H. Dunn 4e4a0e8f40 frame_t3 is not used, so remove it 9 years ago
  Reece H. Dunn 186916afb6 Remove the code within '#ifdef deleted' statements. 9 years ago
  Reece H. Dunn 1e01ce9202 Use C linkage for all libespeak internal headers. 9 years ago
  Reece H. Dunn af16ee6327 Free tune_data when returning from CompileIntonation. 10 years ago
  Reece H. Dunn 6ae765f0f4 Delete spectseq on error conditions. 10 years ago
  Reece H. Dunn 1c6bdbd99d Fix building with wxWidgets 2.8 10 years ago
  Reece H. Dunn 55b2e01a6c autotools: support building the mbrola phtrans files 11 years ago
  jonsd 992b4cf068 [1.48.08] 11 years ago
  jonsd 64c30fe2e4 [1.48.07] 11 years ago
  jonsd 24379e026d [1.48.05] 11 years ago
  jonsd 6bc5e798c1 [1.48.03] 11 years ago
  jonsd 16a90bd323 [1.48.01] 11 years ago
  Reece H. Dunn 0d6326efe5 espeak 1.47.14 defines wxWidget 3.0 compatibility in main.h 11 years ago
  Reece H. Dunn fdf52edf89 wxwidgets 3.0: make espeakedit compile 11 years ago
  jonsd eaba1458d3 [1.47.13] 12 years ago