1. 11 Jun, 2015 2 commits
  2. 09 Jun, 2015 1 commit
  3. 30 May, 2015 1 commit
  4. 29 May, 2015 2 commits
  5. 26 May, 2015 1 commit
    • Kenton Varda's avatar
      sed -r is a GNU extension, apparently, and due to stars aligning, this didn't… · 25be62be
      Kenton Varda authored
      sed -r is a GNU extension, apparently, and due to stars aligning, this didn't break the build, but led to a totally bogus soname on non-GNU systems. Argh.
      
      Apparently most systems (including GNU, undocumentedly) support -E instead, but perhaps the safest thing is to use a basic regular expression. Unfortunately on many systems ? and + are not available in basic regexes, but using * instead happens to work in our case.
      
      Thanks to @neverpanic for catching this.
      
      Fixes #210
      25be62be
  6. 21 May, 2015 1 commit
  7. 20 May, 2015 3 commits
  8. 16 May, 2015 2 commits
  9. 15 May, 2015 1 commit
  10. 10 May, 2015 1 commit
  11. 09 May, 2015 2 commits
  12. 07 May, 2015 2 commits
  13. 06 May, 2015 3 commits
  14. 05 May, 2015 3 commits
  15. 04 May, 2015 2 commits
  16. 03 May, 2015 4 commits
  17. 02 May, 2015 2 commits
  18. 30 Apr, 2015 3 commits
  19. 29 Apr, 2015 1 commit
  20. 28 Apr, 2015 1 commit
  21. 26 Apr, 2015 1 commit
  22. 25 Apr, 2015 1 commit