Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Oct 28, 2013
    • Gregory Maxwell's avatar
      Replace "inline" with OPUS_INLINE. · 7830cf1b
      Gregory Maxwell authored
      Newer versions of MSVC are unhappy with the strategy of the build
       environment redefining "inline" (even though they don't support the
       actual keyword). Instead we define OPUS_INLINE to the right thing
       in opus_defines.h.
      
      This is the same approach we use for restrict.
      7830cf1b
  3. Oct 17, 2013
  4. May 12, 2013
  5. May 10, 2013
    • Ron's avatar
      Don't fail hard if package_version does not exist · 8d925ec2
      Ron authored
      There's currently at least one way that people can legitimately get a
      tarball that doesn't include it, via the gitweb snapshots, so create
      it rather than considering that an error to be manually fixed.
      8d925ec2
    • Ron's avatar
      More Makefile.unix tweaks · 8ee899b6
      Ron authored
      Drop some unneeded CINCLUDES.
      Drop the VPATH stuff altogether.  It's entirely unused here, and some of
      the paths in it don't even exist and apparently never have in this tree.
      Drop the 'default' rule, without it there, 'all' already is the default.
      Drop $(TARGET) from all, it already includes 'lib' which is $(TARGET).
      Declare phony targets PHONY.
      8ee899b6
    • Ron's avatar
      Fully automate version updating · 2f2f9d63
      Ron authored
      This one meets or exceeds the following requirements:
      
       - Version is checked/updated for every build action when in the git repo.
         Does not require the user to re- ./configure to get the correct version.
      
       - Version is not updated automatically when using exported tarball source.
         Avoids accidentally getting a wrong version from some other git repo in
         a parent directory of the source, and allows setting the correct version
         for distro package exports.
      
       - Automatic updating can be manually suppressed.
         For developers doing lots of change/rebuild cycles they don't plan to
         release, when they don't want a full rebuild triggered for every commit,
         and again for every change made immediately after a commit.
         The version will still always be updated if they do a `make dist`.
      
       - Does not require any manual updating of versions in the mainline git
         repo for each release aside from normal tagging.  The version is
         recorded in one file only, that is automatically generated and will
         never need to be committed.
      
       - Does not require gnu-make features for the autoconf builds.
      
      It does not currently:
      
       - Keep a checksum of every source file in tarball releases to mangle the
         version if people modify the tarball source.  Responsible people can
         manually update the version easily though in such cases.
      
      The version.mk file is now only used by the VC project files.  Once they
      are updated to use the package_version file too, then it can be deleted
      from the repository.
      2f2f9d63
  6. Oct 09, 2012
  7. Sep 01, 2012
  8. Aug 16, 2012
  9. Aug 15, 2012
  10. Aug 08, 2012
  11. May 17, 2012
  12. May 15, 2012
  13. Apr 24, 2012
  14. Apr 20, 2012
  15. Apr 02, 2012
  16. Feb 17, 2012
  17. Oct 31, 2011
  18. Oct 27, 2011
  19. Oct 26, 2011
  20. Sep 28, 2011
  21. Sep 19, 2011
  22. Sep 15, 2011
  23. Sep 14, 2011
  24. Sep 07, 2011
  25. Sep 03, 2011
  26. Aug 02, 2011
  27. Jul 25, 2011
    • Ralph Giles's avatar
      Document HAVE_LRINTF in the draft Makefile. · 6f06d343
      Ralph Giles authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      I've changed the grouping of the options to place the performance-
      related ones after the more serious thread-safety options. This
      is still somewhat confusing as with C99 on wants -DHAVE_LRINTF
      but NOT -Drestrict=
      
      I've also added leading whitespace to the comment lines to better
      distinguish them from the commented-out code lines.
      6f06d343
  28. May 02, 2011
    • Koen Vos's avatar
      Squashed commit of the following: · 494ce976
      Koen Vos authored
      commit dfe4d46f9abf6b0e96e66370d428da4e283204ce
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Mon May 2 09:59:45 2011 -0400
      
          SILK file list update
      
      commit 5faf541d86445eb8ce1775ea206e88afe83c7107
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Mon May 2 09:51:29 2011 -0400
      
          Makefiles update
      
      commit f5d70b3ccbe209cc07a1a604fffca93ea34bc64b
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Mon May 2 09:50:33 2011 -0400
      
          SILK stereo update and MSVC build update
      494ce976
  29. Apr 28, 2011
  30. Mar 09, 2011
  31. Feb 03, 2011
Loading