1. 5101eff Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 19 years ago
  2. 9cf435c Fix T105. It is caused by cpptasks which change automati cally root directory like C: to C:\C. If we pass C:\ to cpptasks, it's okay now. by wuyizhong · 19 years ago
  3. 7ab6baa Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 19 years ago
  4. 5b38b75 Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 19 years ago
  5. 5b1ed65 Added a shortcut to FrameworkWizard.bat by ajfish · 19 years ago
  6. 5262e23 Added Tool Tip Text, fixed dimensions after modifying HelpText to an Area by lhauch · 19 years ago
  7. 5af6b67 1. keep from generating empty FrameworkModules. by jlin16 · 19 years ago
  8. e232295 keep from generating empty DynamicPcdBuildDefinitions by jlin16 · 19 years ago
  9. 3428109 Fixed EDKT147, which will fail the single module build when a module is just defined for one ARCH in a platform which supports two ARCHs. by jwang36 · 19 years ago
  10. 82dcbb4 Fix EDKT143. by jlin16 · 19 years ago
  11. 1dbcbb6 Fixed EDKT145 by qouyang · 19 years ago
  12. 8f55ea7 Remove empty FfsFileNameGuid element under ModuleSaBuildOptions if user input empty string into it. by jlin16 · 19 years ago
  13. 7cae34b Fixed a spelling error by lhauch · 19 years ago
  14. 747e150 Adjusted the Help Text field to be a Text Area inside of a Scroll Pane, with line wrapping and wrap on word boundary. by lhauch · 19 years ago
  15. f51ee52 Fixed spelling and grammar, also fixed the size of the pop up dialog boxes and the placement of the Arch list check boxes in EventsDlg.java by lhauch · 19 years ago
  16. 460fa4a A couple of cleanups in the TianoTools build. by bbahnsen · 19 years ago
  17. ea62f12 fixed EDKT139. by qouyang · 19 years ago
  18. a490bca fix the problem that if no data updated in wizard editors, the Save indicator will not pop-up. by jlin16 · 19 years ago
  19. 6c96db7 Added code to fail the SAVerify command when validation failed by jwang36 · 19 years ago
  20. 238094c Add tool chain tags for Unix gcc and Cygwin gcc. by bbahnsen · 19 years ago
  21. 881c267 Add x64 headers. by bbahnsen · 19 years ago
  22. c7c42e4 Support building on x64 hosts. by bbahnsen · 19 years ago
  23. 4cb2253 Added Copyright by lhauch · 19 years ago
  24. 991d660 Changed the way to save generated module build.xml to avoid incorrect file name generated on Linux by jwang36 · 19 years ago
  25. 893cea1 Keep the original order of MSA's "dependence library class" which will reflect to include header file in Autogen.h. by qouyang · 19 years ago
  26. 1be13d3 1. Add scroll bars to Package Library Class Declarations editor. by jlin16 · 19 years ago
  27. 52cbbdb Fixed EDKT118 by jwang36 · 19 years ago
  28. ed1665f 1. Wrap text by word when showing a message box by hche10x · 19 years ago
  29. 6ab88a7 Fix track EDKT97: Use {0} as NULL value for VOID* type PCD but not {} by klu2 · 19 years ago
  30. 31a9215 Add check when copy flashMap.h to ${ModuleOutputDir}/Debug/TianoR8FlashMap.h. by qouyang · 19 years ago
  31. f9d0ab9 1. Show source files' attributes when editing SourceFiles in msa by hche10x · 19 years ago
  32. 75dd1f9 Update FrameworkWizard.msa to add newly added file in <SourceFiles> section by hche10x · 19 years ago
  33. 2003a22 1. Enhance Source Files selection in msa: by hche10x · 19 years ago
  34. 57cc2ee a) Fixed the issue that the unnecessary build for not specified ARCH in single module build by jwang36 · 19 years ago
  35. 58c5839 Modify Autogen.jave to fixed bug: EDKT113. by qouyang · 19 years ago
  36. bf5abaf 1. only show ModuleName, version, PackageName, version, supported Arch, path in table of FrameworkModules. by jlin16 · 19 years ago
  37. aa0e74b Changed the ASL compiler directory to C:\ASL, and corrected the tool chain name from GCC to MYGCC by yshi8 · 19 years ago
  38. e64c74d Add checking for whether module's FfsFormatKey is specified or not. For driver, fail build if can't find FfsFormatKey in FPD. by wuyizhong · 19 years ago
  39. 2c85fbc Fix the bug of leaving empty GuidTypeList, SupArchList attributes in xml file. by jlin16 · 19 years ago
  40. 4b9fc76 Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib libraryClass. by klu2 · 19 years ago
  41. fa2da5b Fix EDKT138. And add active_platform file info for stand alone module build. by wuyizhong · 19 years ago
  42. d129bd9 Fix tracker "Package Library Class Recommended Instance should not default to null": by jlin16 · 19 years ago
  43. 9653129 [Wizard- Far Install/Create] by qouyang · 19 years ago
  44. 04566ef Changed the template files TagName to MYTOOLS instead of MSFT, since we don't want people to think that the TagName must match the Tool Chain Family. by lhauch · 19 years ago
  45. 209abc9 1. change SPD Pcd editor title to "PCD Declarations". by jlin16 · 19 years ago
  46. 56fe62c Removed one useless makefile, and corrected some BSD licenses by yshi8 · 19 years ago
  47. 322b772 Added some checks to see if the attributes were set - clears up some warning messages when trying to unset an attribute that was not set. by lhauch · 19 years ago
  48. 97796ea Replaced set*(null) with unset*() to clear empty attributes that were causing invalid SPD files. Tracker EDK137 by lhauch · 19 years ago
  49. 2f8a751 SHOWSTOPPER TEMPORARY FIX EDK131 was reclassified to SHOWSTOPPER by lhauch · 19 years ago
  50. f845d3d Added an Optional PcdUsage to PcdCoded element - however, this will have to change to required once we modify the tools and all of the MSA files that are using PcdCoded. (This is the first schema change for EDK135.) by lhauch · 19 years ago
  51. 3e51f1c Added Optional GuidTypeList Attribute to ProtocolDeclarations and PpiDeclarations per Andrew. by lhauch · 19 years ago
  52. 30500d3 Fixed a spelling error and changed the Package Headers Tab title to be Package Headers (instead of Library Class Declarations) by lhauch · 19 years ago
  53. f933442 1. Remove empty top level elements if they have no data by hche10x · 19 years ago
  54. ad1f8df Applied BSD license to the source files by lhauch · 19 years ago
  55. cf17111 Add new OSS License by bbahnsen · 19 years ago
  56. 055e7ae Fix bug of missing Pcd information in FPD ModuleSA. by jlin16 · 19 years ago
  57. a71a82e Applied BSD license to the source files by lhauch · 19 years ago
  58. 35e5d57 Trash it. by bbahnsen · 19 years ago
  59. 163312e Applied BSD license to the source files by lhauch · 19 years ago
  60. b84b42f Applied BSD license to the source files by lhauch · 19 years ago
  61. ae20899 Fix EDKT117. If SupArchList is not specified, then build the module with all current toolchain supported ARCHs. by wuyizhong · 19 years ago
  62. bdaa67b Fixed EDKT116, which more than one target will break the build. by jwang36 · 19 years ago
  63. 9853846 1. Add pcd item Identifications used by select pcd entry when editing pcd in msa by hche10x · 19 years ago
  64. 9a8d6d9 1. Fix the bug missing TokenSpaceGuidCName when editing a pcd entry in Msa by hche10x · 19 years ago
  65. a33f3dd Fixes for Linux builds. by bbahnsen · 19 years ago
  66. 692afad Fixed format for Notepad users. unix2dos --force works on XML files. by lhauch · 19 years ago
  67. 20fa842 Fixed MSA files so that they have unique names and removed extra copyright and license information in the comment - these are in the header. by lhauch · 19 years ago
  68. ef6e2ef 1. Update release note to use jdk1.5.0_06 to take place of jdk1.5.0_04 by hche10x · 19 years ago
  69. 60e9786 coding style modification. by jlin16 · 19 years ago
  70. 102ae4c 1. Remove "update far" from menu by hche10x · 19 years ago
  71. 3c69625 Enhance Arch check. by wuyizhong · 19 years ago
  72. 726c26e Added copyright&license header by jwang36 · 19 years ago
  73. 5f42a4b Added copyright&license header. by jwang36 · 19 years ago
  74. a45e9a4 1. Adjust UI for far operations by hche10x · 19 years ago
  75. 55a2762 1. Fix bug in get industry std headers by hche10x · 19 years ago
  76. c06e865 There were suppose to be three spaces, not one between SPECIFICATION and 0x00 in the line: by lhauch · 19 years ago
  77. 5e1c3ee Added license & copyright declaration by jwang36 · 19 years ago
  78. 8b7fdc9 Changed the Specification in the Header sections to be default rather than fixed. by lhauch · 19 years ago
  79. 2ccc154 1. Add FrameworkWizard source code files record to msa by hche10x · 19 years ago
  80. 1898a0c Enhance Installation, removing and creating FAR functionality. by qouyang · 19 years ago
  81. 9937fde remove some unused code. by jlin16 · 19 years ago
  82. d379284 Fixed Enumeration ModuleType was suppose to be TOOL, not TOOLS. by lhauch · 19 years ago
  83. 68542af Fixed EDKT111 by jwang36 · 19 years ago
  84. 410e0e9 1. adjust contents layout of SPD header editor, FPD header editor. by jlin16 · 19 years ago
  85. 3e50a75 Change DB's FAR name to Dummy and add a GUID for it. by wuyizhong · 19 years ago
  86. 5a24e80 1. Support to Create/Update/Delete/Install far file by wuyizhong · 19 years ago
  87. 3fc9d86 Enforced case-sensitive on the file names; by jwang36 · 19 years ago
  88. 12e17a0 Fixes: by jlin16 · 19 years ago
  89. 19689a0 Changed the output message when handling dummy files in msa. by jwang36 · 19 years ago
  90. ed875a0 commented out the TARGET and the TARGET_ARCH entries in target.template. Default will be to build all arch specified and all targets specified by FPD file. by lhauch · 19 years ago
  91. 8db3db9 Changed the clean target to prevent unwanted removal by jwang36 · 19 years ago
  92. da1508d 1. Add build FrameworkWizard in edksetup.bat by hche10x · 19 years ago
  93. 4f94d98 Removed the output line code to reduce confusion. by jwang36 · 19 years ago
  94. 407910b Added the IDENTIFIER = Default TOOL_CHAIN_CONF line to the tools_def.template file. Tested in the tools_def.txt file before adding to the template. by lhauch · 19 years ago
  95. a7e63ef Syncronized the file list in each msa and spd files by jwang36 · 19 years ago
  96. f095610 Fixed a typo issue which will cause cleanall failure by jwang36 · 19 years ago
  97. 219e224 Polished the build tools' screen output to be in a more coherent form by jwang36 · 19 years ago
  98. 52352e5 fixed the same guid issue by jwang36 · 19 years ago
  99. 3daa930 Remove "Tools.msa", "SurfaceArea.msa" and "TianoTools.msa" from <MsaFiles> of Tools.spd since these files are not realy existed. by hche10x · 19 years ago
  100. 06a19ce Use table and popup window to add/edit all elements of module instead of original drop down list. by hche10x · 19 years ago