Age | Commit message (Expand) | Author | Files | Lines |
2006-09-15 | Added synchronized to getCommandSetting to solve multi-thread build issue | jwang36 | 1 | -1/+1 |
2006-09-15 | remove comments before ModuleSA and library instance , if any, in xml file wh... | jlin16 | 2 | -11/+52 |
2006-09-15 | Add EntryPoint info of module into Fv.map file, which is used to debug when n... | lgao4 | 1 | -10/+24 |
2006-09-15 | Added "synchronized" to getToolChainInfo() to solve synchronization issue. | jwang36 | 1 | -1/+1 |
2006-09-14 | fixed a typo | jwang36 | 1 | -1/+0 |
2006-09-14 | 1) Applied ToolArg and FileArg class to represent tool arguments | jwang36 | 23 | -1735/+1611 |
2006-09-14 | add .. support | alfred | 6 | -52/+135 |
2006-09-14 | Add Binary or Source type check before providing PCD item choices when editin... | jlin16 | 2 | -9/+21 |
2006-09-14 | For stand-alone build, generate Platform_build.xml and call prebuild firstly. | wuyizhong | 2 | -2/+39 |
2006-09-13 | For one library class, list all library instances from all packages in worksp... | jlin16 | 2 | -38/+39 |
2006-09-13 | 1.Support to drop Pei Services Table Pointer at best. | qhuang8 | 3 | -53/+93 |
2006-09-13 | (Customized Compression)If setting the EncapsulationType="Compress", Tool wil... | qouyang | 7 | -189/+206 |
2006-09-13 | Update log. | wuyizhong | 2 | -8/+9 |
2006-09-13 | Add warning message for single module build if multi-thread enabled. | wuyizhong | 1 | -1/+4 |
2006-09-13 | Auto close multi-thread flag when stand-alone module build. Also change some ... | wuyizhong | 5 | -12/+11 |
2006-09-13 | Enhance recognizing Macro/Type defined in Library. | qhuang8 | 4 | -48/+67 |
2006-09-13 | Add more comments. | wuyizhong | 1 | -3/+4 |
2006-09-13 | To locate module precisely in stand-alone module build. Except Module Guid, a... | wuyizhong | 5 | -10/+30 |
2006-09-13 | 1) Changed ToolArg class to abstract generic arguments of a tool | jwang36 | 16 | -872/+1092 |
2006-09-12 | Fix the problem of not displaying library instances for multiple archs in sup... | jlin16 | 3 | -52/+38 |
2006-09-12 | Update LOG process. | wuyizhong | 5 | -33/+102 |
2006-09-12 | Merged the <libset> in <GenDll> to avoid warning message. | jwang36 | 1 | -3/+1 |
2006-09-11 | Updated the default to parallel build. Even on a single core build is faster ... | ajfish | 1 | -2/+2 |
2006-09-11 | Add migration rule for Build Guid Hob. | qhuang8 | 3 | -1/+45 |
2006-09-11 | Handle module entry point special case for self-relocated modules. (Replace r... | qhuang8 | 1 | -2/+3 |
2006-09-11 | Remove the special case handling of EfiInitializeDriverLib & DxeIntializeDriv... | qhuang8 | 3 | -32/+19 |
2006-09-11 | Fix EDKT263. Change save dialog to open dialog. Update all Frame's titles. | wuyizhong | 11 | -18/+63 |
2006-09-11 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1509 6f1... | wuyizhong | 1 | -0/+3 |
2006-09-11 | Add two attributes to target.template. MULTIPLE_THREAD is to enable/disable m... | wuyizhong | 1 | -0/+11 |
2006-09-11 | Remove TianoToolsException.java. Add code to stop all threads once one corrup... | wuyizhong | 4 | -136/+116 |
2006-09-10 | Support calling customized compression tool in FrameworkTask. | qouyang | 5 | -34/+293 |
2006-09-10 | Modify FV attribute editor and generate FvImage Attributes in FPD file. | jlin16 | 2 | -96/+230 |
2006-09-08 | Adding new Logger instead of Ant's. | wuyizhong | 13 | -117/+307 |
2006-09-08 | 1. Add function "Refresh" in main UI | hche10x | 3 | -7/+65 |
2006-09-08 | nothing | alfred | 1 | -9/+0 |
2006-09-08 | \t 2 \ \ \ \ | alfred | 15 | -1844/+1844 |
2006-09-07 | FV attribute editor alpha. | jlin16 | 3 | -216/+374 |
2006-09-07 | 1. Fix EDKT193 "Provide a Module tree when platform/package are open" | hche10x | 12 | -374/+448 |
2006-09-07 | enhance hoblib function convert | alfred | 1 | -1/+28 |
2006-09-07 | Randomize a Guid value if it can not be retrieved from inf file. This will pr... | qhuang8 | 1 | -5/+5 |
2006-09-07 | Unify the logger and exception in AutoGen. | qouyang | 7 | -218/+189 |
2006-09-07 | refresh Pcd data from library instance when editing the settings of Framework... | jlin16 | 1 | -12/+14 |
2006-09-07 | Remove trailing blanks. | qhuang8 | 1 | -1/+3 |
2006-09-07 | fix logfile.close(), trim \n | alfred | 4 | -12/+11 |
2006-09-07 | Move ${PLATFORM}_build.xml from PLATFORM_DIR to BULID_DIR. Now, all output fi... | wuyizhong | 5 | -26/+28 |
2006-09-07 | There is a potential flaw in HelpInfo.java previously. It use String[substrnu... | jjin9 | 1 | -19/+16 |
2006-09-06 | Support pointer return type | qhuang8 | 1 | -1/+1 |
2006-09-06 | Update GlobalData, SPD, SurfaceAreaQuery to using EdkException. | wuyizhong | 11 | -163/+176 |
2006-09-06 | 1.modify the usage info | jjin9 | 1 | -1/+5 |
2006-09-06 | FV from FDF file options editor. | jlin16 | 4 | -4/+369 |