jmdavis
c0b464fae2
Revert "Changes required for Win64 support by MinGW64"
...
This reverts commit 6caa328cfb
.
This broke all existing 64-bit builds.
2012-01-22 17:17:32 -08:00
Andrei Alexandrescu
93a2827d53
Merge pull request #390 from venix1/Win64
...
Changes required for Win64 support by MinGW64
2012-01-22 13:22:47 -08:00
Daniel Green
58f4356ca2
Change version( Win32 ) to version( Windows ) when Win64 would be supported as well.
2012-01-16 22:10:18 -05:00
Daniel Green
6caa328cfb
Changes required for Win64 support by MinGW64
2012-01-16 17:26:59 -05: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
Daniel Murphy
1590a5cc38
Issue 6572 - Deprecate typedef
...
Remove use of deprecated typedef from phobos. This mostly consists of changing typedef to alias, and disabling unittests that require typedef. One change to std.registry is needed to work around a bug in typedef (6571).
2011-08-30 13:22:10 +10: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
Jonas Drewsen
b1bff270da
fix htod error and correct some ints to be c_long
2011-06-12 22:41:01 +02:00
Andrei Alexandrescu
6bba774e4d
Merge pull request #64 from he-the-great/sqlite
...
Sqlite
2011-06-04 06:55:29 -07:00
Jesse Phillips
1775d0f40d
Added doc comments
2011-06-03 18:39:38 -07:00
Walter Bright
8c0f365f9e
add doc for curl.d
2011-06-01 23:04:13 -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
Walter Bright
fef16a72bf
add etc/c/curl to win32.mak
2011-04-01 21:36:04 -07:00
Jonas Drewsen
a42a954d0b
Using enums instead of const variables for constants
2011-03-29 10:49:42 +02:00
Jonas Drewsen
5195ec0a61
structs are now extern(C)
2011-03-29 10:44:47 +02:00
Jonas Drewsen
630769dd00
Changed string constants into enums
2011-03-29 10:39:32 +02:00
Jonas Drewsen
3ca173d176
Fixes from review by andralex
2011-03-17 21:58:35 +01:00
Jonas Drewsen
980d599f7d
Correct comments and turn some defines into enums
2011-03-17 10:22:32 +01:00
Jonas Drewsen
2f69ffb9d1
c declarations for libcurl
2011-03-15 20:17:40 +01:00
Walter Bright
d1c4cac950
detab
2011-01-11 08:18:28 +00:00
Walter Bright
fd6063fb8e
fix 64 bit zip support
2011-01-11 08:17:59 +00:00
Don Clugston
c0912ecb70
C function pointers -> D syntax
2010-10-02 02:42:48 +00:00
Walter Bright
309babfe78
upgrade zlib to version 1.2.5
2010-09-18 04:50:31 +00:00
Walter Bright
f8b01a88a5
fixe makefile for 64 bits
2009-11-13 02:31:11 +00:00
Walter Bright
d57e203dc9
fold in some OSX changes
2009-02-10 02:21:15 +00:00
Brad Roberts
eec6be69ed
Merge r297:387 from candidate to trunk.
...
-- add std.getopt
-- add std.variant
-- switch strings over to be invariant rather than const
-- hopefully the last big linux makefile overhaul
-- fix for bug 1579: write[ln] fails for obj.toString()
-- fix negative precision handling in std.format
-- add some file and directory iterator helpers
-- among other little changes here and there...
2007-10-14 09:22:50 +00:00
Brad Roberts
de971890b0
phobos 2.000
2007-09-10 06:45:08 +00:00
Brad Roberts
7371485bf8
phobos 0.177
2007-09-10 05:36:45 +00:00
Brad Roberts
7b6d43bcb5
phobos 0.166
2007-09-10 05:29:38 +00:00
Brad Roberts
f3114b30a0
phobos 0.155
2007-09-10 05:19:06 +00:00
Brad Roberts
b029d8c452
phobos 0.147
2007-09-10 05:03:22 +00:00
Brad Roberts
8ee5d51c15
phobos 0.128
2007-09-10 04:45:31 +00:00
Brad Roberts
4cc9398402
phobos 0.103
2007-09-10 04:14:55 +00:00
Brad Roberts
736794d4af
phobos 0.102
2007-09-10 04:13:03 +00:00
Brad Roberts
97c64f349e
phobos 0.93
2007-09-10 04:01:57 +00:00
Brad Roberts
d907bc9c45
phobos 0.82
2007-09-10 03:52:05 +00:00
Brad Roberts
c53c12f16c
phobos 0.77
2007-09-10 03:41:43 +00:00
Brad Roberts
fa1bc52ba2
phobos 0.75
2007-09-10 03:06:06 +00:00