Arthur
Arthur
### Xmake Version v2.6.5+dev.34a0c28 ### Operating System Version and Architecture Ubuntu 22.04 LTS ### Describe Bug Attempting to compile xmake project with google filament produce produces many `undefined reference to...`...
### Is your feature request related to a problem? Please describe. I am trying to make a package for my project (`ConcertoEngine`) that depends on package `nazaraengine` from an external...
Juce
### Detailed steps on how to reproduce the bug Folowing the discution on the [forum](https://forum.juce.com/t/bug-juce-parse-ignoring-end-of-json/59426) I’m attempting to parse an improperly formatted JSON string using JUCE: ```cpp juce::var json; juce::String...
This PR improves C++ language detection by analyzing compiler arguments. Before my PR, the language was detected by checking if "++" existed in the compiler name. This approach is incorrect...
### Xmake Version v2.9.8+HEAD.13fc39238 ### Operating System Version and Architecture N/A ### Describe Bug Running `xmake project -h` outputs the following usage information: ``` xmake v2.9.8+HEAD.13fc39238, A cross-platform build utility...