summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
AgeCommit message (Collapse)Author
2018-07-03Merge pull request #19138 from firefly2442/pcre2-10.31Max Hilbrunner
update PCRE2 to version 10.31, fixes #15662
2018-06-07Add libwebsocket 3.0 BSD fixFabio Alessandrelli
2018-06-07Bump libwebsockets to version 3.0.0Fabio Alessandrelli
2018-06-07Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde
Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
2018-06-07Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli
Add UPnP support (port forwarding, querying external IP)
2018-06-07Add UPnP support (port forwarding, querying external IP)mhilbrunner
2018-05-28update PCRE2 to version 10.31, fixes #15662firefly2442
2018-05-25Merge pull request #19150 from guilhermefelipecgs/update_stbRémi Verschelde
Update stb_truetype to 1.19 and stb_vorbis to 1.14
2018-05-24Update stb_truetype to 1.19 and stb_vorbis to 1.14Guilherme Felipe
2018-05-24Update libvorbis to 1.3.6Guilherme Felipe
2018-05-16Merge pull request #18905 from volzhs/zstd-1.3.4Rémi Verschelde
Update zstd to 1.3.4
2018-05-16Merge pull request #18903 from volzhs/minizip-1.2.11Rémi Verschelde
Update minizip to 1.2.11
2018-05-16Update zstd to 1.3.4volzhs
2018-05-16Update minizip to 1.2.11volzhs
2018-05-16Update libwebp to 1.0.0volzhs
2018-05-10Update FreeType to 2.9.1volzhs
close #15660
2018-05-04Update GLAD to 0.1.20a0Chaosus
2018-04-11Update Hack font to v3.003Hugo Locurcio
2018-04-03MbedTLS PR 1453 (fix UWP build)Fabio Alessandrelli
The patch seems to be ready for merge upstream
2018-04-03Small patch to change mbedtls _WIN32_WINNTFabio Alessandrelli
2018-04-03Update mbedTLS to version 2.8.0Fabio Alessandrelli
2018-04-03Always verify peer certificate in lws.Fabio Alessandrelli
Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215)
2018-04-03Bump libwebsockets to version 2.4.2Fabio Alessandrelli
2018-03-03Merge pull request #17035 from Chaosus/fixleaksRémi Verschelde
Fix memory leaks
2018-03-03Fix 3 memory leaksChaosus
2018-03-01Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli
We don't need it, it's used upstream to test the lexical parser
2018-02-28Fix lws compilation on FreeBSD, same as OSXFabio Alessandrelli
This error is actually fixed upstream, waiting for a new release
2018-02-16Update CA certificates to latest Mozilla bundleRémi Verschelde
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-02-14Small change to lws `mbedtls_wrapper` to fix OSX build.Fabio Alessandrelli
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).
2018-02-14lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli
2018-02-14Add mbedTLS lib. Version 2.7.0, license Apache 2.0Fabio Alessandrelli
2018-02-05Add libwebsockets as thirdparty library.Fabio Alessandrelli
License is LGPLv2.1 + static linking exception, version is 2.4.1
2018-01-22Copyright: Add license info for bullet and Mozilla CA certsRémi Verschelde
2018-01-13COPYRIGHT: Update with recently added thirdparty librariesRémi Verschelde
Also various updates to thirdparty/README.md.
2018-01-13bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
2018-01-13zstd: Update to pristine 1.3.3Rémi Verschelde
2018-01-13tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde
2018-01-13openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde
2018-01-13libogg: Update to pristine version 1.3.3Rémi Verschelde
2017-12-16Fix #12220: Add Decompress Bc5 to SquishOrkun
This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish.
2017-12-15Update Hack font to version 3.000Hugo Locurcio
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-14Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵bruvzg
(with OpenMP support).
2017-12-12Update libwebp to 0.6.1volzhs
* 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
2017-12-08Import thekla_atlasHein-Pieter van Braam
As requested by reduz, an import of thekla_atlas into thirdparty/
2017-12-05tinyexr: Update to current upstream master branchRémi Verschelde
2017-12-05Revert "Fix MinGW-w64 build of TinyEXR for old toolchains"Rémi Verschelde
This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def.
2017-11-30glad: Sync with upstream 0.1.16a0Indah Sylvia
2017-11-28fix some typosMartin Lindhe