summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/PatchCheck.py: Fix error when run with Python3Dandan Bi2018-09-061-1/+1
* BaseTools: Report more clear error message for PCD used in expressionzhijufan2018-09-062-2/+2
* BaseTools: Fix a bug about list the PCD in "not used" sectionzhijufan2018-09-061-0/+3
* BaseTools: Extend the keyword "!include"/"!if" to case-insensitivezhijufan2018-09-051-0/+2
* BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C2018-09-032-6/+7
* BaseTools: Dynamic Pcd value override from command line.Feng, Bob C2018-09-031-1/+6
* BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2018-09-032-4/+6
* BaseTools: Clarify a DSC parsing error about PCDsCarsey, Jaben2018-08-311-1/+1
* BaseTools: minimize assignment processingCarsey, Jaben2018-08-301-7/+8
* BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben2018-08-302-9/+3
* BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xrefzhijufan2018-08-301-0/+11
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-309-22/+25
* BaseTools: AutoGen.py remove unused importCarsey, Jaben2018-08-291-1/+0
* BaseTools: Fix one expression bug to support ~ operateYonghong Zhu2018-08-281-1/+1
* BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2018-08-283-36/+23
* BaseTools: Use hashlib instead of md5Feng, YunhuaX2018-08-236-17/+17
* BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX2018-08-232-5/+5
* BaseTools: Modify class OrderedListDictFeng, YunhuaX2018-08-231-1/+5
* BaseTools: Update Makefile for ECC toolYonghong Zhu2018-08-231-3/+3
* BaseTools/VfrCompile: honor EXTRA_LDFLAGSLaszlo Ersek2018-08-221-1/+4
* BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX2018-08-211-1/+1
* BaseTools: remove unused setter functionsJaben Carsey2018-08-203-60/+4
* BaseTools: remove unused codeJaben Carsey2018-08-201-5/+1
* BaseTools: AutoGen refactor to iterate lessJaben Carsey2018-08-201-62/+56
* BaseTools: AutoGen - tag a function as cachableJaben Carsey2018-08-201-24/+22
* BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey2018-08-204-664/+560
* BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu2018-08-171-0/+21
* BaseTools/Source/C: take EXTRA_LDFLAGS from the callerLaszlo Ersek2018-08-161-0/+3
* BaseTools/Source/C: take EXTRA_OPTFLAGS from the callerLaszlo Ersek2018-08-161-1/+4
* BaseTools/Source/C: split "-O2" to BUILD_OPTFLAGSLaszlo Ersek2018-08-162-5/+12
* BaseTools/header.makefile: remove "-c" from BUILD_CFLAGSLaszlo Ersek2018-08-161-2/+2
* BaseTools/footer.makefile: expand BUILD_CFLAGS last for C files tooLaszlo Ersek2018-08-161-1/+1
* BaseTools: Optimizing code for function doesn't matchYunhua Feng2018-08-161-16/+14
* BaseTools: Eot - fix variable namesCarsey, Jaben2018-08-161-154/+144
* BaseTools: Update the rule to remove .lib before link it for GCCYonghong Zhu2018-08-161-1/+2
* BaseTools: Clean up not used code in BuildClassObjectYonghong Zhu2018-08-161-11/+2
* BaseTools: Add Dns and BluetoothLE DevicePathYunhua Feng2018-08-161-0/+127
* BaseTools: Remove duplicate function declarationYunhua Feng2018-08-161-7/+0
* BaseTools/Ecc: Fix import issueshchen302018-08-1628-62/+65
* BaseTools: Fix report flexible value issueYunhua Feng2018-08-161-0/+5
* BaseTools: Remove the redundant if statementYonghong Zhu2018-08-161-6/+6
* BaseTools: Remove a unused function.Feng, Bob C2018-08-161-128/+0
* BaseTool: Fixed the bug of Boolean Hii Pcd packing.Liming Gao2018-08-161-1/+1
* BaseTools: Use gGuidPattern for Guid regular expressionYunhua Feng2018-08-081-5/+2
* PatchCheck - add error message for invalid parameterJaben Carsey2018-08-081-3/+6
* BaseTools: Debug message make confusedYunhua Feng2018-08-081-1/+1
* BaseTools/BinToPcd: Open output file as text fileKinney, Michael D2018-08-061-3/+2
* BaseTools/Pkcs7Sign: Add PKCS7 test key include filesKinney, Michael D2018-08-033-0/+42
* BaseTools: Guid.xref doesn't specify the correct GUID value for DriverYunhua Feng2018-08-031-1/+10
* BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D2018-08-021-1/+2