Released: Version 0.8.8 Beta (Aug 23, 2012)
Added aggregation functions: Count, Minimum, Maximum, Sum and Average Added StrUtil.Format and StrUtil.Split to format and split strings. Removed Boost FileSystem dependency from RootElement class.
View ArticleCreated Release: Version 0.8.8 Beta (Aug 23, 2012)
Added aggregation functions: Count, Minimum, Maximum, Sum and AverageAdded StrUtil.Format and StrUtil.Split to format and split strings.Removed Boost FileSystem dependency from RootElement class.
View ArticleUpdated Wiki: C++ Elmax
C++ ElmaxTable of contentsElementElement CreationElement DeletionElement MutatorsElement AccessorsElement CollectionRootElementRootElement Load FileRootElement Save FileAttributeAttribute...
View ArticleUpdated Wiki: C++ Elmax
C++ ElmaxTable of contentsElementElement CreationElement DeletionElement MutatorsElement AccessorsElement CollectionRootElementRootElement Load FileRootElement Save FileAttributeAttribute...
View ArticleUpdated Wiki: C++ Elmax
C++ ElmaxTable of contentsElementElement CreationElement DeletionElement MutatorsElement AccessorsElement CollectionRootElementRootElement Load FileRootElement Save FileAttributeAttribute...
View ArticleSource code checked in, #79295
Element class + Changed 'Attribute' method name to 'Attr' + Changed 'GetAttributes' method name to GetAllAttr + Changed 'GetAttributeNames' method name to 'GetAttrNames'
View ArticleSource code checked in, #79962
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleSource code checked in, #81092
+ Renamed 'AsCollection' to 'GetChildren' + Renamed 'GetCollection' to 'Filter'
View ArticleSource code checked in, #81097
+ Changed throwing of std exception to throwing appropriate logic_error and runtime_error. logic_error and runtime_error class are derived from std exception class. This change is to facilitate the...
View ArticleSource code checked in, #81111
+ Renamed the integer mutator and accessor to be consistent. Example, SetInt16, SetInt32, SetInt64, GetInt16, GetInt32 and GetInt64.
View ArticleSource code checked in, #81112
+ Renamed the 8 bit integer accessor and mutator to be consistent. For example, GetInt8 and SetInt8. Removed char setter/getter for C++.
View ArticleReleased: Version 0.8.9 Beta (Nov 27, 2012)
Mainly renamed some functions to be consistent with C++ and C# versions, and with better names to reflect their purpose. Another change is throwing the correct type of exception, instead of the generic...
View ArticleCreated Release: Version 0.8.9 Beta (Nov 27, 2012)
Mainly renamed some functions to be consistent with C++ and C# versions, and with better names to reflect their purpose. Another change is throwing the correct type of exception, instead of the generic...
View ArticleUpdated Release: Version 0.8.9 Beta (Nov 27, 2012)
Mainly renamed some functions to be consistent with C++ and C# versions, and with better names to reflect their purpose. Another change is throwing the correct type of exception, instead of the generic...
View ArticleSource code checked in, #81562
+ Renamed 'AsCollection' to 'GetSiblings' + Renamed 'GetCollection' to 'GetChildren'
View ArticleReleased: Version 0.8.9 Beta (Nov 27, 2012)
Mainly renamed some functions to be consistent with C++ and C# versions, and with better names to reflect their purpose. Another change is throwing the correct type of exception, instead of the generic...
View ArticleUpdated Release: Version 0.8.9 Beta (Nov 27, 2012)
Mainly renamed some functions to be consistent with C++ and C# versions, and with better names to reflect their purpose. Another change is throwing the correct type of exception, instead of the generic...
View Article