slint/api
Joshua Goins 2d7d657a30
Some checks are pending
autofix.ci / ci (push) Blocked by required conditions
autofix.ci / format_fix (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
C++: Denote limitation compiling multiple .slint files in one namespace
Coming from the QML world  it was normal to just throw a bunch of QML
files into a single CMake target without any thinking. But with Slint, I
encounter into strange symbol conflict issues and thinking this was a
bug in our compiler.

In reality this was actually an acceptable limitation (see #2909) which
is fine... but this wasn't isn't mentioned anywhere in the CMake
documentation - so I never knew about this or the solution. I added a
new cautionary warning to let future developers know that in case of
symbol conflicts, they need to separate files into their own namespaces.
2025-11-14 20:52:32 +01:00
..
cpp C++: Denote limitation compiling multiple .slint files in one namespace 2025-11-14 20:52:32 +01:00
node Revert "CI: Fix node build" 2025-11-10 23:30:00 +01:00
python Python: Be conservative about attaching to the Python interpreter 2025-11-07 10:28:47 +00:00
rs More optimization when the scale factor is constant 2025-11-04 14:05:50 +01:00
wasm-interpreter Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00