1. 08 Apr, 2017 1 commit
  2. 11 Mar, 2017 1 commit
  3. 08 Mar, 2017 3 commits
  4. 03 Mar, 2017 1 commit
  5. 26 Feb, 2017 1 commit
  6. 25 Feb, 2017 3 commits
  7. 24 Feb, 2017 2 commits
  8. 22 Feb, 2017 1 commit
  9. 12 Feb, 2017 1 commit
  10. 08 Feb, 2017 1 commit
  11. 20 Jan, 2017 1 commit
  12. 19 Jan, 2017 2 commits
  13. 18 Jan, 2017 1 commit
  14. 14 Jan, 2017 1 commit
    • mojoBrendan's avatar
      Allow %s as generic format specifier in printf (#453) · d8754af0
      mojoBrendan authored
      * Allow %s as generic format specifier in printf
      
      Signed integers are formatted as %d
      Unsigned integers are formatted as %u
      Doubles are formatted as %f
      Chars are formatted as %c
      Void Pointers are formatted as %p
      
      * Remove '%S' handling and use visitor for generic format strings
      
      * Default for floating point is now "%g" rather than "%f"
      d8754af0
  15. 06 Jan, 2017 1 commit
  16. 30 Dec, 2016 2 commits
  17. 29 Dec, 2016 1 commit
  18. 26 Dec, 2016 1 commit
  19. 14 Dec, 2016 1 commit
  20. 19 Nov, 2016 1 commit
  21. 15 Nov, 2016 1 commit
  22. 11 Nov, 2016 1 commit
  23. 10 Nov, 2016 1 commit
  24. 08 Nov, 2016 1 commit
  25. 06 Nov, 2016 7 commits
  26. 05 Nov, 2016 2 commits