Commit graph

13 commits

Author SHA1 Message Date
Andrei Alexandrescu
cda294749b Update sqlite3.d 2014-03-15 09:33:37 -07:00
Andrei Alexandrescu
d5694fdcd5 Update sqlite3.d 2014-03-15 09:33:09 -07:00
monarchdodra
fd8540072d Remove trailing white 2014-01-08 08:30:28 +01:00
1100110
72a3700332 Fix Typo in etc/c/sqlite3 2012-11-04 17:41:36 -06:00
Vladimir Panteleev
ff106ce830 etc.c.sqlite3: Annotate extern variables as such 2012-02-17 02:41:52 +02:00
Vladimir Panteleev
8c8767933c etc.c.sqlite3: Make global symbols __gshared.
This fixes linking errors on Linux/64 (possibly other configurations).
ld would complain about symbols being in TLS in D object files while
not being in TLS in libsqlite3.so.
2011-09-20 03:34:51 +02:00
Vladimir Panteleev
d41084b16c etc.c.sqlite3: Fix module name to confirm to filename/path
This fixes usage of this module with some build tools, e.g. rdmd.
2011-09-20 02:24:02 +03:00
Jesse Phillips
2c701aced8 Consistency for sqlite and const 2011-08-12 18:45:34 -07:00
Jesse Phillips
270d49ec58 In sqlite changed const char* to const(char)* 2011-08-12 18:29:54 -07:00
Jesse Phillips
79b0531be3 Make use of const and immutable in sqlite bindings 2011-08-12 18:21:38 -07:00
Jesse Phillips
1775d0f40d Added doc comments 2011-06-03 18:39:38 -07:00
Jesse Phillips
64bc68428c Update bindings.
Uses enum for constants.
Structs are no longer defined as being empty, only declared.
2011-05-29 11:41:38 -07:00
Jesse Phillips
1660bfdc1a Adding Sqlite3 bindings 2011-05-29 11:34:43 -07:00