36 Commits (e1044031c8b1e139c7c307b8ac4ca417ffc75811)

Author SHA1 Message Date
  Yury Popov ca1f590101
code cleanup: standartize definitions 2 years ago
  Yury Popov c8a21a5463
code cleanup: header detection with has_include 2 years ago
  Yury Popov 3857b83c19 Respect custom N_PATH_HOME definition if passed 2 years ago
  Yury Popov 99dc51ca3a
Respect custom N_PATH_HOME definition if passed 2 years ago
  Juho Hiltunen c4d8976fbc code cleanup: Add new source file common.h for misc functions. 3 years ago
  Samuel Thibault dfc322743d MAKE_MEM_UNDEFINED: Fix warning 3 years ago
  Samuel Thibault 3ce135ac2b Mark re-used buffers as undefined 3 years ago
  Juho Hiltunen cffdfb837b code cleanup: move function declarations from speech.h to new file mnemonics.h 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  Reece H. Dunn 99bbc6294e Fix building on Windows. 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
  Juho Hiltunen d1fd650219 Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char. 7 years ago
  Juho Hiltunen 738492100a make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
  Reece H. Dunn d5d93be00e Group the LookupMnem API implementations into mnemonics.c. 8 years ago
  Reece H. Dunn dee3799f82 issue #172: flush audio on cancel requests. 8 years ago
  Reece H. Dunn dae9cda060 Revert "issue 172: fix sluggish speech for stopped speech." 8 years ago
  Reece H. Dunn f9ab812e00 issue 172: fix sluggish speech for stopped speech. 8 years ago
  Reece H. Dunn 4920ecc79c Move espeak-data to espeak-ng-data to avoid conflicting with upstream espeak. 9 years ago
  Reece H. Dunn bbd981efb8 Use malloc/strdup instead of Alloc. 9 years ago
  Reece H. Dunn 325014da42 Use free instead of Free as free checks for NULL. 9 years ago
  Reece H. Dunn 7d900fb8b0 Remove includes from internal header files. 9 years ago
  Reece H. Dunn fa6f369329 Move the N_PATH_HOME declaration in speech.h to avoid a duplicate #ifdef check. 9 years ago
  Reece H. Dunn 0ca520a4ec Revert the gcc sign conversion warning fixes. 9 years ago
  Reece H. Dunn 0cc0300328 Fix gcc sign conversion warnings in espeak-ng.c. 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 3e99752d0c Check and fix source code formatting. 9 years ago
  Reece H. Dunn 12e0bb122b Reformat the code using the uncrustify program. 9 years ago
  Reece H. Dunn 85c87e83a9 Remove the LOG_FRAMES code which was only used in espeakedit. 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 4f02a09242 Incorporate the missing compatibility defines for Windows in speech.h. 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 08821f262f Remove commented out code. 9 years ago
  Reece H. Dunn f185786b87 Move libespeak-ng internal headers to src/libespeak-ng. 9 years ago
  Reece H. Dunn 1e01ce9202 Use C linkage for all libespeak internal headers. 9 years ago
  jonsd 10bd23b3b4 [1.47.12] 12 years ago
  Reece H. Dunn 6dd5529dd8 autotools: add support for disabling async command support (--without-async/--with-async=no) 12 years ago
  Reece H. Dunn 00861d3bc3 autotools: add support for disabling libsonic (--without-sonic/--with-sonic=no) 12 years ago
  Reece H. Dunn 83df50a40f autotools: add support for disabling MBROLA (--without-mbrola/--with-mbrola=no) 12 years ago
  Reece H. Dunn a725bba818 autotools: add support for disabling Klatt (--without-klatt/--with-klatt=no) 12 years ago
  Reece H. Dunn 8d29ab3a64 Fix a USE_PORTAUDIO macro redefinition warning when building espeakedit. 12 years ago
  jonsd 790c9a1754 [1.46.47] 12 years ago
  jonsd 2d64d32893 [1.46.43] 12 years ago
  jonsd 70915e2a92 [1.46.42] 12 years ago
  jonsd cd17260b31 [1.46.22] 13 years ago
  jonsd 4d64bf10a1 [1.46.15] 13 years ago
  Reece Dunn 17be838b1a 1.46.13 13 years ago