source: dev/trunk/abdev/BasicCompiler32

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @312   18 years dai_9181 バージョン情報をver.hに独立させた。
(edit) @308   18 years dai_9181 静的リンクライブラリにより、複数のグローバル領域が存在することになったのでそれぞれを関数ベースに分けた
(edit) @307   18 years dai_9181 構造体をクラスメソッドの戻り値にしたときにThisポインタが正常に引き渡されないバグを修正。
(edit) @306   18 years dai_9181 Protectedメソッドを派生クラス内のメソッドでSuperと指定するとエラーになるバグを修正。 …
(edit) @304   18 years dai_9181 Superが機能しないバグを修正。 ソースコードが小さいとソース付加に失敗するバグを修正。
(edit) @303   18 years dai_9181 ()と[]が組み合わさった複数行に渡るコードステップの字句解析を可能にした。
(edit) @301   18 years dai_9181
(edit) @299   18 years dai_9181
(edit) @294   18 years dai_9181
(edit) @293   18 years dai_9181
(edit) @292   18 years dai_9181
(edit) @290   18 years dai_9181 ジェネリクスのベースを実装
(edit) @288   18 years dai_9181
(edit) @287   18 years dai_9181 Binaryクラスを追加
(edit) @285   18 years dai_9181
(edit) @284   18 years dai_9181
(edit) @283   18 years dai_9181
(edit) @282   18 years dai_9181 vtbl構築をコード生成後(最終リンクの前)に行うようにした
(edit) @281   18 years dai_9181
(edit) @280   18 years dai_9181
(edit) @279   18 years dai_9181 sourceをObjectModuleに入れた
(edit) @278   18 years dai_9181
(edit) @277   18 years dai_9181 DllProc::pNextDataを排除した
(edit) @276   18 years dai_9181
(edit) @275   18 years dai_9181
(edit) @273   18 years dai_9181
(edit) @272   18 years dai_9181
(edit) @271   18 years dai_9181
(edit) @270   18 years dai_9181
(edit) @269   18 years dai_9181
(edit) @268   18 years dai_9181
(edit) @266   18 years dai_9181 BasicSourceのシリアライズがうまくいっていない
(edit) @265   18 years dai_9181
(edit) @263   18 years dai_9181
(edit) @261   18 years dai_9181
(edit) @260   18 years dai_9181 Labelクラスをリファクタリング
(edit) @259   18 years dai_9181
(edit) @258   18 years dai_9181 Linkerの骨格を作成した
(edit) @257   18 years dai_9181
(edit) @256   18 years dai_9181 MetaImplを廃止し、Metaにした。 ObjectModuleクラス、Linkerクラスを用意。
(edit) @254   18 years dai_9181
(edit) @253   18 years dai_9181
(edit) @252   18 years dai_9181 SystemProcのリファクタリング
(edit) @251   18 years dai_9181
(edit) @250   18 years dai_9181 Selectステートメントのスケジュール機構をリファクタリング
(edit) @248   18 years dai_9181 BreakPertialScheduleをリファクタリング
(edit) @247   18 years dai_9181 Exit Subスケジュールをリファクタリングした
(edit) @246   18 years dai_9181
(edit) @245   18 years dai_9181
(edit) @244   18 years dai_9181
(edit) @243   18 years dai_9181
(edit) @241   18 years dai_9181
(edit) @240   18 years dai_9181
(edit) @238   18 years dai_9181
(edit) @237   18 years dai_9181
(edit) @236   18 years dai_9181
(edit) @235   18 years dai_9181
(edit) @234   18 years dai_9181
(edit) @233   18 years dai_9181
(edit) @232   18 years dai_9181
(edit) @231   18 years dai_9181
(edit) @230   18 years dai_9181
(edit) @229   18 years dai_9181
(edit) @227   18 years dai_9181
(edit) @226   18 years dai_9181
(edit) @225   18 years dai_9181 CodeGeneratorクラスのベースを実装
(edit) @224   18 years dai_9181
(edit) @223   18 years dai_9181
(edit) @218   18 years dai_9181
(edit) @215   18 years dai_9181 BoostSerializationSupportのクラステンプレートインスタンスを明示的に生成するようにした(コンパイル時間の短縮)
(edit) @214   18 years dai_9181
(edit) @212   18 years dai_9181 BoostXmlSupportクラスの名前をBoostSerializationSupportに変更
(edit) @210   18 years dai_9181
(edit) @209   18 years dai_9181 DllProcsクラスを追加。
(edit) @208   18 years dai_9181 UserProc/DllProc/ProcPointerクラスをSymbolクラスからの派生にした
(edit) @206   18 years dai_9181 コード全体のリファクタリングを実施
(edit) @204   18 years dai_9181 pobj_InheritsClassメンバをprivateにした
(edit) @201   18 years dai_9181
(edit) @199   18 years dai_9181
(edit) @198   18 years dai_9181
(edit) @195   18 years dai_9181
(edit) @193   18 years dai_9181
(edit) @191   18 years dai_9181
(edit) @188   18 years dai_9181
(edit) @183   18 years dai_9181
(edit) @179   18 years dai_9181 キャスト演算子が変数オフセットが格納されたレジスタ(ecx)を上書きしてしまうバグを修正
(edit) @167   18 years dai_9181 BasicSysDirをGetAppDirに置き換えた
(edit) @165   18 years dai_9181
(edit) @163   18 years dai_9181
(edit) @159   18 years dai_9181 プロジェクト内を整理。jengaライブラリのベースを作成。
(copy) @148   18 years dai_9181 Moved remotely
copied from BasicCompiler32
(edit) @143   18 years dai_9181 Smoothie::Metaクラス内を整理
Note: See TracRevisionLog for help on using the revision log.