Go to file
Sergey Sharybin c912af36ca Fix #28663: All "unit" properties show a value of 0 (on WinXP&MinGW&scons)
Initially problem was caused by updated version of mingw-runtime which
changed behavior of snprintf and vsnprintf so %lf isn't anymore valid
for doubles.

According to manpages, %f is a correct format for snprintf for doubles.
2011-09-16 10:03:08 +00:00
build_files use replace 0 with NULL for pointers, set some functions static 2011-09-16 08:20:21 +00:00
doc - remove deprecated pose channel members 2011-09-16 02:42:50 +00:00
extern Use static context trick for all platforms. 2011-09-15 15:29:40 +00:00
intern quiet -Wundef warnings for cmake/gcc/elbeem 2011-09-12 00:55:27 +00:00
release - include enum names and descriptions in sphinx generated documentation 2011-09-15 16:15:24 +00:00
source Fix #28663: All "unit" properties show a value of 0 (on WinXP&MinGW&scons) 2011-09-16 10:03:08 +00:00
CMakeLists.txt Update build rules to deal with new gettext libraries. 2011-09-15 11:37:42 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile new convenience makefile targets for static source code cheching: check_splint/check_sparse/check_cppcheck 2011-09-16 06:58:20 +00:00
SConstruct Update build rules to deal with new gettext libraries. 2011-09-15 11:37:42 +00:00