Age | Commit message (Expand) | Author | Files | Lines |
2017-03-15 | loplugin:unncessaryoverride (clang-cl) | Stephan Bergmann | 5 | -16/+0 |
2017-03-11 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2017-03-11 | Fix (German?) spelling mistakes in comments: s/save/safe (the adjective) | Tor Lillqvist | 1 | -1/+1 |
2017-03-06 | drop various _MSC_VER < 1900 conditionals | Caolán McNamara | 1 | -2/+0 |
2017-03-02 | Fix typos | Andrea Gelmini | 2 | -10/+10 |
2017-02-12 | Typo: (De)SelectMutipleChidren->(De)SelectMultipleChidren | Julien Nabet | 2 | -4/+4 |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann | 27 | -64/+43 |
2017-01-11 | loplugin:externvar (clang-cl) | Stephan Bergmann | 1 | -2/+2 |
2017-01-06 | loplugin:salbool | Stephan Bergmann | 1 | -1/+1 |
2016-12-16 | loplugin:unnecessaryoverride (clang-cl) | Stephan Bergmann | 1 | -5/+0 |
2016-11-11 | loplugin:vclwidgets | Stephan Bergmann | 2 | -3/+3 |
2016-11-08 | typo fix: ressource -> resource | Andras Timar | 1 | -1/+1 |
2016-10-15 | clang-cl loplugin: winaccessibility | Stephan Bergmann | 62 | -925/+836 |
2016-10-14 | Fix GetMnemonicChar | Stephan Bergmann | 1 | -13/+10 |
2016-10-11 | cppcheck: uninitMemberVar | Jochen Nitschke | 1 | -4/+4 |
2016-10-10 | cppcheck: variableScope | Jochen Nitschke | 1 | -5/+3 |
2016-10-02 | cppcheck invalidPrintfArgType | Jochen Nitschke | 1 | -1/+1 |
2016-08-25 | -Werror,-Wnonportable-include-path (clang-cl) | Stephan Bergmann | 21 | -27/+27 |
2016-05-25 | SAL_FALLTRHOUGH in Windows-only code | Stephan Bergmann | 1 | -0/+1 |
2016-05-25 | Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only) | Stephan Bergmann | 1 | -0/+1 |
2016-05-25 | Harmless missing break | Stephan Bergmann | 1 | -0/+1 |
2016-05-24 | remove unused struct member | Jochen Nitschke | 1 | -18/+15 |
2016-05-19 | Resolve: "TODO(Q1): Make GetSystemData method virtual" | Caolán McNamara | 2 | -2/+2 |
2016-05-19 | rename to two GetSystemData methods to find all call-sites | Caolán McNamara | 2 | -2/+2 |
2016-05-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-05-04 | Fix Windows-only code, part 5 | Stephan Bergmann | 1 | -2/+1 |
2016-05-04 | Fix Windows-only code, part 4 | Stephan Bergmann | 1 | -2/+1 |
2016-05-01 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann | 1 | -1/+1 |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor in generated UAccCOM.h (clang-cl) | Stephan Bergmann | 19 | -18/+168 |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor | Stephan Bergmann | 1 | -0/+1 |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann | 1 | -2/+1 |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann | 1 | -1/+1 |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor in external includes | Stephan Bergmann | 1 | -0/+1 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 5 | -6/+0 |
2016-01-26 | -Werror,-Wsign-compare (clang-cl) | Stephan Bergmann | 2 | -3/+5 |
2016-01-26 | Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl) | Stephan Bergmann | 1 | -1/+7 |
2016-01-26 | Silence more warnings, clang-cl's /W4 now also includes -Wextra | Stephan Bergmann | 1 | -0/+1 |
2016-01-26 | -Werror,-Wunused-parameter (clang-cl) | Stephan Bergmann | 4 | -7/+7 |
2016-01-10 | Fix typos | Andrea Gelmini | 4 | -4/+4 |
2015-11-28 | Silence clang-cl -Wextra-tokens in midl-generated code | Stephan Bergmann | 2 | -1/+17 |
2015-11-28 | Silence clang-cl warnings in ATL headers | Stephan Bergmann | 1 | -0/+13 |
2015-11-28 | Remove unused data | Stephan Bergmann | 1 | -67/+0 |
2015-11-28 | -Werror,-Wwritable-strings | Stephan Bergmann | 2 | -3/+3 |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -2/+0 |
2015-11-28 | -Werror,-Wmicrosoft-exception-spec | Stephan Bergmann | 1 | -12/+24 |
2015-11-28 | -Werror,-Wunused-private-field | Stephan Bergmann | 2 | -4/+1 |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann | 1 | -2/+2 |
2015-11-28 | -Werror,-Winconsistent-missing-override | Stephan Bergmann | 9 | -10/+10 |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann | 1 | -2/+2 |