Tags give the ability to mark specific points in history as being important
-
3.6.6
64a13d85 · ·* Fix indent after assignment operators (correct cause) (https://gitlab.com/saalen/astyle/-/issues/61) * Adjust delete-empty-lines feature description (https://sourceforge.net/p/astyle/bugs/517/) * Support non-English versions of VS2022 in CMakeLists
-
3.6.5
59d0f990 · ·* Add option --accept-empty-list (https://sourceforge.net/p/astyle/tickets/70/) * Fix indent regression due to method extraction (https://gitlab.com/saalen/astyle/-/issues/63) * Fix indent in blocks after assignment operators (https://gitlab.com/saalen/astyle/-/issues/62) * Fix indent of multi line strings after preprocessor or comment sections (https://gitlab.com/saalen/astyle/-/issues/65) * Fix indent after assignment operators (https://gitlab.com/saalen/astyle/-/issues/61) * Fix --align-pointer=middle with existing whitespace (https://sourceforge.net/p/astyle/tickets/124/)
-
3.6.4
7beaf8b5 · ·* fixed indent of brace initializers within constructor init list (https://sourceforge.net/p/astyle/bugs/467/) * improved indent of continued string literals (https://sourceforge.net/p/astyle/bugs/172/) * fixed space after opening paren for GSC (https://gitlab.com/saalen/astyle/-/issues/55) * updated astyle.html layout * added deprecation hint for --html * updated install docs * deleted old IDE project files * moved build/cmake scripts content into main CMakeLists.txt
-
-
3.6.2
2d7211aa · ·* Reverted alignment of user defined types using --align-pointer (https://gitlab.com/saalen/astyle/-/issues/35)
-
3.6.1
- fix pad-include with UTF-8 BOM - fix pad-include and pad-negation setters - updated JNI interface to offer old API and Arduino IDE interface - improve --align-pointer=type after parens and brackets - updated JNI interface to use Arduino IDE conventions - removed VMS compilation options - disabled alignment of multiplication operands - apply various clang-tidy modernize operations - fix indent of member function call parameters
-
3.6
b6342ef6 · ·* Add option --pad-include (https://sourceforge.net/p/astyle/tickets/117/) * combined GHC and GSC style options * improve combination of --align-pointer=type and --pad-oper (https://sourceforge.net/p/astyle/tickets/578/) * improve multiplication recognition with --align-pointer=type (https://sourceforge.net/p/astyle/tickets/572/) * update compiler options in build files * fix indent of assignments within macros (https://gitlab.com/saalen/astyle/-/issues/47)
-
3.5.2
Fix library compilation errors (https://gitlab.com/saalen/astyle/-/issues/48)
-
3.5.1
16fd02b0 · ·* Fix crash concerning macro continuation (https://sourceforge.net/p/astyle/bugs/574) * Fix EOL handling for Windows builds (https://gitlab.com/saalen/astyle/-/issues/43) * Fix GSC comment recognition (https://gitlab.com/saalen/astyle/-/issues/46) * Fix MSVC compiler warnings (https://sourceforge.net/p/astyle/bugs/575)
-
3.5
3524d666 · ·* Add option --pad-negation (https://sourceforge.net/p/astyle/bugs/571) * Apply align-pointer=type only if type is present (https://sourceforge.net/p/astyle/bugs/573) * Avoid deletion of empty lines after continuation (https://sourceforge.net/p/astyle/bugs/574) * Fix alignment of logical AND operators (https://sourceforge.net/p/astyle/bugs/572) * Fix recognition of Java/C# multi line strings (https://gitlab.com/saalen/astyle/-/issues/42)
-
-
3.4.15
8c69e067 · ·* Fix parsing of floating point literals (#566) * Fix "--break-block" handling of class and function blocks (#569) * Fix "--align-pointer=type" option for all types in lambda parameter lists (https://gitlab.com/saalen/astyle/-/issues/35) * Fix padding of lambda capture with align-pointer option * Exclude files ending with backup suffix from input file names list (#560)
-
3.4.14
bcf5bb4a · ·* Fix split references with "-k1" option (#565) * Fix "--align-pointer=type" option for fundamental types in lambda parameter lists (https://gitlab.com/saalen/astyle/-/issues/35) * Fix "--indent-after-parens" indent count (https://gitlab.com/saalen/astyle/-/issues/29)
-
3.4.13
15cf1e01 · ·* fix comment indent after string macro with R suffix (https://gitlab.com/saalen/astyle/-/issues/39) * do not break single line block after enum in mozilla mode (https://gitlab.com/saalen/astyle/-/issues/38) * adjust cmake policy for new versions only (https://gitlab.com/saalen/astyle/-/issues/40) * update man page path * add support for scikit-build-core
-
3.4.12
1c27f349 · ·* added "--pad-brackets-in" and "--pad-brackets-out" options (https://gitlab.com/saalen/astyle/-/issues/33) * fixed indentation of initializer lists (https://gitlab.com/saalen/astyle/-/issues/28) * fixed crash with "--add-braces=nested" applied to if-else blocks (https://gitlab.com/saalen/astyle/-/issues/36)
-
3.4.11
3f2b5c92 · ·* added new option "--add-braces=nested" to add braces in nested single line statements (https://gitlab.com/saalen/astyle/-/issues/27) * fix indent after double template brackets (https://gitlab.com/saalen/astyle/-/issues/28) * fix indent after dot (https://gitlab.com/saalen/astyle/-/issues/28) * "--squeeze-lines=1" is no longer default with Linux builds (#559) * add experimental GHC mode (https://gitlab.com/saalen/astyle/-/issues/31) * fix indent after raw string (https://gitlab.com/saalen/astyle/-/issues/32)
-
3.4.10
824d4b79 · ·fixed missing indent in function parameter list (https://gitlab.com/saalen/astyle/-/issues/16)
-
3.4.9
3818cc1d · ·- applied one wording for Objective-C in the docs - fixed more CS regressions (https://gitlab.com/saalen/astyle/-/issues/16) - fixed inserting space with combined "--pad-oper" and "--align-pointer" options (#557)
-
3.4.8
44da67c6 · ·* fixed lambda broken brace after auto keyword (#554) * fixed line break after comment in asm block (#226) * fixed padding of multiply operator (#126) * fixed indentation of method calls (#434) * fixed empty line after closing while block (https://gitlab.com/saalen/astyle/-/issues/18) * added outer padding for emtpy parens pairs (https://gitlab.com/saalen/astyle/-/issues/19) * fixed more CS regressions (https://gitlab.com/saalen/astyle/-/issues/16)
-
3.4.7
061c17f5 · ·* fixed lambda broken brace after auto keyword * fixed line break after comment in asm block * fixed padding of multiply operator * fixed indentation of method calls * fixed empty line after closing while block (#18)