office-gobmx/tools
Stephan Bergmann aab9c9deee Detect SvStream::operator<< calls with bool args w/o using -Wsign-promo
...as -Wsign-promo caused other problems and has been removed again with
488823a140 "Remove -Wsign-promo."  It had
originally been introduced with e8bbb76827 "ensure
correct export size type in stream operation," apparently to detect an
SvStream::operator<< call with a bool argument that would pick the "int"
overload instead of the "unsigned char" (aka sal_Bool) one (which would have
happened to trigger the -Wsign-promo warning "by luck," given that sal_Bool is
unsigned char and not signed char, say).

Change-Id: I0bf4389753e53a535bd90ca2a98b6a5be63d179a
Reviewed-on: https://gerrit.libreoffice.org/1798
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-22 11:56:27 +00:00
..
bootstrp Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() 2013-01-21 15:04:17 +00:00
inc Detect SvStream::operator<< calls with bool args w/o using -Wsign-promo 2013-01-22 11:56:27 +00:00
prj
qa/cppunit
source Fix Variable 'nMode' is reassigned 2013-01-21 21:19:02 +01:00
test
unx/source/dll
win
CppunitTest_tools_test.mk
CustomTarget_reversemap.mk no non-ordering dependencies on <whatever>/.dir 2013-01-01 17:27:25 +01:00
Executable_bestreversemap.mk
Executable_mkunroll.mk
Executable_rscdep.mk
Executable_so_checksum.mk
Library_tl.mk
Makefile
Module_tools.mk
Package_inc.mk
README
StaticLibrary_ooopathutils.mk

Predates sal - string etc . functions, url manip, stream stuff,
polygons, etc.

Exakt history ist lost before Sept. 18th, 2000, but old source code
comments show that part of the tools library date back until at least
April 1991.