1. 01 Mar, 2017 1 commit
  2. 19 Jan, 2017 1 commit
  3. 14 Jun, 2016 1 commit
  4. 13 Jun, 2016 1 commit
  5. 06 Apr, 2016 1 commit
  6. 04 Apr, 2016 1 commit
  7. 31 Mar, 2016 2 commits
  8. 29 Mar, 2016 1 commit
    • Jarred Nicholls's avatar
      Later clang compilers will warn on float -> double promotion because it can add… · 926d7ffc
      Jarred Nicholls authored
      Later clang compilers will warn on float -> double promotion because it can add precision. In the context of RapidJSON – especially with its float methods on GenericValue – I think this warning holds no water and should be ignored.
      
      Trim whitespace off the end of various lines.
      
      Added an additional NumberStream specialization that will always perform a TakePush() even when just Take() is called. This supports RawNumber parsing by pushing onto our StackStream particular parts of the number that currently aren't captured because of full precision double parsing, such as the negative sign, scientific number exponents, etc.
      
      RawNumber parsing fails with input streams that don't have copy optimization, such as the BasicIStreamWrapper stream. To work around this, instead do the Transcode copy operation by reading from a UTF8 StringStream instead of the original InputStream. Since the NumberStream downcasts all input Ch into chars, we know we're dealing with UTF8/ASCII compatible stack characters during the Transcoding.
      926d7ffc
  9. 23 Feb, 2016 1 commit
  10. 11 Feb, 2016 1 commit
  11. 07 Feb, 2016 2 commits
  12. 02 Feb, 2016 1 commit
  13. 31 Dec, 2015 3 commits
  14. 18 Dec, 2015 1 commit
  15. 03 Jun, 2015 1 commit
  16. 24 May, 2015 1 commit
  17. 07 May, 2015 1 commit
  18. 05 May, 2015 1 commit
  19. 04 May, 2015 1 commit
  20. 03 May, 2015 2 commits
  21. 01 May, 2015 1 commit
  22. 15 Apr, 2015 1 commit
  23. 14 Apr, 2015 1 commit
  24. 13 Apr, 2015 2 commits
  25. 10 Apr, 2015 2 commits
  26. 23 Feb, 2015 1 commit
  27. 19 Feb, 2015 2 commits
  28. 17 Feb, 2015 1 commit
  29. 11 Nov, 2014 4 commits