]> git.proxmox.com Git - mirror_edk2.git/history - Tools/Java/Source/GenBuild
- Fixed EDKT513 by adding existing section files into the dependency check of genffsf...
[mirror_edk2.git] / Tools / Java / Source / GenBuild /
2007-01-24 jwang36- Fixed EDKT513 by adding existing section files into...
2007-01-24 jwang36Changed the way of determining how to call customized...
2007-01-24 jwang36Removed the BASE type as any type in the check of SupMo...
2007-01-23 jwang36Fixed the fake circular denpendency of library instance.
2007-01-23 jwang36Fixed EDKT493. Added support to "SupModuleList" for...
2007-01-23 qwang12Corrected a small bugs:
2007-01-23 jwang36Moved the function prototype of SetVirtualAddress and...
2007-01-19 jwang361) Added prototype of constructor and destructor in...
2007-01-17 jwang361) According to the spec, add EFIAPI to the module...
2007-01-15 jwang36Remove DEBUG output statement for PEI&DXE core to fix...
2007-01-15 jwang36Fixed EDKT498(enchance makedep tool to support asm...
2007-01-12 tgingoldDisp dependencies in error in case of circular dependency
2007-01-12 zliu3Fixed one dead loop issue in the autogenlib.
2007-01-12 jwang36Removed the workaround code
2007-01-11 jwang36Added a workaround to fix the library instance construc...
2007-01-08 jwang36Corrected some comments for the changed code.
2007-01-08 jwang36Used the DAG algorithm given by Mike to re-implemented...
2007-01-08 klu2When generating string size for unicode string, do...
2006-12-25 klu2If "SupArchList" is defined for a PCD in MSA, should...
2006-12-25 jwang36Fixed a bug which will cause single module build fail
2006-12-22 jwang36Rewrote the error message output when module cannnot...
2006-12-22 jwang36Fixed the issue in multi-msa build in single mode;...
2006-12-22 jwang36Fixed the issue in the library instance constructor...
2006-12-13 jwang36Added support for macro/property in tools_def.txt....
2006-12-13 jwang36Fixed EDKT484 and rewrite the output message when no...
2006-12-11 jwang36Used the msa file name instead of module name as interm...
2006-12-08 jwang36Fixed EDKT482. Added support for multiple msa files...
2006-11-15 wuyizhongUpdate PEI Apriori Module GUID based on PIWG spec.
2006-11-14 qouyangFixed EDKT469
2006-11-14 wuyizhongSupporting Apriori File from build tool.
2006-11-14 qouyangFixed EDKT469.
2006-11-08 wuyizhongFix a bug that can't add library MSA specific build...
2006-11-08 wuyizhongFix a bug that can't add library MSA specific build...
2006-11-06 jwang36Changed the tool chain error message to be more specific.
2006-11-06 jwang36Fixed the build error.
2006-11-06 jwang36Added code to check that the definitions in target...
2006-10-30 wuyizhongTo fix bug EDKT432. Add judge to avoid include flags...
2006-10-25 wuyizhongUpdate several MSA/Filenames which do not inconsistent...
2006-10-23 jwang36Added code to fetch more detailed error message from...
2006-10-20 klu2Remove unnecessary exception caching.
2006-10-20 qouyangReplace "system.out.print" with "EdkLog.Log".
2006-10-18 wuyizhongSupport MSA build options. Now the build options from...
2006-10-18 wuyizhongAdd Build Macro to build SEC modules.
2006-10-16 wuyizhongSupport two more attribute LIBPATH and INCLUDEPATH...
2006-10-16 wuyizhongSync TOOLS_DEF's attribute definitions. Since there...
2006-10-16 qouyangFixed EDKT372
2006-10-13 jwang36a) Cleaned tools_def.template
2006-10-11 lhauchStandardized property name WORKSPACE and fixed cleanall...
2006-10-11 wuyizhongSupport using @ToolChainFamily in <Filename> to do...
2006-10-11 wuyizhongChange some format and remove some unused codes.
2006-10-10 lhauchFixed the build.xml files so that clean and cleanall...
2006-10-10 lhauchAdded a test to check the # of threads iff threading...
2006-10-10 qouyangFixed EDKT370&372
2006-10-10 jwang36Fixed EDKT381
2006-10-10 wuyizhong1. Update to just keep several line JAVA related msg...
2006-10-10 wuyizhongChange behavior if found more than one FPD files from...
2006-10-08 jwang36Changed the way of using precompiled header in the...
2006-10-05 lhauchRestructuring for better separation of Tool packages.