03515151f091128847a032e48d241d506cd865ca
New automated test for ZlibDecompressorIStreambuf::xsgetn(). xsgetn() is called by sgetn() from the base class std::streambuf. In our case, xsgetn() is actually defined in the base class ZlibAbstractIStreambuf (subclass of std::streambuf), therefore this new test also applies to ZlibCompressorIStreambuf and the two other related classes, ZlibCompressorIStream and ZlibDecompressorIStream. This test asks [x]sgetn() the largest possible amount of chars every time it is called, i.e., the largest value that can be represented by std::streamsize. This exercises the code in interesting ways due to the various types involved (zlib's uInt, std::size_t and std::streamsize, which have various sizes depending on the platform).
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%