More interfaces to the int array compression routines.
* src/misc/intvcomp.cc, src/misc/intvcomp.cc: Add interfaces to compress vector<int> to vector<unsigned>. * src/tgbatest/intvcomp.cc: Test them. * src/sanity/style.test: Refine check to avoid a spurious report.
This commit is contained in:
parent
3aa9c3bab6
commit
1b447c3676
5 changed files with 187 additions and 3 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2011-04-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
More interfaces to the int array compression routines.
|
||||
|
||||
* src/misc/intvcomp.cc, src/misc/intvcomp.cc: Add interfaces to
|
||||
compress vector<int> to vector<unsigned>.
|
||||
* src/tgbatest/intvcomp.cc: Test them.
|
||||
* src/sanity/style.test: Refine check to avoid a spurious report.
|
||||
|
||||
2011-04-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* iface/dve2/dve2.cc: Typo when handling dead==true.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue