Age | Commit message (Expand) | Author | Files | Lines |
2022-08-15 | external/nss: Fix -Wincompatible-function-pointer-types | Stephan Bergmann | 2 | -0/+235 |
2022-06-01 | nss: remove nss-3.13.5-zlib-werror.patch | Michael Stahl | 2 | -14/+0 |
2022-06-01 | nss: upgrade to release 3.79 | Michael Stahl | 3 | -9/+9 |
2022-04-20 | android: Use property instead of ANDROID_NDK_HOME env var | Michael Weghorn | 1 | -1/+1 |
2022-04-07 | nss: depend on zlib | Michael Stahl | 1 | -0/+4 |
2022-04-01 | nss: build with zlib module on WNT | Michael Stahl | 1 | -1/+2 |
2022-02-25 | Drop support for $host_os = 'macos*', in addition to 'darwin*' | Stephan Bergmann | 1 | -2/+1 |
2022-01-31 | externals: always provide platform configure flags | Jan-Marek Glogowski | 1 | -5/+4 |
2021-11-03 | external/nss: Silence invalid-null-argument | Stephan Bergmann | 1 | -0/+9 |
2021-10-29 | external/nss: More -Werror,-Wunknown-pragmas with clang-cl | Stephan Bergmann | 1 | -0/+11 |
2021-10-20 | nss: upgrade to release 3.71 | Michael Stahl | 7 | -115/+8 |
2021-08-13 | nss: fix build on ppc64le Linux | Paul Menzel | 1 | -0/+1 |
2021-03-23 | Rename LO Windows arm64 ID to aarch64 | Jan-Marek Glogowski | 1 | -2/+2 |
2021-01-28 | mac: allow cross compiling with host/build x86_64-apple-macos | Christian Lohmaier | 1 | -1/+1 |
2021-01-28 | nss: makefile bitrot: no need for android spcial case anymore | Christian Lohmaier | 1 | -1/+0 |
2021-01-19 | nss: fix parallel build race in nsinstall.py | Michael Stahl | 2 | -8/+12 |
2021-01-03 | Fix nss build on Raspberry pi4 | Julien Nabet | 1 | -0/+1 |
2020-12-21 | ios,nss: use AARCH64 consistently | Michael Stahl | 1 | -1/+1 |
2020-12-07 | More NSS fixes for macOS on arm64 | Tor Lillqvist | 1 | -2/+19 |
2020-10-20 | Unbreak nss build for the native arm64 on an Apple Silicon Mac | Tor Lillqvist | 1 | -1/+1 |
2020-10-14 | Fix build for Intel on an Apple Silicon Mac | Tor Lillqvist | 1 | -0/+3 |
2020-10-05 | Fix nss build for iOS | Tor Lillqvist | 1 | -2/+2 |
2020-10-02 | nss: restore manual pre-dependency build | Jan-Marek Glogowski | 4 | -5/+86 |
2020-09-23 | tdf#128136: Build curl, nss, and xmlsec for iOS, too | Tor Lillqvist | 2 | -15/+205 |
2020-09-17 | nss: fix Windows Arm64 build | Jan-Marek Glogowski | 3 | -0/+73 |
2020-08-18 | nss: fix Android build | Michael Stahl | 2 | -0/+16 |
2020-08-10 | nss: upgrade to release 3.55.0 | Michael Stahl | 3 | -50/+9 |
2020-08-07 | Use USE_DLFCN also on macOS on arm64 | Tor Lillqvist | 1 | -0/+14 |
2020-08-07 | Update config.{guess,sub} with latest versions and handle fallout of that | Tor Lillqvist | 1 | -2/+1 |
2020-07-05 | Set CROSS_COMPILE=1 when cross-compiling nss | Tor Lillqvist | 1 | -0/+1 |
2020-07-05 | Be more generic for CPUNAME=ARM64 | Tor Lillqvist | 1 | -2/+2 |
2020-07-05 | We don't actually build nss for iOS, but if we did, it would be for arm64 | Tor Lillqvist | 1 | -2/+2 |
2020-07-05 | Use up-to-date config.{guess,sub} for external/nss, too | Tor Lillqvist | 1 | -0/+2 |
2020-07-04 | Remove leftovers for OS X on PowerPC | Tor Lillqvist | 1 | -2/+1 |
2020-06-23 | Add getopt declarations | Tor Lillqvist | 2 | -0/+26 |
2020-06-01 | NSS: update Android and iOS patches | Jan-Marek Glogowski | 2 | -5/+7 |
2020-05-31 | NSS: enable parallel build | Jan-Marek Glogowski | 7 | -29/+75 |
2020-05-07 | no longer force -arch:SSE on Windows | Luboš Luňák | 1 | -1/+1 |
2020-04-23 | Use equal number of leading and trailing context lines in patch | Tor Lillqvist | 1 | -1/+2 |
2020-03-27 | revert the gyp-based nss build changes | Luboš Luňák | 15 | -527/+30 |
2020-03-26 | try to fix UnicodeDecodeError with gyp when building nss | Luboš Luňák | 1 | -8/+8 |
2020-03-25 | nss: fix this up to work with Online again | Miklos Vajna | 2 | -0/+12 |
2020-03-25 | Properly quote $(NINJA) | Stephan Bergmann | 1 | -2/+2 |
2020-03-25 | remove a dependency that doesn't make a sense | Luboš Luňák | 1 | -3/+1 |
2020-03-25 | Missing dependency | Stephan Bergmann | 1 | -1/+1 |
2020-03-25 | external/nss: Fix rpath for Linux et al | Stephan Bergmann | 2 | -0/+15 |
2020-03-23 | external/nss: --no-zdefs for gyp-base sanitizer builds | Stephan Bergmann | 3 | -20/+1 |
2020-03-23 | add a configure check for ninja | Luboš Luňák | 2 | -1/+16 |
2020-03-23 | build also PDBs for nss when using gyp | Luboš Luňák | 3 | -6/+74 |
2020-03-23 | build nss using gyp+ninja also on Windows | Luboš Luňák | 7 | -13/+211 |