Skip to content
Snippets Groups Projects
  1. Mar 26, 2020
  2. Mar 24, 2020
  3. Mar 23, 2020
  4. Feb 20, 2020
  5. Feb 13, 2020
  6. Jan 31, 2020
    • Thomas Guillem's avatar
      configure: fix --disable-branch-protection · c21b5367
      Thomas Guillem authored
      "enable_brprot" was never set when --disable-branch-protection was passed, so
      the test != "no" was always true.
      
      Use the name "enable_branch_protection" instead that will be initialized by
      autoconf.
      
      PS: --disable-branch-protection seems to be needed to get symbols via gdb.
      c21b5367
  7. Jan 27, 2020
  8. Jan 22, 2020
  9. Jan 20, 2020
  10. Jan 09, 2020
  11. Jan 01, 2020
  12. Dec 09, 2019
  13. Dec 05, 2019
  14. Nov 29, 2019
  15. Nov 18, 2019
    • Marvin Scholz's avatar
      macosx: Add -fno-stack-check to workaround Xcode 11 issue · 856ddd8d
      Marvin Scholz authored
      Compiling with Xcode 11 automatically enables the -fstack-check feature
      which causes stack checking error due to unaligned stack which seem
      to not be true. Lots of projects are affected by this currently
      so hopefully this will be fixed in an Xcode update.
      856ddd8d
  16. Nov 07, 2019
  17. Oct 18, 2019
    • Marvin Scholz's avatar
      configure: Add -DPIC to X86ASMDEFS for --with-pic · ec21a776
      Marvin Scholz authored
      DOLT (provides doltlibtool and doltcompile to make compilation faster
      by not always running full libtool) does not handle --with-pic at all,
      so even when PIC is requested, it won't use it.
      
      As a workaround manually add it to X86ASMDEFS.
      ec21a776
  18. Sep 21, 2019
  19. Sep 18, 2019
  20. Aug 14, 2019
  21. Aug 08, 2019
  22. Aug 06, 2019
  23. Jul 26, 2019
  24. Jul 25, 2019
  25. Jul 16, 2019
  26. Jul 10, 2019
    • Rémi Denis-Courmont's avatar
      configure: enable ARMv8.3 Pointer Authentication · b33b29ca
      Rémi Denis-Courmont authored
      If the compiler supports the the dedicated code generation command line
      flag, use it to provide return/backward control flow integrity (CFI).
      
      This provides protection against return-oriented programming attacks on
      where supported. This has no effects if the processor and/or operating
      system do not support the extension, except for adding no-ops in the
      generated machine code.
      
      So far the AArch64 assembler code in VLC is only made of leaf functions
      which do not not store/load the link register value, so there are no
      needs to use the Pointer Authentication instructions manually (at least
      not for return-CFI).
      b33b29ca
  27. Jul 06, 2019
  28. Jul 01, 2019
  29. Jun 20, 2019
  30. May 21, 2019
Loading