summaryrefslogtreecommitdiff
path: root/soltools
AgeCommit message (Collapse)Author
2011-02-16Remove HPUX supportThomas Arnhold
2011-02-11some more hacks of exported symbolsFridrich Štrba
2011-02-10Porting LO to DragonflyFrancois Tigeot
2011-02-09Ignore __real@ and __TI3? prefixed symbols in ldumpTor Lillqvist
The __real@ ones are storage of (shared?) floating-point constants. The __TI3? ones are related to throwing exceptions, TI perhaps means type information. Trying to export them causes unresolved externals problems, and most likely it would be insane to export them from a LO DLL anyway. I came across the problem with some framework DLLs. Why this issue has popped up now, after the big stlport/boost/etc change, I have no idea. One would think we have had floating-point constants all the time in the code, and we throw exceptions all over the place. Oh well.
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-03WaE: signed/unsignedCaolán McNamara
2011-02-03Silence compiler warningsTor Lillqvist
2011-02-03Silence compiler warningsTor Lillqvist
2011-02-03Silence compiler warningsTor Lillqvist
2011-02-03Silence a couple of compiler warningsTor Lillqvist
2011-02-03Silence a couple of compiler warningsTor Lillqvist
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-22Don't strip _ prefixes for x64 WindowsTor Lillqvist
2011-01-07adjust indentCaolán McNamara
2011-01-07Clean 'resourceleak' warning in cppcheck.Guillaume Poussel
2011-01-05Removing few cppchecks warnings.Guillaume Poussel
2010-12-24cppcheck: prefer prefix variantCaolán McNamara
2010-12-12Change unnamespaced file.hxx macrosAndy Holder
2010-12-09cppcheck: can reduce the scope of these variablesCaolán McNamara
2010-11-04make LibreOffice boostrap on OpenBSDRobert Nagy
2010-10-31strcpy cannot be used with overlapping src and destCaolán McNamara
2010-10-28add modelines to .h files as wellCaolán McNamara
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-18CLang++ Dead incrementCaolán McNamara
2010-10-13tweak for AIXCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-12only used on windows, so only compile on windowsCaolán McNamara
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-01calm down cppcheck patchMichael Meeks
Thanks to: Justin Malcolm <malcolm.justin@gmail.com>
2010-06-24masterfix: #i10000# change HAVE_GETOPT to != YESobo
2010-06-24masterfix: #i10000# build breaks for unxsoli4obo
2010-06-21CWS-TOOLING: integrate CWS systemlibcobo
2010-06-17CWS systemlibc: #i69033#: some fixes for mingwMathias Bauer
2010-06-16CWS systemlibc: #i69033#: some fixes for WindowsMathias Bauer
2010-06-15systemlibc: update commentRene Engelhard
2010-06-15systemlibc: move from || defined WNT to || !defined HAVE_GETOPTRene Engelhard
2010-06-15systemlibc: s/WINNT/WNT/Rene Engelhard
2010-06-15systemlibc: also reintroduce _getopt.c/stgetopt() for Windows.Rene Engelhard
2010-06-14systemlibc: add back external statements for stgetoptRene Engelhard
2010-06-14systemlibc: reintroduce stgetopt() for -isysroot on Mac. sigh.Rene Engelhard
2010-06-09ause120: #i112241# missing dependencyHans-Joachim Lankenau
2010-06-01ause120: update to DEV300m80Hans-Joachim Lankenau
2010-05-31ause120: #i110479# - applied patch: temporary kick stlport include path out ↵Hans-Joachim Lankenau
of SOLARINC
2010-05-18systemlibc: migrate systemlibc to hg; try again from scratchRene Engelhard
2010-05-10CWS-TOOLING: integrate CWS linuxaxp01Ivo Hinkelmann
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-04-14sb118: merged in backoutsb
2010-03-15linuxaxp01: #i110145# first cutCaolán McNamara
2010-04-06cmcfixes73: #i110077# silence soltools warningsCaolán McNamara