6662800deb8bb80b2ad1d693291edc14ab39052b
- Add an _NOSTREAM variant for each macro (except for SG_TEST_FAIL, that doesn't take any argument, and for SG_VERIFY, which doesn't attempt to print its argument to a stream---doesn't sound very useful). So, if a and b can be output to a stream (without any undesirable side effect, of course), use for instance SG_CHECK_EQUAL(a, b); otherwise, use SG_CHECK_EQUAL_NOSTREAM(a, b). - Add test macros SG_CHECK_IS_NULL, SG_CHECK_IS_NULL_NOSTREAM, SG_CHECK_IS_NOT_NULL and SG_CHECK_IS_NOT_NULL_NOSTREAM. - Add a few comments.
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%