Commit Graph

  • 2ce6811e2c Fix compilation when enabling the bytemuck feature. Crozet Sébastien 2021-07-10 11:24:23 +0200
  • 85d07b22a3 FIx serde impl bounds CAD97 2021-07-09 15:30:06 -0500
  • 22ba88353a Fix bounds for bytemuck impls CAD97 2021-07-09 15:23:08 -0500
  • c5249f4c16
    Merge pull request #940 from OfficialURL/safety Sébastien Crozet 2021-07-09 09:51:10 +0200
  • c422f6c081 ran cargo fmt Joshua Smith 2021-07-08 16:16:06 -0500
  • b2d75f92ee added docs and tests for the flatten methods Joshua Smith 2021-07-08 16:13:41 -0500
  • 055b6c47b8 implemented flatten_by_columns() and flatten_by_rows() Joshua Smith 2021-07-08 15:15:44 -0500
  • ba0e0604e8 Attempt at fixing UB in `allocate_uninitialized` Violeta Hernández 2021-07-08 12:56:22 -0500
  • 1be8964c12 Fixed indent Violeta Hernández 2021-07-08 11:15:08 -0500
  • 04e937792b Removed unnecessary `unsafe` markers Violeta Hernández 2021-07-08 11:12:43 -0500
  • a7fe7a5d9a fixed check-fmt error Joshua Smith 2021-07-08 11:05:32 -0500
  • dd1530adc3 Cargo fmt nathan.eckert 2021-07-08 14:20:35 +0200
  • 92a51662bf Remove Allocator<usize, > from display nathan.eckert 2021-07-08 14:18:22 +0200
  • 639382ea49 Add failing test higlighting the issue nathan.eckert 2021-07-08 11:23:41 +0200
  • 40bc1cb304
    Merge pull request #923 from OfficialURL/self_copy2 Sébastien Crozet 2021-07-08 10:01:00 +0200
  • 0a5bd520a4
    Merge pull request #922 from Cryptjar/impl-into-slice Sébastien Crozet 2021-07-08 09:50:41 +0200
  • a66b54a015
    Merge pull request #929 from remilauzier/dev Sébastien Crozet 2021-07-08 09:44:43 +0200
  • e58813915a
    Merge pull request #934 from Andlon/point_dim_name Sébastien Crozet 2021-07-08 09:40:31 +0200
  • 40e6783a3a
    Merge pull request #936 from OfficialURL/doc-comments Sébastien Crozet 2021-07-08 09:39:35 +0200
  • 2279da446e impl Borrow and BorrowMut for fixed size matrices Joshua Smith 2021-07-07 13:26:19 -0500
  • 6e96c28ad9 Trivial doc comment improvements Violeta Hernández 2021-07-06 21:05:25 -0500
  • bbd60fbc8c
    Fix some clippy warnings and typo Rémi Lauzier 2021-07-05 17:51:27 -0400
  • 1fc29dcf63
    Merge pull request #930 from CAD97/patch-1 Sébastien Crozet 2021-07-06 01:09:00 -0700
  • e417ec86d7
    Merge pull request #931 from CAD97/patch-2 Sébastien Crozet 2021-07-06 01:08:34 -0700
  • 39e9e587bd
    Add cargo-features resolver Tobin Harding 2021-07-06 15:42:45 +1000
  • 314b4dd103 Remove scalar bound from geometry type defs CAD97 2021-07-05 19:04:10 -0500
  • 1eeaf3526c
    Rotation::matrix_mut_unchecked may not cause UB Christopher Durham 2021-07-05 18:53:11 -0500
  • 3b4b661756
    impl Hash for Transform Christopher Durham 2021-07-05 18:36:33 -0500
  • b10711e66e
    Merge pull request #927 from remilauzier/dev Sébastien Crozet 2021-07-05 06:55:26 -0700
  • 5b2b174b8b
    Merge pull request #928 from CAD97/moar-const Sébastien Crozet 2021-07-05 06:55:17 -0700
  • e77a97e854 Add a couple trivial const fn conversions CAD97 2021-07-04 17:42:39 -0500
  • 78da5209e9
    Fix some clippy warnings Rémi Lauzier 2021-07-03 23:19:07 -0400
  • 92c26334ec Fix serde impls and Distribution impl for OPoint Andreas Longva 2021-07-02 12:01:01 +0200
  • 396d3d6615 Add missing repr(C) on bytemuckable geometry types CAD97 2021-06-28 20:49:57 -0500
  • cb0812aaf3 Add bytemuck impls to geometry types CAD97 2021-06-28 20:36:28 -0500
  • 16b8f4812d Define OPoint, a generic point with D: DimName Crozet Sébastien 2021-06-26 18:39:02 +0200
  • d659747fa4 `&self` → `self` on `Copy` types. Violeta Hernández 2021-06-18 12:53:38 -0500
  • 8153ec66c9 Revert "`Result<(), ()>` to `bool`" Violeta Hernández 2021-06-16 18:07:43 -0500
  • 1554c0114e Fix unsoundness in `into_slice` by adding `ContiguousStorage` bound. Cryptjar 2021-06-18 13:18:33 +0200
  • 0312981a4f
    Merge pull request #921 from OfficialURL/ptr_alias Sébastien Crozet 2021-06-18 09:49:41 +0200
  • 281b140365
    Fix most clippy warnings Violeta Hernández 2021-06-18 02:45:37 -0500
  • c5f240cc28 Fixed potential UB Violeta Hernández 2021-06-17 19:51:00 -0500
  • 801d8a61a6 Add a `From` impl to convert `DVectorSlice[mut]` back to into a slice. Cryptjar 2021-06-18 02:43:05 +0200
  • 498b377d0e Add `into_slice[_mut]` and impl to SliceStorage[Mut]. Cryptjar 2021-06-18 02:23:40 +0200
  • 4c078b2de8 Minor changes Violeta Hernández 2021-06-17 13:25:22 -0500
  • 33a7ad6a21 Merge remote-tracking branch 'upstream/dev' into clippy Violeta Hernández 2021-06-17 13:16:36 -0500
  • 0b057ba469 Checkpoint 8 Violeta Hernández 2021-06-17 13:10:14 -0500
  • 38add0b00d
    Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) Sébastien Crozet 2021-06-17 09:46:49 +0200
  • d64e799fc9
    Fixes #909 (#917) Violeta Hernández 2021-06-17 02:45:33 -0500
  • 7643a24cc1
    `Result<(), ()>` to `bool` (#916) Violeta Hernández 2021-06-17 02:44:06 -0500
  • 885bbdaf97
    Implemented `SliceRange` for `RangeInclusive` (#911) Violeta Hernández 2021-06-17 02:42:47 -0500
  • c8f6e054c3 Fixes #909 Violeta Hernández 2021-06-16 18:20:23 -0500
  • d630d01e04 `Result<(), ()>` to `bool` Violeta Hernández 2021-06-16 18:12:45 -0500
  • b727febee2 Revert "`Result<(), ()>` to `bool`" Violeta Hernández 2021-06-16 18:07:43 -0500
  • 58da638658 Merge branch 'dev' into result_fix Violeta Hernández 2021-06-16 18:07:22 -0500
  • 5920172a8b `Result<(), ()>` to `bool` Violeta Hernández 2021-06-16 18:06:15 -0500
  • 952fe4e899 Clippy was being weird about this import Violeta Hernández 2021-06-16 18:03:24 -0500
  • 1a35c281ff Fixed further breakage, slerp Violeta Hernández 2021-06-16 17:47:48 -0500
  • 25020feb5b cargo fmt Violeta Hernández 2021-06-16 17:07:55 -0500
  • f2a023cd87 Fixed some breakage Violeta Hernández 2021-06-16 17:05:39 -0500
  • 7d329bf0c3 Checkpoint 6 Violeta Hernández 2021-06-16 16:54:54 -0500
  • 11037199dd Checkpoint 6 Violeta Hernández 2021-06-16 16:30:50 -0500
  • 5465af09ef Checkpoint 5 Violeta Hernández 2021-06-16 16:11:52 -0500
  • afc0cd3a98 Checkpoint 4 Violeta Hernández 2021-06-16 15:56:22 -0500
  • 2c486416a5 Merge branch 'dimforge:dev' into clippy Violeta Hernández 2021-06-16 15:42:41 -0500
  • e569f18e4f Checkpoint 3 Violeta Hernández 2021-06-16 15:33:36 -0500
  • abaa162ed5 Checkpoint 2 Violeta Hernández 2021-06-16 15:24:11 -0500
  • bce98f7823 Clippy fixing: checkpoint 1 Violeta Hernández 2021-06-16 15:00:23 -0500
  • 2287e5088a
    Merge pull request #904 from CattleProdigy/coo-push-mat Sébastien Crozet 2021-06-14 14:39:16 +0200
  • 6b6054efc9 Merge branch 'dimforge:dev' into dev Violeta Hernández 2021-06-11 14:54:02 -0500
  • 96aa05b96c Whoops, forgot some dereferences Violeta Hernández 2021-06-11 14:51:04 -0500
  • 530187a667 Implemented `SliceRange` for `RangeInclusive` Violeta Hernández 2021-06-11 14:42:32 -0500
  • e6e7efba8a COO: add push_matrix fn Paul Jakob Schroeder 2021-06-07 10:13:43 -0400
  • 543f964610
    Merge pull request #851 from MalteT/dev Sébastien Crozet 2021-06-08 11:01:33 +0200
  • 9eb9ad603f Add `get_mut` annotations (second try) Malte Tammena 2021-06-07 17:24:43 +0200
  • 38e9a5da33 Annotate `get_mut`/`slice`-like functions with `#[must_use]` Malte Tammena 2021-06-07 17:10:21 +0200
  • e1fe76235f Normalize `#[must_use]` hints Malte Tammena 2021-06-07 16:44:59 +0200
  • 9fb963017f Simplify default `#[must_use]` annotation Malte Tammena 2021-06-07 16:34:03 +0200
  • 5e4d879d2b Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice Crozet Sébastien 2021-06-06 16:17:45 +0200
  • 42a2c74571 Finish initial must_use annotations Malte Tammena 2021-06-06 15:28:37 +0200
  • 39aa52d019 Add must_use annotations in src/**/*.rs Malte Tammena 2021-06-06 14:46:36 +0200
  • d85c10a73c Add some missing question marks Malte Tammena 2021-06-06 11:34:29 +0200
  • 925fc1edd7 Annotate functions with #[must_use] where appropriate Malte Tammena 2021-03-24 16:28:14 +0100
  • d7288bfd28 Release v0.27.1 v0.27.1 Crozet Sébastien 2021-06-04 11:08:54 +0200
  • 51312d1d54
    Merge pull request #903 from dimforge/glam-conversion-bug Sébastien Crozet 2021-06-04 11:06:50 +0200
  • 7acd4ecdcc Fix bug in the glam conversion Vec2 -> Isometry2 Crozet Sébastien 2021-06-04 10:52:28 +0200
  • c04b087388
    Merge pull request #901 from dimforge/dev Sébastien Crozet 2021-06-02 15:25:43 +0200
  • dfc8ad3d6a Release v0.27.0 v0.27.0 Crozet Sébastien 2021-06-02 14:53:43 +0200
  • de705a8072
    Merge pull request #900 from dimforge/glam-multiversion Sébastien Crozet 2021-06-01 11:10:57 +0200
  • 47a4f52e8d Replace unchecked glam conversion by TryFrom or checks Crozet Sébastien 2021-06-01 10:48:24 +0200
  • 4af979c55b Support multiple version of the optional glam conversion Crozet Sébastien 2021-06-01 10:27:32 +0200
  • ef3257bcb8
    Merge pull request #899 from dimforge/point_macro Sébastien Crozet 2021-05-25 09:51:50 +0200
  • 0490a844fb Fix typo Crozet Sébastien 2021-05-24 18:10:26 +0200
  • d6d2a3e968 Fix macros tests. Crozet Sébastien 2021-05-24 18:00:30 +0200
  • 8810b85a2f Add a point! macro for construction points Crozet Sébastien 2021-05-24 17:53:59 +0200
  • 86d190dc4a Update the glam 0.14 optional dependency. Crozet Sébastien 2021-05-10 19:43:14 +0200
  • f9a128a6e7
    Merge pull request #894 from dfarnham/dev Sébastien Crozet 2021-05-10 11:45:16 +0200
  • 79ef862fe9 Fix docs on csc_data(), csc_data_mut() Dave Farnham 2021-05-09 14:58:26 -0600
  • fb7c22f386
    Merge pull request #891 from djkoloski/dev Sébastien Crozet 2021-05-09 18:58:33 +0200
  • 9fff10b1f0 Move rkyv impls into separate modules David Koloski 2021-05-09 11:28:49 -0400