Commit Graph

7 Commits

Author SHA1 Message Date
Scott Kyle 253a572ca7 Fix crash caused by accessing invalid ObjectSchema
These references would eventually become invalid. The quickest fix is for them to no longer be references. The longer-term fix might be to only store the object type and dynamically retrieve the ObjectSchema only when necessary.

Fixes #181
2015-12-16 13:04:53 -08:00
Ari Lazier ee6c6eb30f size_t, no std::size_t 2015-11-19 07:07:33 -08:00
Ari Lazier 031fd00024 fix for rpc constants and other pr feedback 2015-11-18 17:55:30 -08:00
Ari Lazier e3c9ec8ee7 fixes to list.cpp/hpp based on object store pr feedback - use lowercase strings for property names 2015-11-18 14:36:46 -08:00
Ari Lazier 2e2beabc40 change the license before starting the beta 2015-10-27 14:15:21 -07:00
Ari Lazier ed193d8f5c make list members private 2015-10-26 13:32:29 -07:00
Ari Lazier 06260bc3f0 move List class to its own file 2015-10-13 14:44:31 -07:00