Up to [cvs.NetBSD.org] / pkgsrc / devel / py-cpplint
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 20 14:05:16 2023 UTC (8 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
py-cpplint: updated to 1.6.1 1.6.1 (2022-08-20) Fix 195 Fix post increment/decrement operator causing a false positive. Fix 202 .hh files should not be considered sytem headers Fix 207 Python2 incompatibility for loading CPPLINT.cfg file Fix 184 NOLINT(clang-analyzer) comments should not cause warnings 1.6.0 (2022-02-19) Fix 188: "Include the directory when naming header files" also for header files with other names like "*.hpp"
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 11 08:48:48 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
py-cpplint: restrict to python3 some cleanups
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:20 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:04 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 24 09:25:13 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-cpplint: updated to 1.5.5 1.5.5: Fix 172: Added 'size_t' to typecasts detected by CheckCStyleCast Fixed wrong CLI help text: Each filter needs + or - Fix 164: add elif as an exception for CheckSpacingForFunctionCall() Fix google346: --root option not working on windows due to slashes in path
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 3 21:49:21 2020 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-cpplint: updated to 1.5.4 1.5.4: Fix google-166, Allow space before C++11 attributes 1.5.3: Fix 156: sed/gsed output parameter rejected Fix 156: sed/gsed output without other stdout information improvements to regression tests
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 29 13:09:44 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
devel/py-cpplint: import py-cpplint-1.5.1 Cpplint is a command-line tool to check C/C++ files for style issues following Google's C++ style guide. Cpplint is developed and maintained by Google Inc. While Google maintains cpplint, Google is not (very) responsive to issues and pull requests, this fork aims to be (somewhat) more open to add fixes to cpplint to enable fixes, when those fixes make cpplint usable in wider contexts.