index
:
Tianocore/edk2.git
UDK2008
UDK2010
UDK2010.SR1
UDK2014
UDK2014.SP1
UDK2015
UDK2017
UDK2018
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/setup-python-6
dependabot/github_actions/actions/stale-10
dependabot/github_actions/github/issue-labeler-3.4
dependabot/pip/antlr4-python3-runtime-4.13.2
dependabot/pip/edk2-basetools-0.1.52
dependabot/pip/edk2-basetools-0.1.53
dependabot/pip/edk2-pytool-extensions-0.27.10
dependabot/pip/edk2-pytool-extensions-0.27.11
dependabot/pip/edk2-pytool-extensions-0.27.12
dependabot/pip/edk2-pytool-extensions-0.27.6
dependabot/pip/edk2-pytool-extensions-0.27.8
dependabot/pip/edk2-pytool-extensions-0.27.9
dependabot/pip/edk2-pytool-extensions-approx-eq-0.24.1
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.0
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.1
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.2
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.3
dependabot/pip/edk2-pytool-library-0.21.10
dependabot/pip/edk2-pytool-library-0.21.6
dependabot/pip/edk2-pytool-library-0.21.7
dependabot/pip/edk2-pytool-library-0.21.8
dependabot/pip/edk2-pytool-library-0.21.9
dependabot/pip/edk2-pytool-library-approx-eq-0.18.2
dependabot/pip/edk2-pytool-library-approx-eq-0.21.11
dependabot/pip/edk2-pytool-library-approx-eq-0.21.12
dependabot/pip/edk2-pytool-library-approx-eq-0.22.0
dependabot/pip/edk2-pytool-library-approx-eq-0.22.2
dependabot/pip/edk2-pytool-library-approx-eq-0.22.3
dependabot/pip/edk2-pytool-library-approx-eq-0.22.4
dependabot/pip/edk2-pytool-library-approx-eq-0.22.5
dependabot/pip/lcov-cobertura-2.1.1
dependabot/pip/regex-2024.11.6
dependabot/pip/regex-2024.7.24
dependabot/pip/regex-2024.9.11
dependabot/pip/regex-2025.7.31
dependabot/pip/regex-2025.7.34
dependabot/pip/regex-2025.8.29
dependabot/pip/regex-2025.9.1
dependabot/pip/regex-2025.9.18
leiflindholm-pr-template
master
pipeline_gen_update
release/rpl_program
security-advisory/cve-2024-38796/advisory
security-advisory/cve-2024-38797/advisory
security-advisory/cve-2025-3770/advisory
security-advisory/cve-2025-xxxxx/advisory
stable/202011
stable/202408
stable/202508
trunk
EDK II (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BaseTools
/
Source
/
Python
/
Trim
/
Trim.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-31
BaseTools: Trim: Add header/footer for ASL include
Joey Vagedes
1
-5
/
+28
2023-12-21
BaseTools: Resolve regex syntax warnings
Joey Vagedes via groups.io
1
-9
/
+9
2023-10-18
BaseTools: trim warning to error
Yuwei Chen
1
-2
/
+2
2020-11-10
BaseTools: Incremental build issue for included ASI file's deletion.
Mingyue Liang
1
-2
/
+1
2020-06-07
BaseTools: Warn user the file not found issue instead of break build.
Bob Feng
1
-2
/
+4
2019-12-10
BaseTools: Generate dependent files for ASL and ASM files
Bob Feng
1
-20
/
+95
2019-08-01
BaseTools: Fixed a typo in Trim.py
Feng, Bob C
1
-1
/
+1
2019-08-01
BaseTools:Add extra debugging message
Max Knutsen
1
-1
/
+3
2019-05-22
BaseTools:Update mailing list address in BaseTools error messages
Fan, ZhijuX
1
-1
/
+1
2019-04-09
BaseTools: Replace BSD License with BSD+Patent License
Michael D Kinney
1
-7
/
+1
2019-04-01
BaseTools:Trim will trig exception when input asl UTF8 format file
Fan, ZhijuX
1
-23
/
+21
2019-03-24
BaseTools: Remove EDKI related logic from Trim tool
Feng, Bob C
1
-160
/
+0
2019-02-14
BaseTools: Various typo
Antoine Coeur
1
-1
/
+1
2019-02-01
BaseTools: Handle the bytes and str difference
Feng, Bob C
1
-10
/
+8
2019-02-01
BaseTools:Double carriage return inserted from Trim.py on Python3
Zhiju Fan
1
-1
/
+1
2018-10-15
Revert BaseTools: PYTHON3 migration
Liming Gao
1
-6
/
+9
2018-10-13
BaseTools: Handle the bytes and str difference
Yunhua Feng
1
-6
/
+3
2018-10-13
BaseTools: fix the open file's read and write bugs
Yunhua Feng
1
-3
/
+3
2018-07-09
BaseTools: Clean up source files
Liming Gao
1
-11
/
+11
2018-07-04
BaseTools/Trim: Normalize filepaths to fix comparisons on Windows
Chris Co
1
-0
/
+2
2018-06-27
BaseTools: Replace StringIO.StringIO with io.BytesIO
Gary Lin
1
-3
/
+3
2018-06-27
BaseTools: Adjust the spaces around commas and colons
Gary Lin
1
-7
/
+7
2018-06-27
BaseTools: Refactor python except statements
Gary Lin
1
-2
/
+2
2018-05-02
BaseTools: Replace Binary File type strings with predefined constant
Carsey, Jaben
1
-1
/
+2
2018-04-11
BaseTools: fix --genfds-multi-thread generate makefile issue
Feng, YunhuaX
1
-2
/
+2
2018-03-30
BaseTools: Remove equality operator with None
Carsey, Jaben
1
-13
/
+13
2017-12-05
BaseTools: Update Trim to generate VfrBinOffset Binary
Yonghong Zhu
1
-3
/
+78
2016-03-11
BaseTools: update the mail address for stack trace info
Yonghong Zhu
1
-1
/
+1
2016-02-19
BaseTools/Trim: Fix the bug for stripping when no line directive in file
Yonghong Zhu
1
-3
/
+34
2015-08-06
BaseTools/Trim: Fixed a bug that cannot trim long values
Yingke Liu
1
-2
/
+2
2014-08-28
License header updated to match correct format.
Yingke Liu
1
-1
/
+1
2014-08-15
There is a limitation on WINDOWS OS for the length of entire file path can’...
Hess Chen
1
-2
/
+3
2014-01-27
Sync BaseTool trunk (version r2649) into EDKII BaseTools.
Gao, Liming
1
-609
/
+609
2011-12-07
Sync BaseTool trunk (version r2460) into EDKII BaseTools. The change mainly ...
lgao4
1
-4
/
+11
2011-11-25
Sync BaseTool trunk (version r2423) into EDKII BaseTools. The change mainly ...
lgao4
1
-2
/
+9
2011-09-18
Sync BaseTools Branch (version r2321) to EDKII main trunk.
lgao4
1
-11
/
+11
2010-10-14
Sync EDKII BaseTools to BaseTools project r2068.
lgao4
1
-4
/
+21
2010-10-11
Sync EDKII BaseTools to BaseTools project r2065.
lgao4
1
-25
/
+72
2010-06-28
Sync EDKII BaseTools to BaseTools project r1988
qhuang8
1
-5
/
+0
2010-05-18
Sync EDKII BaseTools to BaseTools project r1971
lgao4
1
-3
/
+4
2010-03-01
Sync EDKII BaseTools to BaseTools project r1903.
lgao4
1
-3
/
+18
2009-07-17
Check In tool source code based on Build tool project revision r1655.
lgao4
1
-0
/
+520