Hackerpilot
|
7101d7a64b
|
Fix issues in the client.
|
2014-05-29 18:46:04 -07:00 |
Hackerpilot
|
059726b662
|
Allow -I to appear with other options. Fix #134
|
2014-05-27 11:48:17 -07:00 |
Hackerpilot
|
15e39c1f19
|
Fix #133
|
2014-05-20 04:13:16 +00:00 |
Hackerpilot
|
ae91019ab4
|
Use string interning for a very nice speed boost
|
2014-05-18 01:59:02 -07:00 |
Hackerpilot
|
970310702d
|
Switch over to allocators from GC, dropping the memory usage by 70%
|
2014-05-09 00:35:35 -07:00 |
Hackerpilot
|
280775baa2
|
Rather large refactoring
|
2014-03-03 23:55:48 -08:00 |
Hackerpilot
|
821ecf5105
|
Copy path field
|
2014-02-09 16:02:04 -08:00 |
Hackerpilot
|
f52cb6ad2a
|
Added documentation. Removed duplicated code from autocompletion module
|
2014-02-08 20:56:13 -08:00 |
Hackerpilot
|
e6c03b6610
|
Drastic performance increase. Helps address #108
|
2014-02-07 01:15:49 -08:00 |
Hackerpilot
|
29e23122af
|
Fix #105
|
2014-02-01 13:39:44 -08:00 |
Hackerpilot
|
0ed026e3d1
|
Updated DScanner
|
2014-01-21 23:57:40 -08:00 |
Hackerpilot
|
87056b0c58
|
Finally implement #22
|
2014-01-20 04:12:37 -08:00 |
Hackerpilot
|
3c326a3f82
|
Updated DScanner and msgpack-d
|
2014-01-19 23:47:23 -08:00 |
Hackerpilot
|
07c93758f7
|
Merge branch '0.2.0-dev'
Conflicts:
acvisitor.d
autocomplete.d
dscanner
server.d
|
2013-11-06 16:13:25 -08:00 |
Hackerpilot
|
da48901dd0
|
#62
|
2013-10-29 21:16:13 -07:00 |
Hackerpilot
|
13ef990fa9
|
#62
|
2013-10-29 21:15:48 -07:00 |
Hackerpilot
|
bb3b33b471
|
More work on go-to-location support
|
2013-10-21 23:30:58 -07:00 |
Hackerpilot
|
ef85d2de5f
|
More work on #26
|
2013-10-19 17:43:04 -07:00 |
Hackerpilot
|
93f3986d77
|
Removed broken connection filtering
|
2013-10-18 12:28:55 -07:00 |
Hackerpilot
|
cc49cef4c7
|
Made some effort at reducing memory use. Implemented #54
|
2013-10-13 23:23:31 +00:00 |
Hackerpilot
|
41dbdaed4a
|
More work on the new completion process. Fixed #55
|
2013-10-13 17:03:44 +00:00 |
Hackerpilot
|
e2be6948e9
|
0.2.0 development work
|
2013-10-09 02:16:11 -07:00 |
Hackerpilot
|
7a0c685fd1
|
Merge pull request #47 from jacob-carlborg/osx
Add support for Mac OS X.
|
2013-09-16 00:35:30 -07:00 |
Hackerpilot
|
736701cab7
|
Fix #51
|
2013-09-15 21:26:15 +00:00 |
Jacob Carlborg
|
a8585c8230
|
Print help text when the -h or --help flag is passed.
|
2013-09-15 16:11:13 +02:00 |
Jacob Carlborg
|
9c63681b91
|
Add support for Mac OS X.
|
2013-09-15 16:06:41 +02:00 |
Hackerpilot
|
ebb608bba5
|
Fix #29
|
2013-09-14 19:55:52 +00:00 |
Hackerpilot
|
1b943fcab2
|
Update server.d
Fix #31
|
2013-09-02 22:55:05 -07:00 |
Hackerpilot
|
61ec081805
|
Issue #8: Must use binary popen to avoid CRLF screwing everything up.
|
2013-09-01 03:01:46 -07:00 |
Hackerpilot
|
8cc0f2546d
|
Issue #8
Fixed configuration file parsing: byLine requires that the file be
opened in text mode to properly handle CRLF line endings. Added build
batch file.
|
2013-09-01 02:23:01 -07:00 |
Dylan Knutson
|
d01050f316
|
On Windows, look for config in dcd.conf, on posix default to ~/.config/dcd
|
2013-08-18 17:24:02 -07:00 |
Hackerpilot
|
ec0f7ff79f
|
Fixed spaces -> tabs and a 32/64 bit issue
|
2013-08-18 16:53:29 +00:00 |
Hackerpilot
|
11465454d8
|
Basic support for inheritance. Import completion. Autocomplete now works with for and foreach
|
2013-08-16 23:51:23 +00:00 |
Hackerpilot
|
bf3c7ba500
|
Autocomplete of enum members and handling of opSlice and opIndex
|
2013-08-11 17:39:26 +00:00 |
Hackerpilot
|
fe11e9d359
|
Import directories are handled much better now
|
2013-08-11 14:38:56 +00:00 |
Hackerpilot
|
79afeb2538
|
Read import paths from configuration file instead of hard coding them
|
2013-08-11 01:16:48 +00:00 |
Hackerpilot
|
974d3dc3ba
|
A lot of progress
|
2013-08-08 23:31:25 +00:00 |
Hackerpilot
|
ffe8169ead
|
Able to autocomplete some symbols from other modules now. Still crashes a lot
|
2013-08-08 02:40:15 +00:00 |
Hackerpilot
|
814dcbd26a
|
Tons of hacking, but not necessarily tons of progress
|
2013-08-07 01:36:36 +00:00 |
Hackerpilot
|
267dbab208
|
Basic autocomplete for enums in current file works
|
2013-08-02 02:01:01 +00:00 |
Hackerpilot
|
29178522d3
|
Autocomplete extern(...) declarations
|
2013-07-27 03:13:34 +00:00 |
Hackerpilot
|
1f3042424c
|
Decided on GPL3 for the project
|
2013-07-19 16:09:34 -07:00 |
Hackerpilot
|
2872990817
|
Basic proof of concept is working
|
2013-07-18 17:02:03 -07:00 |
Hackerpilot
|
6c69d8af49
|
Can sometimes autocomplete version, scope, and __traits
|
2013-07-16 23:57:41 -07:00 |