62 Commits (6c4d22b6d24dacbc55ff15ab182bb60319d3f1c8)

Author SHA1 Message Date
  Reece H. Dunn 255147ee75 readclause.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn d89fa59bed Enable and fix -Wunused-variable warnings. 7 years ago
  Anthony Cornehl 897fad64c1 Remove definitions for towlower/towupper 7 years ago
  Reece H. Dunn c8f83c6b1f Add ucd/ucd.h to readclause.c, to fix building on Android. 8 years ago
  Reece H. Dunn cec0e773a4 Remove the tokenizer code. This is not currently used, and should be designed from espeak's behaviour. 8 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn 1c4ce3dcd3 tokenizer.c: create and use a clause_type_from_codepoint function, with tests. 8 years ago
  Reece H. Dunn 92f703d98b Use defines instead of hard-coded numbers for more clause logic. 8 years ago
  Reece H. Dunn 8749891069 Better specify the CLAUSE_ flags returned by ReadClause. 8 years ago
  Reece H. Dunn 9dabf64680 encoding.c: Support determining the string length for length < 0. 8 years ago
  Reece H. Dunn 7c16ac543c Use the text decoder API in readclause.c. 8 years ago
  Reece H. Dunn 8933185de4 Remove the unused f_in argument to the Read/Translate/SpeakNextClause functions. 8 years ago
  Reece H. Dunn 0b0661cef0 Use the encoding.c tables for 8-bit encodings. 8 years ago
  Reece H. Dunn 1378a81a06 Remove the wchar tables from readclause, now the standard is* and to* APIs are being used. 8 years ago
  Reece H. Dunn 5975f07095 Replace the *2 wchar/wctype APIs with their standard versions. These will be fixed using compatibility headers. 8 years ago
  Reece H. Dunn c80829a5fd Remove the NEED_WCHAR_FUNCTIONS code for wchar/wctype compatibility. 8 years ago
  Reece H. Dunn f6147085cd Use enumeration constants for the voice gender field values. 8 years ago
  Reece H. Dunn df6a2228b7 Use -EISDIR instead of -2 in GetFileLength for directories. 8 years ago
  Reece H. Dunn 4920ecc79c Move espeak-data to espeak-ng-data to avoid conflicting with upstream espeak. 8 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 9 years ago
  Reece H. Dunn dc87e7b775 Use a HAVE_MKSTEMP configure check instead of PLATFORM_POSIX. 9 years ago
  Reece H. Dunn 0b187e217e Use the same logic when calling sox in readclause.c as compiledata.c for portability. 9 years ago
  Reece H. Dunn ebb052a808 Use the error.h API in LoadSoundFile and check more return values. [Coverity] 9 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 9 years ago
  Reece H. Dunn 9c5820f72a Create an initial compatibility shim for unistd.h. 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 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 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 9 years ago
  Reece H. Dunn c2811d074e Make LoadPhData return an espeak_ng_STATUS code. 9 years ago
  Reece H. Dunn 522e7c4d51 Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae 9 years ago
  Reece H. Dunn 5bbc0d3743 Remove the PLATFORM_RISCOS code. 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 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 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 f7dfc38dd7 Use the C compiler to build C files; restructuring. 9 years ago
  Reece H. Dunn 5b3cf74f21 Remove StdAfx.h 9 years ago
  Reece H. Dunn 9826e9cc30 Initial support for SSML phoneme tags. 9 years ago
  jonsd 065a0e8f03 [1.48.14] 10 years ago
  jonsd 6bc5e798c1 [1.48.03] 11 years ago