#
0f68a6ff |
| 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: Iad4f36b3bc82de1780344
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: Iad4f36b3bc82de17803443beed8469794ea45684 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
71e795a2 |
| 16-Apr-2021 |
William A. Kennington III <wak@google.com> |
meson: Update to c++20
Change-Id: Ia527700f3bbc718eff1f298864fd6aec08cb2021 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
3f49f01e |
| 16-Apr-2021 |
William A. Kennington III <wak@google.com> |
meson: Update minimum version to 0.57.0
Required for c++20 suppport.
Change-Id: Ida3bdf9615505f7fcc360f5dd246fda5066d6ba5 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
e0ca47cd |
| 16-Apr-2021 |
William A. Kennington III <wak@google.com> |
meson: Remove werror override
Change-Id: Iffcfab4611747ad9a5592e4e66f66b851ef54cc4 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
6398d728 |
| 16-Apr-2021 |
William A. Kennington III <wak@google.com> |
meson: Fix formatting
Change-Id: I090c9c74e27fb2a33ce29b55a3cb154e80a4f2a5 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
2f8444ce |
| 03-Jun-2020 |
William A. Kennington III <wak@google.com> |
meson: Make googletest vendorable
This is a quality of life improvement so that users trying to work with the project don't need to have an external install of the googletest dependency for the test
meson: Make googletest vendorable
This is a quality of life improvement so that users trying to work with the project don't need to have an external install of the googletest dependency for the tests to build.
Change-Id: I44b4cbae14c5006eaef0a5b42a1f6b753b07b405 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
778baa2a |
| 03-Jun-2020 |
William A. Kennington III <wak@google.com> |
meson: Don't build tests or examples in subprojects
When being included in a subproject these are not helpful and just slow down the build process.
Change-Id: I613bee1a630809bf16314418ac401ff0aa8db
meson: Don't build tests or examples in subprojects
When being included in a subproject these are not helpful and just slow down the build process.
Change-Id: I613bee1a630809bf16314418ac401ff0aa8db5fd Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
48e6288d |
| 03-Apr-2019 |
William A. Kennington III <wak@google.com> |
meson: Use declare_dependency for libraries
Now example binaries and tests don't have to be aware of the nuances for configuring the build to use the library. This makes the project library look lik
meson: Use declare_dependency for libraries
Now example binaries and tests don't have to be aware of the nuances for configuring the build to use the library. This makes the project library look like any other system dependency.
Change-Id: Ib042c253adedb6f949c8a8897ed9a34e61d2a888 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
15658977 |
| 27-Mar-2019 |
William A. Kennington III <wak@google.com> |
meson: Add build system
Change-Id: Ia57836a0f7b5287ddb490ba6de01192ce0ef6382 Signed-off-by: William A. Kennington III <wak@google.com>
|