summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0
Commit message (Collapse)AuthorAgeFilesLines
* DEB uncrustify: Switch to build using ninja-build.Slávek Banko2021-05-183-2/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Backported commits 5f3f392a and fb66774e from upstream. This solves upstream ↵Michele Calgaro2021-01-053-2/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues 3040. Upstream commit message: ----------------------------------------------------------- commit 5f3f392a3b8fc6dc334d6f688b9a57e06827579b Author: Guy Maurel <guy.j@maurel.de> Date: Sat Jan 2 18:59:46 2021 +0100 insert closing brace before the preprocessor line M src/braces.cpp A tests/config/Issue_3040.cfg M tests/cpp.test A tests/expected/cpp/34326-Issue_3040.cpp A tests/input/cpp/Issue_3040.cpp commit fb66774e46b1b0f93b548ed172126619fcbd6723 Author: Guy Maurel <guy.j@maurel.de> Date: Sun Jan 3 18:08:13 2021 +0100 insert after #endif M src/braces.cpp M tests/expected/cpp/34326-Issue_3040.cpp M tests/input/cpp/Issue_3040.cpp ----------------------------------------------------------- Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB uncrustify-trinity: version updated directly in debian/changelog instead ↵Slávek Banko2020-12-243-14/+7
| | | | | | of as a quilt patch. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB uncrustify-trinity: updated version number.Michele Calgaro2020-12-242-0/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB uncrustify-trinity: backported commit 64d93e3fb from upstream gitMichele Calgaro2020-12-232-0/+26
| | | | | | | | | | | | | | | | | | repository. This fixes a problem with the max level of braces that can be handled. Upstream commit message: ----------------------------------------------------------- Author: Guy Maurel <guy.j@maurel.de> Date: Thu Nov 12 18:27:38 2020 +0100 look for a debug loop M src/align_func_proto.cpp M src/logger.cpp ----------------------------------------------------------- Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB uncrustify: backported commit 45681e88 from upstream git repository. ↵Michele Calgaro2020-12-222-0/+31
| | | | | | | | | | | | | | | | | | | | | | | This fixes FTBFS on ppcel and armxx archs. Upstream commit message: ----------------------------------------------------------- Author: Joshua Parker <redracer2000@gmail.com> Date: Mon Nov 9 13:44:57 2020 -0600 Fix issue #2976 This commit modifies output_parsed_csv() in an attempt to address issue #2976, where on some platforms the behavior may be different with regard to printing c-style multi-line comment strings within the debug csv output M src/output.cpp M tests/cli/output/class_enum_struct_union.csv ----------------------------------------------------------- Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB uncrustify: fixed usage message.Michele Calgaro2020-12-222-0/+52
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB uncrustify: allow build on older distributions.Slávek Banko2020-12-225-2/+47
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB uncrustify: customize as uncrustify-trinity.Michele Calgaro2020-12-224-2/+232
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB uncrustify: added first version of uncrustify-trinity. This is basically ↵Michele Calgaro2020-12-223839-0/+226389
the upstream 0.72.0 version of uncrustify, repackaged. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>