summaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* rebase all import libsDavid Tardon2014-05-2628-242/+600
| | | | Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
* libgltf: Update openmp-related patch to newer libgltf.Jan Holesovsky2014-05-261-2/+2
| | | | Change-Id: I6f7e8d974030169bb00fbd81a0e2190640702729
* external/liblangtag: Fix memory leakStephan Bergmann2014-05-262-0/+13
| | | | Change-Id: I7d58c1aad5ec21f14569caedbada56cc31a5ff99
* externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0Michael Stahl2014-05-266-6/+9
| | | | Change-Id: I40bc9e4c31e270f29cc145b5d2f3544cad586bf7
* Let's make it fully clear what we wantTor Lillqvist2014-05-261-2/+5
| | | | Change-Id: Idfd73565c29c4ebcf561955fa965a81888a59315
* Don't build as shared library when DISABLE_DYNLOADINGTor Lillqvist2014-05-261-1/+1
| | | | Change-Id: Ib3339689d41f02b258f6c398887faae28e602a5c
* the other way around...David Tardon2014-05-252-2/+2
| | | | Change-Id: I6aeaa95079e37e710e5b8b1b8ce24464e11f45bb
* opencollada: remove unneeded patchZolnai Tamás2014-05-252-29/+0
| | | | | | | | | The same problem (uninitialized bool) is solved by 0002-Expose-sid-for-textures-in-extras.patch.1. Additionally handling empty string on a different way was a mistake so that part is unneded too. Change-Id: I1eaa86fa7c6ef7216c0fc26ebf2ee4ec5c0936aa
* Update OpenCollada and collada2gltf to the newest versions.Jan Holesovsky2014-05-256-20/+131
| | | | Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a
* bundle librevengeDavid Tardon2014-05-259-0/+928
| | | | Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d
* build libodfgen as shared libDavid Tardon2014-05-256-6/+248
| | | | Change-Id: I3a2c9f56e87ee6395bd3505a8fe372632e242312
* fdo#77891 unconditionally disable console streams for WinXPChristian Lohmaier2014-05-241-8/+26
| | | | | | | | as the functions to check for a valid filehandle don't work according to the documentation. Python in LO-Context is run from GUI anyway, and thus won't have those hooked up. Change-Id: I8bc048463b0dc1a25c1b6ba7422623dda110eddc
* kmz3collada: Workaround for missing texturesZolnai Tamás2014-05-241-1/+9
| | | | | | | | | | | | | The write-only-.dae-file-which-we-need.patch makes the converter extract only the *.dae file but textures are stored in seperate image files we need to extract too. On the other hand this patch makes the converter buildable on all platforms, since this only works on Windows originally. So for now disable this patch on Windows so here we won't loose textures but enable it on other platforms for buildability. Later we need to solve kmz conversion properly. Change-Id: Iede9e3bdd5a68a9002f5fa38da8a6459dda8d805
* libgltf: turn off openMP usage without any detection code.Michael Meeks2014-05-242-0/+13
| | | | Change-Id: Ic823109b812a3d99d8462cf67cd9aa87094bba06
* cppunit: always compile with debugging symbols on windows.Michael Meeks2014-05-243-5/+22
| | | | | | Also cleanup some makefile pieces and give better error warnings. Change-Id: I9f20d60f26d5828f60664941946c266c7d166f32
* libgltf: Another new version.Jan Holesovsky2014-05-242-125/+0
| | | | Change-Id: I784579717674f1caf68ad489d1a931936f6f9651
* collada2gltf: one more URL usage fixZolnai Tamás2014-05-231-6/+8
| | | | | | | This one caused empty images and so textures were missing. Change-Id: Ia1e93270b7f5ec560b39a41d207e84171bb2434a
* external/python3: Fix memory leak in configure check codeStephan Bergmann2014-05-232-0/+20
| | | | | | ...that LeakSanitizer would complain about, causing the check to erroneously fail. Change-Id: Ieaef38576afd6196d38f395d48fd1bc92b22ddb6
* dlclose confuses LeakSanitizerStephan Bergmann2014-05-231-1/+9
| | | | Change-Id: I2bebbf1615ddc3619bcc3bf940f70c0967ce8534
* Fold hyphen-c99.patch.0 into hyphen-fdo48017-wfopen.patchStephan Bergmann2014-05-233-17/+4
| | | | Change-Id: I2f866aa16704bc5492e0e0b78136fdfe41caa7a5
* external/hypen: Fix for pre-C99Stephan Bergmann2014-05-232-0/+14
| | | | Change-Id: Iff0692768cbcaa68f79404a9a933044fe8bb9096
* fdo#48017 WIN32 long path support in Hyphen and MyThesLászló Németh2014-05-234-0/+120
| | | | Change-Id: Ifb068efb553ed24a7caf65dbab28726bdeced0e6
* use $(gb_AWK) instead of awkChristian Lohmaier2014-05-221-1/+1
| | | | Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01
* collada2gltf: move patches to an own folderZolnai Tamás2014-05-224-3/+3
| | | | Change-Id: Ife28845af92883d8090bb80283c59a0a9a350b32
* collada2gltf: fix URL problemsZolnai Tamás2014-05-222-0/+78
| | | | | | | | | | | | | | collada2gltf does not handle Windows pathes, the used COLLADABU::URI class can't parse native Windows pathes so call COLLADA2GLTFWriter with URL only. Other problems: collada2gltf uses the URL path for creating/opening files, instead of native ones. collada2gltf initializes _outputFilePath member in different way, sometimes as an URL path, sometimes as a native one, but handle it on the same way(as an URL). Change-Id: I104182653c07e7dcf6fc5b6e32c7031d59246b84
* opencollada: move patches to an own folderZolnai Tamás2014-05-224-3/+3
| | | | Change-Id: I0b60fa5b0af8224b4c517367130aa9738f071531
* opencollada: uninitialized bool variable broke the parsingZolnai Tamás2014-05-222-0/+36
| | | | | | | | | | | | | GeneratedSaxParser::Utils:toURI() method has a bool output parameter called failed, which is assumed to be set inside the method before return. At some place the caller code does not initialize the bool variable passed to this failed parameter and so when the caller checkes the returned value it is undefined. e.g. it can be false when the method called successfully so the error handling throws away the returned URI. Change-Id: I3f90fab657a86b42bba0f492518e36c343e69d21
* Some trivial fix for hash function signed overflow undefined behaviorStephan Bergmann2014-05-222-0/+21
| | | | Change-Id: I41ec24a02867ba3c5bf4f39b5d79bf6a3254ad0d
* Adapt CppUnit to our CPPUNIT_PLUGIN_EXPORTStephan Bergmann2014-05-222-0/+12
| | | | | | | | | ...which mentions extern "C", so CppUnit's TestPlugInSignature must reflect that. It is a bit odd how CPPUNIT_PLUGIN_EXPORT needs to be passed into CppUnit, so probably best to keep this as a local patch for now. (Clang's -fsanitize=undefined complained about the mismatch.) Change-Id: Ied179a1afe82ceb04de4739c14cf8fadff31b80f
* Record patch upstream notificationStephan Bergmann2014-05-221-0/+2
| | | | Change-Id: I102160cb6fac41f5ba3caa5cb947aebbcd62681f
* fdo#77313: coinmp: error: format not a string literal and no format argumentsMatúš Kukan2014-05-222-0/+13
| | | | Change-Id: I044f12c4b7b28963d6d491d5e5850ddb59a564c4
* external/clucene: Avoid InitOrderFiascoStephan Bergmann2014-05-212-0/+27
| | | | | | | | | | ...as reported by AddressSanitizer, where src/core/CLucene/index/IndexWriter.cpp initializes IndexWriter::MAX_TERM_LENGTH with the value of DocumentsWriter::MAX_TERM_LENGTH before the latter is initialized in src/core/CLucene/index/DocumentsWriter.cpp. But turns out that IndexWriter::MAX_TERM_LENGTH is completely unused. Change-Id: Ica01186584ec05a989a13dc58823f4751e8724e2
* libgltf: Updated version.Jan Holesovsky2014-05-213-32/+125
| | | | Change-Id: Ia394ff00421f495757cc2ce55e7b91bfebe715eb
* libgltf: The FPS counting is not necessary in LibreOffice.Jan Holesovsky2014-05-213-3/+32
| | | | | | And leaving it out kills the freetype dependency :-) Change-Id: I1fa33492da9d30a98014bae06aa196a508cedfe7
* libgltf: Update to the new version.Jan Holesovsky2014-05-2113-321/+12
| | | | Change-Id: Iffc91425d4395699a1c5f18ac10f5ed065231fdf
* care for Java 1.5 support in external packagesDouglas Mencken2014-05-211-1/+4
| | | | | | | | | | | | | | apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits: 1731f6e692bb0a07a2bca4b1b190163f209d2b9e "bump apache-commons-lang to 3.3.1" 3dad9b1019bebcc6db63a424afa146e007f768d2 "bump apache-commons-codec to 1.9" Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c Reviewed-on: https://gerrit.libreoffice.org/9312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* upgrade to python-3.3.5Thomas Arnhold2014-05-215-244/+40
| | | | | | | | | | | - remove now obselete patches, which were applied upstream. - Hack to get MacOS to build Change-Id: Id68e78e411efc92a46ea9e180f09c390fe5acb4a Reviewed-on: https://gerrit.libreoffice.org/9311 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Make CoinMP build for AndroidTor Lillqvist2014-05-203-0/+170
| | | | | | | | | | | | (No idea whether it works, of course.) Patch the config.sub files to recognize arm-linux-androideabi. Don't build any binary programs as that fails for Android becuase we don't pass in the right C++ library to use anyway. (And those programs aren't really useful to us anyway, on any platform, I guess?) Change-Id: I70c7a527db41081a51548ce6983b6a9ae8a08bc7
* Make CoinMP build for iOSTor Lillqvist2014-05-202-0/+4
| | | | Change-Id: I8adff18896115d7dd0fce49916a18dc830506a36
* Make it actually work to build GLEW for debuggingTor Lillqvist2014-05-202-0/+16
| | | | | | | The check in the GLEW Makefile looked at the whole $(MAKECMDGOALS), which in our case was the string 'glew.lib debug', not just 'debug'. Change-Id: I639395c944e8f2b443cbb55b451a4036b2c9d3bb
* fix .kmz support on Windows; no idea why this int was unsignedMatúš Kukan2014-05-201-1/+1
| | | | Change-Id: I08fa1c3956b48bcd65edb74add010fafa17bfe82
* fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier2014-05-1911-7/+191
| | | | | | | | | VS2012 did change return value of fileno function, this results in a crash when run in GUI mode (but not when launching from a shell), as python tries to access the nonexisting stdin/stdout/stderr Also explicitly target Windows XP Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de
* No need to add -lrt for a static library.Matúš Kukan2014-05-191-6/+0
| | | | Change-Id: I8104301e9aab6e7c732e97446030c9caf6ffec66
* remove some external header guardsThomas Arnhold2014-05-181-3/+1
| | | | Change-Id: I5a51dc496835f0998a3422f2a1f0f2ff8bb3c13f
* update mysqlcppconn urlThomas Arnhold2014-05-181-1/+1
| | | | Change-Id: I96579ed4be05cc22bc66f80bd39d7af961d47470
* Fix typo: this is a static libraryZolnai Tamás2014-05-161-1/+1
| | | | Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f
* Collada2gltf: add -lrt to fix compilation problemsZolnai Tamás2014-05-161-0/+6
| | | | Change-Id: I1c0c9459cb716512dc726ee96fb811d03084aa62
* -fsanitize=address does not like -z defsMarkus Mohrhard2014-05-152-0/+18
| | | | | | | Change-Id: Id2a5c3009b46f9f91706b433411ca9f9c3cb7e39 Reviewed-on: https://gerrit.libreoffice.org/9334 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* Avoid copying of singular iteratorsStephan Bergmann2014-05-152-0/+85
| | | | Change-Id: If873d2c369ef6458fdf3289f09802e90dc7367f2
* Add kmz support to collada2gltf and use it.Matúš Kukan2014-05-144-0/+8661
| | | | Change-Id: I37cda0e326af00ef369c4415bcec1e03c91ce401