1. 20 Aug, 2014 4 commits
    • Philipp A. Hartmann's avatar
      2e0b8730
    • Philipp A. Hartmann's avatar
      GenericValue: add (optional) support for std::string · 744b4852
      Philipp A. Hartmann authored
      Some users may want to use RapidJSON with std::string objects.  This commits
      adds an (opt-in) feature to include some basic support.  The implementation
      uses std::basic_string<Ch> as generic string type.
      
      Support currently covers:
       * construction
       * comparison
      
      No special APIs for AddMember or PushBack have been added, as std::string
      most probably requires copying (or an explicit StringRef() call).
      744b4852
    • Philipp A. Hartmann's avatar
      GenericValue: refactoring of operator==/!= · 702b45bb
      Philipp A. Hartmann authored
      By restructuring the call forwarding of the various operator== and
      operator!= overloads, new overloads can be added by simply adding an
      additional member operator==.
      
      Additionally, the "Ch*" overloads are dropped in favour of an SFINAE
      version that removes the pointer variants from matching the templated
      operator== (see also operator=).
      702b45bb
    • Milo Yip's avatar
      Merge pull request #106 from pah/doc/config-error · 1adeecb1
      Milo Yip authored
      Add Doxygen documentation for configuration macros and error handling
      1adeecb1
  2. 19 Aug, 2014 2 commits
  3. 18 Aug, 2014 1 commit
  4. 17 Aug, 2014 6 commits
  5. 13 Aug, 2014 2 commits
  6. 12 Aug, 2014 3 commits
  7. 11 Aug, 2014 22 commits