Vittorio Romeo

Results 67 issues of Vittorio Romeo

Hello, these are some test failures of a clean build of `fmt` under MSYS2/MinGW x64 on Windows 10 x64. Not sure what's going on here, I will investigate further --...

help wanted

So apparently these tests pass: ```cpp const sf::IpAddress ipAddress; CHECK(ipAddress.toString() == "0.0.0.0"s); CHECK(ipAddress.toInteger() == 0); CHECK(ipAddress != sf::IpAddress::Any); const sf::IpAddress any("0.0.0.0"s); CHECK(any.toString() == "0.0.0.0"s); CHECK(any.toInteger() == 0x00000000); CHECK(any == sf::IpAddress::Any);...

feature
m:sfml-network
s:accepted

Using this issue to track possible compilation time improvements. This is a (Win32) compile-time benchmark done today on `master`: Expand ``` Analyzing build trace from 'out.txt'... **** Time summary: Compilation...

feature
s:accepted

Inspired by https://github.com/eliasdaler/imgui-sfml/pull/213. It would be nice if SFML provided an API to get information about all the available monitors (e.g. x/y/width/height, refresh rate, rotation, etc.). There was some work...

feature
m:sfml-window

Depends on #1921, I plan to add more tests here when we add stuff like move semantics so I wanted to make this module consistent with the rest.

feature
s:undecided
m:unittest

## Description Enable PCH via CMake. Achieves roughly a 2x fresh compilation speedup on my machine, using MSYS2/MinGW. Looking for feedback on the direction and approach. --- Machine Specs -...

feature
s:undecided
m:config

This needs testing and work, but I want to get some early feedback on the direction of this changes and the implementation details.

feature
m:sfml-audio
s:undecided

If I have something like ```cmake CPMAddPackage( NAME quickjs GIT_REPOSITORY https://github.com/vittorioromeo/quickjs GIT_TAG 4eeb83a19b2772222f044655543337b563874d18 ) target_link_libraries(my_project PRIVATE quickjs) ``` then I will see warnings generated for `quickjs`'s included headers, even though...

enhancement

Output is a bit garbled due to multithreaded compilation, but still understandable. ``` C:\OHWorkspace\alive_reversing\Source\AliveLibAE\Fleech.cpp:1025:67: warning: result of comparison of constant 192 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare]...

The following is a compilation time build analysis done via [ClangBuildAnalyzer](https://github.com/aras-p/ClangBuildAnalyzer) for the `AliveExe`, `AliveExeAE`, `AliveExeAO` targets and dependencies: ``` **** Time summary: Compilation (672 times): Parsing (frontend): 95.2 s...