[eigen] giving credits to new contributors |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] giving credits to new contributors
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 15 Apr 2009 16:49:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=cYESSBes3m+beR3Cj245PnTy/tP9u/c8U++QzVldex8=; b=v+LiX1p0rT+Z15i3IeX9oole2rxFUA0T/x7y9WbOjF76feP1TDKQygQWQmd+zt7fA9 gzlxT3k5uu+I8dJtycqJqHV/eIGU9dH5jVZgnCgrGAiVXYRe4sZTusnSmSxGYOgBgPPe dwgE8ZyKQg0WnmDld07hFclQaY8tBSXHHv/Ic=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=RSmdLTeHj7I+NpyzSQHP7BeEEafwIl2W268anjZVHlY2vJ0kajuXuI9P+NWeDsZeuD +flEhphGFL2qaAQkBJDQC178sbyYI47QzijbvTuGyHkLumTuCGKQRR7qY1oMcSqJTiCY wlO2Y22CwoSRguXCBWaUiKoRBh1VKDR+8skzY=
I think we're falling behind on giving credits to new contributors: we
must keep up-to-date the Contributors section on the main page.
But it's not easy. We can't update the wiki as soon as we commit a
patch: often, new code starts in unsupported/ and typically we only
want to list on the main page what is in Eigen/.
So I propose a special syntax in commit msgs:
CREDIT blabla
where blabla is 1 line of text (so about 70 chars) with the full name
and a very short description.
This way, grepping through commit logs would be easy.
2) I looked for interesting occurences of the words "patch" and
"thanks" in our commit messages since we lost track of credits, here
are my findings. I am only listing contributions that I think must be
credited on the main page.
Call to eigen contributors: If I'm forgetting your contribution,
please don't hesitate to say it !!
I'm not listing unsupported/ contributions and also not listing (very
useful but i hope you understand) reports of nasty typos like "missing
&" or "Cols instead of Rows".
------------------------------------------------------------------------
r936658 | ggael | 2009-03-08 11:14:07 +0100 (dim. 08 mars 2009) | 2 lines
slight optimization of SSE base integer mul (thanks to Rohit Garg)
------------------------------------------------------------------------
r922018 | ggael | 2009-02-06 10:01:50 +0100 (ven. 06 févr. 2009) | 2 lines
apply Ricard patch for Reverse with minor modifications
-----> MAKES ME THINK WE HAVENT CREDITED RICARD FOR REVERSE
------------------------------------------------------------------------
r924408 | ggael | 2009-02-10 19:06:05 +0100 (mar. 10 févr. 2009) | 3 lines
* add ei_predux_mul internal function
* apply Ricard Marxer's prod() patch with fixes for the vectorized path
------------------------------------------------------------------------
r935833 | ggael | 2009-03-06 12:45:39 +0100 (ven. 06 mars 2009) | 2 lines
patch from Stjepan Rajko (MSVC fix in RotationBase)
------------------------------------------------------------------------
r951450 | bjacob | 2009-04-09 14:06:13 +0200 (jeu. 09 avril 2009) | 2 lines
forward-port r951449: patch by Hauke Heibel: compile fix with VS 9
------------------------------------------------------------------------
r951578 | bjacob | 2009-04-09 19:19:17 +0200 (jeu. 09 avril 2009) | 3 lines
more patches from Hauke Heibel: compilation/warning fixes from VC++
------------------------------------------------------------------------
r951682 | ggael | 2009-04-09 23:22:02 +0200 (jeu. 09 avril 2009) | 2 lines
add aligned_allocator operator == and != as suggested by Hauke Heibel
------------------------------------------------------------------------
r952062 | ggael | 2009-04-10 21:54:43 +0200 (ven. 10 avril 2009) | 2 lines
patch from Moritz Lenz to allow solving transposed problem with superlu
------------------------------------------------------------------------
r917639 | ggael | 2009-01-28 10:45:53 +0100 (mer. 28 janv. 2009) | 5 lines
QR: add isInjective(), isSurjective(),
mark isFullRank() deprecated,
add solve() (mix of Keir's patch and LU::solve())
=> there is big problem with complex which are not working
------------------------------------------------------------------------
r917694 | ggael | 2009-01-28 13:52:26 +0100 (mer. 28 janv. 2009) | 2 lines
Patch from Frank fixing stupid MSVC internal crash