summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-02external/clucene: Use warning-supression pragmas for clang-cl, tooStephan Bergmann
2015-12-02external/glm: Fix check for availability of C++11 static_assertStephan Bergmann
2015-12-02external/glm: work around missing clang-cl #pragma supportStephan Bergmann
2015-12-02external/icu: Don't hardcode cl (so we can build with clang-cl instead)Stephan Bergmann
2015-12-02external/liborcus: Silence clang-cl errors about redeclared Windows functionsStephan Bergmann
2015-12-02external/nss: work around missing clang-cl #pragma supportStephan Bergmann
2015-12-02clang-cl needs an explicit -I to find systools/win32/snprintf.hStephan Bergmann
2015-12-02For some odd reason, clang-cl.exe doesn't like being called by CreateProcessStephan Bergmann
2015-12-02Filter out -fPIC tooStephan Bergmann
2015-12-02clang-cl needs -Wno-missing-bracesStephan Bergmann
2015-12-02Adapt new/delete exception specs for MSVCStephan Bergmann
2015-12-02-Werror,-Wint-to-pointer-castStephan Bergmann
2015-12-02Where to find ATL files doesn't depend on --enable-activexStephan Bergmann
2015-12-02Allow --disable-pch for clang-clStephan Bergmann
2015-12-02Work around missing __CxxDetectRethrow in clang-clStephan Bergmann
2015-12-02Be explicit about missing env varsStephan Bergmann
2015-12-02Fix quotingStephan Bergmann
2015-12-02Silence clang-cl -Winvalid-offsetof in ATL-macro expansionStephan Bergmann
2015-12-02Silence clang-cl warnings in ATL headersStephan Bergmann
2015-12-02Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann
2015-12-02Silence clang-cl warnings in ATL headersStephan Bergmann
2015-12-02Check clang-cl for HAVE_GCC_ATTRIBUTE_WARN_UNUSED, tooStephan Bergmann
2015-12-02-Werror,-Wunused-private-fieldStephan Bergmann
2015-12-02fix Android buildNoel Grandin
2015-12-02small optimisation in paintNoel Grandin
2015-12-02inline one-liner static methodNoel Grandin
2015-12-02tdf#92925 Remove XPM exportBryan Quigley
2015-12-02Remove some chained appendsWillian Briotto
2015-12-02tdf#92925 Remove RAS exportBryan Quigley
2015-12-02tdf#96162: sfx2: avoid re-creating existing sidebar PanelsMichael Stahl
2015-12-01Updated coreDennis Roczek
2015-12-01Updated coreOlivier Hallot
2015-12-01Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke
2015-12-01tdf#92925 Remove PCT export Bryan Quigley
2015-12-01tdf#94138 Use correct fonts for multiline edit when printingTomaž Vajngerl
2015-12-01sc interpreter: Improve the unit test for S/W Interpreter.Jan Holesovsky
2015-12-01sc unit tests: Prefix the format names.Jan Holesovsky
2015-12-01sc interpreter: Don't throw when we hit something not yet implemented.Jan Holesovsky
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky
2015-12-01tdf#88443:percent value fixedOliver Specht
2015-12-01DOCX import: initialize RDF metadata before importing document propertiesMiklos Vajna
2015-12-01gtk3+wayland: wrong dialog sizesCaolán McNamara
2015-12-01tdf#95194: We need to set the GF flags in UniscribeLayout::GetNextGlyphs()Tor Lillqvist
2015-12-01Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke
2015-12-01add DebugCalculationEntry::mnGroupEike Rathke
2015-12-01add DebugCalculationEntry::mnRecursionEike Rathke
2015-12-01add DebugCalculation::storeResultError()Eike Rathke
2015-12-01tdf#88443: set relative width to objects with captions except formulasOliver Specht
2015-12-01cppcheck: memleakTakeshi Abe