Alphabetical Index | Tags by Size | Find tag:

Record

Related tags: Script, ScriptedInfo, Scripting, ScriptLex, Scripts, scriptsys, ScriptSystem, Variable

Authorship: 93% skyjake, 7% danij

View commits by groups

December 2019
2019-12-21 libcore : Utility for removing members
August 2018
2018-08-01 Added | libcore : Added an isEmpty() method
October 2017
2017-10-31 libcore : Finding a variable from a record
December 2016
2016-12-07 Added | libcore : Added a new utility method
July 2016
2016-07-17 libcore : Record supports multithreaded access
2016-07-02 libcore : Appending a word to a variable
June 2016
2016-06-01 libcore : Creating or finding an existing subrecord
January 2016
2016-01-19 Added | libcore : Added variadic template for creating a record with members
November 2015
2015-11-03 libcore : Use hash-based member tables for efficient lookups
October 2015
2015-10-28 Refactor : Record member navigation; renamed addRecord()
2015-10-18 libcore | Refactor : Iterating subrecords using a std::function
July 2015
2015-07-07 Cleanup | libcore : Cleanup of text output
2015-07-05 libcore : Shorter text representation of records
August 2014
2014-08-04 libcore | Refactor : Trying out C++11 for listing subrecords
2014-08-04 libcore | Refactor : Trying out C++11 for listing subrecords
July 2014
2014-07-31 Fixed | libcore : Assignment causes notifications about members
2014-07-04 libcore | Refactor | Scripting : Handling super records
April 2014
2014-04-11 Fixed | libdeng2 : Use copy behavior for copied subrecords
March 2014
2014-03-12 Added | libdeng2 : Added an explicit setter for char const*
2014-03-12 Added | libdeng2 : Added an explicit setter for char const*
January 2014
2014-01-07 libdeng2 | Refactor : Setting values without recreating variables
May 2013
2013-05-13 Fixed | libdeng2 : Checking for existence shouldn't throw exception
2013-05-11 libdeng2 : Member copying behavior
2013-05-10 libdeng2 : Adding a new variable without specifying a value
December 2012
2012-12-09 Fixed | libdeng2 : Potential memory leak
2012-12-09 libdeng2 | Refactor : Improved addArray() method
2012-12-08 libdeng2 : Convenience methods for adding function members