1. Jun 18, 2010
  2. Jun 13, 2010
  3. Jun 11, 2010
  4. May 20, 2010
  5. May 14, 2010
  6. May 07, 2010
  7. Apr 03, 2010
  8. Mar 29, 2010
  9. Mar 27, 2010
  10. Mar 23, 2010
  11. Mar 19, 2010
  12. Mar 18, 2010
  13. Feb 12, 2010
  14. Feb 10, 2010
  15. Feb 09, 2010
    • Petri Lehtinen's avatar
      C++: Optimize PropertyProxy · 7e8b1287
      Petri Lehtinen authored
      When the property already exists in the object, we can store an
      iterator pointing to that property, instead of duplicating the key.
      
      When the property (key) is not present in the object, we still have to
      duplicate the key.
      7e8b1287
  16. Feb 07, 2010
    • Petri Lehtinen's avatar
      C++: Make proxies safer · acec2559
      Petri Lehtinen authored
      If a user happens to store an ElementProxy or a PropertyProxy
      instance, we need to take a reference to the JSON value they point to.
      With PropertyProxy, the key needs to be copied as well.
      acec2559
    • Petri Lehtinen's avatar
      Make int32_t available on all systems · 28682322
      Petri Lehtinen authored
      Use AC_TYPE_INT32_T and include inttypes.h (if it exists) instead of
      stdint.h for maximum portability.
      28682322
  17. Feb 05, 2010