Skip to content
  1. Aug 13, 2015
  2. Aug 12, 2015
    • Torsten Schönfeld's avatar
      Install constant numeric subs for all enum and flags values · 361ba7d5
      Torsten Schönfeld authored
      Install, for example, a constant sub Glib::IOCondition::HUP returning
      the number 16.
      
      This is useful when a function, signal or property expects or returns an
      enum or flags value, but the API specification is such that our special
      enum and flags string handlers are not invoked.  Example:
      Gtk3::TextTag's "weight" property accepts any positive integer but
      predefined values are given by the Pango::Weight enum.
      361ba7d5
  3. Aug 10, 2015
  4. Aug 02, 2015
  5. Jul 22, 2015
  6. Jul 16, 2015
  7. Jul 12, 2015
  8. Jul 01, 2015
  9. May 17, 2015
  10. Jan 28, 2015
  11. Jan 04, 2015
  12. Dec 30, 2014
  13. Dec 26, 2014
  14. Nov 29, 2014
  15. Nov 26, 2014
  16. Nov 02, 2014
    • Torsten Schönfeld's avatar
      Fix libpthread-related building issues on OpenBSD · 5f57bcd0
      Torsten Schönfeld authored
      On OpenBSD, any program that directly or indirectly wants to load libpthread.so
      must do so from the start.  But when perl is built without ithreads, it will
      also most likely not be compiled with "-pthread".  When libglib/libgobject then
      go and try to load libpthread.so, the loader will error out.
      
      Fix by setting LD_PRELOAD=libpthread.so at the relevant points in the build and
      test process.
      5f57bcd0
  17. May 18, 2014
  18. May 10, 2014
  19. Dec 31, 2013
  20. Dec 17, 2013
  21. Dec 08, 2013
  22. Dec 05, 2013
  23. Dec 04, 2013
  24. Nov 26, 2013
  25. Sep 29, 2013