Tue, 08 Sep 2015 01:31:37 +0100 Added ,mcz export by-producsts to .hgignore
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 01:31:37 +0100] rev 541
Added ,mcz export by-producsts to .hgignore
Tue, 08 Sep 2015 02:23:45 +0100 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 02:23:45 +0100] rev 540
Merge
Tue, 08 Sep 2015 01:24:23 +0100 Updated splicemaps.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 01:24:23 +0100] rev 539
Updated splicemaps.
Mon, 07 Sep 2015 11:53:38 +0100 PPCConfiguration refactoring: [10/10]: Cleaned up compilation API
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 07 Sep 2015 11:53:38 +0100] rev 538
PPCConfiguration refactoring: [10/10]: Cleaned up compilation API The main compilation method is now PPParser>>compileWithOptions: Removed oither old and unused compilation methods from PPParser and other PetitCompiler classes.
Mon, 07 Sep 2015 08:20:46 +0100 PPCConfiguration refactoring: [9/10]: Renamed PPCConfiguration to PPCCompiler.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 07 Sep 2015 08:20:46 +0100] rev 537
PPCConfiguration refactoring: [9/10]: Renamed PPCConfiguration to PPCCompiler.
Mon, 07 Sep 2015 08:03:02 +0100 PPCConfiguration refactoring: [8/10]: Cleaned up compilation API.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 07 Sep 2015 08:03:02 +0100] rev 536
PPCConfiguration refactoring: [8/10]: Cleaned up compilation API. Methods in PPCConfiguration not meant for public use have been moved to private protocol to make it clear.
Fri, 04 Sep 2015 14:06:56 +0100 PPCConfiguration refactoring: [7/10]: allow to configure passes
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 04 Sep 2015 14:06:56 +0100] rev 535
PPCConfiguration refactoring: [7/10]: allow to configure passes ...run during compilation by setting a collection of passes to run. Got rid of PPCPluggableConfiguration and PPCConfiguration subclasses. Removed a bunch of options used to suppress certain passes.
Sat, 29 Aug 2015 07:56:14 +0100 PPCConfiguration refactoring: [6/10]: use #runPass: instead of self-sends.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 29 Aug 2015 07:56:14 +0100] rev 534
PPCConfiguration refactoring: [6/10]: use #runPass: instead of self-sends. ...in PPCConfiguration>>invokePhases. This is a preparation for removing #invokePhases completely and configuring the compilation via list of phases.
Wed, 26 Aug 2015 23:34:48 +0100 PPCConfiguration refactoring: [5/10]: Commented options in PPCCompilationOptions.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Aug 2015 23:34:48 +0100] rev 533
PPCConfiguration refactoring: [5/10]: Commented options in PPCCompilationOptions. So it's more clear for what the option is and how to use it. This is a base for user-documentation as options are meant to be set by the end user.
Wed, 26 Aug 2015 23:01:00 +0100 PPCConfiguration refactoring: [4/10]: introduced a class - PPCPass
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Aug 2015 23:01:00 +0100] rev 532
PPCConfiguration refactoring: [4/10]: introduced a class - PPCPass ... representing a compilation pass over the PPCNode tree. The pass has a common api method: #run:in: which is not used in PPCConfiguration. This simplifed the code and removed some code duplication.
(0) -300 -100 -10 +10 +100 tip