1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 2 days ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more tests and properly implemented the nullable< string > type mapping for Python.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Finally got around to adding some proper tests for the fostlib::string conversions.
KayEss
as Kirit Sælensminde
More... over 16 years ago
We can now properly exctract a None from a nullable< string > which is null.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The current tests pass, but the Python conversion for nullable< string > is not correct yet.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added the basic constructors.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to add in the JSON blob database wrapper.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to add in the test code for the JSON database wrapping.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Merged in changes from trunk.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Merged in changes from trunk.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Merged in changes from trunk.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Merged in changes from trunk.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added update and remove to the JSON blob database. Like insert, they will throw if anything unexpected happens.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Now builds, links and executes new test program on Windows.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Now builds, links and executes new test program on Windows.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Got the right starting point for the file testing.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added skeleton for testing file saving of JSON blobs.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The update test isn't going to work because the underlying JSON design is subtly broken.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Basic update test works.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added some more checks for insert.
KayEss
as Kirit Sælensminde
More... over 16 years ago
json::has_key now returns true for an empty jcursor when there is anything in the JSON.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added some basic tests for object construction.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added the new smoke tests to the build process.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added location for extra tests needed to move the JSON blob database forwards.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Updated the build instructions and the ftest MSVC project so that smoke tests can be debugged more easily.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Updated the build instructions and the ftest MSVC project so that smoke tests can be debugged more easily.
KayEss
as Kirit Sælensminde
More... over 16 years ago