summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)AuthorFilesLines
2014-08-15collada2gltf: add a better name to this patchZolnai Tamás2-2/+2
Change-Id: Ie8fb4ff71a683e986b9fec861608590cadee8612
2014-08-15collada2gltf: compatibility fix: OpenGL ES 2.0 is enoughZolnai Tamás1-1/+1
That's why it was worked in some case, when OpenGL ES is available then it is the default and not the GLSL 1.1. Change-Id: I60d545e76115396433df8dc300bc13935099c776
2014-08-15collada2gltf/patches: remove useless line from patchZolnai Tamás1-1/+0
Change-Id: Ie4c291819f0f8d8a2797d26cc55e5bad1507bdaf
2014-08-15collada2gltf: fix compatibility issues of *.kmz/*.dae files under linuxZolnai Tamás2-0/+14
It seems under linux we need to specify the version number explicitly, because otherwise shader compiler will use GLSL 1.1 and will fail. Base line is GLSL 1.3 or OpenGL ES 3.0. Change-Id: Ie143275ade8d6989fda055ab96943b25ef220e9d
2014-08-14upgrade to cppunit 1.13.2Thomas Arnhold3-14/+2
* remove obsolete patch part * enable x64 target for vc project file on win64 Change-Id: Ie794c08c9f739ad8c9c68c423f72e79ed4f6b0ff Reviewed-on: https://gerrit.libreoffice.org/10856 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-14fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl2-2/+4
MSVC 2012 for x86 defaults to -arch:SSE2; binaries do not run on any AMD 32-bit CPU, neither on Intel Pentium III. http://msdn.microsoft.com/en-us/library/vstudio/7t5yh4fd%28v=vs.110%29.aspx Change-Id: Ie8253137db2699f2a7fa69c4ac4e7ded90931e3e
2014-08-13win64: make openssl workThomas Arnhold2-0/+48
fix windows style path separator to unix style, needed for cygwin. Change-Id: I4de78d6901378644857c28a59467b59ef886f47b Reviewed-on: https://gerrit.libreoffice.org/10855 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-13Make NSS build also as 64-bit ARM code for iOSTor Lillqvist2-0/+13
Change-Id: I03cda6ca1886a3cfad87cc438282eeea8c2a5299
2014-08-13libmwaw: avoid 'MWAWDocument::isFileFormatSupported()' when opening .doc filesMiklos Vajna2-0/+25
There is only a single libmwaw switch to enable both "noopt + symbols" and "debug messages", and we enable that switch in debug builds. Backport upstream patch to avoid a debug message during type detection. Change-Id: I53440ceed90529e3db7c9d91c788c7a3b2723eb1
2014-08-12More NSS static linking patchesTor Lillqvist2-0/+40
I noticed in the debugger that this code tried to load a freebl dylib, but after then making it link to the freebl entry point statically, I no longer see it being entered. Huh, confusing. Making NSS work on iOS to the extent we need is a pain. Change-Id: Iafc3785752587c38566441f566e187859022733e
2014-08-12Use Chromium's patch to build NSS statically for iOSTor Lillqvist2-0/+488
Change-Id: Ica2cf641bc54f6e924b759cd4cf96dd96347c53b
2014-08-12Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist2-2/+2
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
2014-08-12Let building lpsolve fail when its ccc script failsStephan Bergmann1-1/+1
(hopefully, the various ccc script variants do not include code that would unintentionally fail the script with -e) Change-Id: Ia04291983d99a8cf5a74e6a0078e179c17a93f2b
2014-08-12mysqlcppconn: do not force (partial) rebuild each timeLionel Elie Mamane1-4/+2
Change-Id: I2eb014f143dda22011161e82fbf06fcba32ce3c6
2014-08-12mysqlcppconn: limit cmake to the role we left itLionel Elie Mamane2-0/+364
generate version_info.h Change-Id: I6ea57ef1403974d19a0dca1f76e40a6d68a9e44c
2014-08-12mysqlcppconn: when using internal boost, point cmake to itLionel Elie Mamane1-1/+5
Change-Id: Ibc6971599be3e4a4b6bd95fabd74c8cacaf350d6
2014-08-12mysqlcppconn: make mysqlcppconn_configure depend on one .o fileLionel Elie Mamane1-1/+1
so that the build directory at least exists Change-Id: Iaddeb59d60e81b0823ded73c85c2ffd19244d3c2
2014-08-11First attempt at building NSS for iOS, tooTor Lillqvist5-5/+115
Let's hope that the various static archives that get built by the NSS build machinery contain what an iOS app that needs NSS services requires. I patch out the construction of any dylibs and executables in nss. We don't use any dylibs on iOS anyway, and of course don't need any NSS executables either. Change-Id: Ic977c6e3d6c4e953202e78f8e08c4e61f6c9cb1b
2014-08-11fixupLionel Elie Mamane1-1/+1
Change-Id: I35996d4337421317ae1c6da2a4647b231782d882
2014-08-11update mysqlcppconn to latest versionLionel Elie Mamane3-13/+8
Change-Id: I2e60d97b777727878daf811c2f3da697af69c484
2014-08-11switch internal mariadb client to version 2Lionel Elie Mamane2-242798/+0
and reenable it: hopefully the worst bugs are fixed now Change-Id: I8033ef87d02ba6619e5f778b5255fa803ba63c5b
2014-08-09Resolves: icu#11054 crashes in bracketAddOpeningCaolán McNamara2-0/+45
Change-Id: I5dd63fa41c1568e8bf2d120cc0de5d2c44dd789c
2014-08-09VS2013: Override ToolsVersion settingThomas Arnhold4-4/+4
Otherwise those external projects will fail, because with only VS2013 installed there is no ToolsVersion 4.0 (which is set inside the VC projects files). http://msdn.microsoft.com/en-us/library/bb383985.aspx Change-Id: I144ba1ef95372226ebadb082e3a78155cca316fd
2014-08-08Generalize -fsanitize=address checksStephan Bergmann1-1/+3
...that are at least also relevant for -fsanitize=undefined Change-Id: I39044d2a73912a605af8e965eb1cdf8dfd4f0051
2014-08-07fix external/coinmp on OSX: bad symlinkingDouglas Mencken1-8/+8
instdir/LibreOfficeDev.app/Contents/MacOS/libCbc.3.dylib -> libCbc.3.8.8.dylib (which does not exist) See also: 9f339a89453808b917177a3ee675a76385758902 Change-Id: I398d649c2e918b496c9b92364189da4796682653 Reviewed-on: https://gerrit.libreoffice.org/10614 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06left shift of 4276994303 by 32 places cannot be represented in type 'long'Stephan Bergmann2-1/+15
Change-Id: Ie9ddc5a42116720e0602d7fb38360f01b71df69c
2014-08-06Drop unneeded libgltf autotools changesJan-Marek Glogowski3-3923/+0
For whatever reason the tinderboxes still try to regenerate the autotools based files, even after applying the generated file change after the template changes. These patches aren't needed, as the original problem is the CPPFLAGS environment visibility, so we drop them. Change-Id: Idb5caf662c997221337416686313101ad2193e40
2014-08-06Fix libgltf dbgutil buildJan-Marek Glogowski5-5/+3930
The libgltf configure.ac script changes the autotools user variables CFLAGS and CXXFLAGS, which is not allowed and can overwrite user settings (which it does for the -D_GLIBCXX_DEBUG flag). So this moves the special compile settings to seperate variables and passes them to AM_CXXFLAGS and AM_CPPFLAGS, so the library actually gets compiled with libstdc++ debug objects. Change-Id: I00989f5fb629a6aac43ee5a2eb287b0491a3b86d
2014-08-05libgltf: rename pathces dir to patchesSimon Danner2-1/+1
Change-Id: Ibd28dcdab17b1248d62205e5bf94d0c92c3f8841 Reviewed-on: https://gerrit.libreoffice.org/10750 Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>
2014-08-05libgltf: remove obsolete patchZolnai Tamás1-71/+0
Change-Id: Iec8a026f43cdcf1801f530e6303a9557374c92c7
2014-08-05libgltf: missing <cstdio> includeZolnai Tamás2-0/+12
Change-Id: I69ac77f954434c080a70ae9833ee60a99d7f9eef
2014-08-05libgltf: fix dbgutil buildZolnai Tamás1-0/+6
Change-Id: Icc5105d0668d5e4e3eb58bbaed6b2f059c30be99
2014-08-04fdo#82035 fix loader pathsDavid Tardon4-0/+16
Change-Id: Ibecd7a89491b487bec54e8a86edbb1b133cdb8f0
2014-07-29Make coinmp build with VS2013Tor Lillqvist2-0/+353
Add a patch to mangle the project files a bit so that they work better on a machine with only VS2013 installed. At least in my case. But why we still need to *also* have those /p:PlatformToolset=v120 /p:VisualStudioVersion=12.0 in the ExternalProject_coinmp.mk I don't know. Change-Id: Ieebd729c3ba89cf22231fb943f3739d6be5c7acd
2014-07-29Make python3 build with VS2013Tor Lillqvist2-0/+1221
This time use a patch to mangle the project files a bit so that msbuild likes them. Change-Id: I1293f4a92164ec6431b96c39f118cbdedbe5fe32
2014-07-28Add separate project file for VS2013Tor Lillqvist3-2/+510
Easier than trying to figure out how to make the VC2010 project work with VS2013, it seems. Luckily it works fine tojust have VS2013 upgrade the old project file and then pass that to msbuild. Change-Id: I94c0248211767d97f2898f35b1b677aee372a329
2014-07-28Add separate project file for VS2013Tor Lillqvist3-2/+492
Easier than trying to figure out how to make the VC2010 projec work with VS2013, it seems. We only need a project file for the lcms2_DLL project. Change-Id: Icab47ac7625b9a492942ea0835fe52ef06cdf2d9
2014-07-26jfreereport_librepository: [deprecation] toURL() in File has been deprecatedrbuj1-0/+26
http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL() Change-Id: I27d67f930ab15b69319a733b4bdedde834aba48d Reviewed-on: https://gerrit.libreoffice.org/10530 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-26jfreereport_libloader: [deprecation] toURL() in File has been deprecatedrbuj1-0/+23
http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL() Change-Id: I5ff457cdbeff0049a9e31d6aa66dd973289d5f05 Reviewed-on: https://gerrit.libreoffice.org/10506 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-24icu: un-break installation of Java extensions on Windows (rel. fdo#63756)Michael Stahl3-4/+34
Linking libxml2 against ICU libraries has a nasty side effect: The URE library javavm.dll links against URE libxml2.dll, which is now linked against OOO icuuc53.dll; when a URE program, like uno.exe, tries to load javavm.dll it fails because the OOO layer "program" dir is not on PATH; this breaks the installation of Java extensions. Fix that by splitting up ICU libraries and putting the required ones into URE layer. (regression from 7515b1a90fac9e31733c0fdcc1156adadf0e6f99) Change-Id: If98dd0357162cb632d9762cd2d20162de5eb1a52
2014-07-23make libgltf compile on OSXMarkus Mohrhard2-1/+2
Change-Id: Ie39292137f931bfd557f66c485e104cf5d5089b8
2014-07-23jfreereport_libbase: [deprecation] toURL() in File has been deprecatedrbuj1-0/+42
http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL() Change-Id: I4322254d04e3ccf894acebf8b71de6f51e0a110a Reviewed-on: https://gerrit.libreoffice.org/10467 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-23beanshell: encode(String) in URLEncoder has been deprecatedrbuj1-0/+28
http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URLEncoder.html Change-Id: Ie21fdd12206c7954e99761826f98686c4567aa64 Reviewed-on: https://gerrit.libreoffice.org/10482 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-07-23beanshell: [deprecation] show() in Window has been deprecatedrbuj1-0/+33
http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Window.html#show() Change-Id: Id02e622f3335315747e7c66724f5a3f37992e85d Reviewed-on: https://gerrit.libreoffice.org/10481 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-23beanshell: [deprecation] toURL() in File has been deprecatedrbuj1-0/+41
http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL() Change-Id: I7f5ee6ad89ce73fa3b217396669fa42ea6e75c8a Reviewed-on: https://gerrit.libreoffice.org/10473 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-21fix debug build of libxml2 on windows, version 2David Tardon2-2/+2
Change-Id: I67f269e316906913b1a9b4d91907d95b869ca71f
2014-07-21Test $(DEBUG) for being non-empty instead of "1" (which it is not)Tor Lillqvist1-1/+1
Change-Id: I22e7a142bb874653344a7ffcc55e8a062669fa2a
2014-07-21fix debug build of libxml2 on windowsDavid Tardon1-1/+5
Change-Id: I36672c56742468cda8c0481b76ee6e3fec700983
2014-07-20fdo#80363 _wfullpath in MyThes and HyphenLászló Németh3-8/+17
Change-Id: I4232040d4c62220389ca356797d18b1c87673e64
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon12-18/+42
Change-Id: I0523e49e640812be435ba4c97b1881ca253eb2ab