Martin Nowak
262f4826bd
use shared libraries on FreeBSD
2015-10-02 09:53:01 +02:00
Martin Nowak
0bfc7ca32f
remove CC filter for CFLAGS
...
- allows to use compiler wrappers
- fixes make CC=/path/to/cc
- fixes Issue 15012
- still can be overriden with make CFLAGS=
2015-09-06 11:17:36 +02:00
Martin Nowak
592ce24379
dynamically load libcurl
...
- avoids issues with versioned symbols on different platforms
- lazy loading/initialization of curl library
- fix Issue 13324
- try to load curl from the exe itself before loading a shared library
thus allowing to link against a different or a static curl library
2015-08-22 16:27:45 +02:00
Walter Bright
d58908ab71
fix Issue 14881 - [REG] posix.mak omits package.d files when building zip file
2015-08-06 16:16:29 -07:00
Martin Nowak
25611d1edc
add new phobos changelog.dd
...
- intendend to just contain the things for the upcoming release
- will be copied into dlang.org and cleared prior to a release
- no stylesheet frills or complicated dlang.org integration
looks OKish enough and uses same macros as dlang.org
2015-08-06 13:30:10 +02:00
Martin Nowak
5ca7ddad60
Merge remote-tracking branch 'upstream/stable' into merge_stable
...
Conflicts:
posix.mak
Manually edited:
std/datetime.d (rename toNormalizedPath -> asNormalizedPath)
2015-07-24 01:28:58 +02:00
Martin Nowak
0bbaea5762
Revert "Merge pull request #3379 from andralex/build-per-package"
...
This reverts commit a928a21dff
, reversing
changes made to 7ca4060b72
.
2015-07-23 07:32:05 +02:00
Martin Nowak
f87d23a5fd
Revert "Merge pull request #3382 from andralex/tee"
...
This reverts commit 2ed7d909b4
, reversing
changes made to 54dece1b64
.
2015-07-23 07:31:46 +02:00
Jonathan M Davis
255070aac0
Merge pull request #3478 from MartinNowak/fix11414
...
adapt druntime paths for fix to Issue 11414
2015-07-09 16:49:02 -07:00
Dmitry Olshansky
eeaba5091b
Merge pull request #3474 from rainers/checkwhitespace2
...
add checkwhitespace check for the auto-tester
2015-07-08 13:08:37 +03:00
Rainer Schuetze
3a012ccd6b
remove trailing white space
2015-07-08 07:00:56 +02:00
Martin Nowak
3399e4b0d0
adapt druntime paths for fix to Issue 11414
2015-07-07 12:10:46 +02:00
Rainer Schuetze
79b0a29e7c
don't add EXTRA_MODULES twice to ALL_D_MODULES
2015-07-05 13:08:14 +02:00
Rainer Schuetze
110ebbcd5a
use DMD instead of HOST_DC
2015-07-05 12:48:29 +02:00
Rainer Schuetze
d339f7da68
replace grep with checkwhitespace from dmd
2015-07-05 11:51:50 +02:00
Walter Bright
8f4c07a840
add std.concurrencybase
2015-07-05 00:50:38 -07:00
Rainer Schuetze
686dd351da
fix bad grep pattern
2015-07-04 14:12:51 +02:00
Rainer Schuetze
941faea9fa
add common modules from etc/c to ALL_D_FILES
2015-07-04 12:05:27 +02:00
Rainer Schuetze
6577457e2e
add checkwhitespace check for the auto-tester
2015-07-04 10:38:35 +02:00
David Nadlinger
41d2027c22
Merge pull request #3233 from schuetzm/hmac
...
Add std.digest.hmac
2015-06-20 20:29:30 +02:00
Dmitry Olshansky
559038b363
Merge pull request #3350 from CyberShadow/pull-20150530-153409
...
posix.mak: Add DELETE_ON_ERROR
2015-06-13 21:16:58 +03:00
Marc Schütz
57ecc812d7
Add std.digest.hmac
2015-06-12 20:37:47 +02:00
Andrei Alexandrescu
af30f1d204
In highly concurrent runs there are odd races across .o file names, so added mktemp to run each unittest in its own dir
2015-06-11 23:50:58 -07:00
Walter Bright
54be279496
Merge pull request #3398 from andralex/odbc
...
Add etc.c.odbc
2015-06-11 18:53:16 -07:00
Andrei Alexandrescu
e37343ba49
Add etc.c.odbc
2015-06-09 18:21:50 -07:00
Steven Schveighoffer
a582349e7d
Fix makefile to do what ./configure normally would do for zlib
2015-06-08 19:59:09 -04:00
Vladimir Panteleev
5c273809f3
posix.mak: Add DELETE_ON_ERROR
...
Delete output files if the command fails.
2015-06-07 22:24:24 +00:00
Andrei Alexandrescu
24a016d740
Fixup: previous changes to posix.mak changed generated HTML names inadvertently
2015-06-06 22:27:07 -07:00
Vladimir Panteleev
a928a21dff
Merge pull request #3379 from andralex/build-per-package
...
Build phobos package at a time
2015-06-07 02:30:26 +03:00
Andrei Alexandrescu
eee1ef0720
Forgot the extra modules
2015-06-06 14:58:46 -07:00
Andrei Alexandrescu
eae951c1a5
Build phobos package at a time
2015-06-06 14:26:09 -07:00
Brad Roberts
d6dcf2f5a6
add auto-tester specific targets
2015-06-05 13:51:35 -07:00
Walter Bright
c045617ff3
add osmodel.mak to zips
2015-06-02 10:49:48 -07:00
Lionello Lunesu
2ec93be1e1
Use osmodel.mak from dmd repo
2015-05-27 16:49:22 -06:00
Andrei Alexandrescu
e01c8d24d3
Pass the makefile name along in recursive invocations
2015-05-20 20:03:50 -07:00
Martin Nowak
e17b4c2a3e
rename std.typetuple to std.meta
2015-05-08 01:27:45 +02:00
Walter Bright
d9a9826e55
Revert "Introducing std.meta package"
2015-05-06 14:36:45 -07:00
Dicebot
9ceba11212
Add std.meta modules to makefiles
2015-05-05 22:22:10 +03:00
Andrei Alexandrescu
e49f47f92a
Add .test target for packages
2015-04-28 19:52:27 -07:00
Walter Bright
e0ad65e9e0
add index.d to zip file
2015-04-06 23:14:29 -07:00
H. S. Teoh
bf5f1bb996
Improve std.ascii docs.
...
Add code examples.
Add Returns: tags to function descriptions.
Fix wrong highlighting of some words that coincide with symbol names.
2015-03-18 15:29:11 -07:00
Martin Nowak
858e2086a6
use .test suffix instead of unittest/ prefix
...
- works better with shell completion
2015-03-14 01:50:53 +01:00
Martin Nowak
b065db6530
add rule to quickly unittest a single module
2015-03-14 01:50:53 +01:00
Martin Nowak
35ea3be8b1
explicitly pass OS, MODEL, and DMD
2015-03-03 21:58:10 +01:00
Martin Nowak
e8dea80951
Revert "Revert "make flags are automatically communicated to sub-make""
2015-03-03 21:14:54 +01:00
Andrei Alexandrescu
264e1c87b6
Revert "make flags are automatically communicated to sub-make"
2015-03-03 09:16:38 -08:00
Martin Nowak
1ad0b5ecd4
make flags are automatically communicated to sub-make
...
- and it ought to be MAKEFLAGS=$(MAKEFLAGS) anyhow
2015-02-24 17:29:08 +01:00
Vladimir Panteleev
2c5294b64f
Merge pull request #2989 from andralex/posix.mak
...
Fix name of package documentation: std_xyz_package.html -> std_xyz.html
2015-02-17 00:04:13 +02:00
Andrei Alexandrescu
0fdb6e0c35
Change std_xyz_package.html -> std_xyz.html
2015-02-15 22:41:57 -08:00
Walter Bright
ed896ca21c
Merge pull request #2946 from andralex/unittest
...
make unittest should test both debug and release
2015-02-15 22:21:47 -08:00