Commit Graph

  • 25fa30afc6 Make test case names more readable Chris Thrasher 2022-07-04 23:51:18 -0600
  • acabaadc0b Remove unnecessary sf:: usage Chris Thrasher 2022-07-04 23:46:34 -0600
  • 28a4a88832 Add more tests for sf::Packet Chris Thrasher 2022-09-03 18:26:23 -0600
  • 12aaa4d08a Use macros for test abstractions to preserve line number information Chris Thrasher 2022-09-03 17:47:52 -0600
  • abc8d858c3 Only include header under test Chris Thrasher 2022-09-03 17:47:37 -0600
  • d0cf86d516 Fix minor inconsistency in type cast in voip example kimci86 2022-10-01 16:33:03 +0200
  • 01fc55ba37 Include InputStream.hpp directly in SoundFileReaderMp3.cpp kimci86 2022-10-01 16:19:09 +0200
  • 3acd9620eb Fix SoundRecorder example code kimci86 2022-10-01 16:13:16 +0200
  • b5be18cd8d Fix typo in variable name kimci86 2022-10-01 15:59:54 +0200
  • 2db12350e7 Fix corelation between text setOutlineThickness() and getLocalBounds() Radek Dutkiewicz 2022-07-19 01:19:25 +0100
  • 4970af8999 Use CMake property to drive static linking Lukas Dürrenberger 2021-10-18 17:45:30 +0200
  • 2bca810025 Use iterator and correct string insert Ralph Dworzanski 2022-09-28 19:17:51 +0200
  • 2f49f1ef92 Acknowledge latest SFML team member Chris Thrasher 2022-09-27 16:38:22 -0600
  • 34ee40c835 Use scoped enumerations in Network module Chris Thrasher 2022-06-12 12:55:00 -0600
  • e01e4760e9 Fix cocoa example - some absolute paths needed in cmake, and float conversion to sf::Angle Jonny Paton 2022-09-26 21:31:55 +0100
  • 0b4d9ca822 Test Xcode generator in CI Jonny Paton 2022-09-26 21:27:30 +0100
  • c565daccae fix visual studio 2019 complaints regarding the int64_t type not being a member of the std namespace Pierce Brooks 2022-09-21 18:55:25 -0400
  • 3a3935d005 Replace sf::Uint64 with std::uint64_t Chris Thrasher 2022-09-12 15:54:03 -0600
  • 05690b963d Replace sf::Int64 with std::int64_t Chris Thrasher 2022-09-12 15:44:40 -0600
  • b94df9e0d8 Let tests succeed even if nullopt is returned Chris Thrasher 2022-09-12 13:04:57 -0600
  • 105ff68a6a Time out test for public IP address Chris Thrasher 2022-09-12 13:01:33 -0600
  • e294090c8e Replace sf::Uint32 with std::uint32_t Chris Thrasher 2022-09-12 14:17:27 -0600
  • 056f66a2b8 Replace sf::Int32 with std::int32_t Chris Thrasher 2022-09-12 14:12:53 -0600
  • ff9c9131b3 Replace sf::Uint16 with std::uint16_t Chris Thrasher 2022-09-03 18:34:59 -0600
  • e21ae3204e Replace sf::Int16 with std::int16_t Chris Thrasher 2022-09-03 17:36:41 -0600
  • 50cec7d2ed Treat each test case as a unique test Chris Thrasher 2022-07-17 16:20:02 -0600
  • e2528de20a Replace sf::Uint8 with std::uint8_t Chris Thrasher 2022-09-03 14:15:24 -0600
  • af34794123 Replace sf::Int8 with std::int8_t Chris Thrasher 2022-09-03 13:58:02 -0600
  • 82b48a7520 Use std::size_t Chris Thrasher 2022-08-20 22:36:15 -0600
  • f521e2ec48 fix formatting and add comment LDprg 2022-09-06 09:59:21 +0200
  • 0584448a06 speed up code by 10 times replacing hypot with sqrt LDprg 2022-09-06 09:25:23 +0200
  • 45986c6400 Avoid opening namespace std Chris Thrasher 2022-06-28 12:13:32 -0600
  • 8561101b11 Add conversions between sf::Time and std::chrono::durations Chris Thrasher 2022-06-16 17:34:52 -0600
  • ebb2d9d186 Implement sf::Time with <chrono> Chris Thrasher 2022-06-16 17:06:05 -0600
  • 41053f9983 edit gitignore to ignore clion default output directory LDprg 2022-09-05 18:42:46 +0200
  • 72d88033e2 Use relative paths for resource files Chris Thrasher 2022-08-06 23:38:34 -0600
  • 40b175adf4 Remove check for old macOS versions Chris Thrasher 2022-08-07 00:31:00 -0600
  • b7510fd09e Fix formatting and style Chris Thrasher 2022-08-07 00:06:13 -0600
  • 78e532215a Simplify how lists are expanded Chris Thrasher 2022-08-06 23:50:47 -0600
  • 8384139983 Remove unnecessary variable assignment Chris Thrasher 2022-08-07 20:00:12 -0600
  • 164c5025c7 Remove commented code Chris Thrasher 2022-08-05 18:30:10 -0600
  • 20b7529334 Remove unecessary preprocessor defines Chris Thrasher 2022-08-05 15:30:03 -0600
  • 5b132f25e5 Fix outdated comment Chris Thrasher 2022-08-04 23:46:27 -0600
  • 30bf8df273 Simplify module include path Chris Thrasher 2022-08-04 22:51:07 -0600
  • 1dcaa9a396 Fix CMake error messages Chris Thrasher 2022-08-04 22:29:08 -0600
  • 78d99fe828 Simplify sfml-audio link libraries call Chris Thrasher 2022-06-14 12:16:14 -0600
  • aa82ea132b Set warnings with target_compile_options Chris Thrasher 2022-08-13 13:33:07 -0600
  • 142ccf57bd Enable compiler warnings for Android Chris Thrasher 2022-08-06 22:13:40 -0600
  • 863fef0246 Fix broken image URLs in doxygen.css kimci86 2022-07-31 22:26:57 +0200
  • 6972463848 Enable doxygen search engine kimci86 2022-07-31 20:08:20 +0200
  • 2b11d3ee0f Set mainpage title kimci86 2022-07-31 20:06:49 +0200
  • 1b71e3d389 Update doxyfile.in for doxygen 1.9.4 kimci86 2022-07-31 20:02:37 +0200
  • a71d60a0c9 Simplify how warnings are ignored on Apple platforms Chris Thrasher 2022-07-11 23:27:21 -0600
  • 49fd5887c8 Add tests for SFML/Config.hpp Chris Thrasher 2022-07-11 22:56:57 -0600
  • e691033954 Require CMake 3.16 for ObjC and ObjC++ sources friendlyanon 2022-08-01 22:13:11 +0200
  • 80ed37ce9d Fix SoundStream::play to restart the sound if it was played before kimci86 2022-08-01 12:29:56 +0200
  • a47eb8320a Remove vendored doctest header Chris Thrasher 2022-07-17 16:18:40 -0600
  • 308857702e
    Add Android dependency binaries for x86_64 and arm64-v8a architectures Waldegger 2022-07-19 08:03:16 +0200
  • 97537d36b3 Remove unnecessary CMake version checks Chris Thrasher 2022-07-17 21:38:57 -0600
  • 55a1a2a4c4 Format .m files Chris Thrasher 2022-07-11 23:43:51 -0600
  • dd0f0ff4c6 Update .gitignore for Visual Studio Miron Alexandru 2022-07-13 14:39:35 +0300
  • e2f0feaefc Disable OpenGL deprecation warnings Chris Thrasher 2022-06-30 11:27:02 -0500
  • 87c4213ac6 Add missing headers Chris Thrasher 2022-07-04 20:05:15 -0600
  • 4f52793f7d Run clang-format Chris Thrasher 2022-07-04 11:20:58 -0500
  • 88e9f82bee Add '.clang-format' file, CI integration, and formatting exceptions metaquarx 2022-02-17 19:32:28 +0000
  • faaec51666 Fix compilation on Linux with SFML_OPENGL_ES option kimci86 2022-06-27 22:59:11 +0200
  • c6f7fcaa2a Add tests for sf::MemoryInputStream Bambo-Borris 2022-06-24 02:13:55 +0100
  • 8c8d97c6c9 IpAddress is always valid Vittorio Romeo 2022-06-27 12:02:35 +0200
  • 6d1e428640 Update glad/egl.h kimci86 2022-06-26 19:38:35 +0200
  • ee8f929bd6 Load EGL with glad to fix crash in sf::priv::eglCheckError on DRM kimci86 2022-06-26 19:36:03 +0200
  • fd3526f742 Use <> for test utilities includes Chris Thrasher 2022-06-25 20:41:32 -0600
  • 4047909725 Remove unnecessary includes Chris Thrasher 2022-06-25 20:38:45 -0600
  • a57640c2c8 Require stringification for all tested types Chris Thrasher 2022-06-22 13:54:28 -0600
  • 3925139f4d Improve test coverage of sf::Rect Chris Thrasher 2022-06-24 17:00:59 -0600
  • b009151e89 Improve test coverage of sf::Color Chris Thrasher 2022-06-16 18:55:38 -0600
  • 44d3d63ade Reduce the scope of helper class Chris Thrasher 2022-06-25 11:54:57 -0600
  • 0812054e02 Remove trailing whitespace Chris Thrasher 2022-06-23 17:09:22 -0600
  • 8a2aa6397f Explicitly instantiate float vector members in cpp Vittorio Romeo 2022-06-24 01:33:33 +0200
  • a3dd3e02aa Remove unused <string> include from Texture.hpp Vittorio Romeo 2022-06-24 03:08:14 +0200
  • 5098b6c22b Fix eglCheck macro usage for assignments kimci86 2022-06-23 21:34:45 +0200
  • d7f09c1167 Manually inline sf::IpAddress::resolve Chris Thrasher 2022-06-18 11:04:31 -0600
  • 76223b07a1 Implement sf::IpAddress with std::optional Chris Thrasher 2022-06-17 17:50:35 -0600
  • e4e9b290b1 Add tests for sf::IpAddress Chris Thrasher 2022-06-17 14:57:24 -0600
  • ce9577bbff Upgrade to Doctest v2.4.9 Chris Thrasher 2022-06-18 10:33:24 -0600
  • e4c5af63b7 Replace 'TcpSocket::send' local buffer with data member Vittorio Romeo 2022-06-23 02:15:48 +0200
  • 95201a3950 Update Image code example with Vector2u parameters kimci86 2022-06-22 23:54:29 +0200
  • c4790bcb14 Clarify Image::copy implementation kimci86 2022-06-22 23:51:50 +0200
  • 618c96339b Fix incorrect cast when parsing FTP connection port kimci86 2022-06-23 13:00:12 +0200
  • 6cd07a043f 'sf::Image::copy' returns a 'bool' to signal success/failure Vittorio Romeo 2022-06-21 15:33:50 +0200
  • 91c4a451ef Fix out of bounds read for sf::Image::copy() with bad sourceRect Bambo-Borris 2022-06-17 18:04:43 +0100
  • 8b3723a52b Add tests for sf::Image Bambo-Borris 2022-06-17 18:03:21 +0100
  • 757cb36d30 Use <random> header Chris Thrasher 2022-06-12 12:22:04 -0600
  • 65fef85b30 Simplify how examples are built Chris Thrasher 2022-06-12 10:48:48 -0600
  • 539483d329 Use std::array Chris Thrasher 2022-06-12 10:41:53 -0600
  • 27a7774786 Use = default for trivial virtual destructors Chris Thrasher 2022-06-10 00:09:23 -0600
  • e61a8c5c1b Remove empty non-virtual destructors Chris Thrasher 2022-06-10 00:06:57 -0600
  • 12c091e0ce Disable /WX for clang-cl Bambo-Borris 2022-06-05 20:05:10 +0100
  • b158bc1f94 Add a VS 2022 with Clang build Lukas Dürrenberger 2022-05-09 15:42:29 +0200
  • 709530d062 SFML/Graphics/Text.cpp: Compare utf32-characters to utf32 character literals consistently Bård Sigurd Møller 2022-06-05 14:03:08 +0200
  • 9e23fb0899 Clarify sf::ConvexShape docs Chris Thrasher 2022-06-08 10:43:21 -0600