Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-22 | add missing defines, crucial: -DSQLITE_CORE | Marc Espie | |
used while compiling extensions which are actually a part of the core, prevents segfaults because extensions have not been loaded... | |||
2012-04-22 | regen all files we can, prepare stuff to make sure it works even without | Marc Espie | |
depend | |||
2012-04-14 | clean-out ALL generated files | Marc Espie | |
2012-04-14 | oops | Marc Espie | |
2012-04-14 | crapola-generated, no need to do it each time. | Marc Espie | |
2012-04-14 | zap parse.y, it's NOT yacc source code, and otherwise make depend will think | Marc Espie | |
parse.[ch] comes from it. | |||
2012-04-14 | OpenBSD compile goo | Marc Espie | |
2012-04-14 | include file, mostly from sqlite.h.in, with parts un-autoconf'd since | Marc Espie | |
we don't need most of the portability goo | |||
2012-04-14 | extra src for us. | Marc Espie | |
regen parse.c/parse.h with "lemon", no need to recompile every time. pthread_stub.c might(?) be needed for clean non-pthreads operation (to be checked, the nomutex stuff looks interesting) | |||
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie | |