Skip to content
Snippets Groups Projects
  1. Jan 12, 2017
  2. Jan 05, 2017
  3. Jan 03, 2017
  4. Jan 02, 2017
  5. Dec 30, 2016
  6. Dec 29, 2016
  7. Dec 28, 2016
  8. Dec 23, 2016
  9. Dec 22, 2016
  10. Dec 21, 2016
    • Stefan Sauer's avatar
      gstrusage: explicitly register to hooks · a5246f91
      Stefan Sauer authored
      We were attaching to any probe point to take rusage samples. The new refcount
      hooks are called way too frequently though to make this still feasible.
      a5246f91
    • Nirbheek Chauhan's avatar
      meson: Add several missing features from configure.ac · aefc8007
      Nirbheek Chauhan authored
      * -Wl,-Bsymbolic-functions
      * HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID
      * HAVE_POSIX_TIMERS
      * HAVE_MONOTONIC_CLOCK
      * HAVE_UINT128_T
      * HAVE_LONG_LONG
      * HAVE_PROCESS_H
      * HAVE_GMP
      * HAVE_GSL
      * HAVE_DLADDR
      
      Also, don't use prefix for checking functions, and only check msvc
      functions on Windows.
      aefc8007
    • Nirbheek Chauhan's avatar
      build: Remove unused functions · 77d2774f
      Nirbheek Chauhan authored
      fgetpos, fsetpos, mmap, posix_memalign. None of these are used anywhere
      in the codebase.
      77d2774f
    • Nirbheek Chauhan's avatar
      meson: Derive defines from header/function names · 97f39cae
      Nirbheek Chauhan authored
      This is what Autoconf already does for us, so just do this. Avoids
      people making typos while adding header or function checks. Because we
      use a config.h.meson, such typos won't even be noticed.
      
      Also, starting from Meson 0.36.0, the XCode 8 workaround that we use for
      clock_gettime is no longer needed.
      97f39cae
    • Stefan Sauer's avatar
      gststructure: simplify test · 2cc2fd7b
      Stefan Sauer authored
      We can compare structures, that is what the caps fucntion that was used before
      would call anyway.
      2cc2fd7b
  11. Dec 20, 2016
  12. Dec 18, 2016
  13. Dec 17, 2016
  14. Dec 16, 2016
Loading