Added more tests and properly implemented the nullable< string > type mapping for Python. |
|
More...
|
over 16 years ago
|
Finally got around to adding some proper tests for the fostlib::string conversions. |
|
More...
|
over 16 years ago
|
We can now properly exctract a None from a nullable< string > which is null. |
|
More...
|
over 16 years ago
|
The current tests pass, but the Python conversion for nullable< string > is not correct yet. |
|
More...
|
over 16 years ago
|
Added the basic constructors. |
|
More...
|
over 16 years ago
|
Started to add in the JSON blob database wrapper. |
|
More...
|
over 16 years ago
|
Started to add in the test code for the JSON database wrapping. |
|
More...
|
over 16 years ago
|
Merged in changes from trunk. |
|
More...
|
over 16 years ago
|
Merged in changes from trunk. |
|
More...
|
over 16 years ago
|
Merged in changes from trunk. |
|
More...
|
over 16 years ago
|
Merged in changes from trunk. |
|
More...
|
over 16 years ago
|
Folded in the inet branch back into trunk. Although the protocols are not completely implemented, there is enough there to move to next stage. The HTTP user agent can't proceed until we have a better URL parser and that needs to wait for Spirit 2x. |
|
More...
|
over 16 years ago
|
Folded in the inet branch back into trunk. Although the protocols are not completely implemented, there is enough there to move to next stage. The HTTP user agent can't proceed until we have a better URL parser and that needs to wait for Spirit 2x. |
|
More...
|
over 16 years ago
|
Folded in the inet branch back into trunk. Although the protocols are not completely implemented, there is enough there to move to next stage. The HTTP user agent can't proceed until we have a better URL parser and that needs to wait for Spirit 2x. |
|
More...
|
over 16 years ago
|
Folded in the inet branch back into trunk. Although the protocols are not completely implemented, there is enough there to move to next stage. The HTTP user agent can't proceed until we have a better URL parser and that needs to wait for Spirit 2x. |
|
More...
|
over 16 years ago
|
Added update and remove to the JSON blob database. Like insert, they will throw if anything unexpected happens. |
|
More...
|
over 16 years ago
|
Now builds, links and executes new test program on Windows. |
|
More...
|
over 16 years ago
|
Now builds, links and executes new test program on Windows. |
|
More...
|
over 16 years ago
|
Got the right starting point for the file testing. |
|
More...
|
over 16 years ago
|
Added skeleton for testing file saving of JSON blobs. |
|
More...
|
over 16 years ago
|
Refactored code so that all mutations (apart from assignment) occur through the jcursor class. The json class now represents an immutable object. |
|
More...
|
over 16 years ago
|
The update test isn't going to work because the underlying JSON design is subtly broken. |
|
More...
|
over 16 years ago
|
Basic update test works. |
|
More...
|
over 16 years ago
|
Added some more checks for insert. |
|
More...
|
over 16 years ago
|
json::has_key now returns true for an empty jcursor when there is anything in the JSON. |
|
More...
|
over 16 years ago
|
Added some basic tests for object construction. |
|
More...
|
over 16 years ago
|
Added the new smoke tests to the build process. |
|
More...
|
over 16 years ago
|
Added location for extra tests needed to move the JSON blob database forwards. |
|
More...
|
over 16 years ago
|
Updated the build instructions and the ftest MSVC project so that smoke tests can be debugged more easily. |
|
More...
|
over 16 years ago
|
Updated the build instructions and the ftest MSVC project so that smoke tests can be debugged more easily. |
|
More...
|
over 16 years ago
|