Hackerpilot
396c3c3cf1
Fix secondary bug with doc display. #313
2016-03-27 22:01:06 -07:00
Hackerpilot
2016878b85
Update makefile for new msgpack version and update LDC build commands
2016-03-27 21:41:43 -07:00
Hackerpilot
1a552cd12e
Update dependencies
2016-03-27 21:20:53 -07:00
Hackerpilot
7ee9930dca
Fix imports
2016-03-27 16:51:16 -07:00
Brian Schott
56d91114ed
Merge pull request #314 from BBasile/issue-313
...
fix #313 - ddoc, overloads sets broken
2016-03-26 14:43:54 -07:00
Basile Burg
080d9d667a
fix #313 - ddoc, overloads sets broken
2016-03-26 18:56:21 +01:00
Brian Schott
afc2d55dbc
Merge pull request #312 from CyberShadow/pull-20160326-044358-issue-311
...
Fix issue #311 (Ambiguous newlines in --doc output)
2016-03-25 20:15:59 -07:00
Vladimir Panteleev
9b4c862081
Fix issue #311 (Ambiguous newlines in --doc output)
2016-03-26 04:44:27 +02:00
Hackerpilot
78ba8a69bf
Fix #289
2016-03-21 17:35:54 -07:00
Brian Schott
bfb3e6e9a4
Merge pull request #307 from georgi-d/expandEnvVars
...
Added environment variable expansion support to the server config file
2016-03-16 13:24:39 -07:00
Georgi Dimitrov
b20857f4fd
Added environment variable expansion support to the server config file
...
- use a replaceAll of a compile time regex to expand environment variables of
the form ${ENV_VAR} in the import paths
- added a unit test for the regex
- updated docs
2016-03-16 09:32:37 -07:00
Hackerpilot
ce5ac2d978
Alpha 2
2016-03-07 15:10:27 -08:00
Hackerpilot
9287708090
Fix #303
2016-03-07 15:07:26 -08:00
Brian Schott
7028dc1fcf
Merge pull request #302 from Hackerpilot/allocator_improvements
...
Allocator improvements
2016-03-03 02:23:15 -08:00
Hackerpilot
1eae113314
Merge branch 'master' into allocator_improvements
2016-03-03 02:19:51 -08:00
Hackerpilot
8fa98a1848
Update dependencies
2016-03-03 02:18:28 -08:00
Hackerpilot
f8f3024dda
Update dependencies
2016-03-03 00:57:19 -08:00
Hackerpilot
c9be120d5b
v0.8.0
2016-03-03 00:51:01 -08:00
Hackerpilot
eab78141c4
Fix interaction of --tcp and --port
2016-03-03 00:50:48 -08:00
Hackerpilot
219b0716c0
Documentation updates
2016-03-03 00:50:09 -08:00
Hackerpilot
2accb4648b
Update dparse and dsymbol
2016-03-02 02:43:54 -08:00
Hackerpilot
a41bb9bf11
#300
2016-02-28 18:11:48 -08:00
Hackerpilot
8795b2697e
Fix #299
2016-02-25 13:00:30 -08:00
Hackerpilot
6a88b65854
Update dsymbol
2016-02-25 12:00:11 -08:00
Hackerpilot
9ec55f40a2
Update parser
2016-02-05 02:35:56 -08:00
Brian Schott
9e109d5051
Merge pull request #291 from BBasile/fix-unixdomain-win
...
fix, win version broken, unix domain socket code defined in a runtime branch
2016-02-03 12:51:56 -08:00
Basile Burg
3a206f66e3
fix, unix domain socket code defined in a runtime branch
2016-02-03 17:01:27 +01:00
Hackerpilot
9d64081858
Update dsymbol
2016-02-01 03:46:32 -08:00
Hackerpilot
c6da941a82
Fix bug in libdparse that caused symbols to leak out of conditional declarations
2016-02-01 03:02:48 -08:00
Hackerpilot
5360944dfb
Fix #290
2016-02-01 03:02:04 -08:00
Hackerpilot
9204b082d2
Merge branch 'master' of https://github.com/Hackerpilot/DCD
2016-01-29 13:19:52 -08:00
Hackerpilot
ad2fe5168a
Fix documentation for config file path. Should help with kingsleyh/DLanguage#91
2016-01-29 13:19:44 -08:00
Hackerpilot
9506faa205
Update libdparse
2016-01-29 02:02:15 -08:00
Hackerpilot
09f7ea947e
Remove duplicate entry
2016-01-29 02:01:52 -08:00
Hackerpilot
4021ad4be0
Fix parser bug
2016-01-28 02:38:17 -08:00
Hackerpilot
636e31edfb
Merge branch 'master' of https://github.com/Hackerpilot/DCD
2016-01-27 00:58:55 -08:00
Hackerpilot
3b5c5bb9a2
Update dependencies to fix issue with doc display
2016-01-27 00:58:01 -08:00
Hackerpilot
c0ed5273a9
Ignore gdb history
2016-01-27 00:57:34 -08:00
Hackerpilot
851fbd5918
Update version
2016-01-25 18:49:32 -08:00
Hackerpilot
17310a2830
Test case for #282
2016-01-25 18:47:13 -08:00
Hackerpilot
9793ecbb49
Fix #282
2016-01-25 18:40:53 -08:00
Hackerpilot
4cc1f43ca8
Ignore gdb temp files
2016-01-25 17:04:37 -08:00
Hackerpilot
21591b4081
Fix #288
2016-01-25 17:03:55 -08:00
Hackerpilot
52d8bb6f79
Update libdparse
2016-01-25 16:57:48 -08:00
Brian Schott
ddf45c91b2
Merge pull request #287 from tractorpulledpork/build_bat
...
Update build.bat
2016-01-25 01:21:20 -08:00
Alan Yuelkenbeck
33aaa08ea4
Update build.bat
2016-01-23 10:38:56 -06:00
Hackerpilot
d26ce5ed20
Fix #286
2016-01-21 15:44:40 -08:00
Brian Schott
f226487b33
Merge pull request #285 from default0/master
...
Fix compiler errors on windows
2016-01-21 13:57:26 -08:00
default0
249341bc58
Fix compiler errors on windows
...
Checking the repo out and running dub to build on windows would
give two compiler errors, one because UnixAddress is not defined
another because a function misses a return statement if Unix sockets
are not possible.
2016-01-21 17:12:16 +01:00
Hackerpilot
35e24667f0
Add bash completion support. Fix #283
2016-01-19 19:37:10 -08:00