URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1bb3f444e6dba... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sun Aug 19 22:49:03 2012 +0200 Fixed the code layout for several if-then-elses. URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b1189452cf1f6... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sun Aug 19 12:42:09 2012 +0200 Fixed comments that were meant to be Doxygen comments. Detected by ECLAIR service cmntdecl_srceline. URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=3fb6fa5fac992... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sun Aug 19 11:44:26 2012 +0200 Comment fixed. URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=3046a742333ac... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sat Aug 18 14:12:59 2012 +0200 Advertise the portability improvements. URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=5b00077df0a1a... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sat Aug 18 13:54:23 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=7f3bf3f508e85... Author: Enea Zaffanella <zaffanella@cs.unipr.it> Date: Sat Aug 18 11:14:19 2012 +0200 Modified the Expression_Adapter infrastructure. Prefer the creation of transient, lightweight adapters to the usage of wild reference casts. While at it, improved documentation and systematically renamed `Expression' inner typedefs as `expr_type'.