log trunk/src/cmd/ImportGraph.d @ 780:edd217e14736

age author description
Wed, 20 Feb 2008 23:13:56 +0100 Aziz K?ksal Using CompilationContext in command 'igraph'.
Wed, 20 Feb 2008 22:47:33 +0100 Aziz K?ksal Moved Settings.d and SettingsLoader.d to src/.
Sat, 16 Feb 2008 03:28:39 +0100 Aziz K?ksal Fixed unittests and removed dil.File.
Wed, 13 Feb 2008 20:21:25 +0100 Aziz K?ksal Introduced new module dil.SourceText and class SourceText.
Fri, 01 Feb 2008 15:40:32 +0100 Aziz K?ksal Using old algo for cycle detection again.
Fri, 01 Feb 2008 15:05:26 +0100 Aziz K?ksal Fixed code that finds out a modules FQN.
Sun, 27 Jan 2008 20:51:19 +0100 Aziz K?ksal Added static and public import styles to 'igraph' command.
Sun, 27 Jan 2008 18:21:42 +0100 Aziz K?ksal Fixed filter delegate in cmd.ImportGraph.
Sat, 26 Jan 2008 20:59:27 +0100 Aziz K?ksal Fixed cycle detection algorithm.
Sat, 26 Jan 2008 20:08:03 +0100 Aziz K?ksal Revised modules cmd.ImportGraph and dil.semantic.Module.
Sun, 06 Jan 2008 00:25:29 +0100 Aziz K?ksal Moved dil.Token to dil.lexer.Token.
Sat, 05 Jan 2008 23:58:42 +0100 Aziz K?ksal Moved dil.Module to dil.semantic.Module.
Sat, 05 Jan 2008 23:01:42 +0100 Aziz K?ksal Moved dil.Declarations to dil.ast.Declarations.
Sat, 05 Jan 2008 17:49:55 +0100 Aziz K?ksal Moved SyntaxTree.d to new package 'ast'.
Sat, 05 Jan 2008 16:53:27 +0100 Aziz K?ksal Moved Lexer.d to new package 'lexer'.
Thu, 04 Oct 2007 09:55:07 +0200 Aziz K?ksal Fix: analyzeGraph() should work correctly now.
Mon, 01 Oct 2007 18:49:26 +0200 Aziz K?ksal Added a new option '-m' to the igraph command.
Sat, 15 Sep 2007 17:12:26 +0200 Aziz K?ksal Migrated project to Tango.
Sat, 08 Sep 2007 16:42:02 +0000 aziz - Added code to main() for recognizing options to the importgraph command.
Mon, 03 Sep 2007 16:29:02 +0000 aziz - Renamed findModule() to findModulePath().
Sat, 01 Sep 2007 11:23:01 +0000 aziz - Renamed method start() to init() in Parser.
Fri, 31 Aug 2007 23:07:05 +0000 aziz - ImportGraph.execute() can parse all modules depending on the imports of the root module.
Fri, 31 Aug 2007 12:14:03 +0000 aziz - Added command importgraph/igraph to main.d.
Fri, 31 Aug 2007 11:07:05 +0000 aziz - Added option includes to config.d.
Fri, 31 Aug 2007 00:53:00 +0000 aziz - Every command module has an execute method now.