~ubuntu-branches/ubuntu/utopic/atlas-cpp/utopic

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Package Import Robot
  • Author(s): Stephen M. Webb
  • Date: 2012-03-03 10:39:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120303103945-3i40c27uefb26epw
Tags: 0.6.2-1
* new upstream release
* new maintainer (Debian games team) (closes: #653950)
* converted to 3.0 (quilt) source format
* updated Standards-Version to 3.9.3
* debian/control: added Vcs- fields
* regenerate the autotools at build time to fix rpath problems
* debian/libatlas-cpp-0.6-1.symbols: added
* added .doc-base files for the -doc package
* removed unneeded patches
* added a manpage for the atlas_convert tool
* added lintian override for multiple DSOs in package
* added zlib and libbz build dependencies
* debian/rules: convert to use dh build sequencer
* use xz compression for packaging
* moved to debhelper compat level 9, including multi-arch
* debian/copyright: convert to DEP-5 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Purge objectDefinitions, and probably the defaults loading code.
 
2
 
 
3
In all codecs/negotiators:
 
4
  peek()
 
5
  rdbuf().in_avail() and cache result
 
6
  rdbuf().sgetc() for each char
 
7
  rdbuf().xsgetn() for many (in negotiators)
 
8
 
 
9
Need to add to the codec interface so that we can verify codec is at
 
10
stream level before and after building a datagram.
 
11
 
1
12
Logic in StreamFoo::poll() is bogus. can_read does not mean that sockets
2
13
can be read from many times, just once, so can_read should be checked outside
3
14
the do loop, then inside a while check should be used to copy all bytes