1. 24 Jun, 2015 10 commits
  2. 23 Jun, 2015 12 commits
  3. 22 Jun, 2015 16 commits
  4. 21 Jun, 2015 2 commits
    • Rémi Denis-Courmont's avatar
      include: stick to a single version (2011) C/C++ atomics · ab550d60
      Rémi Denis-Courmont authored
      This fixes mismatched binary interface when either:
       - the versions of C and C++ were different within the LibVLC build, or
       - an out-of-tree plugin used a different language versin than LibVLC.
      
      The LibVLC implementation for ISO C atomics with Intel intrinsics was
      not generally binary compatible with the native implementation of the
      compiler. In other words, only one atomics implementation can be used
      in one LibVLC installation. The One Definition Rule from C++ imposes
      that native implementation is used, so the LibVLC implementation is
      hereby removed.
      
      Regression from edf1c760.
      ab550d60
    • Rémi Denis-Courmont's avatar
      ce150f38