Join/Login
Business Software
Open Source Software
For Vendors
Blog
About
More
Articles
Create
SourceForge Podcast
Site Documentation
Subscribe to our Newsletter
Support Request
For Vendors
Help
Create
Join
Login
Business Software
Open Source Software
SourceForge Podcast
Resources
Articles
Case Studies
Blog
Menu
Help
Create
Join
Login
Home
Browse
XmlRpc++
Patches
BinaryData constructor, bool operator (same as previous patch), handling...
Status:
Beta
Brought to you by:
cmorley
Summary
Files
Reviews
Support
Tickets ▾
Bugs
Support Requests
Patches
Feature Requests
News
Discussion
Code
Menu
▾
▴
Create Ticket
View Stats
Group
Searches
Changes
Closed Tickets
Open Tickets
Help
Formatting Help
#37 BinaryData constructor, bool operator (same as previous patch), handling <string/> (similar to data patch), and handling time correctly.
Milestone:
Unstable (example)
Status:
open
Owner:
nobody
Labels:
date (1)
binarydata (1)
Priority:
5
Updated:
2013-11-25
Created:
2013-11-25
Creator:
Dan Landers
Private:
No
2 Attachments
XmlRpcValue.bool_and_binary_data.patch
XmlRpcValue.empty_string_and_data_correction.patch
Discussion
Dan Landers
-
2013-11-25
This should have several improvements:
Adds a BinaryData constructor to XmlRpcValue class (header).
Adds a bool assignment operator (similar to a previous post) to XmlRpcValue class (header).
Handles <string> empty string in XmlRpcValue class (source).</string>
Correctly coerces time to and from the ISO string format to C's tm struct.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Log in
to post a comment.
×
This should have several improvements: