Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-04 | external/python33: adapt to -Werror,-Wundef being enabled for clang-cl | Stephan Bergmann | |
Change-Id: I82bedca98ed5ec22b434c7b25c87bf5d77e7ed21 | |||
2016-01-07 | configure: hard-code /usr/bin/{sort,find} for Cygwin | Michael Stahl | |
... to avoid calling C:/Windows/system32/{sort,find}.exe, if those happen to be first in PATH. On a Windows 7 system, the other conflicts appear to be harmless, we don't use "more", "expand", "timeout", "whoami". Change-Id: Iceefeb7ee6725291b04c0eba465991bb1df96b57 Reviewed-on: https://gerrit.libreoffice.org/21175 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> | |||
2015-10-25 | Bump python to 3.5 | David Ostrovsky | |
3.5 release is needed for MSVC 14.0 (aka VS 2015) support. Python 3.5 removed build toolchain support for MSVC 2013. Because we still need to support it, we duplicate the Python directory in externals and copy old patches and dispatch to this directory for MSVC 2013. Once the support for MSVC 2013 is dropped on master, this directory can be removed again. Change-Id: Idf7bc351239582f583ecbdb53c923cbdcf968089 Reviewed-on: https://gerrit.libreoffice.org/17352 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> |