[GIT] ppl/ppl(floating_point): New commits

URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1cdb7511579ea... Merge: 06f21542441cd7463819d7762ea6d5033c1c0bff 384f089de7b9464efddf008a02d773af6ae213ea Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Sep 7 11:44:03 2010 +0200
Merge branch 'master' into floating_point
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=384f089de7b94... Author: Marco Poletti poletti.marco@gmail.com Date: Sun Sep 5 19:33:59 2010 +0200
tests/CO_Tree: modify the tests so that they pass even with 8-bit coefficients.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fbd049063bb78... Author: Marco Poletti poletti.marco@gmail.com Date: Sun Sep 5 19:32:52 2010 +0200
tests/Sparse_Matrix: modify the tests so that they pass even when using 8-bit coefficients.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=eaf5206df76c2... Author: Marco Poletti poletti.marco@gmail.com Date: Sun Sep 5 12:14:47 2010 +0200
tests/CO_Tree: use DO_TEST_F8 when a test is expected to fail with 8-bit coefficients.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f7c37342d6f84... Author: Marco Poletti poletti.marco@gmail.com Date: Sun Sep 5 08:53:18 2010 +0200
PIP_Tree: work when Coefficient_traits::const_reference is just Coefficient, losing some performance when it's not.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4cfaaa1c28795... Author: Marco Poletti poletti.marco@gmail.com Date: Sun Sep 5 08:53:03 2010 +0200
MIP_Problem: work when Coefficient_traits::const_reference is just Coefficient, losing some performance when it's not.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=11b0496ec14e6... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 09:11:09 2010 +0200
CO_Tree: work even when data_type_const_reference is `data_type' instead of `const data_type&'.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=07022f13eecb7... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 09:03:34 2010 +0200
CO_Tree: add dfs_index() methods.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d7c2c2f24f8b3... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 08:31:12 2010 +0200
CO_Tree: add data_type_const_reference typedef and use it instead of const data_type&.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=dd779428e8d38... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 08:30:36 2010 +0200
Sparse_Row: use Coefficient_traits::const_reference instead of const Coefficient&.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d8d3dcc07bfdb... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 08:30:23 2010 +0200
Dense_Row: use Coefficient_traits::const_reference instead of const Coefficient&.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=99c695c0bb087... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 08:30:06 2010 +0200
PIP_Tree: use Coefficient_traits::const_reference instead of const Coefficient&.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=6b408bba2a53e... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 08:29:49 2010 +0200
PIP_Problem: use Coefficient_traits::const_reference instead of const Coefficient&.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0111dca863d14... Author: Marco Poletti poletti.marco@gmail.com Date: Sat Sep 4 08:29:37 2010 +0200
MIP_Problem: use Coefficient_traits::const_reference instead of const Coefficient&.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ebfce787809a3... Author: Marco Poletti poletti.marco@gmail.com Date: Fri Sep 3 21:07:03 2010 +0200
CO_Tree: fix compilation when Coefficient_traits::const_reference is not `const Coefficient&'.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c82df3eac8ceb... Merge: 7d4b9abcd12085a554123d1dda6efc7d09037896 93f86477c1ef5185b4ff8981d5c92edef1ae29f0 Author: Marco Poletti poletti.marco@gmail.com Date: Fri Sep 3 20:30:02 2010 +0200
Merge branch 'master' of ssh://git.cs.unipr.it/git/ppl/ppl
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7d4b9abcd1208... Author: Marco Poletti poletti.marco@gmail.com Date: Fri Sep 3 20:29:20 2010 +0200
CO_Tree, Sparse_Row, Dense_Row: access the index and the value of element pointed to by an iterator using itr.index() and *itr instead of itr->first and itr->second.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a293f2ccd692a... Author: Marco Poletti poletti.marco@gmail.com Date: Fri Sep 3 19:01:29 2010 +0200
CO_Tree::tree_iterator: rename index() method into dfs_index().
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=93f86477c1ef5... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Fri Sep 3 16:22:26 2010 +0200
Expected results updated.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=cbfe295dbb84f... Merge: 0f64d29af1f3bb4cf83826095a606cf78d5d7353 14c85a1607cf3ccfbf016ae5ea808dafffa37d04 Author: Marco Poletti poletti.marco@gmail.com Date: Fri Sep 3 16:19:40 2010 +0200
Merge branch 'sparse_matrices'
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=14c85a1607cf3... Merge: 47946c5bb7c62d151a18dcaaa3922da5f62e88e3 bc0f52b437e5a93d8a600ea5744d8801218ee584 Author: Marco Poletti poletti.marco@gmail.com Date: Fri Sep 3 16:14:56 2010 +0200
Merge branch 'sparse_matrices' of ssh://git.cs.unipr.it/git/ppl/ppl into sparse_matrices
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0f64d29af1f3b... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Fri Sep 3 15:55:06 2010 +0200
Updated expected results.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=47946c5bb7c62... Author: Marco Poletti poletti.marco@gmail.com Date: Tue Aug 31 18:49:57 2010 +0200
CO_Tree: fix compilation with --enable-assertions and without --enable-more-assertions.
participants (1)
-
Roberto Bagnara