Commit graph

6098 commits

Author SHA1 Message Date
Tor Lillqvist
2a1171929e chmod -x 2012-03-21 13:00:45 +02:00
Caolán McNamara
08fd513e71 callcatcher: update list 2012-03-20 20:35:53 +00:00
Santiago Martinez
33a805ebcf Remove unused code as listed in unusedcode.easy 2012-03-20 13:00:42 +00:00
Stephan Bergmann
6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
David Tardon
ee40910379 WaE: command line option '-fpermissive' is valid for C++/ObjC++ but not for C 2012-03-13 09:03:08 +01:00
Luboš Luňák
d2850c03d8 actually use the base class, not the class itself 2012-03-13 08:35:51 +01:00
David Tardon
ff7aa733b5 suppress "SQL_API redefined" error with -Werror 2012-03-12 08:53:56 +01:00
David Tardon
fc6d226a0e WaE: missing braces around initializer for 'unsigned char [8]' 2012-03-12 08:53:56 +01:00
David Tardon
48548f0b35 WaE: variable 'hr' set but not used 2012-03-12 08:53:55 +01:00
David Tardon
d56e3db653 WaE: declaration of 'Parameters' shadows a global declaration 2012-03-12 08:53:55 +01:00
David Tardon
b3276fca5d WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:54 +01:00
David Tardon
9efb2d1da6 WaE: 'nPos' may be used uninitialized in this function 2012-03-12 08:53:54 +01:00
David Tardon
623f9a6e42 WaE: declaration of 'first' shadows a member of 'this' 2012-03-12 08:53:53 +01:00
David Tardon
bd6310886d WaE: enumeral and non-enumeral type in conditional expression 2012-03-12 08:53:53 +01:00
David Tardon
e54a81fbb0 add missing member initializers 2012-03-12 08:53:52 +01:00
David Tardon
5511f8e05d WaE: initialization order 2012-03-12 08:53:52 +01:00
David Tardon
3bee1da46b suppress error when building with -Werror
This is in windows headers--nothing we can do.
2012-03-12 08:53:52 +01:00
David Tardon
02536846f2 WaE: compoarison between signed and unsigned interger expressions 2012-03-12 08:53:51 +01:00
David Tardon
cd8b0994a8 WaE: member initialization order 2012-03-12 08:53:51 +01:00
David Tardon
135e783db2 WaE: base class should be explicitly initialized 2012-03-12 08:53:50 +01:00
Santiago Martinez
fdd3427a58 Removed unused code. 2012-03-08 11:17:08 +05:30
Philipp Weissenbacher
38b510af0a Finish translating connectivity, fix some whitespace 2012-03-05 23:56:13 +01:00
Philipp Weissenbacher
b599575483 Translate German comments, fix some whitespace 2012-03-05 23:36:38 +01:00
Philipp Weissenbacher
3dcf3c07aa Translate German comments 2012-03-05 23:15:08 +01:00
Philipp Weissenbacher
2b5327a9b6 Missed two chars 2012-03-05 23:15:07 +01:00
Julien Nabet
4a8710409f Fix lacking break in switch 2012-03-03 23:42:10 +01:00
David Tardon
856ad69ffe work around ICE with mingw32-gcc-4.7.0-0.5.20120224 2012-03-01 15:51:33 +01:00
Philipp Weissenbacher
d1e5860bc0 Translate German comments. 2012-03-01 14:54:18 +05:30
Philipp Weissenbacher
2cbabb5e6e Make it unexecutable 2012-03-01 02:48:49 +01:00
Philipp Weissenbacher
e5f5ab57a1 Translate German comments, fix some whitespace 2012-03-01 02:33:44 +01:00
Caolán McNamara
ac08d3f696 we don't want any of these to be streamed out/in as 64bit values 2012-02-28 16:59:01 +00:00
Philipp Weissenbacher
db8715c5ba Translate German comments and fix some whitespace 2012-02-28 15:54:45 +01:00
Philipp Weissenbacher
8b32c721c6 Translate comments to German and fix some whitespace 2012-02-27 18:46:46 +01:00
Lionel Elie Mamane
fdd70e63ee fdo#46675: fixup 2012-02-27 13:48:50 +01:00
Lionel Elie Mamane
ee0cb9d05d fdo#46675: expand group memberships in get*Privileges 2012-02-27 13:14:02 +01:00
Korrawit Pruegsanusak
7506e70e35 Tabs to spaces, no code changed 2012-02-23 22:58:03 +07:00
Thomas Arnhold
41e8fe179f WaE: remove variable scope 2012-02-21 20:57:06 +01:00
Tor Lillqvist
f9a5c4cbc2 More --disable-database-connectivity work, still experimental 2012-02-21 14:19:49 +02:00
Stephan Bergmann
bc19ce46dd Typo nsResult -> nsresult 2012-02-21 09:30:29 +01:00
Wei Ming Khoo
38298d3d54 Clang-flagged error for typedef of CardPropertyGetter/Setter 2012-02-20 16:45:53 +00:00
Caolán McNamara
af9709c3cb remove adabas/adabasui 2012-02-19 13:38:45 +00:00
Caolán McNamara
3b2b7be3b7 make connectivity ByteString free 2012-02-19 13:38:45 +00:00
Elton Chung
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
Thomas Arnhold
944faca5ae WaE: unused variable rgsabound 2012-02-18 21:32:59 +01:00
Takeshi Abe
03591233c1 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18 23:19:41 +09:00
Caolán McNamara
1146a34046 WaE: enable exceptions for these too 2012-02-17 16:36:03 +00:00
Lionel Elie Mamane
00e26baaf5 fdo#46206 accept an arbitrary query for INSERT 2012-02-17 07:28:46 +01:00
Lionel Elie Mamane
6f3ebfc4c7 fdo#46198: NULL is a perfectly fine general_value 2012-02-17 07:28:46 +01:00
Lionel Elie Mamane
aef29c37fb ORowSetValue::setTypeKind: correctly convert to (C)LOB/OBJECT/OTHER
as opposed to crashing
2012-02-16 13:33:03 +01:00
Lionel Elie Mamane
05b294cbc1 typo & copy/paste error in error message 2012-02-16 13:33:03 +01:00