CVS log for pkgsrc/devel/py-cpplint/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-cpplint
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 12 10:04:44 2025 UTC (13 days, 12 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4
lines
py-cpplint: updated to 2.0.2
2.0.2 (2025-04-08)
Python versions less than 3.9 are no longer supported.
The false positive for indented member initializer lists in namespaces were eradicated.
The warning on non-const references (runtime/references) is now disabled by default pursuant to the May 2020 Google style guide update.
2.0.1 (2025-04-02)
Yet another overdue... hotfix. Sorry this took so long.
The false positive for indented function parameters in namespaces was eradicated.
Files that end in ".c", ".C", or ".cu" will now also automatically suppress C++-only categories. Previously, // NO_LINT_C was required.
build/include-what-you-use now recognizes c-style headers such as <stdio.h> for symbols from <cstdio>.
Ruff, mypy, and codespell were ran on the project to improve performance and reader comprehension thanks to @cclauss.
Tests were refactored away from unittest to improve display with pytest by @cclauss.
@Hs293Go fixed an embarrassing typo; the "latch" and "numbers" headers are now recognized correctly instead of "latchnumbers".
CLI tests were refactored through, among other things, making adding new .def's easier by migrating to a parameterized setup.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 20 13:22:18 2025 UTC (3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -12
lines
py-cpplint: updated to 2.0.0
2.0.0
Python 2 and 3.7 are no longer supported. Python 3.12 support was added along with fixed CI for 3.8, courtesy of @jayvdb
As a result of all this, setup.py's lint subcommand was removed. Please run the commands directly instead.
Lots of refactoring , bug fixes, and updates to be more in line with latest C++ and Google style standards.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:05 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 10 06:38:24 2024 UTC (8 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -4
lines
py-cpplint: comment out test dependencies
This release's testing is broken, perhaps the next one will be better.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 5 21:21:02 2024 UTC (11 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -9
lines
py-cpplint: convert to wheel.mk.
Bump PKGREVISION.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 20 14:05:16 2023 UTC (2 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -4
lines
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.9: download - view: text, markup, annotated - select for diffs
Mon Jul 11 08:48:48 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -10
lines
py-cpplint: restrict to python3
some cleanups
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:02 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -2
lines
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:58 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 9 23:18:57 2021 UTC (3 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3
lines
*: convert pip users to lang/python/versioned_dependencies.mk
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 1 18:58:33 2021 UTC (3 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3
lines
*: convert dependencies of py-pyparsing to versioned_dependencies.mk
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 24 09:25:13 2021 UTC (3 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
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.3: download - view: text, markup, annotated - select for diffs
Sat Oct 3 21:49:21 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -8
lines
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.2: download - view: text, markup, annotated - select for diffs
Tue Jul 21 00:22:53 2020 UTC (4 years, 9 months ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
py-cpplint: fix sandboxed builds
In (some) sandboxed environments, this would fail to build due to a
series of failures relating to setup requirements. It prefers py-pip,
so simply explicitly make that a TOOL_DEPENDS.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 29 13:09:44 2020 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
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.
CVSweb <webmaster@jp.NetBSD.org>