Skip to content

Conversation

@andy5995
Copy link
Collaborator

Adding @mesonbuild

Something me and @Jammyjamjamman started

This is in the early stages and not even half-done yet.

After completion, this will probably live alongside cmake for a while. I expect the MG maintainers would want to at least wait until after the next release before considering the removal of the CMake stuff.

@andy5995 andy5995 force-pushed the meson branch 3 times, most recently from 91ac06d to 1864bac Compare August 23, 2022 20:13
dep_fribidi = dependency('fribidi')
dep_glib = dependency('glib-2.0')

inc_ircclient = []
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked about (reported) this in mesonbuild/meson#10738

Too bad I forgot to specifically ask if there was a better way to write this condition for libircclient. Maybe I'll do that later.

@Jammyjamjamman Jammyjamjamman force-pushed the meson branch 2 times, most recently from 284b3c3 to c4b0c4c Compare August 28, 2022 02:02
@andy5995 andy5995 self-assigned this Oct 10, 2024
@andy5995 andy5995 force-pushed the meson branch 9 times, most recently from 2f7d903 to 3396bd2 Compare February 10, 2025 06:59
@andy5995 andy5995 force-pushed the meson branch 3 times, most recently from d7ea283 to a9c57e6 Compare February 13, 2025 21:16
@andy5995 andy5995 marked this pull request as ready for review February 18, 2025 00:30
@andy5995 andy5995 marked this pull request as draft February 19, 2025 02:32
@andy5995 andy5995 removed the request for review from Jammyjamjamman February 19, 2025 02:32
@andy5995 andy5995 force-pushed the meson branch 5 times, most recently from ebc66f8 to 6696aae Compare February 20, 2025 12:46
andy5995 and others added 28 commits March 11, 2025 11:57
Although probably better to find what's causing the problem, rather than
undefining the macro

https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html

_GLIBCXX_ASSERTIONS

Defined by default when compiling with no optimization, undefined by
default when compiling with optimization. When defined, enables extra
error checking in the form of precondition assertions, such as bounds
checking in strings and null pointer checks when dereferencing smart
pointers.
Needed for windows build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants