Joachim Mairböck

Results 101 comments of Joachim Mairböck

> There's likely a way to detect this in a standard way. Since C23 (and C++17) there is `__has_include`: https://en.cppreference.com/w/c/preprocessor/include

utfcpp is not used any more, so this is fixed once again.

In the fork of @VPKSoft, we added support for localization using normal `.resx` files, see https://github.com/VPKSoft/ScintillaNET-FindReplaceDialog/pull/3 and https://github.com/VPKSoft/ScintillaNET-FindReplaceDialog/pull/5. @huanlin maybe you want to convert your `zh-Hant` translation to that and...

This would probably also solve the name conflict between [python pathtools](https://github.com/haikuports/haikuports/blob/master/dev-python/pathtools/pathtools-0.1.2.recipe) and [perl pathtools](https://github.com/haikuports/haikuports/blob/master/dev-perl/pathtools/pathtools-3.75.recipe) nicely when the python one doesn't build a main package any more (if we can ignore...

The same problem also exists with the Action function: https://github.com/antlr/antlr4/blob/b3bb7439546d2035203790d5513c505720cf0bdd/tool/resources/org/antlr/v4/tool/templates/codegen/Cpp/Cpp.stg#L263 as can be seen in the XPathLexer here: https://github.com/antlr/antlr4/blob/b3bb7439546d2035203790d5513c505720cf0bdd/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp#L158 Maybe this could be also fixed together with the other one?

This is caused by #228. This is needed for ports that need fontconfig (like e.g. lilypond).

Regarding OpenCASCADE: doesn't gitweb produce stable snapshot archives from tags? Maybe we should switch to the [GitHub mirror](https://github.com/Open-Cascade-SAS/OCCT/). They now finally publish all their releases also there. An update to...

I rebased this on top of the changes from #4661.

> @jmairboeck you might already know: if both git and perl updates are merged together, the buildbot will still possibly build git against the old perl version. Thanks for the...

It may make sense to split the perl parts of git into its own subpackage and let git_cvs, git_email and git_svn depend on that. That would remove the perl dependency...