Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-23 | Enable use of older tars that uses --strip-path to strip components | Fridrich Štrba | |
2012-03-23 | allow for the use of --enable-ccache on Windows | Norbert Thiebaud | |
2012-03-22 | Make the DocumentLoader experimental app build again | Tor Lillqvist | |
2012-03-22 | Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know it | Christian Lohmaier | |
This reverts commit 4762788eb4ab7f2278861aaf9b9d6d665db61310. | |||
2012-03-21 | add missing AC_MSG_RESULT() else branch | Luboš Luňák | |
2012-03-21 | AC_PROG_GREP (I'm pedantic, am I not?) | Luboš Luňák | |
2012-03-21 | checking for egrep doesn't necessarily set GREP as well | Christian Lohmaier | |
2012-03-21 | Add separate switch for disabling of dynamic loading (iOS) for orthogonality | Tor Lillqvist | |
2012-03-19 | Typo | Stephan Bergmann | |
2012-03-19 | Do AC_PROG_EGREP before using $GREP | Tor Lillqvist | |
2012-03-19 | mingw: check for jpeg dll | David Tardon | |
2012-03-19 | mingw: check for system iconv dll | David Tardon | |
libxslt in Fedora mingw packages depends on it. | |||
2012-03-18 | mingw: allow forced use of system icu tools | David Tardon | |
2012-03-18 | mingw: test system icu version | David Tardon | |
2012-03-18 | mingw: use system icu tools when requested | David Tardon | |
2012-03-18 | clean up after copy & paste | David Tardon | |
2012-03-18 | mingw: allow use of system zlib | David Tardon | |
2012-03-18 | mingw: avoid hardcoded dll versions and deps | David Tardon | |
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available (typically that would be the "main" library, e.g., libxml2 or libcurl) and libo_MINGW_TRY_DLL for possible dependencies (that may not be the same on different systems). All further references to the dlls are exclusively through the configured variables or defines set from these variables (e.g., instead of hardcoding libxml2-2.dll, use $(MINGW_LIBXML2_DLL)). The macros are documented in m4/mingw.m4 . Files that must be changed when adding a new dll: * configure.in * config_host.mk.in * external/mingw-dlls/makefile.mk * scp2/source/ooo/makefile.mk * scp2/source/ooo/mingw_dlls.scp | |||
2012-03-18 | Add check for hamcrest even if it is not first in classpath. | Tomas Chvatal | |
2012-03-17 | fix wrong libpng check result text | Luboš Luňák | |
2012-03-16 | configure.in: use $GREP for non-standard features | Jonathan Adams | |
2012-03-16 | fix gcc bug 26905 detection with clang | Luboš Luňák | |
it uses GOT instead of PLT on i386 with -02 | |||
2012-03-15 | do not leave temporary files after a configure check | Luboš Luňák | |
2012-03-15 | need to be afraid of empty quoted strings as test arguments | Luboš Luňák | |
At least 07a841bc1acde95229ece2a0da4e2a70be5df624 says so. | |||
2012-03-13 | make OString work even with old gcc that has SFINAE broken | Luboš Luňák | |
Since OString already has a ctor accepting const char*, I cannot find out a way to distinguish string literals other than using a template, otherwise const char* somehow takes precedence (all of gcc, clang, msvc). But the template requires the Substitution Is Not A Failure Idiom to actually create only wanted instances. And the compiler can try evaluate the OString ctor as a possibility when comparing an int to an anonymous enum, and anonymous enum as a type without linkage cannot be a template argument before C++11. SFINAE should still work, but not with gcc older than 4.0.2 (which we right now use only on macs). So for that case disable the string literal ctors, which means macs will have one extra strlen call, and also that embedded \0's in string literals will be inconsistent. The tiny performance problem shouldn't matter that much and will eventually go away, the \0 problem should not matter, since before string literal ctors were introduced \0's had not been included anyway unless RTL_CONSTASCII_STRINGPARAM was used. So we should be safe and when removing the CONSTASCII macros \0 cases should be handled by explicitly mentioning the length. | |||
2012-03-13 | upstream pkgconfig-mozilla-plugin.diff from Ubuntu/Debian packaging | Bjoern Michaelsen | |
2012-03-13 | No need to be afraid of empty quoted strings as test arguments | Tor Lillqvist | |
2012-03-13 | Be consistent in spacing before the ';' terminating a test or while expression | Tor Lillqvist | |
2012-03-13 | Use test's -a and -o operators instead of shell && or || constructs | Tor Lillqvist | |
2012-03-13 | Don't usse -D_FILE_OFFSET_BITS=no | Tor Lillqvist | |
2012-03-10 | clang has broken -fvisibility-inlines-hidden | Luboš Luňák | |
http://llvm.org/bugs/show_bug.cgi?id=11250 , comment #4 | |||
2012-03-08 | Add DISABLE_DBCONNECTIVITY and DISABLE_SCRIPTING to SCPDEFS when needed | Tor Lillqvist | |
2012-03-08 | Also set with_java=no in the disable-scripting case | Tor Lillqvist | |
2012-03-07 | Make Emacs mode line consistent with the vim one | Tor Lillqvist | |
2012-03-06 | mingw: pass --disable-ccache to build's configure | David Tardon | |
2012-03-05 | fix icecream check to not break on SUSE | Michael Meeks | |
2012-03-04 | build internal cairo if not with_system_cairo but enable_librsvg != NO | Norbert Thiebaud | |
2012-03-02 | Hide a potential error message which we aren't interested in seeing | Tor Lillqvist | |
2012-03-02 | Clarify what --disable-extensions means | Tor Lillqvist | |
2012-03-02 | Check for Clang in configury and store and use result | Tor Lillqvist | |
2012-03-02 | Reduce vertical whitespace a bit | Tor Lillqvist | |
2012-03-02 | Creating a module lcms2 | Fridrich Štrba | |
2012-02-29 | Don't generate Thumb code to avoid ld bug in NDK r7b | Tor Lillqvist | |
2012-02-29 | Make some --without-system-XXX available on Linux, too | Stephan Bergmann | |
...in case that should ever become uesful. | |||
2012-02-28 | libvisio depends on the LGPL libwpd and libwpg so bypass on iOS then | Tor Lillqvist | |
2012-02-27 | fix icecc compile in ubuntu | Fernando Governatore | |
In ubuntu the GCC_HOME of icecc is in /usr/lib/icecc | |||
2012-02-27 | libcdr depends on libwpd and libwpg so don't use it either on iOS then | Tor Lillqvist | |
2012-02-27 | $_os is "iOS" for iOS, not "IOS" | Tor Lillqvist | |
2012-02-27 | Add --disable-extensions switch for future implementation | Tor Lillqvist | |
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist | |