nshmyrev
32b95d940a
Replace INCLUDES with AM_CFLAGS
...
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12624 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-09-27 20:14:16 +00:00
nshmyrev
075973d48f
Fixes distcheck
...
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@10778 94700074-3cef-4d97-a70e-9c8c206c02f5
2011-02-16 08:58:24 +00:00
dhdfu
6a9ddb3c3f
large painful and arguably overdue reorganization of sphinxbase headers ... prompted by the fact that Android NDK defines an (empty!) header called <err.h> and will not let you override the system include path ... this actually should not affect any external code that plays by the rules, otherwise you will have to update all sphinxbase includes to add sphinxbase/ to the beginning
...
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@10208 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-07-12 03:47:23 +00:00
dhdfu
7490f953bb
Fix listelem alloc ids completely and update test for this.
...
In the future would like to be able to do 16 bit ids...
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@9988 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-04-12 18:55:51 +00:00
dhdfu
730f26cb53
Add the ability to reference list items by a 32-bit unique ID. This
...
will allow us to save memory on 64-bit platforms in various places.
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@9969 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-04-08 03:27:24 +00:00
dhdfu
60a8183296
DATADIR conflicts with some Windows header, so change it
...
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@9710 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-02-17 04:48:31 +00:00
dhdfu
aea52cc35d
Don't be so picky about the precise error code, because, for whatever
...
reason (running under QEmu in Scratchbox is a popular one), it might
not actually be 134.
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@8375 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-05-29 20:01:03 +00:00
dhdfu
917f41b38e
Admittedly a freaking huge commit for a small change. Truly solve the thread safety problem with linklist.h by getting rid of it, and making each linked-list allocator a standalone object, one for each element size. This has some other advantages since one can now free the entire contents of an allocator at once without having to crawl over all of the elements - see dag.c for an example of this. (sorry, this should be a single commit but not sure how to do that)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7831 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-02-20 21:11:32 +00:00