Skip to content
Snippets Groups Projects
  1. Sep 04, 2011
  2. Sep 03, 2011
    • Ralph Giles's avatar
      Fix the 'distclean' target. · 858468ee
      Ralph Giles authored
      With subdir-objects, both the top-level makefile, and
      libcelt/Makefile, which runs celt-specific unit tests,
      were sharing libcelt/.deps for generated dependencies.
      
      Each thought it owned the directory, and so would remove
      the files it created in that directory, followed by the
      directory itself. The second makefile would then fail to
      because the files it created weren't there to remove,
      blocking a successful 'make distcheck' with in runs
      'make distclean' as part of its verification tests.
      
      We can work around the problem by generating the makefile
      for the tests in the actual test directory, so it doesn't
      share autotools scratch space with the top level makefile.
      858468ee
    • Ralph Giles's avatar
      Use alloca() for dynamic storage in the draft makefile. · d099f132
      Ralph Giles authored
      This function is available on any modern linux and msvc. So while
      not strictly part of C89, it's a much better default than the
      non-thread-safe global pseudo stack.
      d099f132
  3. Sep 02, 2011
  4. Sep 01, 2011
  5. Aug 31, 2011
  6. Aug 30, 2011
  7. Aug 29, 2011
Loading