source: dev/trunk/ab5.0/abdev/compiler_x86

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @664   16 years dai_9181 不正なByValに対するエラーメッセージが正確に表示されなくなるバグを修正
(edit) @660   16 years dai_9181 バージョンを5.0.0.5に上げた(CP5としてリリース用)。
(edit) @648   16 years dai_9181 ・ブレークポイントが正常に動作しない不具合を修正。 ・と同時に、ブレークポイント周りのコードをリファクタリング
(edit) @645   16 years dai_9181 複数のlibの依存関係解決後、使用しているDLL関数を正確にインポートできるようにした。
(edit) @642   16 years dai_9181 [641]のコミット漏れ
(edit) @641   16 years dai_9181 ・デバッグトレース時、グローバル領域の終端行でステップインまたはステップアウトしたときにデバッグ情報の取得に失敗して強制終了してしまう不具合を …
(edit) @640   16 years dai_9181 静的リンクリンカの依存関係解決モジュールを製作中
(edit) @637   16 years dai_9181 リンカの依存関係解決モジュールを製作中
(edit) @636   16 years dai_9181 libファイルを跨ったテンプレート展開に対応。
(edit) @632   16 years dai_9181 ジェネリッククラスの型パラメータに値型が指定されたときに限り、テンプレート展開を行うようにした。 TODO: …
(edit) @628   16 years dai_9181 ジェネリクス型の型解決ができない場合のエラーメッセージを実装した。
(edit) @622   16 years dai_9181 ResourceManagerクラスを追加。既存のリソース管理モジュールの置き換えを行った。
(edit) @608   16 years dai_9181 静的リンクライブラリプロジェクトの作成(IDE側)に対応。
(edit) @605   16 years dai_9181 OutputExe→Build Compile()→MakeExe
(edit) @603   16 years dai_9181 ObjectModuleに関連するクラス一式をab_commonプロジェクトに移動した。
(edit) @601   16 years dai_9181 BasicFixed.hをab_commonプロジェクトに移動。
(edit) @600   16 years dai_9181 依存関係を整理中
(edit) @598   16 years dai_9181 SplitMemberNameの依存関係を排除。
(edit) @596   16 years dai_9181 Enum.cppが空だったので削除。
(edit) @595   16 years dai_9181 インクルード順序を整理
(edit) @594   16 years dai_9181 インクルード順序を整理
(edit) @591   16 years dai_9181 DataTable::AddWStringメソッドを追加。
(edit) @589   16 years dai_9181 DataTableGeneratorクラスを追加。
(edit) @587   16 years dai_9181 [585][586]をリバース。NativeCodeクラスとMetaクラスは依存関係があるので分離しない方針とする。
(edit) @586   16 years dai_9181 [585]を32bit版にマージ。
(edit) @580   16 years dai_9181 VariableクラスのLexicalAnalyzerクラスへの依存性をなくした。
(edit) @579   16 years dai_9181 Consts/ConstMacrosクラスのLexicalAnalyzerクラスへの依存性をなくした。
(edit) @578   16 years dai_9181 LexicalAnalyzer::ConstMacroToExpressionメソッドを実装。
(edit) @570   16 years dai_9181 Variables::DuplicateCheck、Variables::BackSearchメソッドにnowScopeLevelパラメータを …
(edit) @566   16 years dai_9181 ・Classes::Find→Classes::FindExにリネームして、TypeDefサポートを排除した。 …
(edit) @565   16 years dai_9181 ・ProcedureGeneratorクラスを追加。 …
(edit) @564   16 years dai_9181 IsExistIsExistDuplicationKeyName
(edit) @562   16 years dai_9181 CClass::GetDelegateメソッドを廃止し、代わりにMeta::ToDelegateメソッドを実装。
(edit) @561   16 years dai_9181 AddMemberAddDynamicMethod ・CMember→Member …
(edit) @559   16 years dai_9181 VtblGeneratorクラスを追加。Classes/CClassクラスのvtbl生成関連の実装をVtblGeneratorクラスに移動した。
(edit) @552   16 years dai_9181 LexicalAnalyzerクラスでBasicSourceクラスを使用しないようにした。
(edit) @551   16 years dai_9181 ・PutWithScheduleメソッドを追加。 ・NativeCodeクラスが持つCompilerクラスへの依存度を除去した。
(edit) @548   16 years dai_9181 Enum.hを後読みにした。
(edit) @547   16 years dai_9181 Enum収集をLexicalAnalyzerクラスに実装しなおした。
(edit) @546   16 years dai_9181 LexicalAnalyzerのソースコードの記述位置を整理。
(edit) @545   16 years dai_9181 ビルドメッセージを文言変更
(edit) @543   16 years dai_9181 ・GetConstInfo関数を廃止し、LexicalAnalyzer::CollectConstsメソッドを追加。
(edit) @542   16 years dai_9181 CollectTypeDefsメソッドをLexicalAnalyzerクラスに移動した。
(edit) @541   16 years dai_9181 SynonymErrorWordsを排除。 ClearSynonymErrorWordsメソッドを追加。
(edit) @538   16 years dai_9181 pCompilingMethodを排除。
(edit) @537   16 years dai_9181 UserProcクラスによるコンパイル中関数管理用メソッドを除去(すべてCompilerクラス内で処理するようにした)。
(edit) @536   16 years dai_9181 Compiler::pCompilingClassメンバをprivateにし、setter/getterにあたるメソッドを用意した。
(edit) @533   16 years dai_9181 Compiler::StartProcedureCompile、Compiler::FinishProcedureCompileメソッドを追加 …
(edit) @532   16 years dai_9181 ・jenga.hのコミット漏れをコミット。 ・DataTable.hのインクルード位置を修正。
(edit) @529   16 years dai_9181 Binaryクラスをjengaプロジェクトに移動した。
(edit) @527   16 years dai_9181 ヘッダファイルを整理中
(edit) @526   16 years dai_9181 デリゲート収集コードの実装をLexicalAnalyzerクラスに移動した。
(edit) @525   16 years dai_9181 デリゲート収集コードの実装をLexicalAnalyzerクラスに移動した。
(edit) @524   16 years dai_9181 ヘッダファイルを整理中
(edit) @523   16 years dai_9181 ヘッダファイルを整理中
(edit) @522   16 years dai_9181 ヘッダファイルを整理中
(edit) @520   16 years dai_9181 Hashmapクラスをjengaプロジェクトに移動。
(edit) @519   16 years dai_9181 jenga.hを追加。
(edit) @517   16 years dai_9181 Environment.h/cppのディレクトリを移動。
(edit) @515   16 years dai_9181 ab_common.hを追加。 TypeMisc.hを追加。
(edit) @514   16 years dai_9181 [505][513]を64bit版にマージ。
(edit) @513   16 years dai_9181 Interfaceクラスを独自ファイルにした。
(edit) @512   16 years dai_9181 Class_Collect.cppからLexicalAnalyzer_Class.cppへリネーム
(edit) @511   16 years dai_9181 幾つかの構文解析系の処理をLexicalAnalyzerに実装し直した
(edit) @510   16 years dai_9181 Prototypeクラスをab_commonプロジェクトに移動した。
(edit) @509   16 years dai_9181 Symbolクラスをab_commonプロジェクトに移動した。
(edit) @508   16 years dai_9181 Symbolコンストラクタを少なくし、LexicalAnalyzer::FullNameToSymbolメソッドを実装。
(edit) @507   16 years dai_9181 NamespaceSupporterクラスをab_commonプロジェクトに移動した。
(edit) @506   16 years dai_9181 LexicalAnalyzerクラスを追加。
(edit) @505   16 years dai_9181 NamespaceScopes、NamespaceScopesCollectionクラスをab_commonプロジェクトに移動した。
(edit) @488   16 years dai_9181 エラー情報のファイル名をフルパスに変更した。
(edit) @484   16 years dai_9181 プロジェクトのリネーム中
(edit) @482   16 years dai_9181 プロジェクトのリネーム中
(copy) @481   16 years dai_9181 プロジェクトのリネーム中
copied from trunk/ab5.0/abdev/BasicCompiler32
(edit) @477   16 years dai_9181 構成管理を大幅に改良。
Note: See TracRevisionLog for help on using the revision log.