Commit Graph

698 Commits

Author SHA1 Message Date
Hackerpilot 4cabb194df Update libdparse 2014-11-05 15:54:44 -08:00
Hackerpilot b15c7ba66f Update libdparse 2014-11-05 15:12:14 -08:00
Hackerpilot e86c34a67f Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-10-22 16:51:46 -07:00
Hackerpilot cb7ddbd7bf Update submodules 2014-10-22 16:51:34 -07:00
Hackerpilot 101cbedea7 Add editor config 2014-10-22 16:51:02 -07:00
Brian Schott e83c81ecde Merge pull request #173 from BBasile/master
added missing storage_type module to build.bat
2014-10-12 15:25:57 -07:00
Basile Burg 65ee60215f added missing storage_type module to build.bat 2014-10-12 19:26:06 +02:00
Brian Schott f4c923ce11 Merge pull request #172 from ChronosWS/master
Issue 170: Update build.bat to use dcd_version.d
2014-10-09 12:17:26 -07:00
Cliff Hudson 4da2c0ece0 Update build.bat to use dcd_version.d
The src/dcd_version.d file is missing from build.bat, breaking Windows
client and server builds.
2014-10-09 11:51:24 -07:00
Brian Schott 240a36849a Merge pull request #171 from John-Colvin/patch-2
avoid builtin sort
2014-10-02 13:19:27 -07:00
John Colvin c306133a50 avoid builtin sort
dmd warns about this now
2014-10-02 15:22:34 +01:00
Hackerpilot c677dd8718 LDC doesn't have an -inline flag 2014-09-26 03:31:24 -07:00
Hackerpilot 8243f03ba7 Update man pages 2014-09-22 14:02:38 -07:00
Hackerpilot 9434629416 Document --search option in readme and add version number option 2014-09-22 13:55:33 -07:00
Hackerpilot f9e93b096a Fix complicated function call tips 2014-09-22 02:24:22 +00:00
Hackerpilot 7ec5aaf65a Fix renamed imports 2014-09-22 01:33:02 +00:00
Hackerpilot 698808d553 Properly handle multilpe imports as well as selective imports 2014-09-22 01:19:09 +00:00
Hackerpilot 7c210d1237 Derp 2014-09-22 00:25:47 +00:00
Hackerpilot d9abe32f6c Implement with statement support. #56 2014-09-22 00:21:23 +00:00
Hackerpilot b37b4b9dab Merge branch 'master' into 0.4.0-dev 2014-09-21 19:10:37 +00:00
Brian Schott 126452e0bb Merge pull request #168 from John-Colvin/patch-1
compile containers.internal.storage_type
2014-09-21 20:17:00 +00:00
John Colvin 6bd87080e7 compile containers.internal.storage_type
Otherwise you get link errors.
2014-09-21 13:59:49 +01:00
Hackerpilot 8d7b28c33d Update containers dependency 2014-09-19 17:21:21 -07:00
Hackerpilot e15b959ae6 Update containers dependency 2014-09-19 17:20:02 -07:00
Hackerpilot 9828e5062f Fix autocomplete in unittest blocks 2014-09-18 17:09:26 -07:00
Hackerpilot adc7faf425 Update libdparse 2014-09-17 19:09:57 -07:00
Hackerpilot 1ca39552e5 Update libdparse 2014-09-17 15:25:34 -07:00
Hackerpilot 3b79e2e6ad Merge branch '0.4.0-dev' of https://github.com/Hackerpilot/DCD into 0.4.0-dev 2014-09-17 15:24:24 -07:00
Hackerpilot f4cf04c8c4 Update libdparse 2014-09-17 15:23:46 -07:00
Hackerpilot 78ad6a0af7 #162 2014-09-14 19:15:29 +00:00
Hackerpilot e3281599e8 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-09-12 14:34:38 -07:00
Hackerpilot faac703dd0 Update libdparse 2014-09-12 14:33:36 -07:00
Hackerpilot a32086e066 Fix #161 2014-09-12 14:32:58 -07:00
Brian Schott 435ac15752 Merge pull request #166 from atilaneves/master
Fix issue #165: Emacs temporary files cause DCD to crash for import auto...
2014-09-12 00:37:03 +00:00
Atila Neves ef618198a9 Fix issue #165: Emacs temporary files cause DCD to crash for import autocompletion 2014-09-12 00:18:13 +02:00
Hackerpilot c7952880eb Fix #163 2014-09-09 13:55:19 -07:00
Hackerpilot 061e845088 Add scopes for constructors and destructors. This fixes #164. 2014-09-09 13:03:58 -07:00
Hackerpilot eaf80c0922 Whitespace 2014-09-09 13:02:40 -07:00
Hackerpilot 3494f9fd43 Update libdparse 2014-09-08 12:57:16 -07:00
Hackerpilot e6610fd7bc Fix issue with fully qualified symbols, improve allocation code, improve partial symbol completion 2014-09-07 12:11:09 +00:00
Hackerpilot a8e90377d5 Update libdparse 2014-09-04 00:23:40 -07:00
Hackerpilot 5da5e3b684 More memory use reductions 2014-09-03 17:51:53 -07:00
Hackerpilot 6a3cf3c572 Decrease the size of the ACSymbol struct 2014-09-03 17:29:12 -07:00
Hackerpilot 02063b87a3 More import fixes 2014-09-03 08:39:39 +00:00
Hackerpilot c97fca76ee Some files didn't get checked in... 2014-09-03 05:18:55 +00:00
Hackerpilot 0783d92e0d Handle public imports MUCH more efficiently. Fixes #160 2014-09-02 17:46:40 -07:00
Hackerpilot dcd01fba76 Update README 2014-09-02 05:10:52 +00:00
Hackerpilot 72faf5ec4a Fix LDC build 2014-09-02 04:51:26 +00:00
Hackerpilot d9e509689e 11 percent startup speed improvement because DMD's backend sucks 2014-09-02 00:36:05 +00:00
Hackerpilot c627d6b735 Update libdparse 2014-08-25 17:06:20 -07:00