Move the compression routines into their own *.cc file.

* src/misc/intvcomp.hh: Move all code...
* src/misc/intvcomp.cc: ... in this new file.
* src/misc/Makefile.am: Add invcomp.cc
This commit is contained in:
Alexandre Duret-Lutz 2011-04-09 15:06:10 +02:00
parent ebb85c4da7
commit 4ec936387e
4 changed files with 613 additions and 536 deletions

View file

@ -1,3 +1,11 @@
2011-04-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Move the compression routines into their own *.cc file.
* src/misc/intvcomp.hh: Move all code...
* src/misc/intvcomp.cc: ... in this new file.
* src/misc/Makefile.am: Add invcomp.cc
2011-04-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
DVE2: Use mspool for compressed states.