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

URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=24d6f3e03340f... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon May 10 14:04:20 2010 +0200
Moved Katy Dobson to the list of past contributors.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e452159271aba... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Fri May 7 08:44:28 2010 +0200
Fixed comment.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d7c20fa14445c... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Fri May 7 07:49:16 2010 +0200
Removed current implementation of PPL_{LT,GT}_SILENT: the cure was worse than the disease.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f9182bb6ab09f... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Fri May 7 07:20:52 2010 +0200
Avoid temporary in smod_2exp.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=df9bcf9e4ed24... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Fri May 7 06:11:49 2010 +0200
Better/canonical way to avoid gcc warning.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=258de934add2e... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Tue May 4 13:11:29 2010 +0200
Revert "Optimized smod_2exp_signed_int."
This reverts commit 21d120a07448821720acd415213f9b08a9a14338.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=21d120a074488... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Tue May 4 13:07:37 2010 +0200
Optimized smod_2exp_signed_int.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b075861837519... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Sat Apr 17 12:00:38 2010 +0200
Refuse to compile on (very obsolete) architectures that are not using two's complement.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=140b42a24737e... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Fri Apr 23 08:33:56 2010 +0200
Version number bumped.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b75b69c4ea3e6... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Apr 23 00:51:39 2010 +0200
Put under git control.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d882d4ea5dbe6... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Thu Apr 22 23:59:57 2010 +0200
Added class Partial_Function to the PPL library. Java, Prolog and OCaml interfaces now use an object of this Partial_Function class when mapping the space dimensions of teh vector space. Some of the consistency checks that were performed by other variants of Partial_Function are now only done when in debugging mode.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=5b80536886e30... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Thu Apr 22 15:20:33 2010 +0200
Fixed expected results for tests/Octagonal_Shape/writeoctagon1.cc
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c976419bcc8f0... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Thu Apr 22 14:42:20 2010 +0200
Use a C++ object to encode a Partial_Function in the Java interface. Current implementation is based on a copy of the Partial_Function type used in C++ tests: we should consider whether or not it would be appropriate to have this Partial_Function type as a first class PPL object.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=64faa9223236a... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Apr 22 10:17:09 2010 +0200
Version number bumped.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c30a06c1bbee8... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Thu Apr 22 10:05:12 2010 +0200
Modified signature of method maps() in Java Partial_Function interface. Modified test implementation in tests/Test_Partial_Function.java accordingly (note though that TreeMap still uses Long objects).
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=212a7409b9299... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Apr 21 18:55:53 2010 +0200
Version number bumped.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a04daee5e4dce... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Apr 21 18:54:32 2010 +0200
Fixed the printing of equality constraints.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=9088b000d17c9... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Apr 19 19:33:08 2010 +0200
Version number bumped.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4fd40ebc37d08... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Apr 19 19:19:42 2010 +0200
Added $(noinst_HEADERS) to BUILT_SOURCES so as to build ppl.hh early when !BUILD_CXX_INTERFACE. (Thanks to Ralf Wildenhues who identified the problem and to Sebastian Pop who reported a parallel build failure due to it.)
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7619e0ea164cc... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Apr 16 15:16:17 2010 +0200
Properly document ppl_Coefficient_bits/1.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=41926a747ca79... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Apr 16 14:46:46 2010 +0200
Corrected a few typos.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=39fd68769135c... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Apr 16 14:06:50 2010 +0200
Corrected typo causing a bug in the XSB Prolog interface.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7db9d078f1531... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Apr 16 11:14:23 2010 +0200
Add method wrap_assign() to Pointset_Powerset.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=89dc0e98630f7... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Apr 16 11:13:48 2010 +0200
A minor stylistic improvement and a typo corrected.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4c2dac122ee1d... Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Fri Apr 16 09:02:05 2010 +0200
Silenced warnings.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b9cd3bb78c41b... Author: Patricia Hill p.m.hill@leeds.ac.uk Date: Thu Apr 15 20:17:59 2010 +0100
A Prolog PIP_Problem test overflows positively for checked_int8
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=88c6e6e5b5a57... Author: Patricia Hill p.m.hill@leeds.ac.uk Date: Thu Apr 15 20:17:12 2010 +0100
Added tests in the Prolog interface for ppl_all_affine_quasi_ranking_functions_MS_*
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=da7b389107033... Author: Patricia Hill p.m.hill@leeds.ac.uk Date: Thu Apr 15 20:15:00 2010 +0100
Added PIP_Problem predicates to list of predicates tested in pl_check.pl.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c015df9292725... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Apr 15 18:04:34 2010 +0200
Updated.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=bf0c0ac2661ac... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Apr 15 17:48:51 2010 +0200
Version number bumped.
participants (1)
-
Roberto Bagnara