aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add libwebsocket 3.0 BSD fixFabio Alessandrelli2018-06-071-0/+2
|
* Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-071-10/+12
|
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-2/+13
| | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
* Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli2018-06-071-0/+8
|\ | | | | Add UPnP support (port forwarding, querying external IP)
| * Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-071-0/+8
| |
* | Merge pull request #19150 from guilhermefelipecgs/update_stbRémi Verschelde2018-05-251-2/+2
|\ \ | | | | | | Update stb_truetype to 1.19 and stb_vorbis to 1.14
| * | Update stb_truetype to 1.19 and stb_vorbis to 1.14Guilherme Felipe2018-05-241-2/+2
| | |
* | | Update libvorbis to 1.3.6Guilherme Felipe2018-05-241-1/+1
|/ /
* | Merge pull request #18905 from volzhs/zstd-1.3.4Rémi Verschelde2018-05-161-1/+1
|\ \ | | | | | | Update zstd to 1.3.4
| * | Update zstd to 1.3.4volzhs2018-05-161-1/+1
| | |
* | | Merge pull request #18903 from volzhs/minizip-1.2.11Rémi Verschelde2018-05-161-1/+1
|\ \ \ | | | | | | | | Update minizip to 1.2.11
| * | | Update minizip to 1.2.11volzhs2018-05-161-1/+1
| |/ /
* / / Update libwebp to 1.0.0volzhs2018-05-161-1/+1
|/ /
* / Update FreeType to 2.9.1volzhs2018-05-101-1/+1
|/ | | | close #15660
* Update GLAD to 0.1.20a0Chaosus2018-05-041-1/+1
|
* Update Hack font to v3.003Hugo Locurcio2018-04-111-3/+3
|
* MbedTLS PR 1453 (fix UWP build)Fabio Alessandrelli2018-04-031-0/+1
| | | | The patch seems to be ready for merge upstream
* Small patch to change mbedtls _WIN32_WINNTFabio Alessandrelli2018-04-031-0/+2
|
* Update mbedTLS to version 2.8.0Fabio Alessandrelli2018-04-031-4/+4
|
* Always verify peer certificate in lws.Fabio Alessandrelli2018-04-031-0/+1
| | | | | | | Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215)
* Bump libwebsockets to version 2.4.2Fabio Alessandrelli2018-04-031-1/+1
|
* Merge pull request #17035 from Chaosus/fixleaksRémi Verschelde2018-03-031-0/+9
|\ | | | | Fix memory leaks
| * Fix 3 memory leaksChaosus2018-03-031-0/+9
| |
* | Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli2018-03-011-1/+1
| | | | | | | | We don't need it, it's used upstream to test the lexical parser
* | Fix lws compilation on FreeBSD, same as OSXFabio Alessandrelli2018-02-281-1/+1
|/ | | | This error is actually fixed upstream, waiting for a new release
* Update CA certificates to latest Mozilla bundleRémi Verschelde2018-02-161-2/+7
| | | | Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-31/+0
|
* Small change to lws `mbedtls_wrapper` to fix OSX build.Fabio Alessandrelli2018-02-141-0/+2
| | | | | | | | | Checks for OSX in thirdparty/lws/mbedtls_wrapper/include/platform/ssl_port.h to include stdlib.h instead of malloc.h. The bug is fixed upstream in master via LWS_HAVE_MALLOC_H, but not in the 2.4.1 branch (as the file structure has, one again, changed).
* lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli2018-02-141-1/+1
|
* Add mbedTLS lib. Version 2.7.0, license Apache 2.0Fabio Alessandrelli2018-02-141-0/+10
|
* Add libwebsockets as thirdparty library.Fabio Alessandrelli2018-02-051-0/+17
| | | | License is LGPLv2.1 + static linking exception, version is 2.4.1
* Copyright: Add license info for bullet and Mozilla CA certsRémi Verschelde2018-01-221-3/+3
|
* COPYRIGHT: Update with recently added thirdparty librariesRémi Verschelde2018-01-131-42/+41
| | | | Also various updates to thirdparty/README.md.
* bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde2018-01-131-0/+12
| | | | | | Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
* zstd: Update to pristine 1.3.3Rémi Verschelde2018-01-131-2/+2
|
* tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde2018-01-131-1/+1
|
* openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde2018-01-131-3/+6
|
* libogg: Update to pristine version 1.3.3Rémi Verschelde2018-01-131-1/+1
|
* Fix #12220: Add Decompress Bc5 to SquishOrkun2017-12-161-0/+8
| | | | | This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish.
* Update Hack font to version 3.000Hugo Locurcio2017-12-151-3/+3
|
* Fixes thekla atlas mingw-w64 buildbruvzg2017-12-151-0/+4
|
* Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵bruvzg2017-12-141-0/+3
| | | | (with OpenMP support).
* Update libwebp to 0.6.1volzhs2017-12-121-1/+1
| | | | | | | * lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) * ARM performance improvements with clang (15-20% w/ndk r15c) * webp-js: emscripten/webassembly based javascript decoder * miscellaneous bug & build fixes
* Import thekla_atlasHein-Pieter van Braam2017-12-081-0/+23
| | | | As requested by reduz, an import of thekla_atlas into thirdparty/
* tinyexr: Update to current upstream master branchRémi Verschelde2017-12-051-1/+1
|
* Revert "Fix MinGW-w64 build of TinyEXR for old toolchains"Rémi Verschelde2017-12-051-4/+0
| | | | This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def.
* glad: Sync with upstream 0.1.16a0Indah Sylvia2017-11-301-1/+1
|
* fix some typosMartin Lindhe2017-11-281-2/+2
|
* libpng: Cosmetic update to upstream 1.6.34Rémi Verschelde2017-10-291-1/+1
| | | | | No code change in the part we are using, it only affected contrib code. [ci skip]
* Add an option to use zstd's recently introduced long range matching (off by ↵Ferenc Arn2017-10-271-1/+1
| | | | default).