Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
buildblocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pmodules
buildblocks
Commits
50c812b1
Commit
50c812b1
authored
Nov 16, 2020
by
l_opal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uncrustify: build-block added
parent
5e237b6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
0 deletions
+44
-0
Tools/uncrustify/build
Tools/uncrustify/build
+17
-0
Tools/uncrustify/files/variants.rhel6
Tools/uncrustify/files/variants.rhel6
+1
-0
Tools/uncrustify/modulefile
Tools/uncrustify/modulefile
+26
-0
No files found.
Tools/uncrustify/build
0 → 100755
View file @
50c812b1
#!/usr/bin/env modbuild
pbuild
::
add_to_group
'Tools'
pbuild
::
set_download_url
\
"https://github.com/$P/$P/archive/$P-${V_PKG}.tar.gz"
#pbuild::set_sha256sum 'gnuplot-5.2.4.tar.gz:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb'
#pbuild::install_docfiles 'Copyright' 'ChangeLog' 'NEWS' 'README'
#pbuild::add_configure_args '--with-latex=no'
#pbuild::add_configure_args '--with-qt=no'
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:
Tools/uncrustify/files/variants.rhel6
0 → 100644
View file @
50c812b1
uncrustify/0.71.0 unstable b:cmake/3.15.5 b:Python/3.8.4 b:gcc/8.4.0
Tools/uncrustify/modulefile
0 → 100644
View file @
50c812b1
#%Pmodule
module-whatis "code-formatter"
module-url "http://uncrustify.sourceforge.net"
module-license "GNU GPLv2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
The goals of this project are simple: Create a highly configurable,
easily modifiable source code beautifier.
Features:
* Indent code, aligning on parens, assignments, etc
* Align on '=' and variable definitions
* Align structure initializers
* Align #define stuff
* Align backslash-newline stuff
* Reformat comments (a little bit)
* Fix inter-character spacing
* Add or remove parens on return statements
* Add or remove braces on single-statement if/do/while/for statements
* Supports embedded SQL 'EXEC SQL' stuff
* Highly configurable - 735 configurable options as of version 0.71.0
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment