Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gcc-cpp | Distribution: Mageia |
Version: 14.2.0 | Vendor: Mageia.Org |
Release: 2.mga10 | Build date: Mon Jan 6 10:16:04 2025 |
Group: Development/C | Build host: localhost |
Size: 45422358 | Source RPM: gcc-14.2.0-2.mga10.src.rpm |
Packager: wally <wally> | |
Url: https://gcc.gnu.org/ | |
Summary: The C Preprocessor |
The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor.
GPLv3+
* Mon Jan 06 2025 wally <wally> 14.2.0-2.mga10 + Revision: 2135652 - fix build with rpm-mageia-setup >= 2.82 * Fri Aug 02 2024 kekepower <kekepower> 14.2.0-1.mga10 + Revision: 2083454 - Update to version 14.2.0 * Tue May 07 2024 wally <wally> 14.1.0-1.mga10 + Revision: 2062775 - new version 14.1.0 * Sat May 04 2024 wally <wally> 14.1.0-0.RC.2.mga10 + Revision: 2062072 - new version 14.1 RC-20240503 * Wed May 01 2024 wally <wally> 14.1.0-0.RC.1.mga10 + Revision: 2061828 - new version 14.1 RC * Sat Apr 13 2024 wally <wally> 14.0.1-0.20240407.1.mga10 + Revision: 2057014 - new version 14.0.1 20240407 - own sanitizer dir - own plugin dir * Sat Apr 06 2024 wally <wally> 14.0.1-0.20240331.1.mga10 + Revision: 2055277 - new version 14.0.1 20240331 - use i686 as secondary arch for x86_64 * Sat Mar 23 2024 wally <wally> 14.0.1-0.20240317.1.mga10 + Revision: 2051561 - update to 14.0.1 20240317 snapshot * Sun Mar 10 2024 wally <wally> 13.2.0-1.mga10 + Revision: 2049068 - revert back to stable 13.2.0 due to glibc issues on armv7hl * Thu Mar 07 2024 wally <wally> 14.0.1-0.20240303.1.mga10 + Revision: 2048374 - update to 20240303 snapshot - add patch to add arm static-pie support * Fri Mar 01 2024 wally <wally> 14.0.1-0.20240225.2.mga10 + Revision: 2046364 - enable GNU indirect functions support as recommended by glibc * Thu Feb 29 2024 wally <wally> 14.0.1-0.20240225.1.mga10 + Revision: 2045904 - update to 20240225 snapshot - add more provides to libatomic * Sat Feb 24 2024 wally <wally> 14.0.1-0.20240218.1.mga10 + Revision: 2043795 - enable CET for x86_64 - update to 14.0.1 20240218 snapshot * Thu May 18 2023 tmb <tmb> 12.3.0-3.mga9 + Revision: 1957206 - c++: Don't try to initialize zero width bitfields in zero initialization [PR109868] * Sun May 14 2023 tmb <tmb> 12.3.0-2.mga9 + Revision: 1956842 - c++: non-templated friends [PR105852] - Fix ICE related to implicit access attributes for VLA arguments [PR105660] - tree-ssa-ccp, wide-int: Fix up handling of [LR]ROTATE_EXPR in bitwise ccp [PR109778] - c++: NTTP constraint depending on outer parms [PR109160] - libstdc++: Fix std::any pretty printer - go: syscall: add prlimit - c++: local class in nested generic lambda [PR109241] (fixes mga #31893) * Mon May 08 2023 tmb <tmb> 12.3.0-1.mga9 + Revision: 1956234 - update to 12.3.0 final * Fri May 05 2023 tmb <tmb> 12.3.0-0.RC.2.mga9 + Revision: 1955929 - update to 12.3 RC2 * Tue May 02 2023 tmb <tmb> 12.3.0-0.RC.1.mga9 + Revision: 1955616 - update to 12.3-RC * Sat Apr 29 2023 tmb <tmb> 12.2.1-0.20230428.1.mga9 + Revision: 1955323 - libstdc++: Fix __max_diff_type::operator>>= for negative values - update to 20230428 * Sun Apr 23 2023 tmb <tmb> 12.2.1-0.20230421.1.mga9 + Revision: 1954331 - update to 20230421 snapshot * Sun Apr 16 2023 tmb <tmb> 12.2.1-0.20230415.1.mga9 + Revision: 1953069 - update to 20230415 snapshot - fix libgphobos upgrade from mga8 * Sun Apr 09 2023 tmb <tmb> 12.2.1-0.20230408.1.mga9 + Revision: 1951811 - update to 20230408 * Sun Apr 02 2023 tmb <tmb> 12.2.1-0.20230401.1.mga9 + Revision: 1951236 - update to 20230401 * Sun Mar 26 2023 tmb <tmb> 12.2.1-0.20230325.1.mga9 + Revision: 1950377 - update to 20230325 * Sun Mar 19 2023 tmb <tmb> 12.2.1-0.20230318.1.mga9 + Revision: 1949671 - drop merged patch - update to 20230318 snapshot * Sun Mar 12 2023 tmb <tmb> 12.2.1-0.20230311.1.mga9 + Revision: 1948672 - update to 20230311 snapshot * Sun Mar 05 2023 tmb <tmb> 12.2.1-0.20230304.1.mga9 + Revision: 1947677 - upate to 20230304 snapshot * Mon Feb 27 2023 tmb <tmb> 12.2.1-0.20230225.1.mga9 + Revision: 1945664 - update to 20230225 * Sat Feb 18 2023 tmb <tmb> 12.2.1-0.20230218.1.mga9 + Revision: 1944040 - update to 20230218 snapshot * Sun Feb 12 2023 tmb <tmb> 12.2.1-0.20230211.1.mga9 + Revision: 1940776 - update to 20230211 snapshot - Enable 512 bit vector for zen4 * Sun Feb 05 2023 tmb <tmb> 12.2.1-0.20230204.1.mga9 + Revision: 1938379 - update to 20230204 snapshot * Sun Jan 29 2023 tmb <tmb> 12.2.1-0.20230128.1.mga9 + Revision: 1936699 - update to 20230128 snapshot * Sat Jan 21 2023 tmb <tmb> 12.2.1-0.20230121.1.mga9 + Revision: 1934760 - update to 20230121 snapshot * Sun Jan 15 2023 tmb <tmb> 12.2.1-0.20230114.1.mga9 + Revision: 1933172 - update to 20230114 * Sun Jan 08 2023 tmb <tmb> 12.2.1-0.20230107.1.mga9 + Revision: 1931388 - update to 20230107
/usr/bin/cpp /usr/bin/cpp-14 /usr/lib/.build-id /usr/lib/.build-id/06/959c6f702fb0acce8dd0797d5e5fc26e9812aa /usr/lib/.build-id/9b /usr/lib/.build-id/9b/2a5248fd1ccae1b6d50b1ed8fbf68eb1af9b1f /usr/lib/cpp /usr/lib/gcc/i686-mageia-linux/14/cc1 /usr/share/locale/be/LC_MESSAGES/cpplib.mo /usr/share/locale/ca/LC_MESSAGES/cpplib.mo /usr/share/locale/da/LC_MESSAGES/cpplib.mo /usr/share/locale/de/LC_MESSAGES/cpplib.mo /usr/share/locale/el/LC_MESSAGES/cpplib.mo /usr/share/locale/eo/LC_MESSAGES/cpplib.mo /usr/share/locale/es/LC_MESSAGES/cpplib.mo /usr/share/locale/fi/LC_MESSAGES/cpplib.mo /usr/share/locale/fr/LC_MESSAGES/cpplib.mo /usr/share/locale/id/LC_MESSAGES/cpplib.mo /usr/share/locale/ja/LC_MESSAGES/cpplib.mo /usr/share/locale/ka/LC_MESSAGES/cpplib.mo /usr/share/locale/nl/LC_MESSAGES/cpplib.mo /usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo /usr/share/locale/ro/LC_MESSAGES/cpplib.mo /usr/share/locale/ru/LC_MESSAGES/cpplib.mo /usr/share/locale/sr/LC_MESSAGES/cpplib.mo /usr/share/locale/sv/LC_MESSAGES/cpplib.mo /usr/share/locale/tr/LC_MESSAGES/cpplib.mo /usr/share/locale/uk/LC_MESSAGES/cpplib.mo /usr/share/locale/vi/LC_MESSAGES/cpplib.mo /usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo /usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo /usr/share/man/man1/cpp.1.xz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 11 14:39:33 2025