[eigen-commits] commit/eigen: 4 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 4 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 18 Jul 2018 21:34:52 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=irXZkT+jBsOs7kTXmV+JMi/0DjU=; b=c4boh/rD2xu/yvYjcqhF0au n/JX2FUGRSIfnFNuWOd4wVlBKaGRl2EE9qEo2mrQplpY2M1HyeLBJhitunv+AaTo hFkL9g1x0eNo++SlZZrZo/YDkEICLiSujWirTRz8ZIhHSqmOg8tCBJQsP5lO/6l2 wTWdBYhrWA0UhmOgMCKA=
4 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/f0f9cf731717/
Changeset: f0f9cf731717
User: ggael
Date: 2018-07-18 21:26:13+00:00
Summary: Bug 1575: fix regression introduced in bug 1573 patch. Move ctor/assignment should not be defaulted.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/26f97f331de7/
Changeset: 26f97f331de7
User: ggael
Date: 2018-07-18 21:27:37+00:00
Summary: Generalize ScalarWithExceptions to a full non-copyable and trowing scalar type to be used in other unit tests.
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/ce3a50205919/
Changeset: ce3a50205919
User: ggael
Date: 2018-07-18 21:33:07+00:00
Summary: Bug 1432: fix conservativeResize for non-relocatable scalar types. For those we need to by-pass realloc routines and fall-back to allocate as new - copy - delete. The remaining problem is that we don't have any mechanism to accurately determine whether a type is relocatable or not, so currently let's be super conservative using either RequireInitialization or std::is_trivially_copyable
Affected #: 4 files
https://bitbucket.org/eigen/eigen/commits/e5364919775b/
Changeset: e5364919775b
User: ggael
Date: 2018-07-18 21:34:34+00:00
Summary: Add regression for bugs 1573 and 1575
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.