15 Commits
Author SHA1 Message Date
nshmyrev 2795defcff Regenerate flex scanner. See for details
https://sourceforge.net/p/cmusphinx/bugs/459/



git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@13242 94700074-3cef-4d97-a70e-9c8c206c02f5
2016-09-24 23:02:59 +00:00
nshmyrev becdd6d41d Lapack is included on Windows
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@13184 94700074-3cef-4d97-a70e-9c8c206c02f5
2016-02-23 19:57:08 +00:00
nshmyrev 2ba9ccaee4 No need for fixed16
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12938 94700074-3cef-4d97-a70e-9c8c206c02f5
2015-04-21 20:05:49 +00:00
nshmyrev b8facc32b7 Remove more unused defines
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12628 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-09-28 15:16:03 +00:00
nshmyrev 2035baadf3 Assume we always have errno.h
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12467 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-05-14 17:43:08 +00:00
dhdfu 995337f7ad patch from bkw for win32
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@9531 94700074-3cef-4d97-a70e-9c8c206c02f5
2009-12-11 18:03:28 +00:00
dhdfu 5ee428fc26 add support for bzip2 to lm reading
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@9453 94700074-3cef-4d97-a70e-9c8c206c02f5
2009-11-19 01:53:00 +00:00
dhdfu 12c32f1167 Use TLS for logfile handle, patch from Krisztian Loki, but with an added unit test.
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@8304 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-05-13 14:56:44 +00:00
dhdfu edd1b4f33f Fix a number of Windows things, not totally sure about all of them yet.
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@8234 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-05-07 21:05:27 +00:00
egouvea 56a10ebbca Fixed parentheses and #ifdef that were out of place, and added HAVE_SYS_STAT to win32 config
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7903 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-03-05 00:19:36 +00:00
dhdfu de32793107 Fix compilation on Blackfin uClinux - hopefully this still works on
VisualDSP++ and Windows (will test that shortly)

In general it is better to condition things on the existence of a
header file or function rather than the platform name.


git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7890 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-02-29 16:11:04 +00:00
dhdfu 9335992421 Clean up the bitvector interface:
1) They are pointers, so now they look like pointers.
 2) The compiler doesn't care if you use bitwise ops instead of / and
    * to scale things by powers of two, but humans might.
 3) Use 64-bit words on 64-bit machines (need to verify that this is
    really faster but I can't see why it wouldn't be)


git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7834 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-02-20 23:40:49 +00:00
dhdfu d4ae934743 Add thread safety stuff to linklist.h functions. Because Win32 is
stupid this requires some extra caution.  And it might have broken
Windows compilation, which I will fix later today.


git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7431 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-11-28 14:01:38 +00:00
dhdfu 677e7d3a3c Add dummy config.h for Windows and WinCE
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@6280 94700074-3cef-4d97-a70e-9c8c206c02f5
2006-11-06 21:24:34 +00:00
dhdfu 449b9585a6 Add default sphinx_config.h for Windows, not used yet
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@6272 94700074-3cef-4d97-a70e-9c8c206c02f5
2006-11-06 04:46:10 +00:00