| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools/tools_def: add "-fno-unwind-tables" to GCC_AARCH64_CC_FLAGS | Laszlo Ersek | 2018-05-23 | 1 | -1/+1 |
* | BaseTools/Workspace: Fix ValueChain set | Marvin Haeuser | 2018-05-23 | 1 | -2/+2 |
* | BaseTools: Enhance error message when file is not exist for Gensec | Yonghong Zhu | 2018-05-22 | 1 | -0/+6 |
* | BaseTools: Report more clear error message when PCD type mismatch | Yunhua Feng | 2018-05-22 | 1 | -8/+12 |
* | BaseTools: Library PCD type will inherit from the driver | Yunhua Feng | 2018-05-22 | 1 | -0/+16 |
* | BaseTools: Fix bug PCD type in component is not same with Pcd section | Yunhua Feng | 2018-05-22 | 1 | -0/+2 |
* | BaseTools: Separate HOST and PREFIX env for GCC tool chain | Liming Gao | 2018-05-21 | 1 | -7/+8 |
* | BaseTools: Fix --hash Package and Module hash value. | Lin, Derek | 2018-05-16 | 1 | -7/+11 |
* | BaseTools: Fix python error with --genfds-multi-thread. | Lin, Derek | 2018-05-11 | 1 | -1/+2 |
* | BaseTools: Remove the redundant code | Yonghong Zhu | 2018-05-10 | 1 | -10/+0 |
* | BaseTools: Fix generating array's size is incorrect in AutoGen.c | Yunhua Feng | 2018-05-10 | 1 | -12/+13 |
* | BaseTools: incorrect calculation for 16M | Carsey, Jaben | 2018-05-10 | 1 | -2/+2 |
* | BaseTools/VfrCompile: Avoid using uninitialized pointer | Bi, Dandan | 2018-05-09 | 1 | -3/+20 |
* | BaseTools: Correct the variable name | Yonghong Zhu | 2018-05-07 | 1 | -1/+1 |
* | BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit Makefile | Liming Gao | 2018-05-07 | 1 | -2/+2 |
* | BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64 | Pete Batard | 2018-05-07 | 1 | -4/+4 |
* | BaseTools: Ecc - add dict for config file to internal translation | Carsey, Jaben | 2018-05-06 | 1 | -3/+119 |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 10 | -34/+34 |
* | BaseTools: use set instead of list | Carsey, Jaben | 2018-05-04 | 2 | -41/+41 |
* | BaseTools: create base expression class | Carsey, Jaben | 2018-05-04 | 2 | -36/+20 |
* | BaseTools: refactor Depex optomization | Carsey, Jaben | 2018-05-04 | 1 | -3/+7 |
* | BaseTools: Remove lists form set construction | Carsey, Jaben | 2018-05-04 | 2 | -9/+8 |
* | BaseTools: missed a copyright update | Carsey, Jaben | 2018-05-04 | 1 | -1/+1 |
* | BaseTools: GenFds - use existing shared string | Carsey, Jaben | 2018-05-04 | 1 | -17/+16 |
* | BaseTools: remove unused variable | Carsey, Jaben | 2018-05-04 | 1 | -1/+0 |
* | BaseTools: standardize GUID and pack size | Carsey, Jaben | 2018-05-04 | 7 | -122/+60 |
* | BaseTools: AutoGen - add Opcode constants | Carsey, Jaben | 2018-05-04 | 2 | -57/+66 |
* | BaseTools: remove redundant content in InfSectionParser | Carsey, Jaben | 2018-05-04 | 1 | -5/+4 |
* | BaseTools: remove unused member variable | Carsey, Jaben | 2018-05-04 | 1 | -1/+0 |
* | BaseTools: AutoGen - refactor more functions only called in __init__ | Carsey, Jaben | 2018-05-04 | 1 | -49/+40 |
* | BaseTools: AutoGen - refactor function to remove extra variables | Carsey, Jaben | 2018-05-04 | 1 | -8/+5 |
* | BaseTools: Refactor to share GUID packing function | Carsey, Jaben | 2018-05-04 | 1 | -15/+2 |
* | BaseTools: AutoGen - remove another function no one calls | Carsey, Jaben | 2018-05-04 | 1 | -5/+0 |
* | BaseTools: AutoGen - move function to clean file namespace | Carsey, Jaben | 2018-05-04 | 1 | -26/+26 |
* | BaseTools: AutoGen - remove function no one calls | Carsey, Jaben | 2018-05-04 | 1 | -11/+0 |
* | BaseTools: refactor __init__ functions to not compute temporary variable | Carsey, Jaben | 2018-05-04 | 1 | -30/+7 |
* | BaseTools: AutoGen - no need to recompute | Carsey, Jaben | 2018-05-04 | 1 | -2/+1 |
* | BaseTools: AutoGen - refactor out a useless class | Carsey, Jaben | 2018-05-04 | 2 | -13/+9 |
* | BaseTools: AutoGen - refactor out a list | Carsey, Jaben | 2018-05-04 | 1 | -7/+3 |
* | BaseTools: AutoGen - refactor out functions only called in __init__ | Carsey, Jaben | 2018-05-04 | 1 | -15/+1 |
* | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 2018-05-04 | 6 | -52/+41 |
* | BaseTools: Workspace - refactor a dict | Carsey, Jaben | 2018-05-04 | 2 | -3/+3 |
* | BaseTools: remove Compound statements | Carsey, Jaben | 2018-05-04 | 1 | -5/+10 |
* | BaseTools: eliminate {} from dictionary contructor call | Carsey, Jaben | 2018-05-04 | 1 | -5/+5 |
* | BaseTools: refactor to use list not dict | Carsey, Jaben | 2018-05-04 | 2 | -3/+4 |
* | BaseTools: AutoGen - UniClassObject refactor static methods | Carsey, Jaben | 2018-05-04 | 1 | -5/+7 |
* | BaseTools: AutoGen - remove global line | Carsey, Jaben | 2018-05-04 | 1 | -2/+0 |
* | BaseTools: Eot - refactor global data | Carsey, Jaben | 2018-05-04 | 2 | -17/+0 |
* | BaseTools: Eot - remove unused lists | Carsey, Jaben | 2018-05-04 | 1 | -29/+0 |
* | BaseTools: AutoGen - refactor class factory | Carsey, Jaben | 2018-05-04 | 1 | -19/+4 |