Commit Graph

7 Commits

Author SHA1 Message Date
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
R. Ryantm
df4d7252d4 reactphysics3d: 0.10.0 -> 0.10.1 2024-06-26 02:39:01 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
rexxDigital
d8f70bf615 reactphysics3d: 0.9.0 -> 0.10.0 2024-03-10 14:52:56 +01:00
Sergei Trofimovich
4b7a8b4a79 reactphysics3d: fix gcc-13 build failure
Without the change build fails in `master` as
https://hydra.nixos.org/build/247669747:

    In file included from /build/source/include/reactphysics3d/engine/Entity.h:30,
                     from /build/source/include/reactphysics3d/body/CollisionBody.h:31,
                     from /build/source/src/body/CollisionBody.cpp:27:
    /build/source/include/reactphysics3d/configuration.h:68:19: error: 'int8_t' in namespace 'std' does not name a type; did you mean 'wint_t'?
       68 | using int8 = std::int8_t;
          |                   ^~~~~~
          |                   wint_t
2024-02-10 21:59:43 +00:00
rexxDigital
61db791a8a reactphysics3d: init at 0.9.0 2023-10-19 17:40:46 +02:00