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