174 Commits (cefd4b2cc6871ca0445b532b72f8e96f0500c46f)

Author SHA1 Message Date
  Yury Popov 1565bab07a
code cleanup: localize compiledata static objects 2 years ago
  Juho Hiltunen bdd46838c0 fix compiler warnings for unused variables and functions. 2 years ago
  Juho Hiltunen d47d2d0a40 cleanup: remove duplicate StringToWord() 2 years ago
  Yury Popov ae97fa16b4 Remove phoneme compile_report stuff 2 years ago
  Yury Popov a178ea1b13 Remove system() call from compiledata.c 2 years ago
  Yury Popov 1f571856b5
Remove phoneme compile_report stuff 2 years ago
  Yury Popov 8478d39eb1
Remove system() call from compiledata.c 2 years ago
  Yury Popov 4e5bc19047
Allow out-of-tree intonations compilation 2 years ago
  Juho Hiltunen 9be76c0b30 cleanup: fix cppcheck unusedVariable code smells 2 years ago
  Juho Hiltunen c5db9220bf code cleanup: move Read4Bytes() 2 years ago
  Juho Hiltunen b52d1f3afd code cleanup: move strncpy0 to common.c 2 years ago
  Juho Hiltunen c4d8976fbc code cleanup: Add new source file common.h for misc functions. 2 years ago
  Samuel Thibault a660fc04cc Add more const qualifiers on static arrays 3 years ago
  Samuel Thibault 15804e57a2 Constify tables 3 years ago
  Samuel Thibault 3ce135ac2b Mark re-used buffers as undefined 3 years ago
  Samuel Thibault a34d74ed43 Make envelope computation more robust 3 years ago
  Samuel Thibault 51af5a4155 Add KlattFiniSP 3 years ago
  Samuel Thibault 4dd1e04d8a Make polint use 0-based indexing 3 years ago
  Juho Hiltunen 0577cd90a6 code cleanup: remove unused variable markers_used 3 years ago
  Juho Hiltunen dbcfa71f92 code cleanup: remove unused n_envelopes, N_ENVELOPES, envelope_paths and 3 years ago
  Juho Hiltunen 8fc69e2999 code cleanup: remove unnecessary temporary variable yy 3 years ago
  John Bowler 18d807d680 Prevent compile-phonemes use of phontab, en_dict 4 years ago
  Juho Hiltunen cffdfb837b code cleanup: move function declarations from speech.h to new file mnemonics.h 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 4 years ago
  BenTalagan 3e0150a34f Fixing ungetc bad behavior under macOS Catalina by avoiding to ungetc a different char from the last getc 5 years ago
  Juho Hiltunen f4aec775cf compiledata.c: Fix -Wunused-result warning. 7 years ago
  Reece H. Dunn 6d25013c94 CompileReport: Don't generate a report if there are no references. [msvc /analyze] 7 years ago
  Reece H. Dunn d0410d8585 Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings. 7 years ago
  Juho Hiltunen f00ff91fe4 headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago
  Juho Hiltunen 9012f3f0bf headers: continue with synthdata.h 7 years ago
  Juho Hiltunen 706df97b20 headers: add new file readclause.h with declarations of functions in readclause.c 7 years ago
  Juho Hiltunen 079d5a92c5 remove more unnecessary speech.h includes 7 years ago
  Juho Hiltunen d1fd650219 Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char. 7 years ago
  Reece H. Dunn c49164334b Ensure each name in proc_names can fit an item_string [msvc /analyze]. 7 years ago
  Reece H. Dunn 583a23f0cd Use ENV_LEN in the fwrite call in LoadEnvelope2 to be consistent with the rest of the function. 7 years ago
  Juho Hiltunen 78749f14f8 readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Juho Hiltunen da287fb851 Unify terminology for stress 7 years ago
  Reece H. Dunn 5e2c963006 Fix pronouncing words like 'newsletter'. Reverts 60a584c0321ea690a9d016556c4ef3de4414c842. 7 years ago
  Reece H. Dunn b5c415a98d Rename OPCODE_ to INSTN_. 7 years ago
  Reece H. Dunn c59c9633de Fix -Wuninitialized warnings. 7 years ago
  Reece H. Dunn b11480c09d compiledata.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 68724badf3 encoding.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
  Reece H. Dunn 57108e1ed7 Add n_points guards in the LoadEnvelope2 loop. 7 years ago
  Reece H. Dunn 4a882e21d3 Don't update env_x/y if no points were read. 7 years ago
  Reece H. Dunn 19b2bebc02 Don't save an intonation if it was not found. 7 years ago
  Reece H. Dunn 51c8a2d7d9 Rename the isVel check to isVelar. 8 years ago
  Reece H. Dunn 901bc0d1ba Allow 'apr liquid' to be used together in a phoneme. 8 years ago