summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2019-08-19BaseTools: Fixed issue of incorrect Module Unique NameFeng, Bob C2-3/+4
2019-08-15BaseTools/Capsule: Tool to generate Windows Firmware Update DriverJin, Eric2-7/+129
2019-08-15BaseTools/Capsule: Add WindowsCapsuleSupportHelperSean Brogan1-0/+62
2019-08-15BaseTools/Scripts: Add GetUtcDateTime script.Chasel Chiu1-0/+44
2019-08-14BaseTools: Move buildoptions.py to Common folderBob Feng3-2/+2
2019-08-14BaseTools: Fix checking for Sources section in INF fileRodriguez, Christian2-3/+37
2019-08-14BaseTools: Add "-" in a re to parse line in .map fileFeng, Bob C1-1/+1
2019-08-14BaseTools: Fix incremental build bugFeng, Bob C1-2/+1
2019-08-12BaseTools: Fixed an issue that build raise exceptionFeng, Bob C1-5/+2
2019-08-09BaseTools: Enable block queue log agent.Feng, Bob C3-24/+31
2019-08-09BaseTools: Add the support for python 2Feng, Bob C2-5/+92
2019-08-09BaseTools: Move BuildOption parser out of build.pyFeng, Bob C3-107/+121
2019-08-09BaseTools: Add LogAgent to support multiple process AutogenFeng, Bob C4-19/+117
2019-08-09BaseTools: Add shared data for processesFeng, Bob C2-5/+8
2019-08-09BaseTools: Enable Multiple Process AutoGenFeng, Bob C7-56/+307
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C15-4248/+5204
2019-08-09BaseTools: Add functions to get platform scope build optionsFeng, Bob C3-2/+40
2019-08-09BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functionsFeng, Bob C1-87/+143
2019-08-09BaseTools: Singleton the object to handle build conf fileFeng, Bob C8-97/+63
2019-08-08BaseTools:Add the Judgment Method of "--exclude"Fan, ZhijuX1-1/+17
2019-08-07BaseTools/PatchCheck: Disable text conversion in 'git show'Michael D Kinney1-1/+1
2019-08-07BaseTools/PatchCheck: Add copy from/to keywordsMichael D Kinney1-0/+2
2019-08-07BaseTools/PatchCheck: Ignore blank lines in diffMichael D Kinney1-0/+3
2019-08-02BaseTools: Fixed a typo in Trim.pyFeng, Bob C1-1/+1
2019-08-01BaseTools:Added arch output to build reportMatthew Carlson1-0/+2
2019-08-01BaseTools:Updata the output encoding of the Popen functionBob Feng5-7/+7
2019-08-01BaseTools:Add extra debugging messageMax Knutsen2-7/+13
2019-08-01BaseTools:replace the chinese quotation mark with unicode "Sean Brogan1-1/+1
2019-07-25BaseTools: Sort file list in MakefileFeng, Bob C1-1/+2
2019-07-24BaseTools: add GetMaintainer.py scriptLeif Lindholm1-0/+190
2019-07-22BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C2-2/+5
2019-07-22BaseTools: Create ".cache" folder when initialize Build objectFeng, Bob C2-7/+3
2019-07-15BaseTools: Fix python3.8 SyntaxWarningCole Robinson1-1/+1
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao8-23/+27
2019-07-12BaseTools: Fixed the issue when ToolDefinitionFile is not generatedBob Feng1-3/+6
2019-07-11Revert "BaseTools/BfmLib: Add a tool BfmLib"Liming Gao8-5881/+0
2019-07-11Revert "BaseTools/FCE: Add a tool FCE"Liming Gao23-23443/+2
2019-07-11Revert "BaseTools/FMMT: Add a tool FMMT"Liming Gao11-9036/+0
2019-07-11Revert "BaseTools: fix FCE build when edksetup not executed"Liming Gao1-1/+1
2019-07-11Revert "BaseTools/FMMT: Change FMMT script type in PosixLike"Liming Gao1-29/+29
2019-07-11Revert "BaseTools/BfmLib: Change BfmLib script type in PosixLike"Liming Gao1-29/+29
2019-07-11Revert "BaseTools/FCE: Change FCE script type in PosixLike"Liming Gao1-29/+29
2019-07-10BaseTools: Detect the change of env variable used in tooldef.txtFeng, Bob C1-2/+5
2019-07-10BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.cFeng, Bob C1-1/+2
2019-07-08BaseTools/FCE: Change FCE script type in PosixLikeShenglei Zhang1-29/+29
2019-07-08BaseTools/BfmLib: Change BfmLib script type in PosixLikeShenglei Zhang1-29/+29
2019-07-08BaseTools/FMMT: Change FMMT script type in PosixLikeShenglei Zhang1-29/+29
2019-07-08BaseTools: Fix various typosAntoine Cœur15-22/+22
2019-07-05BaseTools: fix FCE build when edksetup not executedLeif Lindholm1-1/+1
2019-07-04BaseTools/FMMT: Add a tool FMMTShenglei Zhang11-0/+9036