#
4c2ed9c3 |
| 25-Apr-2024 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
meson: Enable link time optimization
Currently local boost subproject compilation fails with a message: """ ../subprojects/boost-1.84.0/libs/container/src/dlmalloc_ext_2_8_6.c: 1085:41: error: itera
meson: Enable link time optimization
Currently local boost subproject compilation fails with a message: """ ../subprojects/boost-1.84.0/libs/container/src/dlmalloc_ext_2_8_6.c: 1085:41: error: iteration 2305843009213693951 invokes undefined behavior [-Werror=aggressive-loop-optimizations] 1085 | size = request2size(sizes[i]*element_size);
...
cc1: all warnings being treated as errors """ To solve the issue enable link time optimization.
Change-Id: I88a6779ae91936a8067ae4dbd8c685823cd2f28c Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...
|
#
c0552851 |
| 03-Feb-2024 |
George Liu <liuxiwei@ieisystem.com> |
meson: Add CLI11 dependency
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I3b4016acc026c46cd312ffe3b829e00bf2281617
|
#
80798ec1 |
| 03-Feb-2024 |
George Liu <liuxiwei@ieisystem.com> |
Remove libmapper dependency
phosphor-net-ipmid does not use the API in libmapper. This patch removes the dependence on libmapper.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Iffae
Remove libmapper dependency
phosphor-net-ipmid does not use the API in libmapper. This patch removes the dependence on libmapper.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Iffaee8f84e0485c1b36a469d328b82ec4dad218c
show more ...
|
#
11c48351 |
| 12-Jul-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build: upgrade to C++23
Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it.
Change-Id: Ib1521ce39359eaffd09ae
build: upgrade to C++23
Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it.
Change-Id: Ib1521ce39359eaffd09aeab49f04f4f9933aeffc Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
e81b7c9d |
| 12-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant.
Change-Id: I6885fe8da34917145a5b8e62c96be47b31e0d98c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
2c95dd1a |
| 03-Mar-2023 |
Willy Tu <wltu@google.com> |
netipmid: Make pam_auth configurable
Allow people to disable pam_authenticate if it is not working for their system.
Tested: Testing on a system with no dropbear and was able to pass the check.
Ch
netipmid: Make pam_auth configurable
Allow people to disable pam_authenticate if it is not working for their system.
Tested: Testing on a system with no dropbear and was able to pass the check.
Change-Id: I932830cd518b7f8ef6c828405b4959a8d14b1b58 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
94f781a8 |
| 04-Jul-2022 |
George Liu <liuxiwei@inspur.com> |
meson: Add meson build
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I711ec60fe2ab459db1d31c7dedfb9d3ba64061ae
|