source: dev/trunk/abdev/BasicCompiler32

Revision Log Mode:


Legend:

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