Hackerpilot
|
3aba4955e5
|
Use libdparse instead of dscanner
|
2014-06-26 12:44:51 -07:00 |
Hackerpilot
|
7101d7a64b
|
Fix issues in the client.
|
2014-05-29 18:46:04 -07:00 |
Hackerpilot
|
ae91019ab4
|
Use string interning for a very nice speed boost
|
2014-05-18 01:59:02 -07:00 |
Hackerpilot
|
80e3ad1f57
|
Fix memory corruption
|
2014-05-10 03:02:34 -07:00 |
Hackerpilot
|
970310702d
|
Switch over to allocators from GC, dropping the memory usage by 70%
|
2014-05-09 00:35:35 -07:00 |
Robert Schadek
|
1dcc2ecfe2
|
modulecache 32 bit
cast needed, because on m32 ulong does not conv to uint automatically
|
2014-03-05 13:00:47 +01: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
|
3c326a3f82
|
Updated DScanner and msgpack-d
|
2014-01-19 23:47:23 -08:00 |
Hackerpilot
|
52b919bd3a
|
Fix #67 and update DScanner
|
2013-11-04 16:21:33 -08:00 |
Hackerpilot
|
506573b493
|
Fix #11
|
2013-10-29 23:10:01 -07:00 |
Hackerpilot
|
2e6c978e78
|
Fixes #30
|
2013-10-18 12:28:17 -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
|
6b432053f0
|
It compiles again
|
2013-10-12 19:46:47 +00:00 |
Hackerpilot
|
e2be6948e9
|
0.2.0 development work
|
2013-10-09 02:16:11 -07:00 |
Hackerpilot
|
5ee2192c6f
|
Fixed #34. Also fixed an issue where modules would be corrupted when performing a selective import.
|
2013-09-11 01:26:57 +00:00 |
Hackerpilot
|
59a279da32
|
Merge pull request #17 from dymk/windows-fixes
Add configuration file support for Windows
|
2013-08-18 17:27:04 -07:00 |
Dylan Knutson
|
417703d103
|
Windows requires size_t to be passed to uninitializedArray() in modulecache.d
|
2013-08-18 17:24:11 -07:00 |
Hackerpilot
|
bb0fe7ccce
|
Merge pull request #16 from Dav1dde/aip
don't add import paths twice
|
2013-08-18 16:59:34 -07:00 |
David
|
27fa4aa606
|
don't add import paths twice
|
2013-08-18 23:52:07 +02:00 |
Hackerpilot
|
9c5deaca93
|
Merge branch 'master' of https://github.com/Hackerpilot/DCD
Conflicts:
modulecache.d
|
2013-08-18 17:11:53 +00:00 |
Hackerpilot
|
555a1dd696
|
More Windows fixes
|
2013-08-18 17:10:58 +00:00 |
Hackerpilot
|
6a13723533
|
spaces -> tabs
|
2013-08-18 12:41:49 +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
|
954907325f
|
Display call tips for all the overloads of a function. Fixed issue with builtin types not being added early enough
|
2013-08-11 19:59:51 +00:00 |
Hackerpilot
|
fe11e9d359
|
Import directories are handled much better now
|
2013-08-11 14:38:56 +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
|
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 |