let's commit all this before my VM blows up and nukes my work

This commit is contained in:
Ash Wolf
2022-10-19 21:16:13 +01:00
parent 775b686166
commit d1f153d34b
147 changed files with 19447 additions and 1766 deletions

109
notes
View File

@@ -1,62 +1,65 @@
~/bin/mwccppc -c -g -opt l=4,noschedule,speed -enum min -Iincludes -Isdk_hdrs -w all,nounused -wchar_t on -bool off -Cpp_exceptions off
* - has issues
DONE CLStaticMain.c
DONE ClientGlue.c
DONE CLMain.c
DONE* MacEmul/Resources.c
STUB Envir/CLErrors.c
DONE* MacEmul/ResourceStrings.c
---- Plugins/CLPlugins.c
---- Callbacks/CLParserCallbacks_v1.cpp
STUB CLIO.c
STUB CLToolExec.c
DONE OSLib/Posix.c
DONE OSLib/StringExtras.c
DONE OSLib/Generic.c
---- Project/CLProj.c
---- CLLicenses.c
DONE OSLib/MemUtils.c
---- CLPluginRequests.cpp
DONE MacEmul/LowMem.c
---- CLFileOps.c
---- CLPrefs.c
---- CLTarg.c
---- Project/CLAccessPaths.c
DONE OSLib/MacSpecs.c
DONE OSLib/StringUtils.c
DONE MacEmul/Memory.c
DONE MacEmul/File.c
DONE MacEmul/TextUtils.c
---- ?? AddFileTypeMappingList, SetMacFileType, ...
---- Project/CLFiles.c
---- Project/CLOverlays.c
---- Project/CLSegs.c
---- Callbacks/CLDropinCallbacks_V10.cpp
DONE OSLib/MacFileTypes.c
DONE OSLib/FileHandles.c
---- Callbacks/CLCompilerLinkerDropin_V10.cpp
---- CLDependencies.c
---- CLWriteObjectFile.c
---- CLBrowser.c
---- CLIncludeFileCache.c
---- CLLoadAndCache.c
DONE MacEmul/ErrMgr.c
---- ?? Counterpart of cc-macosx-ppc-mw.c
(Includes RegisterStaticTargetResources, GetStaticTarget, ...)
---- ?? Counterpart of ParserGlue-macosx-ppc-cc.c
[CL / command_line]
DONE command_line/CmdLine/Src/Clients/CLStaticMain.c
DONE command_line/CmdLine/Src/Clients/ClientGlue.c
DONE command_line/CmdLine/Src/CLMain.c
DONE* command_line/CmdLine/Src/MacEmul/Resources.c
DONE command_line/CmdLine/Src/Envir/CLErrors.c
DONE* command_line/CmdLine/Src/MacEmul/ResourceStrings.c
DONE* command_line/CmdLine/Src/Plugins/CLPlugins.c
DONE command_line/CmdLine/Src/Callbacks/CLParserCallbacks_v1.cpp
DONE command_line/CmdLine/Src/Envir/CLIO.c
DONE command_line/CmdLine/Src/CLToolExec.c
DONE command_line/CmdLine/Src/OSLib/Posix.c
DONE command_line/CmdLine/Src/OSLib/StringExtras.c
DONE command_line/CmdLine/Src/OSLib/Generic.c
DONE command_line/CmdLine/Src/Project/CLProj.c
DONE command_line/CmdLine/Src/CLLicenses.c
DONE command_line/CmdLine/Src/OSLib/MemUtils.c
DONE command_line/CmdLine/Src/CLPluginRequests.cpp
DONE command_line/CmdLine/Src/MacEmul/LowMem.c
DONE command_line/CmdLine/Src/CLFileOps.c
DONE command_line/CmdLine/Src/CLPrefs.c
DONE command_line/CmdLine/Src/CLTarg.c
DONE command_line/CmdLine/Src/Project/CLAccessPaths.c
DONE command_line/CmdLine/Src/OSLib/MacSpecs.c
DONE command_line/CmdLine/Src/OSLib/StringUtils.c
DONE command_line/CmdLine/Src/MacEmul/Memory.c
DONE command_line/CmdLine/Src/MacEmul/Files.c
DONE command_line/CmdLine/Src/MacEmul/TextUtils.c
DONE ?? AddFileTypeMappingList, SetMacFileType, ...
DONE command_line/CmdLine/Src/Project/CLFiles.c
DONE command_line/CmdLine/Src/Project/CLOverlays.c
DONE command_line/CmdLine/Src/Project/CLSegs.c
DONE* command_line/CmdLine/Src/Callbacks/CLDropinCallbacks_V10.cpp
DONE command_line/CmdLine/Src/OSLib/MacFileTypes.c
DONE command_line/CmdLine/Src/OSLib/FileHandles.c
DONE command_line/CmdLine/Src/Callbacks/CLCompilerLinkerDropin_V10.cpp
DONE* command_line/CmdLine/Src/CLDependencies.c
DONE command_line/CmdLine/Src/CLWriteObjectFile.c
DONE* command_line/CmdLine/Src/CLBrowser.c
DONE command_line/CmdLine/Src/CLIncludeFileCache.c
DONE command_line/CmdLine/Src/CLLoadAndCache.c
DONE command_line/CmdLine/Src/MacEmul/ErrMgr.c
DONE compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Static/cc-mach-ppc-mw.c
---- compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/ParserGlue-mach-ppc-cc.c
(Includes RegisterStaticParserToolInfo and all the option lists)
---- ?? Counterpart of cc-macosx-ppc.c
DONE compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Plugin/cc-mach-ppc.o
(Includes RegisterStaticCompilerPlugin, RegisterCompilerResources)
---- ?? Counterpart of machimp-macosx-ppc.c
DONE compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Plugin/libimp-mach-ppc.c
(Includes RegisterStaticLibImporterPlugin, RegisterLibImporterResources)
---- TargetOptimizer-ppc-mach.c
2CHK TargetOptimizer-ppc-mach.c
---- OptimizerHelpers.c
---- ?? TargetSetWarningFlags, TargetDisplayWarningOptions
---- WarningHelpers.c
---- CCompiler.c
---- CParser.c
---- CompilerTools.c
---- compiler_and_linker/FrontEnd/Common/CompilerTools.c
---- CodeGenOptPPC.c
---- IrOptimizer.c
---- CodeGen.c
@@ -168,6 +171,8 @@ STUB PCodeInfo.c
---- SpillCode.c
---- GCCInlineAsm.c
---- BitVectors.c
[Parser]
DONE (debug) StaticParserGlue.c
DONE (debug) ParserFace.c
DONE* (debug) ParserHelpers.c
@@ -180,13 +185,13 @@ DONE (debug) Projects.c
DONE (debug) Targets.c
DONE# (debug) Option.c
DONE (debug) ParserErrors.c
---- (debug) Utils.c
DONE* (debug) Utils.c
DONE# (debug) Parameter.c
DONE# (debug) Help.c
DONE uContext1.cpp
DONE uContextCL.cpp
DONE uContextSecret.cpp
---- ?? COS
DONE* ?? COS
DONE uContextParser.cpp
---- ?? Something import-related
---- Various MSL objects
DONE uLibImporter.c
---- Various MSL objects