[eigen-commits] commit/eigen: 7 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
7 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/8caec9d6dd92/
Changeset: 8caec9d6dd92
User: chtz
Date: 2014-12-04 21:48:53+00:00
Summary: Bug 877, Bug 572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
Affected #: 95 files
https://bitbucket.org/eigen/eigen/commits/d89f1d380d63/
Changeset: d89f1d380d63
User: ggael
Date: 2015-02-13 09:03:53+00:00
Summary: Merge Index-refactoring branch with default, fix PastixSupport, remove some useless typedefs
Affected #: 229 files
https://bitbucket.org/eigen/eigen/commits/f3be30394843/
Changeset: f3be30394843
User: ggael
Date: 2015-02-13 17:57:41+00:00
Summary: Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
Affected #: 78 files
https://bitbucket.org/eigen/eigen/commits/6f65e7853ce6/
Changeset: 6f65e7853ce6
User: ggael
Date: 2015-02-16 12:19:05+00:00
Summary: Fix many long to int conversion warnings:
- fix usage of Index (API) versus StorageIndex (when multiple indexes are stored)
- use StorageIndex(val) when the input has already been check
- use internal::convert_index<StorageIndex>(val) when val is potentially unsafe (directly comes from user input)
Affected #: 37 files
https://bitbucket.org/eigen/eigen/commits/98d31e9b40fa/
Changeset: 98d31e9b40fa
User: ggael
Date: 2015-02-16 13:46:51+00:00
Summary: Remove deprecated usage of expr::Index.
Affected #: 54 files
https://bitbucket.org/eigen/eigen/commits/e0663e30048e/
Changeset: e0663e30048e
User: ggael
Date: 2015-02-16 14:05:41+00:00
Summary: The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
Affected #: 21 files
https://bitbucket.org/eigen/eigen/commits/b5be5e10eb7f/
Changeset: b5be5e10eb7f
User: ggael
Date: 2015-02-16 14:29:00+00:00
Summary: Merged in chtz/eigen-indexconversion (pull request #92)
Bug 877, Bug 572: Get rid of Index conversion warnings, summary of changes:
- Introduce a global typedef Eigen::Index making Eigen::DenseIndex and AnyExpr<>::Index deprecated (default is std::ptrdiff_t).
- Eigen::Index is used throughout the API to represent indices, offsets, and sizes.
- Classes storing an array of indices uses the type StorageIndex to store them. This is a template parameter of the class. Default is int.
- Methods that *explicitly* set or return an element of such an array take or return a StorageIndex type. In all other cases, the Index type is used.
Affected #: 178 files
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.