A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/uncrustify/uncrustify/commit/4a5404e622aa1a26037b6a15031cfe66f06fc781 below:

Merge pull request #4146 from uncrustify/uncrustify-RC-0.78.0 · uncrustify/uncrustify@4a5404e · GitHub

File tree Expand file treeCollapse file tree 12 files changed

+61

-12

lines changed

Filter options

Expand file treeCollapse file tree 12 files changed

+61

-12

lines changed Original file line number Diff line number Diff line change

@@ -31,6 +31,7 @@ Biswapriyo Nath

31 31

B. Kevin Hardman

32 32

Bogdan Popescu

33 33

Brandon Slack

34 +

Brecht Sanders

34 35

Brendan Long

35 36

Brian Kelley

36 37

CharlieYJH

@@ -74,6 +75,7 @@ Ilya Lyubimov

74 75

Ingo Brückl

75 76

Ivan Nazarenko

76 77

Ivan Romanov

78 +

Jakub Lukasiewicz

77 79

Jakub Schmidtke

78 80

Jan Weiß

79 81

Jason

@@ -88,6 +90,7 @@ Joel Ostraat

88 90

Joergen Ibsen

89 91

Johnny Oskarsson

90 92

Jonas Hurrelmann

93 +

Jorengarenar

91 94

Joshua Gross

92 95

Joshua Parker

93 96

Julian Picht

@@ -102,6 +105,7 @@ Leon Breedt

102 105

Lorenz Haas

103 106

Lykurg

104 107

Maciej Bogusz

108 +

Manning, James

105 109

Marco Stephan

106 110

Marcus Nilsson

107 111

Marek Fort

Original file line number Diff line number Diff line change

@@ -138,7 +138,7 @@ endif()

138 138

# Generate uncrustify_version.h

139 139

#

140 140 141 -

set(UNCRUSTIFY_VERSION "0.77.1_f")

141 +

set(UNCRUSTIFY_VERSION "0.78.0_f")

142 142 143 143

option(NoGitVersionString "Do not use make_version.py and git to build a version string" OFF)

144 144

if(NoGitVersionString)

Original file line number Diff line number Diff line change

@@ -1,3 +1,32 @@

1 +

Change highlights in uncrustify-0.78.0 (November 2023)

2 +

-------------------------------------------------------------------------------

3 +

50b364e02d4e6ebe5fa99d2d1de642f1a3fb6570

4 +

Added : align_nl_cont_spaces May 11 2023

5 +

7c53d3cc66d939dc5b0de25868e947508e2353d5

6 +

Added : sp_after_bit_colon Jun 28 2023

7 +

Added : sp_before_bit_colon Jun 28 2023

8 +

b4af21a59630315f79ec28bc5449c31f48194111

9 +

Added : sp_between_ptr_ref Jul 14 2023

10 +

84780fef16da0552e7f44785d63d23a2b0e6a8b4

11 +

Added : nl_min_after_func_body Aug 3 2023

12 +

d8931537292a5cb897cfd561adf581d27087bfe4

13 +

Added : sp_before_keyword_ptr_star Aug 10 2023

14 +

8ffe999d3382c6f516372627bd529917bc6611ae

15 +

Added : sp_before_global_scope_ptr_star Aug 10 2023

16 +

Added : sp_before_scope_ptr_star Aug 10 2023

17 +

f493e4d9e003648753e6574ba2cd61f5c0bd1352

18 +

Added : sp_before_operator_ptr_star Aug 10 2023

19 +

Added : sp_before_qualifier_ptr_star Aug 10 2023

20 +

Removed : sp_before_keyword_ptr_star Aug 10 2023

21 +

adbb82b0f6e551ef976e64a1351ca0eb05acf932

22 +

Added : debug_use_the_exit_function_pop Aug 15 2023

23 +

2e0e019dc28cac0844b5cff81d05859ee1a02394

24 +

Added : nl_max_after_func_body Aug 28 2023

25 +

cb44fe733a2c1e0391cfa5afdac77f7e66d688e1

26 +

Added : sp_cpp_lambda_argument_list_empty Sep 12 2023

27 +

e058aafd4ee5e407e250a6b921886d2c00d6a622

28 +

Added : align_func_proto_span_ignore_cont_lines Oct 21 2023

29 + 1 30

Change highlights in uncrustify-0.77.0 (May 2023)

2 31

-------------------------------------------------------------------------------

3 32

ea6c54eefe2f3272a4867d30920408c327167199

Original file line number Diff line number Diff line change

@@ -9,7 +9,7 @@

9 9

A source code beautifier for C, C++, C#, Objective-C, D, Java, Pawn and Vala.

10 10 11 11

## Features

12 -

* Highly configurable - 850 configurable options as of version 0.77.1

12 +

* Highly configurable - 850 configurable options as of version 0.78.0

13 13

- <details><summary>add/remove spaces</summary>

14 14 15 15

- `sp_before_sparen`: _Add or remove space before '(' of 'if', 'for', 'switch', 'while', etc._

Original file line number Diff line number Diff line change

@@ -1,4 +1,4 @@

1 -

# Uncrustify_d-0.76.0-148-ce753d9e9-dev

1 +

# Uncrustify-0.78.0

2 2 3 3

#

4 4

# General options

Original file line number Diff line number Diff line change

@@ -1,4 +1,4 @@

1 -

# Uncrustify_d-0.76.0-148-ce753d9e9-dev

1 +

# Uncrustify-0.78.0

2 2 3 3

#

4 4

# General options

Original file line number Diff line number Diff line change

@@ -54,7 +54,7 @@ <h2>Features</h2>

54 54

<li>Add or remove parens on return statements</li>

55 55

<li>Add or remove braces on single-statement if/do/while/for statements</li>

56 56

<li>Supports embedded SQL 'EXEC SQL' stuff</li>

57 -

<li>Highly configurable - 850 configurable options as of version 0.77.1</li>

57 +

<li>Highly configurable - 850 configurable options as of version 0.78.0</li>

58 58

</ul>

59 59 60 60

<p>

Original file line number Diff line number Diff line change

@@ -1,4 +1,4 @@

1 -

# Uncrustify_d-0.76.0-148-ce753d9e9-dev

1 +

# Uncrustify-0.78.0

2 2 3 3

#

4 4

# General options

Original file line number Diff line number Diff line change

@@ -16,7 +16,7 @@ showHelpParameter=-h

16 16

stringparaminquotes=false

17 17

useCfgFileParameter="-c "

18 18

useRegex=true

19 -

version=Uncrustify_d-0.76.0-148-ce753d9e9-dev

19 +

version=Uncrustify-0.78.0

20 20 21 21

[Newlines]

22 22

Category=0

Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

{

2 2

"name": "uncrustify",

3 -

"version": "0.77.1",

3 +

"version": "0.78.0",

4 4

"description": "A highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",

5 5

"main": "uncrustify",

6 6

"scripts": {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4