]> git.proxmox.com Git - mirror_edk2.git/history - Tools/Source/GenBuild/org/tianocore/build
Change GenBuildLogger format.
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build /
2006-09-06 wuyizhongChange GenBuildLogger format.
2006-09-06 jwang36Changed EdkException to GenBuildException for consistency
2006-09-06 wuyizhongRemove FrameworkLogger in FrameworkTasks and EdkExcepti...
2006-09-05 wuyizhongAdd one more platform level common property "TARGET_DIR...
2006-09-05 wuyizhongAdd two definitions to ToolDefinitions. Enhance EdkLog...
2006-09-04 wuyizhongBackup original properties to avoid property overriding...
2006-09-04 wuyizhongAdd thread control classes. (2)
2006-09-04 wuyizhongAdd thread control classes. (2)
2006-09-01 wuyizhonggit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-09-01 wuyizhongRemove static from SurfaceAreaQuery.java for preparing...
2006-08-31 wuyizhongRemove stand-alone module judge when parse FPD file.
2006-08-30 wuyizhongChange output dir layout from Target/TagName/Arch to...
2006-08-30 qouyangAdd comments.
2006-08-30 wuyizhongAdd Arch Check for single module build. To Fix T167...
2006-08-29 qouyangModify the Autogen.java for <SetVirtualAddressMapCallBa...
2006-08-25 wuyizhongFix EDKT212.
2006-08-24 qouyangModify code according suggestion from code review meeting.
2006-08-22 wuyizhongIntroduce a new property INCLUDE_PATHS. This property...
2006-08-21 qwang12This patch make sure that Pcd Dynamic database generati...
2006-08-18 jwang36- Fixed EDKT146; The override warning message has been...
2006-08-18 wuyizhongReport error messages more precise.
2006-08-18 wuyizhongFix cleanall can't clean all genereated files. Now...
2006-08-18 wuyizhongChange module build sequence. 1. Get FvImageName list...
2006-08-18 jwang36Added to fix the issue of many property override warnin...
2006-08-17 klu2Continue to fix EDKT187.
2006-08-17 wuyizhongAdd class header to FrameworkBuildTask. Remove some...
2006-08-17 wuyizhongUsing Common Definitions. Remove some unused codes.
2006-08-16 klu2Fix the track EDKT187: If a module do not use PCD,...
2006-08-16 qwang12Embeded autogenerated code in Java code instead of...
2006-08-16 jwang36Added comments and polished the code.
2006-08-15 klu2Refine the code for PCD tools.
2006-08-15 klu2Fix the bug that using hardcode driver name to judge...
2006-08-15 wuyizhongAdjust some code format and clear some unused codes.
2006-08-15 yshi8moved exception and logger classes to org.tianocore...
2006-08-14 lhauchFixed grammar in messages.
2006-08-14 wuyizhongUsing ${OBJECTS} instead of fileset to trace all obj...
2006-08-14 wuyizhongDo Not cleanall librarys with a module build clean...
2006-08-10 qouyangFix EDKT186.
2006-08-09 jwang36Fixed EDKT163. Added code to assign "arch" to null...
2006-08-09 wuyizhongEnhance FfsLayout parsing. When specify a file for...
2006-08-07 klu2Fix some bugs and remove unused code.
2006-08-07 klu2Fix the bug for not add error reporting in getAllDynami...
2006-08-07 klu2Shutdown the PCD's datum verification when building...
2006-08-06 klu2Change return value of getGuidInfo from globaldata...
2006-08-06 klu2In preprocess for getting platform PCD information...
2006-08-05 qouyangRemove debug log.
2006-08-05 qouyangFix EDKT148.
2006-08-04 klu21, Make exception string friendly, readable.
2006-08-03 wuyizhongRemove some unused code and adjust some code format...
2006-08-01 klu2Abstract the logic of Platform pcd preprocess according...
2006-08-01 klu2Add new PcdDatabase.java file.
2006-08-01 klu2It is bad to put PcdDatabase.java into CollectPCDAction...
2006-07-31 klu2Because Pcd entity, exception and some action package...
2006-07-30 klu2Fixed track EDKT153, change PCDAutogen code to generate...
2006-07-29 klu21, Fix EDKT141
2006-07-28 klu2There is a rule here:
2006-07-28 wuyizhongRemove additional / or \ in relative path.
2006-07-28 wuyizhongFix T105. It is caused by cpptasks which change automat...
2006-07-27 jwang36Fixed EDKT147, which will fail the single module build...
2006-07-27 qouyangFixed EDKT145
2006-07-25 jwang36Changed the way to save generated module build.xml...
2006-07-24 qouyangKeep the original order of MSA's "dependence library...
2006-07-24 jwang36Fixed EDKT118
2006-07-23 klu2Fix track EDKT97: Use {0} as NULL value for VOID* type...
2006-07-21 qouyangAdd check when copy flashMap.h to ${ModuleOutputDir...
2006-07-20 jwang36a) Fixed the issue that the unnecessary build for not...
2006-07-19 qouyangModify Autogen.jave to fixed bug: EDKT113.
2006-07-19 wuyizhongAdd checking for whether module's FfsFormatKey is speci...
2006-07-17 klu2Fix track EDKT104: If a module use PCD, MSA of this...
2006-07-17 wuyizhongFix EDKT138. And add active_platform file info for...
2006-07-14 wuyizhongFix EDKT117. If SupArchList is not specified, then...
2006-07-14 jwang36Fixed EDKT116, which more than one target will break...
2006-07-14 bbahnsenFixes for Linux builds.
2006-07-13 wuyizhongEnhance Arch check.
2006-07-13 jwang36Added copyright&license header.
2006-07-13 jwang36Fixed EDKT111
2006-07-12 jwang36Fixed EDKT102;
2006-07-11 jwang36Commented out the throwing exception when not supported...
2006-07-11 qouyangEDKT96.
2006-07-11 klu2For VOID* type PCD and in byte array method, treat...
2006-07-10 jwang36Removed the printStackTrace() which is used only for...
2006-07-10 qouyang Change UINAME to CName of GUID/PPI/Protocol in all...
2006-07-10 wuyizhongSupport prebuild and postbuild for UserExtension for...
2006-07-10 qouyangFixed EdkT35, EdkT89.
2006-07-10 klu2Assign token number to DynamicExTokenNumber for all...
2006-07-08 jwang36fixed a potential issue which would be raised by empty...
2006-07-08 jwang36Changed the code to read the correct configuration...
2006-07-08 klu2Remove unused PCD file.
2006-07-07 jwang36Fixed the build warning issue
2006-07-07 qouyangRemove build warning.
2006-07-06 qwang12Fix bugs in GetNextTokenSpace and GetNextToken
2006-07-06 wuyizhongRestrict using UserExtension with UserID "TianoCore".
2006-07-06 qwang12Add in support for MaxSize and CurrentSize for PCD...
2006-07-06 wuyizhongFix an issue for user extensions.
2006-07-05 wuyizhongFix a minor issue.
2006-07-05 wuyizhongSupport UserExtension in FPD.
2006-07-05 qouyangAdd ModifyInftask in FrameworkTask.
2006-07-05 jwang36Fixed the unchecked warning issues when building GenBuild
2006-07-05 wuyizhongFully support active platform policy.
2006-07-05 klu2Support putting unreference DYNAMIC_EX PCD into Pcd...
next