[PPL-devel] [GIT] ppl/ppl(floating_point): New commits

Roberto Bagnara bagnara at cs.unipr.it
Tue Sep 7 11:44:28 CEST 2010


URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1cdb7511579eac9755e1cbe154e5f314409b1078
Merge: 06f21542441cd7463819d7762ea6d5033c1c0bff 384f089de7b9464efddf008a02d773af6ae213ea
Author: Roberto Bagnara <bagnara at 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=384f089de7b9464efddf008a02d773af6ae213ea
Author: Marco Poletti <poletti.marco at 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=fbd049063bb780243de844ae69863ec99614e8e8
Author: Marco Poletti <poletti.marco at 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=eaf5206df76c2d7ce769d476e5b030fecb15837a
Author: Marco Poletti <poletti.marco at 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=f7c37342d6f8428b93892f763948938ee82da0e4
Author: Marco Poletti <poletti.marco at 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=4cfaaa1c287951c2ca45afd5126b762fb0d8faf0
Author: Marco Poletti <poletti.marco at 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=11b0496ec14e67d824f6b89345d83d42ad1374ff
Author: Marco Poletti <poletti.marco at 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=07022f13eecb7fccaa6d8d5af8ec1be2049ba91b
Author: Marco Poletti <poletti.marco at 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=d7c2c2f24f8b31d2fd1093410901ade395156ce4
Author: Marco Poletti <poletti.marco at 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=dd779428e8d38bda22dde25882047aeb62afb545
Author: Marco Poletti <poletti.marco at 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=d8d3dcc07bfdb51a12a6eea5a9b72be00b94af65
Author: Marco Poletti <poletti.marco at 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=99c695c0bb087d640bc5a28731418a0d50e63d0c
Author: Marco Poletti <poletti.marco at 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=6b408bba2a53eadd2657297baa3d8192ea7d81a8
Author: Marco Poletti <poletti.marco at 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=0111dca863d14d3315f33f0a5aac8d4b314d148f
Author: Marco Poletti <poletti.marco at 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=ebfce787809a33b59085a46cd478618fe73d505f
Author: Marco Poletti <poletti.marco at 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=c82df3eac8ceb982b0be3cd90fe8806e55d1f92c
Merge: 7d4b9abcd12085a554123d1dda6efc7d09037896 93f86477c1ef5185b4ff8981d5c92edef1ae29f0
Author: Marco Poletti <poletti.marco at 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=7d4b9abcd12085a554123d1dda6efc7d09037896
Author: Marco Poletti <poletti.marco at 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=a293f2ccd692a879441dd9ddb18a8da695a795e5
Author: Marco Poletti <poletti.marco at 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=93f86477c1ef5185b4ff8981d5c92edef1ae29f0
Author: Roberto Bagnara <bagnara at 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=cbfe295dbb84fab01b2d277f7bc85f6c1af00a1e
Merge: 0f64d29af1f3bb4cf83826095a606cf78d5d7353 14c85a1607cf3ccfbf016ae5ea808dafffa37d04
Author: Marco Poletti <poletti.marco at 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=14c85a1607cf3ccfbf016ae5ea808dafffa37d04
Merge: 47946c5bb7c62d151a18dcaaa3922da5f62e88e3 bc0f52b437e5a93d8a600ea5744d8801218ee584
Author: Marco Poletti <poletti.marco at 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=0f64d29af1f3bb4cf83826095a606cf78d5d7353
Author: Roberto Bagnara <bagnara at 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=47946c5bb7c62d151a18dcaaa3922da5f62e88e3
Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Tue Aug 31 18:49:57 2010 +0200

    CO_Tree: fix compilation with --enable-assertions and without --enable-more-assertions.




More information about the PPL-devel mailing list