1. 18 Apr, 2015 1 commit
  2. 13 Apr, 2015 3 commits
  3. 10 Apr, 2015 3 commits
  4. 10 Mar, 2015 1 commit
    • Philipp A. Hartmann's avatar
      GenericValue::AddMember<T>: add missing overload (closes #254) · 06c3ddba
      Philipp A. Hartmann authored
      As discovered by @felipegb94, there are missing overloads to the
      `GenericValue::AddMember<T>` template function, taking an explicit
      `GenericValue&` as a name and accepting arbitrary primitive values.
      
      This patch adds the missing overloads. The `StringRefType` overload
      is needed to disambiguate the addition of a string literal as
      value.
      
      Some tests are added to `TEST(Value, Object)` in `valuetest.cpp`.
      06c3ddba
  5. 17 Feb, 2015 1 commit
  6. 13 Jan, 2015 1 commit
  7. 23 Nov, 2014 1 commit
  8. 31 Oct, 2014 1 commit
  9. 24 Oct, 2014 1 commit
  10. 01 Sep, 2014 5 commits
  11. 31 Aug, 2014 7 commits
  12. 30 Aug, 2014 1 commit
    • Philipp A. Hartmann's avatar
      valuetest: extended value comparison tests · d63a40a0
      Philipp A. Hartmann authored
      Prepare equalto_operator tests to test comparisons between
       * GenericValue and GenericDocument
       * GenericValue with different SourceAllocator types
      
      Both combinations currently fail due to ambiguities with the
      templated operators on several compilers.
      d63a40a0
  13. 28 Aug, 2014 1 commit
  14. 27 Aug, 2014 1 commit
  15. 21 Aug, 2014 1 commit
  16. 20 Aug, 2014 1 commit
  17. 11 Aug, 2014 2 commits
  18. 31 Jul, 2014 8 commits