source:
dev/BasicCompiler_Common@
51
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
BasicCompiler.cpp | 19.6 KB | 15 | 18 years | LexicalAnalysisを廃止。 | |
BasicCompiler.h | 2.2 KB | 15 | 18 years | LexicalAnalysisを廃止。 | |
BasicFixed.h | 5.4 KB | 46 | 18 years | VarPtrの戻り値の型をVoidPtrではなく、ポインタレベルを増加した型にした。 関連関数のパラメータにconstを適用。 | |
BreakPoint.cpp | 4.1 KB | 4 | 18 years | ||
BreakPoint.h | 575 bytes | 4 | 18 years | ||
calculation.cpp | 37.4 KB | 50 | 18 years | オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。 | |
CDebugThreadInfo.cpp | 2.9 KB | 4 | 18 years | ||
Class.cpp | 31.6 KB | 51 | 18 years | ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。 | |
Class.h | 5.1 KB | 51 | 18 years | ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。 | |
CommandFormat.cpp | 7.1 KB | 4 | 18 years | ||
common.h | 15.2 KB | 50 | 18 years | オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。 | |
common_msg_eng.h | 2.0 KB | 4 | 18 years | ||
common_msg_jpn.h | 2.3 KB | 4 | 18 years | ||
Compile.cpp | 15.8 KB | 34 | 18 years | スコープ処理を統一した。関数の途中でReturnしても、スコープにあるローカルオブジェクトを正確に破棄できるようにした。 | |
Const.cpp | 3.5 KB | 7 | 18 years | Constステートメントで定数変数を宣言できるように改良。 | |
Const.h | 1.2 KB | 7 | 18 years | Constステートメントで定数変数を宣言できるように改良。 | |
Debug.cpp | 22.5 KB | 4 | 18 years | ||
debug.h | 713 bytes | 4 | 18 years | ||
DebugMiddleFile.cpp | 25.6 KB | 51 | 18 years | ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。 | |
DebugSection.h | 1.6 KB | 15 | 18 years | LexicalAnalysisを廃止。 | |
Enum.cpp | 7.0 KB | 47 | 18 years | 列挙子の比較演算が正常に行えないバグを修正。 クラス名と同名のグローバル関数を定義できないバグを修正 | |
Enum.h | 492 bytes | 4 | 18 years | ||
error.cpp | 22.0 KB | 46 | 18 years | VarPtrの戻り値の型をVoidPtrではなく、ポインタレベルを増加した型にした。 関連関数のパラメータにconstを適用。 | |
gc.cpp | 2.4 KB | 11 | 18 years | Const変数の書き込み規制を有効化(グローバル/ローカル変数のみ) 定数オブジェクトと定数メンバは未実装。 | |
hash.cpp | 3.6 KB | 51 | 18 years | ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。 | |
Intermediate_Step1.cpp | 27.4 KB | 4 | 18 years | ||
Intermediate_Step2.cpp | 16.2 KB | 43 | 18 years | ||
LexicalScoping.cpp | 7.0 KB | 51 | 18 years | ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。 | |
LexicalScoping.h | 1.3 KB | 34 | 18 years | スコープ処理を統一した。関数の途中でReturnしても、スコープにあるローカルオブジェクトを正確に破棄できるようにした。 | |
LoopRefCheck.cpp | 1.2 KB | 4 | 18 years | ||
MakeExe.cpp | 7.1 KB | 15 | 18 years | LexicalAnalysisを廃止。 | |
NonVolatile.cpp | 8.2 KB | 4 | 18 years | ||
NonVolatile.h | 1.0 KB | 4 | 18 years | ||
NumOpe_GetType.cpp | 14.4 KB | 50 | 18 years | オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。 | |
Object.cpp | 4.1 KB | 50 | 18 years | オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。 | |
Overload.cpp | 1.7 KB | 50 | 18 years | オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。 | |
PESchedule.cpp | 6.5 KB | 44 | 18 years | 静的再配置に関するコードを削除 | |
PESchedule.h | 2.1 KB | 34 | 18 years | スコープ処理を統一した。関数の途中でReturnしても、スコープにあるローカルオブジェクトを正確に破棄できるようにした。 | |
preprocessor.cpp | 12.9 KB | 43 | 18 years | ||
Psapi.h | 6.6 KB | 4 | 18 years | ||
Resource.cpp | 3.4 KB | 4 | 18 years | ||
RSrcSection.cpp | 26.0 KB | 4 | 18 years | ||
StrOperation.cpp | 15.3 KB | 49 | 18 years | 戻り値オブジェクトのメンバを直接的に参照できるようにした。 | |
Subroutine.cpp | 34.3 KB | 50 | 18 years | オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。 | |
TypeDef.cpp | 2.6 KB | 46 | 18 years | VarPtrの戻り値の型をVoidPtrではなく、ポインタレベルを増加した型にした。 関連関数のパラメータにconstを適用。 | |
TypeDef.h | 403 bytes | 46 | 18 years | VarPtrの戻り値の型をVoidPtrではなく、ポインタレベルを増加した型にした。 関連関数のパラメータにconstを適用。 | |
Variable.cpp | 28.0 KB | 51 | 18 years | ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。 | |
Variable.h | 1.7 KB | 49 | 18 years | 戻り値オブジェクトのメンバを直接的に参照できるようにした。 |
Note:
See TracBrowser
for help on using the repository browser.