Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-29 | WaE: various new gcc 4.6.0 warnings | Caolán McNamara | |
2011-01-28 | Remove some dead code. | Thomas Arnhold | |
2011-01-28 | cppcheck: remove unused variable dTemp and dPos. | Thomas Arnhold | |
2011-01-28 | Replace suitable equalsAscii calls with equalsAsciiL. | Thomas Arnhold | |
2011-01-28 | Replace empty equalsAscii() with getLength(). | Thomas Arnhold | |
2011-01-28 | Remove FS_PRIV_DEBUG directive. | Thomas Arnhold | |
2011-01-28 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-27 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-27 | Related: rhbz#672872 cancel gtk file-dialog on desktop::terminate | Caolán McNamara | |
2011-01-27 | Related: rhbz#610103 more woes on rpm upgrade vs rpm erase | Caolán McNamara | |
2011-01-27 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-27 | "Default Formatting" -> "Clear Direct Formatting" | Octavio Alvarez | |
2011-01-27 | We don't need ddraw.lib which doesn't even exist in the current DX SDK | Tor Lillqvist | |
Notes: split repo tag: libs-core_LO-BASE-INTEGRATION-DEV300_m98 | |||
2011-01-27 | There is no SJLIB | Tor Lillqvist | |
2011-01-26 | Translations of German comments in sfx | Albert Thuswaldner | |
2011-01-26 | Translations of German comments in sfx | Albert Thuswaldner | |
2011-01-26 | WaE: nPos not used for anything | Caolán McNamara | |
2011-01-26 | Cpp cleanliness: redundant assignment to self | Kenneth Venken | |
2011-01-26 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-26 | dba34a: #i107809# drop support for old Mozilla profile format, support ↵ | Frank Schoenheit [fs] | |
new-style SeaMonkey profiles (cherry-picked from hg 272071:d5b3bb5ca529) | |||
2011-01-26 | this is wrong, using a pointer to a temporary | Caolán McNamara | |
2011-01-26 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-25 | Add informative comment about ULONG and BOOL screwup in sqltypes.h | Tor Lillqvist | |
2011-01-25 | WaE: unused variable | Caolán McNamara | |
2011-01-25 | WaE: unused variable | Caolán McNamara | |
2011-01-25 | remove unused code | David Tardon | |
2011-01-25 | make the test for "-" more robust | David Tardon | |
2011-01-25 | fix build with system ODBC | David Tardon | |
2011-01-25 | check for exact pos. of the inner "-" | David Tardon | |
2011-01-25 | WaE: unused variables | David Tardon | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-25 | Stricter type correctness to avoid 64-bit compilation errors | Tor Lillqvist | |
2011-01-25 | Work around compilation errors on 64-bit Windows | Tor Lillqvist | |
Fixes clashes between ULONG and BOOL in sqltypes.h and solar.h. | |||
2011-01-25 | Use correct parameter types in ADO API calls | Tor Lillqvist | |
Fixes compilation errors on 64-bit Windows. | |||
2011-01-25 | Both argumensts to Min must be of same type | Tor Lillqvist | |
2011-01-25 | No need to define _X86_ and it confuses a 64-bit Windows compilation | Tor Lillqvist | |
2011-01-24 | Add x64 Windows implementation of SbiDllMgr | Tor Lillqvist | |
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-24 | Make Get10ThSec declaration match the implementation | Tor Lillqvist | |
2011-01-24 | Use correct LONG_PTR for parameters to IMediaEvent::GetEvent | Tor Lillqvist | |
2011-01-24 | Include the wntmscx build directories | Tor Lillqvist | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-23 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-23 | WaE: unused variables | Caolán McNamara | |
2011-01-23 | WaE: unused variable | Caolán McNamara | |
2011-01-22 | Remove dead code and obsolete SvxShape::onUserCall(). | Thomas Arnhold | |
2011-01-22 | Remove empty description and dates. | Thomas Arnhold | |
2011-01-21 | fix KDE3 library search order (fdo#32797) | Luboš Luňák | |
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. |