1. 19 Jul, 2011 22 commits
  2. 18 Jul, 2011 14 commits
  3. 17 Jul, 2011 4 commits
    • Rafaël Carré's avatar
      update: better version comparison · c1a3ecd4
      Rafaël Carré authored
      These days the extra vlc revision is an integer (1.1.10.1), not a
      letter like in 0.8.6f days
      Make PACKAGE_VERSION_* be integer, we don't need them to be strings
      PACKAGE_VERSION_EXTRA now represents only this number, and is set to
      0 when not used (1.1.11.0 represents 1.1.11)
      
      Add PACKAGE_VERSION_DEV (== "git" or "rc*"), to be sure development
      versions are less recent than released versions.
      This string is never displayed, it is only tested for nullity
      
      The file format on our servers can use X.Y.Z or X.Y.Z.E
      c1a3ecd4
    • Alexey Sokolov's avatar
      ec722921
    • Rémi Duraffort's avatar
      libvlc: fix documentation · 8be795c7
      Rémi Duraffort authored
      8be795c7
    • Rémi Duraffort's avatar
      lua: automatic test for some lua functions. · a97ded4d
      Rémi Duraffort authored
      This is really basic for the moment but already allows to find (and fix) one bug.
      The test is not activated by default. VLC quits if the test succeed or wait forever
      if the test fails so run it with the following command:
      "timeout 5 ./vlc -I luaintf --lua-intf=test"
      a97ded4d