spot/buddy/src
Alexandre Duret-Lutz bd6d88db96 [buddy] Enable C++11 and add a move constructor/assignment operator.
* configure.ac: Enable C++11 mode.
* src/bdd.h: Use noexport, and add a move constructor and
move assignment operator.  The move version of these method
do not have to increment the reference counter, saving time.
On a small test run, this change saved 24% of the calls to
bdd_addref_nc().
2014-02-12 14:08:46 +01:00
..
.cvsignore more files to ignore 2003-06-30 07:48:20 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
bdd.h [buddy] Enable C++11 and add a move constructor/assignment operator. 2014-02-12 14:08:46 +01:00
bddio.c [buddy] 2011-04-05 09:29:03 +02:00
bddop.c * NEWS, buddy/src/bddop.c, m4/valgrind.m4: s/wether/whether/. 2012-08-22 13:53:59 +02:00
bddtest.cxx * src/bddtest.cxx: Include <cstdlib> to compile with g++-4.3. 2008-03-14 16:59:40 +01:00
bddtree.h * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
bvec.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
bvec.h [buddy] Restrict the number of exported symbols. 2013-07-29 01:12:12 +02:00
cache.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
cache.h * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
cppext.cxx [buddy] Inline the "is bdd constant" check performed in copies/constructors. 2011-04-30 13:37:53 +02:00
depend.inf Initial revision 2003-05-05 10:57:53 +00:00
fdd.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
fdd.h [buddy] Restrict the number of exported symbols. 2013-07-29 01:12:12 +02:00
imatrix.c Initial revision 2003-05-05 10:57:53 +00:00
imatrix.h [buddy] 2011-04-05 09:29:03 +02:00
kernel.c [buddy] Reduce the size of bddNode to improve cache efficiency. 2012-06-19 21:52:03 +02:00
kernel.h [buddy] Reduce the size of bddNode to improve cache efficiency. 2012-06-19 21:52:03 +02:00
Makefile.am [buddy] Probe for -fvisibility and -fvisibility-inlines-hidden. 2013-07-29 01:14:36 +02:00
pairs.c [buddy] * src/pairs.c (bdd_pairalloc): Fix prototype. 2011-04-30 13:22:27 +02:00
prime.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
prime.h * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
reorder.c [buddy] Reduce the size of bddNode to improve cache efficiency. 2012-06-19 21:52:03 +02:00
tree.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00