
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a0be443d33fe0... Merge: ae7b3951caad85edfd7215318f888ec80ebb162d da8fa48876106837ca3f30602a93228d28653183 Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Aug 8 08:38:06 2012 +0200
Merge branch 'master' into ppl-1_0-branch
Conflicts: configure.ac
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=da8fa48876106... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Aug 8 08:36:38 2012 +0200
Updated.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a292feb89642e... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Tue Aug 7 19:09:17 2012 +0200
Added test class Custom_Variable_Stringifier and corresponding example for testing customization of Variable output in the Java interface.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=af3298eea9b68... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Tue Aug 7 19:06:57 2012 +0200
Added native methods toString() and setStringifier() to class Variable. Implemented variable output function using the customizable stringifier.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7cf8a120e0c21... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Tue Aug 7 19:01:40 2012 +0200
Added Variable_Stringifier interface.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1773d43677939... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Tue Aug 7 18:56:44 2012 +0200
The default output function for Variable's objects made public. There is no actual reason to have it private: being public, we simplify the life of a user willing to set it back to default.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=3a754d5e27f20... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Tue Jul 31 14:35:42 2012 +0200
Use ArrayList instead of Vector for (constraints, ...) systems in Java. Added a paragraph to the introduction of the user manual to stress that the PPL *_System classes extend ArrayList. While at it, removed many useless import directives. Also fixed a couple of indentation issues.
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=64802610e73c3... Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Jul 17 16:49:39 2012 +0200
Avoid a non-portable GNU Make idiom (using $< in a non-suffix rule context).
URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=8a29319f037b7... Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Jul 13 15:40:36 2012 +0200
Changed test04 to print more info when noisy.