Commit Graph

64 Commits

Author SHA1 Message Date
Konstantin Podsvirov
c88d386ba4 cppcheck: update to 2.19.0 2025-12-23 12:48:45 +01:00
Biswapriyo Nath
6587c3cf09 cppcheck: update to 2.18.3 2025-09-04 05:36:43 +00:00
Biswapriyo Nath
2ef4a33b1a cppcheck: update to 2.18.0 2025-07-23 15:00:21 +00:00
Christoph Reiter
62308009e7 Replace gcc-libs with cc-libs everywhere
Except the provides in libc++ for backwards compat.
No rebuilds now, as that's not worth the resources.
2025-05-31 13:56:27 +02:00
Biswapriyo Nath
1348d91fa9 cppcheck: update to 2.17.1 2025-03-02 05:35:47 +00:00
Biswapriyo Nath
acafd438cf cppcheck: update to 2.16.2 2024-12-20 14:23:42 +00:00
Biswapriyo Nath
29b915d4f1 cppcheck: update to 2.16.0 2024-10-30 07:24:07 +00:00
مهدي شينون (Mehdi Chinoune)
26b09dc727 cppcheck: update to 2.15.0 2024-09-23 18:28:53 +01:00
Biswapriyo Nath
5b19fdbc1e cppcheck: update to 2.14.2 2024-07-19 06:26:49 +00:00
مهدي شينون (Mehdi Chinoune)
c26dae42e5 cppcheck: update to 2.14.1 2024-05-30 05:14:05 +01:00
Mehdi Chinoune
ed60f82a0e cppcheck: update to 2.13.4 2024-02-24 15:23:28 +01:00
Mehdi Chinoune
45922f678f cppcheck: update to 2.13.3 2024-02-09 09:07:34 +01:00
Mehdi Chinoune
0c5e6c873c cppcheck: update to 2.13.1 2024-01-23 13:22:07 +01:00
مهدي شينون (Mehdi Chinoune)
6670bcb4ba cppcheck: update to 2.13.0 2023-12-24 21:38:41 +01:00
Hernan Martinez
0a6d9f693e Update to 2.12.1 and enable aarch64 builds 2023-10-02 11:09:03 +05:30
Mehdi Chinoune
1c7aac5487 cppcheck: update to 2.12.0 2023-09-18 07:41:50 +01:00
Mehdi Chinoune
d89e3c68f2 cppcheck: update to 2.11.1 2023-06-29 22:14:32 +01:00
Mehdi Chinoune
b99471acca cppcheck: update to 2.11 2023-06-23 03:40:44 +01:00
Christoph Reiter
d8b8512154 Disable clangarm64 for some packages which fail to build
mingw-w64-onevpl-cpu
    ld.lld: error: x264res.o: machine type x64 conflicts with arm64

mingw-w64-mono
    configure: error: unknown target

mingw-w64-mhook
    mhook.cpp:239:2: error: unsupported platform

mingw-w64-libunifex
    clang++: error: the '-fcoroutines-ts' flag is deprecated and it will be removed in Clang 17

mingw-w64-libtermkey
    termkey.c:1147:9: error: call to undeclared function 'read'

mingw-w64-lasem
    scangobj.py:execute_command:1293:WARNING:Compiling scanner failed: [WinError 2] The system cannot find the file specified

mingw-w64-indent
    output.c:843:8: error: variable 'paren_level' set but not used [-Werror,-Wunused-but-set-variable]

mingw-w64-gtksourceviewmm3
    ld.lld: error: undefined symbol: __declspec(dllimport) xmlReaderForFd

mingw-w64-gtk-engine-murrine
    murrine_theme_main.c:31:2: error: call to undeclared function 'murrine_rc_style_register_types'

mingw-w64-fastjar
    Invalid configuration `aarch64-w64-mingw32': machine `aarch64-w64' not recognized

mingw-w64-farstream
    fs-stream-transmitter.c:164:23: error: call to undeclared function 'fs_error_get_type'

mingw-w64-emacs
    configure: error: Emacs does not support 'aarch64-w64-mingw32' systems.

mingw-w64-delta
    error[E0793]: reference to packed field is unaligned

mingw-w64-cogl
    test-fixtures/test-utils.c:155:3: error: call to undeclared function 'alarm'

mingw-w64-riscv64-unknown-elf-newlib
    ???

mingw-w64-xavs
    Invalid configuration `aarch64-w64-mingw32': machine `aarch64-w64' not recognized

mingw-w64-spatialite-tools
    shp_sanitize.c:4278:8: error: call to undeclared function '_mkdir'

mingw-w64-isa-l
    igzip_inflate.c:2020:6: error: call to undeclared function '_byteswap_ulong'

mingw-w64-flashrom
    platform.h:172:2: error: Unable to determine endianness.

