1. 20 Jan, 2017 1 commit
  2. 19 Jan, 2017 2 commits
  3. 18 Jan, 2017 1 commit
  4. 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
  5. 06 Jan, 2017 1 commit
  6. 30 Dec, 2016 2 commits
  7. 29 Dec, 2016 1 commit
  8. 26 Dec, 2016 1 commit
  9. 14 Dec, 2016 1 commit
  10. 19 Nov, 2016 1 commit
  11. 15 Nov, 2016 1 commit
  12. 11 Nov, 2016 1 commit
  13. 10 Nov, 2016 1 commit
  14. 08 Nov, 2016 1 commit
  15. 06 Nov, 2016 7 commits
  16. 05 Nov, 2016 2 commits
  17. 03 Nov, 2016 1 commit
  18. 02 Nov, 2016 1 commit
  19. 01 Nov, 2016 3 commits
  20. 31 Oct, 2016 1 commit
  21. 29 Oct, 2016 1 commit
  22. 19 Oct, 2016 1 commit
  23. 17 Oct, 2016 2 commits
  24. 11 Oct, 2016 1 commit
  25. 06 Oct, 2016 2 commits
  26. 05 Oct, 2016 1 commit
  27. 02 Oct, 2016 1 commit