ppl interfaces/C/ppl_c.cc interfaces/Prolog/pp ...

CVSROOT: /cvs/ppl Module name: ppl Changes by: roberto@cs.unipr.it 2002-12-05 16:32:55
Modified files: interfaces/C : ppl_c.cc interfaces/Prolog: ppl_prolog.icc tests : append1.cc append2.cc exceptions1.cc minconstraints4.cc permute.cc removedim1.cc removedim2.cc removedim3.cc removedim6.cc removedim7.cc removedim8.cc
Log message: Use PPL::Variables_Set instead of std::set<Variable>.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/C/ppl_c.cc.diff?cvs... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/Prolog/ppl_prolog.i... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/append1.cc.diff?cvsroot=... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/append2.cc.diff?cvsroot=... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/exceptions1.cc.diff?cvsr... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/minconstraints4.cc.diff?... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/permute.cc.diff?cvsroot=... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/removedim1.cc.diff?cvsro... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/removedim2.cc.diff?cvsro... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/removedim3.cc.diff?cvsro... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/removedim6.cc.diff?cvsro... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/removedim7.cc.diff?cvsro... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/removedim8.cc.diff?cvsro...
Modified files: src : Determinate.defs.hh Determinate.inlines.hh Polyhedron.cc Polyhedron.defs.hh PowerSet.defs.hh PowerSet.inlines.hh Variable.defs.hh Variable.inlines.hh
Log message: The function bool operator<(const Variable&, const Variable&) has been substituted by bool less(const Variable&, const Variable&). New predicate Variable::Compare useful for defining associative containers of variables. New typedef Variables_Set standing for std::set<Variable, Variable::Compare>. Use PPL::Variables_Set instead of std::set<Variable>.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Determinate.defs.hh.diff?c... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Determinate.inlines.hh.dif... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroot... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?cv... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/PowerSet.defs.hh.diff?cvsr... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/PowerSet.inlines.hh.diff?c... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Variable.defs.hh.diff?cvsr... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Variable.inlines.hh.diff?c...
participants (1)
-
Roberto Bagnara