1. 28 Oct, 2014 1 commit
  2. 26 Oct, 2014 1 commit
  3. 25 Oct, 2014 1 commit
    • Martin Storsjö's avatar
      lavu: Provide fallbacks for gmtime_r and localtime_r · 3f8f1c6f
      Martin Storsjö authored
      This allows writing most code as if they always are is available.
      
      These are ok to use from other libraries even though it's not a
      public header, since they only provide an inline declaration, and
      doesn't add an actual dependency on lavu internals. (This can be
      considered more a build system compatibility fallback than a
      libavutil feature.)
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      3f8f1c6f
  4. 10 Oct, 2014 1 commit
  5. 04 Oct, 2014 1 commit
  6. 27 Sep, 2014 1 commit
  7. 26 Sep, 2014 1 commit
  8. 17 Sep, 2014 1 commit
  9. 16 Sep, 2014 2 commits
  10. 07 Sep, 2014 1 commit
  11. 04 Sep, 2014 1 commit
  12. 03 Sep, 2014 1 commit
  13. 23 Aug, 2014 1 commit
    • Reinhard Tartler's avatar
      configure: add --enable-rpath · 749b1f13
      Reinhard Tartler authored
      This option facilitates testing shared libarary builds: for instance
      fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will
      get the right search paths hardcoded into their executable file.
      
      This option is only meant to be used for testing purposes: The installed
      libraries must not move around in the file system, and doing so will
      cause a lot of subtle problems. For more information why using RPATH is
      dangerous, please refer to
      
      https://blog.flameeyes.eu/2010/06/the-why-and-how-of-rpath
      749b1f13
  14. 22 Aug, 2014 1 commit
  15. 21 Aug, 2014 1 commit
  16. 13 Aug, 2014 1 commit
  17. 10 Aug, 2014 4 commits
  18. 08 Aug, 2014 2 commits
  19. 06 Aug, 2014 1 commit
    • Martin Storsjö's avatar
      configure: Include the armcc build number in the compiler identification · ed6d9ce9
      Martin Storsjö authored
      This tries to find the most expressive part of the output of
      armcc --vsn to include, giving a compiler identification of
      "ARM Compiler 5.04 update 2 (build 82)" instead of just
      "ARM Compiler 5.04" for armcc 5.0.
      
      4.x versions of armcc output the following, for "armcc --vsn":
      ARM C/C++ Compiler, RVCT4.0 [Build 925]
      For evaluation purposes only
      Software supplied by: ARM Limited
      
      ARM C/C++ Compiler, 4.1 [Build 894]
      For evaluation purposes only
      Software supplied by: ARM Limited
      
      5.0 versions output this:
      Product: ARM Compiler 5.04
      Component: ARM Compiler 5.04 update 2 (build 82)
      Tool: armcc [5040081]
      For evaluation purposes only
      Software supplied by: ARM Limited
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      ed6d9ce9
  20. 05 Aug, 2014 1 commit
    • Janne Grunau's avatar
      configure: check $as first before using $gas as GNU as · 15201e25
      Janne Grunau authored
      llvm's integrated assembler supports the AArch64 asm on darwin since
      August 2014. So check $as first before using gas-preprocessor.pl via
      $gas. Makes the checks specific for that the architecture specific asm
      needs. PPC Altivec and AArch64 needs on ':vararg' for macro arguments.
      Arm needs in addition the '.altmacro' directive.
      15201e25
  21. 04 Aug, 2014 3 commits
  22. 30 Jul, 2014 1 commit
  23. 28 Jul, 2014 1 commit
  24. 22 Jul, 2014 2 commits
  25. 21 Jul, 2014 4 commits
  26. 17 Jul, 2014 2 commits
  27. 09 Jul, 2014 2 commits