Commits
Graph
Commit
Pull Request
Status
More actions
tests/edk2: Add multi-line-debug-code-macro-call unit test
f0008a9e
MK
Michael Kubacki
tests/edk2: Add struct-init-indent unit test
ecc84525
MK
Michael Kubacki
Prevent endless indentation scenario in struct assignment
239c4fad
MK
Michael Kubacki
Merged PR 33: Sync edk2 config files with Tianocore
32e6da80
MK
Michael Kubacki
Merged PR 34: Update PR and CI toolchain from VS2019 to VS2022
acc6a920
MK
Michael Kubacki
Add ed2k unit test
c82ee034
MK
Michael Kubacki
Do not attempt to find comments in pre-processor strings
8e2b322d
MK
Michael Kubacki
Add placeholder for "align_edk2_style" behavior
37b97dc1
MK
Michael Kubacki
Add "align_edk2_style" configuration option
167899a6
MK
Michael Kubacki
Prevent function header placement in __declspec and __attributes__
bf5efee5
MK
Michael Kubacki
Prevent "OPTIONAL" from being moved to a new line
4f499997
MK
Michael Kubacki
Prevent errors in typedef function prototypes
44e3eed4
MK
Michael Kubacki
Adjust inline assembly formatting
59d8147f
MK
Michael Kubacki
Merged PR 23: indent.cpp: Add null check for prev chunk type in DEBUG condition
93292b2d
MK
Michael Kubacki
Merged PR 22: .azuredevops/NugetPulishingStage.yml: Publish a Debug and Release package
e410b69f
MK
Michael Kubacki
.etc/edk2.cfg: Add initial edk2 config file
17dad4f7
MK
Michael Kubacki
Changes for edk2 changes to pass CLI unit tests
eba37fdf
MK
Michael Kubacki
Add initial support for edk2 changes
6e53b1bb
MK
Michael Kubacki
.gitignore: Ignore build output and VS code files
6e9227b4
MK
Michael Kubacki
.azuredevops/NugetPublishingStage.yml: Remove Test prefix from Nuget packages
1aa42015
MK
Michael Kubacki
.azuredevops: Add initial Nuget publishing pipeline yaml
3d523396
MK
Michael Kubacki
scripts/run_ctest.py: Output results to Test.xml file
f2eaced7
MK
Michael Kubacki
.azuredevops: Add initial Azure Devops pipeline
3bda847c
MK
Michael Kubacki
Merge pull request #3206 from guy-maurel/AMPbeforeOperator
370a04b2
G
gmaurel
the AMP character was not correctly tokenized if before the keyword operator
c113d34b
GM
Guy Maurel
Merge pull request #3200 from CharlieYJH/align-assign-lambda-fix
2f5ca636
G
gmaurel
Small change to trigger workflow
86861387
C
CharlieYJH
Reuse issue_3116.cpp as a test and slightly improve indentation boolean logic
50f57faa
C
CharlieYJH
Fix source format in if statement
dd46bcd6
C
CharlieYJH
Update source formatting and remove tags from .gitignore
8631a852
C
CharlieYJH
Fix indent alignment when indent_align_assign is turned on
847216d5
C
CharlieYJH
Merge pull request #3199 from mwoehlke-kitware/fix-nl_var_def_blk_start-properly
91f289b8
G
gmaurel
Fix another nl_var_def_blk_start bug
0e9c030e
MW
Matthew Woehlke
Properly fix nl_var_def_blk_start
a76a9c51
MW
Matthew Woehlke
Merge pull request #3193 from gg-yb/nl-before-struct
d00895aa
G
gmaurel
add nl_before_struct option
4714d5d6
YB
Yannick Bühler
Merge pull request #3190 from guy-maurel/sp_enum_paren-i
e3d40548
G
gmaurel
add some tests data, update some config
7ba95603
GM
Guy Maurel
Merge pull request #3189 from micheleCTDE/fix/log-msg-location
287edfe1
G
gmaurel
Minor fix to location of log message for oneliners
547da480
MC
Michele Calgaro
Merge pull request #3186 from micheleCTDE/fix/python-detection-on-old-cmake
dd6b5069
G
gmaurel
Fixed detection of python on distros with older cmake (< 3.12)
7986c9d2
SB
Slávek Banko
Merge pull request #3184 from guy-maurel/sp_endif_cmt
0d959fe4
G
gmaurel
update debug version
04741e5a
GM
Guy Maurel
Merge branch 'sp_endif_cmt' of https://github.com/guy-maurel/uncrustify into sp_endif_cmt
def5995b
GM
Guy Maurel
the option doesn't work with ignore
8ce0ab9b
GM
Guy Maurel
update some test data to be conform with the value ignore
fbdf91e6
GM
Guy Maurel
the option doesn't work with ignore
bd36fdef
GM
Guy Maurel
Merge pull request #3185 from micheleCTDE/fix/fix-ftbfs-with-RelWithdebInfo
5670b53d
G
gmaurel
Fixed FTBFS when using RelWithDebInfo config in debian-like distros.
cb1a42dd
MC
Michele Calgaro