summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-25WaE: unused variableCaolán McNamara1-2/+2
2011-01-25WaE: unused variableCaolán McNamara1-2/+0
2011-01-25remove unused codeDavid Tardon1-34/+0
2011-01-25make the test for "-" more robustDavid Tardon1-1/+18
2011-01-25fix build with system ODBCDavid Tardon1-0/+4
2011-01-25check for exact pos. of the inner "-"David Tardon1-3/+5
2011-01-25WaE: unused variablesDavid Tardon1-8/+1
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara10-56/+16
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara6-27/+4
2011-01-25Stricter type correctness to avoid 64-bit compilation errorsTor Lillqvist3-14/+14
2011-01-25Work around compilation errors on 64-bit WindowsTor Lillqvist1-0/+5
Fixes clashes between ULONG and BOOL in sqltypes.h and solar.h.
2011-01-25Use correct parameter types in ADO API callsTor Lillqvist6-17/+17
Fixes compilation errors on 64-bit Windows.
2011-01-25Both argumensts to Min must be of same typeTor Lillqvist1-1/+1
2011-01-25No need to define _X86_ and it confuses a 64-bit Windows compilationTor Lillqvist1-2/+1
2011-01-24Add x64 Windows implementation of SbiDllMgrTor Lillqvist5-25/+852
Work in progress. The passing of struct parameters is for sure incorrect, for instance: A temporary copy needs to be allocated and its address passed. No assembly involved. The idea is to call the external function as if it was a varargs one, and passing the four first qword-size parameters as if they were doubles, thus nicely causing them to be both in the integer and floating-point parameter registers, from either of which the callee will get them, depending on their actual expected type. Rename existing files a bit for clarity.
2011-01-24Make Get10ThSec declaration match the implementationTor Lillqvist1-1/+1
2011-01-24Use correct LONG_PTR for parameters to IMediaEvent::GetEventTor Lillqvist1-1/+2
2011-01-24Include the wntmscx build directoriesTor Lillqvist1-2/+2
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara8-17/+13
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-1/+2
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara5-0/+10
2011-01-23WaE: gcc 4.6.0 various warningsCaolán McNamara18-158/+8
2011-01-23WaE: unused variablesCaolán McNamara2-21/+13
2011-01-23WaE: unused variableCaolán McNamara1-2/+0
2011-01-22Remove dead code and obsolete SvxShape::onUserCall().Thomas Arnhold2-306/+0
2011-01-22Remove empty description and dates.Thomas Arnhold13-1629/+0
2011-01-21fix KDE3 library search order (fdo#32797)Luboš Luňák1-4/+2
Use LINKFLAGS instead of STDLIBS, as the latter comes way too late in the link command and may result in some stray -L/usr/lib getting before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib, this could cause using wrong libraries.
2011-01-21Remove obsolete RCS lines.Thomas Arnhold39-117/+0
2011-01-21use longer non-deprecated command line argsCaolán McNamara7-7/+7
2011-01-21use longer non-deprecated command line argsCaolán McNamara2-2/+2
2011-01-21resolve more ownership cyclesCaolán McNamara5-6/+96
2011-01-21use a weakchangeslistener insteadCaolán McNamara3-41/+50
2011-01-21Remove old RCS lines.Thomas Arnhold70-320/+0
2011-01-21Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2-7/+7
2011-01-21remove unused codeDavid Tardon1-106/+0
2011-01-21remove unused constantDavid Tardon1-1/+0
2011-01-21extend assertion testDavid Tardon1-1/+1
2011-01-21break ownership cycleCaolán McNamara8-14/+119
2011-01-21break cycle and clear owner reference on disposeCaolán McNamara1-0/+6
2011-01-20Related: rhbz#668057 use default server-side permissions for copied filesCaolán McNamara1-3/+3
2011-01-20Related: rhbz#668057 use default server-side permissions for copied filesCaolán McNamara1-2/+5
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold111-342/+342
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20Improve the 'Update all links?' message, fdo#32548.Jan Holesovsky1-1/+1
Based on Kohei's version, it would need larger rework to implement Christoph's version.
2011-01-19logic reversedCaolán McNamara1-1/+1
2011-01-19Create process service factory early in all platforms.Kohei Yoshida3-18/+7
Just so that we can remove one #ifdef UNX guard. The less of those the easier to maintain.
2011-01-19masterfix: #i10000# resource fixIvo Hinkelmann4-78/+4
2011-01-19CWS-TOOLING: integrate CWS sb135Ivo Hinkelmann7-20/+208
2011-01-19Implement dispose and break circular dependency.Caolán McNamara2-2/+39
listener on configmgr means this dtor is never called.
2011-01-19CWS-TOOLING: integrate CWS mingwport33Ivo Hinkelmann8-0/+118
2011-01-19CWS-TOOLING: integrate CWS ab79Ivo Hinkelmann2-0/+101