SFML/test/Network
James Cowgill ccda2659d4 Store IpAddress::m_address in host byte order
This changes the ordering of `IpAddress` objects to be lexographical
which is more intuitive, and it fixes unit test failures on big-endian
systems.
2024-12-08 23:20:43 +01:00
..
Ftp.test.cpp Add tests for sf::Ftp 2023-12-31 10:05:54 -07:00
Http.test.cpp Add tests for sf::Http 2023-08-27 16:46:05 -06:00
IpAddress.test.cpp Store IpAddress::m_address in host byte order 2024-12-08 23:20:43 +01:00
Packet.test.cpp Disallow C-style arrays 2024-10-17 21:40:41 -06:00
Socket.test.cpp Consistently use getNativeHandle function name 2023-08-27 16:52:00 -06:00
SocketSelector.test.cpp Add tests for sf::SocketSelector 2023-08-27 16:46:05 -06:00
TcpListener.test.cpp Add tests for sf::TcpListener 2023-08-27 16:46:05 -06:00
TcpSocket.test.cpp Add tests for sf::TcpSocket 2023-08-27 16:46:05 -06:00
UdpSocket.test.cpp Add tests for sf::UdpSocket 2023-08-27 16:46:05 -06:00