Maxim Integrated's IoT development kit
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
tools/AStyle_3.0.1_windows/doc/notes.html@1:efe9cad8942f, 2018-03-13 (annotated)
- Committer:
- Mahir Ozturk
- Date:
- Tue Mar 13 14:52:59 2018 +0300
- Revision:
- 1:efe9cad8942f
Commit project files
Change-Id: I2188228f2a27e9a13e2407846e48b38c2596caa0
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Mahir Ozturk |
1:efe9cad8942f | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| Mahir Ozturk |
1:efe9cad8942f | 2 | |
| Mahir Ozturk |
1:efe9cad8942f | 3 | <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
| Mahir Ozturk |
1:efe9cad8942f | 4 | |
| Mahir Ozturk |
1:efe9cad8942f | 5 | <head> |
| Mahir Ozturk |
1:efe9cad8942f | 6 | <title>Artistic Style - Release Notes</title> |
| Mahir Ozturk |
1:efe9cad8942f | 7 | <meta http-equiv="Content-Language" content="en-us" /> |
| Mahir Ozturk |
1:efe9cad8942f | 8 | <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> |
| Mahir Ozturk |
1:efe9cad8942f | 9 | <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> |
| Mahir Ozturk |
1:efe9cad8942f | 10 | <link href="styles.css" rel="stylesheet" type="text/css" /> |
| Mahir Ozturk |
1:efe9cad8942f | 11 | </head> |
| Mahir Ozturk |
1:efe9cad8942f | 12 | |
| Mahir Ozturk |
1:efe9cad8942f | 13 | <body> |
| Mahir Ozturk |
1:efe9cad8942f | 14 | |
| Mahir Ozturk |
1:efe9cad8942f | 15 | <h1>Artistic Style Release Notes</h1> |
| Mahir Ozturk |
1:efe9cad8942f | 16 | |
| Mahir Ozturk |
1:efe9cad8942f | 17 | <p> |
| Mahir Ozturk |
1:efe9cad8942f | 18 | </p> |
| Mahir Ozturk |
1:efe9cad8942f | 19 | |
| Mahir Ozturk |
1:efe9cad8942f | 20 | <h3>Artistic Style 3.0.1 (May 2017)</h3> |
| Mahir Ozturk |
1:efe9cad8942f | 21 | |
| Mahir Ozturk |
1:efe9cad8942f | 22 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 23 | <li>Fix crash caused by certain class initializer formats (#435).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 24 | <li>Fix "final" identifier not being recognized as a pre-command header (#433).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 25 | <li>Fix recognition of certain rvalue reference variables.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 26 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 27 | |
| Mahir Ozturk |
1:efe9cad8942f | 28 | <h3>Artistic Style 3.0 (April 2017)</h3> |
| Mahir Ozturk |
1:efe9cad8942f | 29 | |
| Mahir Ozturk |
1:efe9cad8942f | 30 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 31 | <li>Add new option "indent-after-parens" (#396, 152, 108, 79).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 32 | <li>Add new option "attach-closing-while" (#177).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 33 | <li>Add "style=run-in" as an alternative for "style=horstmann".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 34 | <li>Add "break-closing-braces" to "style=stroustrup" (#267).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 35 | <li>Add formatting for C++11 trailing return type methods.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 36 | <li>Add new class ASPeekStream using RAII to allow early method returns.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 37 | <li>Change affected variable names to new AStyle terminology.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 38 | <li>Change some vector push_back() statements to emplace_back().</li> |
| Mahir Ozturk |
1:efe9cad8942f | 39 | <li>Fix memory leak when using "indent-preproc-define".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 40 | <li>Fix sometimes splitting an r-value reference when "pad-oper" is used.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 41 | <li>Fix in-statement-indent brace check not always checking a brace (#421).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 42 | <li>Fix formatting of C# get/set and add/remove when braces are attached (#430).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 43 | <li>Fix formatting of C# generic constraints (#430).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 44 | <li>Fix padding of C# null conditional operator.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 45 | <li>Fix attach-inlines to not attach a brace followed by a run-in comment.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 46 | <li>Fix not always breaking lines after "add-braces" (#341).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 47 | <li>Fix unpadding the "in" in a foreach statement (#386).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 48 | <li>Fix boundary conditions discovered by <a href="http://lcamtuf.coredump.cx/afl/" target="_blank" |
| Mahir Ozturk |
1:efe9cad8942f | 49 | title="open new window">american fuzzy lop</a> fuzzer (#370).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 50 | <li>Refactoring: |
| Mahir Ozturk |
1:efe9cad8942f | 51 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 52 | <li>Replace NULL with C++11 nullptr.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 53 | <li>Rename Utf8_16 class to ASEncoding.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 54 | <li>Move ASConsole constructor and destructor from inline to non-inline.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 55 | <li>Move console error stream (cerr) from global to ASConsole class.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 56 | <li>Move ASConsole pointer in ASOptions from global to a class member.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 57 | <li>Move findHeader and findOperator methods from ASBeautifier to ASBase.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 58 | <li>Minor changes from PVS-Studio analyzer.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 59 | <li>Minor changes from clang-tidy.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 60 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 61 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 62 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 63 | |
| Mahir Ozturk |
1:efe9cad8942f | 64 | <h3>Artistic Style 2.06 (December 2016)</h3> |
| Mahir Ozturk |
1:efe9cad8942f | 65 | |
| Mahir Ozturk |
1:efe9cad8942f | 66 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 67 | <li>Add new bracket style option "style=mozilla".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 68 | <li>Add new option "break-one-line-headers" (#33, 64, 367).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 69 | <li>Add new option "indent-continuation".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 70 | <li>Add new option "pad-comma" (#100).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 71 | <li>Add removing spaces before a comma (#100).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 72 | <li>Add new Objective‑C options "pad-return-type" (-xq) and "unpad-return-type" (-xr).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 73 | <li>Add new Objective‑C options "pad-param-type" (-xS) and "unpad-param-type" (-xs).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 74 | <li>Add formatting of C++14 single-quote digit separators (#337).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 75 | <li>Add indentation for CORBA IDL module statement (#414).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 76 | <li>Add translations for Bulgarian, Estonian, Greek, Hungarian, Norwegian, and Romanian.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 77 | <li>Remove lineend option from formatCinToCout function.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 78 | <li>Improve align-method-colon and apply to Objective‑C method calls.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 79 | <li>Improve recognition of header guards in preprocessor statements.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 80 | <li>Improve recognition of C++11 uniform initializer brackets (#381, 411, 415).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 81 | <li>Improve the processing of quoted strings and verbatim strings.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 82 | <li>Change align-method-colon short first line to align on the longest line instead of the first line.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 83 | <li>Change to not break empty one line brackets to support new "break-one-line-headers".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 84 | <li>Change add-brackets to not add to one line blocks to support new "break-one-line-headers".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 85 | <li>Change add-brackets to not add to one line statements in support new "break-one-line-headers".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 86 | <li>Fix not recognizing an escaped space character within a quote (#403).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 87 | <li>Fix not recognizing "else" brackets as COMMAND_TYPE (#400).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 88 | <li>Fix attaching "if" statements to a #else preprocessor directive (#356).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 89 | <li>Fix not clearing global variables for a new file (#364).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 90 | <li>Fix not recognizing an rvalue reference in a template (#404).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 91 | <li>Fix breaking a line when processing the first line of a file (#400).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 92 | <li>Fix breaking a line in an exponential (#392).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 93 | <li>Fix indentation of an "enum" without following brackets (#401, 384).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 94 | <li>Fix indentation of arguments using preceding commas (#355).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 95 | <li>Fix indentation of Pico style one line blocks.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 96 | <li>Fix not padding header for "new" or "delete" followed by parens.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 97 | <li>Fix template variable not being cleared at end of a statement (#380).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 98 | <li>Fix "close-templates" to only close ending angle brackets (#375).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 99 | <li>Fix pad-oper to not pad a + or - following an open bracket (#378).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 100 | <li>Fix C# to recognize "using" as a header.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 101 | <li>Fix C# to always recognize "forever" as a header.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 102 | <li>Fix Pico style not always computing the indentation for one line blocks.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 103 | <li>Fix indentation of Objective-C @interface statement (#333).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 104 | <li>Fix assert error when Objective-C "@" is followed by whitespace.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 105 | <li>Fix end of line comments for "pad-method-prefix" and "unpad-method-prefix".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 106 | <li>Fix end of line comments for "pad-method-colon".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 107 | <li>Refactoring: |
| Mahir Ozturk |
1:efe9cad8942f | 108 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 109 | <li>Consolidate scattered ASFormatter conditional statements into a padParenObjC method.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 110 | <li>Remove BracketMode STROUSTRUP_MODE and change it to LINUX_MODE.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 111 | <li>Remove ASBase methods from being inlined as class definitions.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 112 | <li>Replace C char arrays in astyle_main.cpp with C++ strings.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 113 | <li>Return language translation as a mutable variable.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 114 | <li>Portability changes for additional compiler support (#352).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 115 | <li>Minor changes based on results of the Clang-Tidy. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 116 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 117 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 118 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 119 | |
| Mahir Ozturk |
1:efe9cad8942f | 120 | <h3>Artistic Style 2.05.1 (December 2014)</h3> |
| Mahir Ozturk |
1:efe9cad8942f | 121 | |
| Mahir Ozturk |
1:efe9cad8942f | 122 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 123 | <li>Fix incorrectly reporting files containing disabled formatting as being formatted.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 124 | <li>Fix incorrect handling of quoted arguments in the options file (#321).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 125 | <li>Fix error in identifying an enum return type as an enumeration (#322, 323).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 126 | <li>Fix error in identifying an enum argument as an enumeration (#327).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 127 | <li>Fix recognition of Qt keywords when used as variables in C++ (#329).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 128 | <li>Fix recognition of a pointer in a C++ cast (#316).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 129 | <li>Fix removing trailing whitespace after a changed pointer or reference cast.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 130 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 131 | |
| Mahir Ozturk |
1:efe9cad8942f | 132 | <h3>Artistic Style 2.05 (November 2014)</h3> |
| Mahir Ozturk |
1:efe9cad8942f | 133 | |
| Mahir Ozturk |
1:efe9cad8942f | 134 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 135 | <li>Add new bracket style option "style=vtk" (#155).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 136 | <li>Add new option "indent-preproc-block" to indent blocks of preprocessor directives (#21, #114, #229, |
| Mahir Ozturk |
1:efe9cad8942f | 137 | #242, #294).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 138 | <li>Add new option, "dry-run", to run AStyle without updating the files (#184, #285).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 139 | <li>Add new options, "html" (-!") and "html=###", to display the HTML help documentation in the default browser. |
| Mahir Ozturk |
1:efe9cad8942f | 140 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 141 | <li>Add tags "*INDENT-OFF*" and "*INDENT_ON*" to disable formatting of source code blocks |
| Mahir Ozturk |
1:efe9cad8942f | 142 | (#2, #47, #55, #78, #110, #176).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 143 | <li>Add tag *NOPAD* to disable selected formatting on a single line.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 144 | <li>Add '__attribute__ ((visibility ("default")))' to Linux exported functions.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 145 | <li>Remove option "style=ansi" and make it depreciated (#146).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 146 | <li>Remove fix for broken 'case' statements from release 2.02.1, Nov 21, 2011.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 147 | <li>Improve Korean translation (#256).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 148 | <li>Change shared libraries to include the version number as part of the file name (#264)</li> |
| Mahir Ozturk |
1:efe9cad8942f | 149 | <li>Change "help" display to stdout to allow piping and redirection (#63).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 150 | <li>Change "version" display to stdout. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 151 | <li>Change headers to include foreach, forever, Q_FOREACH, and Q_FOREVER (#98, #154).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 152 | <li>Change compiler definition ASTYLE_NO_VCX (no Visual Studio exports) to ASTYLE_NO_EXPORTS.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 153 | <li>Change shared library error handler argument from "char*" to "const char*".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 154 | <li>Fix not recognizing noexcept, interrupt, and autoreleasepool as pre-command headers (#225, #259).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 155 | <li>Fix formatting of C++11 uniform initializer brackets (#253, #257, #260, #284).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 156 | <li>Fix to not automatically space pad C++11 uniform initializer brackets (#275).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 157 | <li>Fix formatting of enums with leading commas (#159, #179, #270).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 158 | <li>Fix formatting of logical && operator in class initializers (#290).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 159 | <li>Fix flagging a 'const' variable as a 'const' method (#275).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 160 | <li>Fix piping and redirection adding an extra character to the output (#245, #252, #305). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 161 | <li>Fix "indent-modifiers" to attach class access modifiers to Horstmann style brackets. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 162 | <li>Fix ASFormatter to correctly recognize the end of a C++ raw string literal (#261).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 163 | <li>Fix to recognize C++11 "enum class" as an enum (#303).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 164 | <li>Fix indent of C++11 "noexecpt" statements within a class (#260, #304).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 165 | <li>Fix not resetting templateDepth when a template was not found (#295).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 166 | <li>Fix formatting of multiplication in a block paren (#144).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 167 | <li>Fix whitespace padding when formatting an rvalue references (#297).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 168 | <li>Fix to recognize an rvalue reference without a name (#265).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 169 | <li>Fix to not identify an operator overload method as a calculation (#296).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 170 | <li>Fix concatenating multiplication with a pointer dereference (#291).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 171 | <li>Fix recognition of a pointer dereference following a question mark (#213).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 172 | <li>Fix extra space after a trailing reference type (#300).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 173 | <li>Fix _asm blocks not being identified as a block opener and the variable not cleared on exit (#163).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 174 | <li>Fix indentation of line comments before a "class" opening bracket.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 175 | <li>Fix indentation of line comments before a "namespace" opening bracket.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 176 | <li>Fix isBracketType() method to correctly process a NULL_TYPE.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 177 | <li>Fix unpad-paren to recognize additional variables (#43, #132, #143). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 178 | <li>Fix indentation of C# "let" statements.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 179 | <li>Fix a few omissions with "fill-empty-lines".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 180 | <li>Fix file read to read 64K blocks of data.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 181 | <li>Refactor to un-obfuscate (clarify) the code, and improve design and decomposition: |
| Mahir Ozturk |
1:efe9cad8942f | 182 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 183 | <li>Extract class Utf8_16 from ASConsole. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 184 | <li>Replace Linux dependency on iconv with a Utf8_16 class for ASLibrary.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 185 | <li>Move global "using" statements to the astyle namespace in astyle.h and ASLocalizer.h. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 186 | <li>Move shared library declarations from astyle.h to astyle_main.h.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 187 | <li>Move indentable macros from ASEnhancer to ASResource and create static pairs.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 188 | <li>Simplify ASBeautifier procedure to identify the colon (:) type.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 189 | <li>Major refactoring in ASBeautifier to create separate variables for an enum, a class statement and a class initializer.<br /> |
| Mahir Ozturk |
1:efe9cad8942f | 190 | This was needed to fix the processing of C++11 uniform initializers in a class initializer. |
| Mahir Ozturk |
1:efe9cad8942f | 191 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 192 | <li>Minor changes to ASFormatter and ASBeautifier based on results of the Clang analyzer. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 193 | <li>Change several methods in astyle_main to "const".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 194 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 195 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 196 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 197 | |
| Mahir Ozturk |
1:efe9cad8942f | 198 | <h3>Artistic Style 2.04 (November 2013)</h3> |
| Mahir Ozturk |
1:efe9cad8942f | 199 | |
| Mahir Ozturk |
1:efe9cad8942f | 200 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 201 | <li>Add new programming language Objective‑C.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 202 | <li>Add new bracket style option "style=google" (-A14). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 203 | <li>Add new option "indent-preproc-cond" (xw) to indent preprocessor conditional statements (#118). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 204 | <li>Add new bracket modify options "attach-namespaces", "attach-classes", "attach-inlines", and "attach-extern-c". |
| Mahir Ozturk |
1:efe9cad8942f | 205 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 206 | <li>Add new option "indent-modifiers" (-xG) to indent class access modifiers one-half indent (#130). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 207 | <li>Add new option "remove-brackets" (-xj) to remove brackets from single line conditional statements.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 208 | <li>Add new option "remove-comment-prefix" (-xp) to remove the leading '*' from multi-line comments. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 209 | <li>Add new option "align-method-colon" (-xM) to align Objective‑C method colons. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 210 | <li>Add new option "pad-method-colon=#" (-xP#) to space pad Objective‑C method colons. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 211 | <li>Add new options "pad-method-prefix" (-xQ), and "unpad-method-prefix" (-xR) to pad the Objective‑C "-" and |
| Mahir Ozturk |
1:efe9cad8942f | 212 | "+" method prefix. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 213 | <li>Add new dll entry point AStyleMainUtf16 for processing C# UTF-16 strings. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 214 | <li>Add formatting of C++11 raw string literals (#222). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 215 | <li>Add "style=knf" as an alternative to "style=linux".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 216 | <li>Remove depreciated "bracket=" options.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 217 | <li>Improve recognition and formatting of pointers and references (#174 and other changes). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 218 | <li>Improve the recognition of block-opening brackets.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 219 | <li>Improve code using a static code analyzer (#195).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 220 | <li>Change "max-code-length" to include Objective‑C methods.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 221 | <li>Change "indent-elseifs" and "break-blocks" to look ahead only if in command-type brackets (speed improvement). |
| Mahir Ozturk |
1:efe9cad8942f | 222 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 223 | <li>Fix linux bracket styles to break the opening bracket in inline function definitions (#185). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 224 | <li>Fix indentation of switch block comments (#164). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 225 | <li>Fix enums to indent with tabs when requested (#92, #121). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 226 | <li>Fix formatting of rvalue reference without a name in a declaration (#219). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 227 | <li>Fix "pad-first-paren-out" to not pad if the following parens are empty (#232). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 228 | <li>Fix end-of-statement reset when comments follow closing bracket.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 229 | <li>Fix the ASBeautifier active and waiting stacks to delete the ASBeautifier objects before deleting the pointers. |
| Mahir Ozturk |
1:efe9cad8942f | 230 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 231 | <li>Fix ASBeautifier "init" to delete the tempStack vectors before deleting the tempStack.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 232 | <li>Fix Linux piping problem by changing "cin" input to build a stringstream before formatting. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 233 | <li>Fix to identify the correct bracket type when 'extern "C"' is part of the enum definition. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 234 | <li>Fix to clear 'extern "C"' variables when the block is closed. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 235 | <li>Fix unindented 'extern "C"' to not indent when in a #else preprocessor directive.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 236 | <li>Fix not always correctly formatting linux type brackets for enum blocks.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 237 | <li>Fix align-pointer in a range-based for statement (#217).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 238 | <li>Fix pointer-reference argument alignment to correctly position a following comment (#235).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 239 | <li>Fix to not attach a bracket to a line ending in a backslash '\' (#186, #214, #220). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 240 | <li>Fix to recognize templates using multiple lines (#85, #87, #136).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 241 | <li>Fix formatting of template continuation lines (#85, #87, #136).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 242 | <li>Fix to allow '^' as an array operator (#233). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 243 | <li>Fix an "enum" argument being mistaken for an enumeration (#211).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 244 | <li>Fix to recognize a non-instatement array after a "},{" sequence.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 245 | <li>Fix "pad-oper" to not pad before a following comma. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 246 | <li>Fix recognition of an operator when the calculation contains a bitwise "not" '~' (#166).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 247 | <li>Fix to allow a preprocessor statement within a preprocessor define (#238).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 248 | <li>Fix preprocessor comparison to check for whole words (#246).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 249 | <li>Fix "add-brackets" when a line contains more than one paren pairs (#181).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 250 | <li>Fix to allow Mac old CR line endings in the options file (#129).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 251 | <li>Refactor to aid debugging and improve design and decomposition: |
| Mahir Ozturk |
1:efe9cad8942f | 252 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 253 | <li>Move ALL preliminary indentation calculations to computePreliminaryIndentation() in ASBeautifier.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 254 | <li>Move calculation of 'force tab' indents to preLineWS() in ASBeautifier. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 255 | <li>Combine methods init() and init(ASSourceIterator*) in ASBeautifier.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 256 | <li>Extract method adjustParsedLineIndentation() in ASBeautifier.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 257 | <li>Extract method parseCurrentLine() in ASEnhancer. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 258 | <li>Remove astyle_main.cpp unused functions getFilesUnchanged, getOptionsFileRequired, and setOptionsFileRequired. |
| Mahir Ozturk |
1:efe9cad8942f | 259 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 260 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 261 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 262 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 263 | |
| Mahir Ozturk |
1:efe9cad8942f | 264 | <h3>Artistic Style 2.03 (April 2013)</h3> |
| Mahir Ozturk |
1:efe9cad8942f | 265 | |
| Mahir Ozturk |
1:efe9cad8942f | 266 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 267 | <li>Add new option "indent=force-tab-x=#" (-xT#) to allow a tab length that different from the indent length (3430662). |
| Mahir Ozturk |
1:efe9cad8942f | 268 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 269 | <li>Add new option, "pad-first-paren-out" (xd), to pad only the first paren in a series on the outside (3350356). |
| Mahir Ozturk |
1:efe9cad8942f | 270 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 271 | <li>Add new option "max-code-length=#" (-xC#) to limit the length of code on a line. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 272 | <li>Add new option "break-after-logical" (-xL) to modify a "max-code-length" line break for conditionals. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 273 | <li>Add new option "close-templates" (-xy) to close whitespace in the angle brackets ">" of template |
| Mahir Ozturk |
1:efe9cad8942f | 274 | definitions.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 275 | <li>Add formatting of C++ rvalue references (&&) using the existing "align-pointer" and "align-reference" |
| Mahir Ozturk |
1:efe9cad8942f | 276 | options.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 277 | <li>Add formatting of C++/CLI managed pointers (the "^" character) to the "align-pointer" option.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 278 | <li>Add translations for Dutch, Finnish, Italian, Japanese, Korean, Polish, Portuguese, Russian, Swedish, and Ukrainian. |
| Mahir Ozturk |
1:efe9cad8942f | 279 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 280 | <li>Remove byte-order-mark from ASLocalizer.cpp.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 281 | <li>Change the short option for delete-empty-lines from "xd" to "xe".</li> |
| Mahir Ozturk |
1:efe9cad8942f | 282 | <li>Change the ASTYLE_LIB option to remove __declspec for a Visual C static library when ASTYLE_NO_VCX is also declared. |
| Mahir Ozturk |
1:efe9cad8942f | 283 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 284 | <li>Change to remove any space padding in a pointer to pointer (**).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 285 | <li>Fix "break-elseifs" to format one-line "if" and "else" statements the same as when the option is not used. |
| Mahir Ozturk |
1:efe9cad8942f | 286 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 287 | <li>Fix "break-elseifs" to break else-if statements when "keep-one-line-statements" also is requested. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 288 | <li>Fix "break-elseifs" to correctly format comments preceding the else-if. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 289 | <li>Fix C# not correctly identifying lambda expressions as a command-type bracket.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 290 | <li>Fix C# preprocessor statements adding extra empty lines when "break-blocks" is used. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 291 | <li>Fix C# padding "get" and "set" statements that are not headers when "break-blocks" is used. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 292 | <li>Fix C# to recognize the "#line" statement. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 293 | <li>Fix C++11 standard for range-based "for" loops (3458402, 3480095). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 294 | <li>Fix C++11 standard for "enum" with a base type (3458402). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 295 | <li>Fix C++11 standard for template closing angle brackets (no space required) (3495192). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 296 | <li>Fix C/C++ keyword 'extern "C"' in a preprocessor causing an extra indent (1514844, 2953388, 2963382, 3093842, |
| Mahir Ozturk |
1:efe9cad8942f | 297 | <span>3467479)</span>. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 298 | <li>Fix breaking after a switch "default" statement when "break-elseifs" is used without "keep-one-line-statements" |
| Mahir Ozturk |
1:efe9cad8942f | 299 | (<span>3559365</span>). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 300 | <li>Fix in-statement arrays to indent correctly when they exceed the "max-instatement-indent". </li> |
| Mahir Ozturk |
1:efe9cad8942f | 301 | <li>Fix quote continuation sometimes being processed as a preprocessor directive (3445475).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 302 | <li>Fix formatting of some conditional statements on a continuation-line.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 303 | <li>Fix Java formatting of generics with wildcards (3428140).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 304 | <li>Fix formatting of pointers and references to work with the new "max-code-length" option. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 305 | <li>Fix formatting of pointers and references after a template close.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 306 | <li>Fix formatting of empty attached brackets (3505002).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 307 | <li>Fix C comments beginning a line breaking if they follow a semi-colon (3502700).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 308 | <li>Fix "pad-header" not padding "return" and "throw" statements (3509134).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 309 | <li>Fix recognition problems with templates.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 310 | <li>Fix "struct" return type being mistaken for a struct.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 311 | <li>Fix "pad-oper" in java for-each loop.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 312 | <li>Fix recognition of a macro multi-line comment (3414970).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 313 | <li>Fix bracketTypeStack entries added by #if and #else if the # is separated from the word. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 314 | <li>Fix C++ breaking a line on an access modifier in a one-line block when "keep-one-line-blocks" is used. |
| Mahir Ozturk |
1:efe9cad8942f | 315 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 316 | <li>Fix memory leak when "ascii" option is used.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 317 | <li>Fix memory leak when a preprocessor statement is used without a closing #endif.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 318 | <li>Fix preprocessor directive to allow compiling with mingw-x64 compiler.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 319 | <li>Fix redirection on Windows so it does not hang when Linux line ends are used (3514712).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 320 | <li>Fix redirection on Linux to output the correct line ends (3514712).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 321 | <li>Fix non-portable return value on locale name (3452574). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 322 | <li>Fix assert errors caused by not checking the text length on the return from peekNextText().</li> |
| Mahir Ozturk |
1:efe9cad8942f | 323 | <li>Fix spelling of "depreciated" in help message (3454735).</li> |
| Mahir Ozturk |
1:efe9cad8942f | 324 | <li>Refactor to improve design and decomposition: |
| Mahir Ozturk |
1:efe9cad8942f | 325 | <ul> |
| Mahir Ozturk |
1:efe9cad8942f | 326 | <li>Fix warning messages from Visual Studio static code analysis.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 327 | <li>Fix warning messages from cppcheck, except for constructor uninitialized variables (false positive). </li> |
| Mahir Ozturk |
1:efe9cad8942f | 328 | <li>Remove astyle_main.h dependency from ASLocalizer.h </li> |
| Mahir Ozturk |
1:efe9cad8942f | 329 | <li>Remove appendChar() from the inline functions.</li> |
| Mahir Ozturk |
1:efe9cad8942f | 330 | <li>Extract methods for pointer or reference alignment in ASFormatter. </li> |
| Mahir Ozturk |
1:efe9cad8942f | 331 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 332 | </li> |
| Mahir Ozturk |
1:efe9cad8942f | 333 | </ul> |
| Mahir Ozturk |
1:efe9cad8942f | 334 | |
| Mahir Ozturk |
1:efe9cad8942f | 335 | <p> |
| Mahir Ozturk |
1:efe9cad8942f | 336 | </p> |
| Mahir Ozturk |
1:efe9cad8942f | 337 | <p> |
| Mahir Ozturk |
1:efe9cad8942f | 338 | <strong>Previous releases are available in the <a href="http://astyle.sourceforge.net/notesArchives.html">Release |
| Mahir Ozturk |
1:efe9cad8942f | 339 | Notes Archives</a>.</strong></p> |
| Mahir Ozturk |
1:efe9cad8942f | 340 | <p> |
| Mahir Ozturk |
1:efe9cad8942f | 341 | </p> |
| Mahir Ozturk |
1:efe9cad8942f | 342 | |
| Mahir Ozturk |
1:efe9cad8942f | 343 | <p style="margin-left: -0.4in; text-align: center;"> |
| Mahir Ozturk |
1:efe9cad8942f | 344 | <a href="http://sourceforge.net/projects/astyle"> |
| Mahir Ozturk |
1:efe9cad8942f | 345 | <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2319&type=16" alt="" /></a></p> |
| Mahir Ozturk |
1:efe9cad8942f | 346 | |
| Mahir Ozturk |
1:efe9cad8942f | 347 | <p> |
| Mahir Ozturk |
1:efe9cad8942f | 348 | </p> |
| Mahir Ozturk |
1:efe9cad8942f | 349 | |
| Mahir Ozturk |
1:efe9cad8942f | 350 | </body> |
| Mahir Ozturk |
1:efe9cad8942f | 351 | |
| Mahir Ozturk |
1:efe9cad8942f | 352 | </html> |
| Mahir Ozturk |
1:efe9cad8942f | 353 |