[PPL-devel] [GIT] ppl/ppl(sparse_matrices): Renamed Unlimited_Sparse_Row into Unlimited_Sparse_Row_Over_Linear_Sequence . Now Unlimited_Sparse_Row is a typedef, that depends on the selected compile option.

Marco Poletti poletti.marco at gmail.com
Sat Apr 10 18:09:17 CEST 2010


Module: ppl/ppl
Branch: sparse_matrices
Commit: 349fc7a1d8c56d0dabb01444fe6cf66a844a43b9
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=349fc7a1d8c56d0dabb01444fe6cf66a844a43b9

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Sat Apr 10 18:08:05 2010 +0200

Renamed Unlimited_Sparse_Row into Unlimited_Sparse_Row_Over_Linear_Sequence. Now Unlimited_Sparse_Row is a typedef, that depends on the selected compile option.

---

 src/CO_Tree.cc                                     |   16 +-
 src/CO_Tree.defs.hh                                |    7 +
 src/CO_Tree.inlines.hh                             |    5 +
 src/Makefile.am                                    |   16 +-
 src/Unlimited_Sparse_Row.defs.hh                   |  520 +-------------------
 src/Unlimited_Sparse_Row.types.hh                  |   13 +-
 src/Unlimited_Sparse_Row_CO_Tree_Backend.defs.hh   |  246 ---------
 ...Unlimited_Sparse_Row_CO_Tree_Backend.inlines.hh |  188 -------
 ...end.cc => Unlimited_Sparse_Row_Over_CO_Tree.cc} |    4 +-
 src/Unlimited_Sparse_Row_Over_CO_Tree.defs.hh      |  390 ++++++++++++++
 src/Unlimited_Sparse_Row_Over_CO_Tree.inlines.hh   |  452 ++++++++++++++++
 ... => Unlimited_Sparse_Row_Over_CO_Tree.types.hh} |    8 +-
 ...> Unlimited_Sparse_Row_Over_Linear_Sequence.cc} |   31 +-
 ...limited_Sparse_Row_Over_Linear_Sequence.defs.hh |  545 ++++++++++++++++++++
 ...ted_Sparse_Row_Over_Linear_Sequence.inlines.hh} |  193 ++++----
 ...d_Sparse_Row_Over_Linear_Sequence.templates.hh} |   35 +-
 ...mited_Sparse_Row_Over_Linear_Sequence.types.hh} |    8 +-
 17 files changed, 1589 insertions(+), 1088 deletions(-)

Diff:   http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=349fc7a1d8c56d0dabb01444fe6cf66a844a43b9



More information about the PPL-devel mailing list