mingw-w64-cppcheck
    vector:372:5: error: static assertion failed due to requirement 'is_same<TaggedAllocator<ReferenceToken, 3>, std::allocator<ReferenceToken>>::value': [allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator

mingw-w64-avr-gcc
    fatal error: 'sys/wait.h' file not found

mingw-w64-arm-none-eabi-newlib
    target not found: mingw-w64-clang-aarch64-arm-none-eabi-gcc

mingw-w64-xmake
    tbox/tbox.c:161:5: error: '__tb_static_assert__' declared as an array with a negative size

mingw-w64-wslay
    AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'

mingw-w64-winfile
    wfdlgs2.c:960:11: error: type specifier missing, defaults to 'int'

mingw-w64-vrpn
    vrpn_Connection.C:1881:5: error: ISO C++17 does not allow 'register' storage class specifier

mingw-w64-volk
    volk/sse2neon.h:1982:10: error: call to undeclared function 'posix_memalign'

mingw-w64-vlfeat
    imopv_sse2.c:15:2: error: "Compiling with SSE2 enabled, but no __SSE2__ defined"
2023-05-12 15:42:05 +02:00
Christoph Reiter
a96ef6f69c more clangarm64 2023-05-09 09:55:35 +02:00
Mehdi Chinoune
14a3220b2c cppcheck: update to 2.10.3 2023-03-13 22:36:30 +01:00
Mehdi Chinoune
330a1ed8c2 cppcheck: update to 2.10.2 2023-02-26 20:23:04 +01:00
مهدي شينون (Mehdi Chinoune)
b2b400ea6d cppcheck: update to 2.10.1 2023-02-19 05:53:53 +01:00
Mehdi Chinoune
44fdae6bcb cppcheck: update to 2.10 2023-01-29 07:10:49 +01:00
Mehdi Chinoune
dad48032d5 cppcheck: update to 2.9.3 2022-11-24 07:14:39 +01:00
Mehdi Chinoune
13c49a31c3 cppcheck: update to 2.9.2 2022-11-13 12:07:59 +01:00
Mehdi Chinoune
b938078f4c cppcheck: update to 2.9.1 2022-10-20 11:09:00 +01:00
Mehdi Chinoune
dfafb43be3 cppcheck: update to 2.9 2022-09-03 11:21:13 +01:00
Mehdi Chinoune
eca9d47ef2 cppcheck: update to 2.8.2 2022-07-17 20:41:24 +00:00
Mehdi Chinoune
0aef98ae22 cppcheck: update to 2.8 2022-05-24 10:02:28 +01:00
Biswapriyo Nath
d64df09ec3 cppcheck: update to 2.7.4 2022-03-26 11:05:46 +05:30
Biswapriyo Nath
a05115dfed cppcheck: update to 2.6.3 2022-01-20 15:25:57 +05:30
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Biswapriyo Nath
e8a8a511cc cppcheck: Update to 2.6 2021-10-08 18:24:16 +05:30
Mehdi Chinoune
c623dbb3be cppcheck: update dependencies 2021-08-13 12:25:09 +01:00
Jeremy Drake
f6ab6657cb add clang32 to more packages.
All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.  Except for rust
(#9091).

Batch 8
2021-07-18 15:15:34 -07:00
Christoph Reiter
6a16db9801 Python 3.9 rebuilds
pacman -Fqx '/python3\.8/' '.*\.py.*' '.*-cpython-.*'
2021-07-11 12:18:48 +02:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
efa44d23cc ucrt all the things 2021-04-01 21:08:55 +02:00
Alexey Pavlov
79cc857bd2 cppcheck: Update to 2.3 2021-01-18 15:29:54 +03:00
Wolfgang Stöggl
64dbb2d1ef cppcheck: Update to 2.2
- Update patches:
  001-cppcheck-2.2-change-language-files-path.patch
  002-cppcheck-2.2-change-cfg-path.patch
- Add patch:
  003-cppcheck-2.2-online-help.patch
  Allows building of online-help.qhc and fixes:
  Helpfile 'online-help.qhc' was not found
2020-10-17 18:26:20 +02:00
Alexey Pavlov
429dc45010 cppcheck: Update to 2.1 2020-06-23 15:58:06 +03:00
Alexey Pavlov
44fc4e630b cppcheck: Update to 2.0 2020-05-12 14:26:47 +03:00
Wolfgang Stöggl
a36fc83570 cppcheck: Update to 1.90 2019-12-21 15:37:13 +01:00
Christoph Reiter
6f83a4105c cppcheck: Switch to Python 3 2019-12-08 13:22:03 +01:00
Wolfgang Stöggl
06433746a6 cppcheck: update to 1.89
- Update 0010-change-language-files-path.patch to 1.89
- Use FILESDIR instead of CFGDIR, see:
  https://github.com/danmar/cppcheck/commit/a17f2a6
- Install .qm files in subfolder 'lang' and not 'cfg/lang' any more.
- Use MATCHCOMPILER=yes instead of SRCDIR=build, see:
  https://github.com/danmar/cppcheck/commit/1b4485a
  Fixes warning Makefile:10:
  Usage of SRCDIR to activate match compiler is deprecated.
  Use MATCHCOMPILER=yes instead.
2019-09-21 08:47:27 +02:00
Alexey Pavlov
54af861015 cppcheck: Update to 1.88 2019-07-01 14:29:03 +03:00
Alexey Pavlov
bed579055a cppcheck: Update to 1.87 2019-02-11 16:01:48 +03:00
Alexey Pavlov
21ec75d4bb Merge branch 'master' of https://github.com/Alexpux/MINGW-packages 2018-12-10 10:26:16 +03:00
Barbaros Becet
433523e4bf (Maybe) a fix for cppcheck->PCRE dependency issue (#4754)
* (Maybe) a fix for cppcheck->PCRE dependency issue

* Changes @lazka suggested.
2018-12-10 10:21:23 +03:00