Skip to content
Snippets Groups Projects
  1. Mar 17, 2016
  2. Mar 09, 2016
  3. Mar 07, 2016
  4. Feb 22, 2016
  5. Feb 20, 2016
  6. Dec 08, 2015
  7. Nov 13, 2015
  8. Jul 17, 2015
  9. Jul 16, 2015
  10. Jun 16, 2015
  11. Jun 15, 2015
  12. Jun 06, 2015
  13. Mar 30, 2015
  14. Mar 27, 2015
  15. Mar 26, 2015
  16. Mar 20, 2015
  17. Feb 25, 2015
  18. Nov 19, 2014
  19. Sep 22, 2014
  20. Sep 11, 2014
  21. Sep 04, 2014
  22. Aug 22, 2014
    • Derek Foreman's avatar
      tests: allow running make check without make install · c7210434
      Derek Foreman authored and Pekka Paalanen's avatar Pekka Paalanen committed
      
      desktop shell and weston keyboard both refer to themselves prefixed by
      LIBEXECDIR, however this is only valid once installed.  make check will
      currently either fail or run pre-existing versions.
      
      This patch adds a way to override that location by setting the env var
      WESTON_BUILD_DIR - which is then set by the test env script so make check
      will test the versions in the build directory regardless of whether they're
      installed or not.
      
      Reviewed-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
      c7210434
  23. Aug 19, 2014
  24. Jul 05, 2014
  25. May 01, 2014
  26. Apr 07, 2014
    • Andrew Wedgbury's avatar
      Make sure config.h is included before any system headers · 9cd661e7
      Andrew Wedgbury authored
      
      There was an issue recently in screen-share.c where config.h was not
      being included, resulting in the wrong definition for off_t being used on
      32 bit systems. I checked and I don't think this problem is happening
      elsewhere, but to help avoid this sort of problem in the future, I went
      through and made sure that config.h is included first whenever system
      headers are included.
      
      The config.h header should be included before any system headers, failing
      to do this can result in the wrong type sizes being defined on certain
      systems, e.g. off_t from sys/types.h
      
      Signed-off-by: default avatarAndrew Wedgbury <andrew.wedgbury@realvnc.com>
      9cd661e7
Loading