summaryrefslogtreecommitdiffstats
path: root/soltools
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | CWS gnumake: resync to m91; conflicts unresolvedMathias Bauer2010-10-286-1048/+2
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | CWS gnumake2: resync to DEV300_m84Bjoern Michaelsen2010-07-1317-171/+157
| | |\ \ \ \
| | * | | | | CWS gnumake2: fixing mkdepend fix for gcc, thanks auseBjoern Michaelsen2010-05-101-3/+3
| | | | | | |
| | * | | | | CWS gnumake2: dependencies for windowsBjoern Michaelsen2010-05-071-2/+3
| | | | | | |
| | * | | | | CWS gnumake2: rebase to DEV300_m76; fix build problemsMathias Bauer2010-04-1750-206/+58
| | |\ \ \ \ \
| * | | | | | | CWS changehid: no hid.lst generation anymoreMathias Bauer2010-10-215-1048/+0
| | | | | | | |
| * | | | | | | CWS changehid: resync to m85Mathias Bauer2010-07-221-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | cmcfixes76: #i112823# only needed on windowsCaol?n McNamara2010-06-301-0/+2
| | | |_|/ / / / | | |/| | | | |
| * / | | | | | CWS changehid: #i111874#: use HID generation to create conversion list for ↵Mathias Bauer2010-07-151-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | testtool and help
* | | | | | | Remove MSDOS supportThomas Arnhold2011-02-244-4/+4
| | | | | | |
* | | | | | | Remove HPUX from imakedep.hThomas Arnhold2011-02-221-23/+0
| | | | | | |
* | | | | | | Remove 386BSD support.Francois Tigeot2011-02-211-1/+1
| | | | | | |
* | | | | | | Add DragonFly defines.Francois Tigeot2011-02-211-1/+8
| | | | | | |
* | | | | | | Removed some commented code.Danny Roberts2011-02-1813-92/+1
| | | | | | |
* | | | | | | Remove HPUX supportThomas Arnhold2011-02-162-7/+0
| | | | | | |
* | | | | | | some more hacks of exported symbolsFridrich Štrba2011-02-111-1/+2
| | | | | | |
* | | | | | | Porting LO to DragonflyFrancois Tigeot2011-02-102-2/+2
| | | | | | |
* | | | | | | Ignore __real@ and __TI3? prefixed symbols in ldumpTor Lillqvist2011-02-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-10/+0
| | | | | | |
* | | | | | | WaE: signed/unsignedCaolán McNamara2011-02-032-2/+2
| | | | | | |
* | | | | | | Silence compiler warningsTor Lillqvist2011-02-035-5/+20
| | | | | | |
* | | | | | | Silence compiler warningsTor Lillqvist2011-02-032-5/+5
| | | | | | |
* | | | | | | Silence compiler warningsTor Lillqvist2011-02-037-25/+26
| | | | | | |
* | | | | | | Silence a couple of compiler warningsTor Lillqvist2011-02-031-10/+11
| | | | | | |
* | | | | | | Silence a couple of compiler warningsTor Lillqvist2011-02-031-2/+2
| | | | | | |
* | | | | | | WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-251-0/+3
| | | | | | |
* | | | | | | Don't strip _ prefixes for x64 WindowsTor Lillqvist2011-01-221-2/+4
| |_|_|/ / / |/| | | | |
* | | | | | adjust indentCaolán McNamara2011-01-071-5/+5
| | | | | |
* | | | | | Clean 'resourceleak' warning in cppcheck.Guillaume Poussel2011-01-071-0/+1
| | | | | |
* | | | | | Removing few cppchecks warnings.Guillaume Poussel2011-01-055-4/+4
| | | | | |
* | | | | | cppcheck: prefer prefix variantCaolán McNamara2010-12-241-2/+2
| | | | | |
* | | | | | Change unnamespaced file.hxx macrosAndy Holder2010-12-122-3/+3
| | | | | |
* | | | | | cppcheck: can reduce the scope of these variablesCaolán McNamara2010-12-091-4/+5
| | | | | |
* | | | | | make LibreOffice boostrap on OpenBSDRobert Nagy2010-11-041-1/+2
| | | | | |
* | | | | | strcpy cannot be used with overlapping src and destCaolán McNamara2010-10-311-1/+1
| | | | | |
* | | | | | add modelines to .h files as wellCaolán McNamara2010-10-2838-0/+90
| | | | | |
* | | | | | remove non-compiled codePovilas Kanapickas2010-10-181-72/+0
| | | | | |
* | | | | | CLang++ Dead incrementCaolán McNamara2010-10-181-2/+2
| | | | | |
* | | | | | tweak for AIXCaolán McNamara2010-10-132-3/+3
| | | | | |
* | | | | | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1316-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | only used on windows, so only compile on windowsCaolán McNamara2010-10-121-0/+2
| | | | | |
* | | | | | more removed include guards using fixguard.pyPetr Mladek2010-10-051-2/+0
| | | | | |
* | | | | | remove include guards using fixguard.pyPetr Mladek2010-10-053-8/+0
| | | | | |
* | | | | | calm down cppcheck patchMichael Meeks2010-10-011-2/+4
|/ / / / / | | | | | | | | | | | | | | | Thanks to: Justin Malcolm <malcolm.justin@gmail.com>
* | | | | masterfix: #i10000# change HAVE_GETOPT to != YESobo2010-06-241-1/+1
| | | | |
* | | | | masterfix: #i10000# build breaks for unxsoli4obo2010-06-241-1/+1
| | | | |
* | | | | CWS-TOOLING: integrate CWS systemlibcobo2010-06-214-7/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | CWS systemlibc: #i69033#: some fixes for mingwMathias Bauer2010-06-171-0/+2
| | | | |
| * | | | CWS systemlibc: #i69033#: some fixes for WindowsMathias Bauer2010-06-161-0/+51
| | | | |
| * | | | systemlibc: update commentRene Engelhard2010-06-151-2/+2
| | | | |