Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-28 | WaE: ATSUI is deprecated in newer SDKs | Tor Lillqvist | |
So when using gcc 4.2.1, turn deprecation warnings off for most of these source files, sigh. | |||
2011-09-28 | WaE: drop some unused variables | Tor Lillqvist | |
2011-09-28 | WaE: NSPICTPboardType is deprecated in 10.6 and later | Tor Lillqvist | |
So turn off -Wdeprecated-declarations for most of this source file when using gcc 4.2.1 or later. | |||
2011-09-28 | Fix syntax error that earlier compiler versions didn't mind | Tor Lillqvist | |
2011-09-28 | WaE: setAccessoryView is deprecated in 10.5 and later | Tor Lillqvist | |
Don't know how to fix it properly (i.e. use the corresponding non-deprecated API instead), so just using the pragma to ignore that warning for now... Unfortunately gcc 4.2.1 doesn't seem to implement the 'GCC diagnostic push/pop' pragmas, so we just have to ignore the warning for the method in question and the rest of the file. But luckily it is the last method;) | |||
2011-09-28 | WaE: 'NSWindow' may not respond to '-windowShouldClose:' | Tor Lillqvist | |
We get this warning when compiling with g++ 4.2.1 from the 10.6 SDK. As far as I see there is no command-line option to get rid of it, and thus also no pragma to avoid it just for the lines of code in question. So to make it compile with -Werror also using this compiler/SDK, expand the Objective-C message call syntactic sugar into a objc_msgSend() call instead. That should be equivalent, shouldn't it? | |||
2011-09-28 | Fix syntax error that earlier compiler versions didn't mind | Tor Lillqvist | |
2011-09-28 | WaE: declared with greater visibility than the type of its field | Tor Lillqvist | |
To be specific, 'vcl::PageSyncData' declared with greater visibility than the type of its field 'vcl::PageSyncData::mActions' Adding a SAL_DLLPRIVATE to the PageSyncData struct, too, then. Warning was emitted by g++ 4.2.1 against the MacOSX 10.6 SDK. | |||
2011-09-28 | more unit test cut/paste redux | Michael Meeks | |
2011-09-28 | disable use of test's unoexceptionprotector for now, to break dep loop | Michael Meeks | |
2011-09-28 | regenerate list | Caolán McNamara | |
2011-09-28 | callcatcher: another round of unused methods | Caolán McNamara | |
2011-09-28 | sw: switch filters-test to the new shared unit test code | Michael Meeks | |
2011-09-28 | sc: switch filters-test to the new shared unit test code | Michael Meeks | |
2011-09-28 | add missing dependent include | Michael Meeks | |
2011-09-28 | add new bootstrapfixture to share and simplify unit test code | Michael Meeks | |
2011-09-28 | remove obsolete include guard | Michael Meeks | |
2011-09-28 | Removed unused code EnhWMFReader::ReadGDIComment() | Marc-Andre Laverdiere | |
2011-09-28 | Let SalAbort dump core on developer builds. | Stephan Bergmann | |
2011-09-28 | Uploading a new release of libwps | Fridrich Štrba | |
2011-09-28 | Fix building moz on Mac OS X. | Stephan Bergmann | |
* On Mac, nss-config must not emit -rpath-link switch. * --with-system-nss/-nspr horribly broke in combination with the routine use of MOZ_ARCH and resulting MOZ_CROSS_COMPILE for Mac, and the latter appears to be unnecessary for a normal build, anyway, so is now conditional CREATE_UNIVERSAL_MAC_MOZ_ZIP, in case anybody still uses the code to create universal moz archives. * This in turn revealed two issues in moz that have been addressed with a new macosx_build_fix.patch. | |||
2011-09-28 | Uyghur LCID is 1152 not 2200 | Andras Timar | |
2011-09-28 | remove obsolete fake_languagesstring() subroutine | Andras Timar | |
2011-09-28 | remove checks for unused BUILD_SPECIAL environment variable | Andras Timar | |
2011-09-28 | Look at GCC version, not whether MacOSX or not | Tor Lillqvist | |
2011-09-28 | nothing initializes pDefaultExt anymore | Caolán McNamara | |
2011-09-28 | Don't consider newer Apple compilers having "universal" byte order | Tor Lillqvist | |
I don't understand what the "universal" byte order thing tries to say. Sure, Apple's compilers can produce fat binaries, i.e. containing code for multiple architectures, which I guess might have differing byte order. But I think the test for an -arch flag being present here is backwards, surely if you specify -arch i386 for instance, then we *know* that the byte order is little endian, not "universal". Anyway, this broke ICU when built against MacOSX SDK 10.6 at least, the ICU configury used wrong suffix for ICUDATA_NAME, and genbrk failed in i18npool with a mysterious "can not initialize ICU. status = U_FILE_ACCESS_ERROR" message. | |||
2011-09-28 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-28 | callcatcher: another round | Caolán McNamara | |
2011-09-28 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-28 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-28 | callcatcher: AtomServer unused | Caolán McNamara | |
2011-09-28 | callcatcher: unused code | Caolán McNamara | |
2011-09-28 | unused ctor, and use boost::noncopyable | Caolán McNamara | |
2011-09-28 | re-work XPropertyList default extension handling to increase re-use | Michael Meeks | |
2011-09-28 | we want these macros to be emtpy strings, not 1s | David Tardon | |
The substituted 1s cause i686-pc-mingw32-windres to bail out with syntax error in solenv/inc/shlinfo.rc at line 67. | |||
2011-09-28 | removed dead code | Takeshi Abe | |
2011-09-28 | fix typo in message | Takeshi Abe | |
2011-09-27 | Revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes" | Stephan Bergmann | |
Obsoleted by the subsequent fix to tools/string.hxx. This reverts commit 928f7a47a15d53817697283ba0a7fa4987ea458f. | |||
2011-09-27 | Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related ↵ | Stephan Bergmann | |
clean up. | |||
2011-09-27 | Fixx FormulaCompiler build after the O[U]String[Buffer] changes | Fridrich Štrba | |
2011-09-27 | Compile also ICU for debugging if --enable-debug | Tor Lillqvist | |
2011-09-27 | WaE: comparison between signed and unsigned integer expressions | Tor Lillqvist | |
2011-09-27 | More WaE fixes for iOS | Tor Lillqvist | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | move windows-only call into platform/win* | David Tardon | |
2011-09-27 | make WinResTarget's name independent of LinkTarget | David Tardon | |
2011-09-27 | correct link target name should be propagated from gb_Library_add_nativeres | David Tardon | |
2011-09-27 | remove unused header and clean d.lst which should be empty | Matúš Kukan | |
2011-09-27 | More Android config.sub fixing. | Thorsten Behrens | |
This time the redland library. |