------------------------------------------------------------------- Mon Aug 31 06:47:40 UTC 2020 - Steve Kowalik - Update to 1.5.4: * Fix google#166, Allow space before C++11 attributes * Fix #156: sed/gsed output parameter rejected * Fix #156: sed/gsed output without other stdout information * improvements to regression tests ------------------------------------------------------------------- Wed Jul 1 04:34:56 UTC 2020 - Steve Kowalik - Add missing BuildRequires on textfixtures. ------------------------------------------------------------------- Thu Jun 25 04:44:48 UTC 2020 - Steve Kowalik - Update to 1.5.2: * Fix #83, output formats "sed" and "gsed" to auto-fix some issues * Fix #92, new category "build/namespaces_headers" for unnamed namespaces in header file * Sort list of files before processing * Fix #144 Falso positive for indent when using QT macros "signals" and "slots" * Fix #76 Parsing of class decorators that also use digits * Fix #139 Add message "Relative paths like . and .. are not allowed" * Revert #43 behavior change for include order from 1.5.0, and hide it behind command-line-flag --includeorder=standardcfirst. It turns out there is no easy objective way to tell c system headers from certain c++ library headers, and Google cpplint intentionally classifies some C++ header includes as C system header for simplicity. * Libraries considered as C system headers using --includeorder=standardcfirst now also includes linux-specifc headers (glibc-devel, glibc-kernheaders, linux-libc-dev). * Fix #43 false positives in header include order by checking includes against a list of c headers. Since this interprets certain include lines different than before, output about header include order changes. * Fix #135: allow 'if constexpr' in readability/braces. * Fix runtime warning: Close files after reading contents ------------------------------------------------------------------- Wed May 27 09:36:50 UTC 2020 - Petr Gajdos - %python3_only -> %python_alternative ------------------------------------------------------------------- Wed Apr 1 14:13:44 UTC 2020 - Marketa Calabkova - update to 1.4.5 * Add support for c++17 tuple destructuring * Travis CI: Add Python 3.8 to the testing * Fix linting unnecessary elif after break ------------------------------------------------------------------- Mon Feb 25 23:10:30 UTC 2019 - John Vandenberg - Remove bcond test - Remove unnecessary build dependency on python devel - Add %license - Update to v1.4.4 * fix unit/cli tests for source release * reduce diff to upstream by intentionally using deprecated functions where upstream uses them * add --version - from 1.4.3 * Revert "Fix the build/endif_comment check", same as reverted in upstream - from 1.4.2 * Cleanup release, fixes further issues with tests and source distribution - from 1.4.1 * Cleanup release, only adds test support files to source dist - from 1.4.0 * Incorporate cpplint updates from google (e5d807c6a0d, 2018-05-03) * Fix the build/endif_comment check * Teach the explicit constructor check about constexpr * Changed vs7 output format * Remove presubmit check for DISALLOW_* macros * add --quiet flag as in upstream * support --root argument to run in different folder * Fix 16bit Unicode issue ------------------------------------------------------------------- Thu Nov 16 17:44:38 UTC 2017 - toddrme2178@gmail.com - Initial version for v1.3.0