root/trunk/descent.debug.core


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1559 [1559] 09/01/09 11:07:25 asterite More progress with the integreated builder. Now can lunch d files!
(edit) @1469 [1469] 07/21/09 18:40:21 asterite Fixed #180. Also: greatly improved performance!!! Now even if there are …
(edit) @1468 [1468] 07/20/09 15:32:23 asterite Now _arguments and _argptr are suggested inside variadic functions.
(edit) @1463 [1463] 07/19/09 16:22:11 asterite * Optimized parser when indexing by not reporting errors (not creating …
(edit) @1393 [1393] 06/01/09 15:24:38 asterite Fixed an NPE when no D projects were in the workspace.
(edit) @1392 [1392] 05/31/09 19:41:53 asterite New version for testing, and also fixed location of problems when …
(edit) @1379 [1379] 05/28/09 19:46:45 fraserofthenight Oops; meant to check this in, too
(edit) @1374 [1374] 05/27/09 15:28:04 asterite More refactoring…
(edit) @1371 [1371] 05/27/09 08:37:11 asterite Now the debugger (the normal one) can find sources in include paths and …
(edit) @1370 [1370] 05/26/09 19:06:25 asterite Started reorganizing code: first core in core, ui in ui.
(edit) @1369 [1369] 05/26/09 14:44:28 asterite Started refactoring a little bit. Will be much cleaner in next commits. …
(edit) @1357 [1357] 05/21/09 16:27:41 asterite Progress on the ctfe debugger... mmm... doesn't seem very easy to do. …
(edit) @1356 [1356] 05/21/09 11:55:25 asterite Started implementing debug at compile time. Just the menu, the launch …
(edit) @1352 [1352] 05/20/09 09:23:06 asterite Tuple types are now shown nicely in hovers and autocompletion: added a …
(edit) @1350 [1350] 05/19/09 16:29:44 asterite Several enhancements: "break;" now autoindents correctly, pressing ";" for …
(edit) @1348 [1348] 05/18/09 17:22:24 asterite === Release 0.5.5 ===
(edit) @1346 [1346] 05/18/09 08:53:58 asterite Better filtering of "Run as D application", as requested in the forums.
(edit) @1310 [1310] 01/27/09 06:32:29 asterite Now completion proposals are shown for classinfo, outer (for classes) and …
(edit) @1302 [1302] 12/31/08 12:15:50 asterite * Added some support for autocompletion, go-to-definition and semantic …
(edit) @1300 [1300] 12/30/08 10:48:38 asterite --
(edit) @1299 [1299] 12/20/08 20:46:53 asterite New version so that I can drop the ugly nightly-build system... Also, it's …
(edit) @1297 [1297] 12/20/08 20:13:37 asterite Added support for array "extension methods" in autocompletion.
(edit) @1294 [1294] 10/26/08 11:26:31 asterite * I hope now ticket #129 is solved... * Cleaned a lot the UI for new …
(edit) @1273 [1273] 10/04/08 10:47:49 asterite Uploaded new nightly build that fixes comment on ticket #121
(edit) @1264 [1264] 10/01/08 16:56:47 asterite Commited missing file
(edit) @1246 [1246] 08/30/08 17:38:49 asterite Small bugfixes and improvements
(edit) @1233 [1233] 07/23/08 20:15:43 asterite Fixed ticket #108. New nightly build for this
(edit) @1231 [1231] 07/18/08 22:27:10 asterite Optimizations for autocompletion, uploaded a new nightly build
(edit) @1228 [1228] 07/13/08 13:22:12 asterite Just uploaded nightly build 0.5.3.20080713
(edit) @1223 [1223] 07/12/08 14:05:38 asterite Updated to DMD 1.033
(edit) @1214 [1214] 07/06/08 22:04:43 asterite It was true after all…
(edit) @1210 [1210] 07/05/08 15:16:39 asterite Replaced the somewhat criptic 'missing or corrupt object.d' with a better …
(edit) @1198 [1198] 06/29/08 11:58:45 asterite Trying a new optimization... will need to cleanup code later. Now struct …
(edit) @1191 [1191] 06/20/08 21:04:06 asterite Fixed breakpoint not understood in gbd linux
(edit) @1149 [1149] 05/01/08 13:58:42 asterite ============= Release 0.5.2 =============
(edit) @1144 [1144] 04/30/08 23:06:39 asterite Fixed ticket #62 (stop execution of program on unhandled exception in …
(edit) @1109 [1109] 04/16/08 16:15:16 fraserofthenight Reverted the debugger/unittest builder changes. Now changes can be made to …
(edit) @1101 [1101] 04/06/08 05:30:53 fraserofthenight Few more random builder changes
(edit) @1082 [1082] 03/11/08 07:08:49 fraserofthenight More builder work
(edit) @1077 [1077] 03/02/08 21:54:05 fraserofthenight Integrated the launcher
(edit) @1074 [1074] 02/26/08 19:26:57 fraserofthenight There's no way to avoid adding a dependency on rebuild :-(
(edit) @1070 [1070] 02/20/08 17:51:01 fraserofthenight Lots of builder changes, especially to the ObjectFile? class.
(edit) @1067 [1067] 02/20/08 11:41:45 fraserofthenight Moved builder to descent.launching
(edit) @1063 [1063] 02/14/08 06:17:44 fraserofthenight Next time I should try putting together an architecture before I start …
(edit) @1061 [1061] 02/13/08 13:55:26 fraserofthenight Refactoring/moving stuff around in the builder
(edit) @1054 [1054] 02/06/08 20:16:56 asterite Release 0.5.1…
(edit) @1048 [1048] 02/05/08 17:51:22 fraserofthenight It's actually running the tests and sort of working (for my test data).
(edit) @1037 [1037] 02/03/08 19:20:54 asterite The final clean up. I think it's pretty ready for a release.
(edit) @928 [928] 11/24/07 22:32:33 fraserofthenight Added launcher to descent.unittest
(edit) @902 [902] 11/04/07 15:01:43 asterite Preparing to release 0.4.4
(edit) @805 [805] 09/27/07 16:31:14 phoenix Minor cleanup using Semaphore's
(edit) @800 [800] 09/26/07 21:19:10 asterite Debugger fix.
(edit) @798 [798] 09/26/07 12:18:53 phoenix Fixed minor add-source-paths bug.
(edit) @732 [732] 09/07/07 18:56:18 asterite Preparing to release 0.4.3…
(edit) @716 [716] 09/02/07 22:37:34 asterite Fixed some stuff to make gdb finally work ok!
(edit) @680 [680] 08/26/07 12:32:09 asterite Fixed some broken stuff in dtool because InOut? was blown away.
(edit) @666 [666] 08/22/07 23:11:58 asterite Commiting a new maintenance version just to test if it's all set to update …
(edit) @662 [662] 08/21/07 23:19:07 asterite All ready to release 0.4.1.
(edit) @661 [661] 08/21/07 22:51:05 asterite Problem messages now centralized and can be i18ned. This should also …
(edit) @655 [655] 08/19/07 02:37:52 asterite Fixed a small bug in ASTConverter.
(edit) @647 [647] 08/18/07 00:13:27 asterite Switched from String to char[] in parser. Still need to optimize sharing …
(edit) @630 [630] 08/13/07 18:45:39 asterite New patch version with the fix for special tokens.
(edit) @627 [627] 08/12/07 12:30:01 asterite Updated version of plugins to 0.4. Updated metrics-plugin to new AST.
(edit) @546 [546] 07/21/07 14:34:16 asterite --
(edit) @545 [545] 07/21/07 14:13:01 asterite --
(edit) @542 [542] 07/21/07 14:02:55 asterite Now debug plugin working correctly (it broke because of the renaming).
(add) @541 [541] 07/21/07 13:36:47 asterite Now the debug related stuff is in the descent.debug.core and …
Note: See TracRevisionLog for help on using the revision log.