1. 19 Jan, 2016 1 commit
  2. 24 Jun, 2015 1 commit
  3. 28 Apr, 2015 1 commit
  4. 08 Feb, 2015 1 commit
    • Milo Yip's avatar
      Documentation editing · 617c61a3
      Milo Yip authored
      Reorganized some features. Try to make the text clearer in features and
      tutorial.
      617c61a3
  5. 11 Nov, 2014 1 commit
  6. 24 Oct, 2014 1 commit
    • Philipp A. Hartmann's avatar
      GenericValue: improve operator[] disambiguation · e8445e0b
      Philipp A. Hartmann authored
      In the original disambiguation fix for `GenericValue::operator[]` (#170),
      the documentation has been missing, which led to quite badly rendered
      Doxygen pages.
      
      During a cleanup, I've realized that a much simpler disambiguation is
      possible:
      
      ````cpp
        GenericValue& operator[](SizeType idx); // array
        template <typename T>
        GenericValue& operator[](T* name);      // object
      ````
      
      This approach works, as non-template functions are preferred over
      template functions.
      
      In order to improve the error messages, the pointer type is restricted
      to `(const) Ch`.
      
      Update `tutorial.md` to drop the ambiguity warning.
      e8445e0b
  7. 26 Sep, 2014 1 commit
  8. 11 Aug, 2014 1 commit
  9. 31 Jul, 2014 1 commit
  10. 09 Jul, 2014 2 commits
  11. 08 Jul, 2014 1 commit
  12. 07 Jul, 2014 1 commit
  13. 06 Jul, 2014 2 commits
  14. 04 Jul, 2014 2 commits
  15. 03 Jul, 2014 2 commits
  16. 02 Jul, 2014 1 commit
  17. 01 Jul, 2014 7 commits