Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04Bug fix: deeply nested expressions threw error in SBC modeDavid Crocker
2021-07-31Implemented comparisons between DateTime expressions valuesDavid Crocker
2021-07-31Tidied up ExpressionParser array parsingDavid Crocker
2021-07-31Reverted ExpressionParser filesDavid Crocker
2021-07-31Support reading array expressions for array-values command parametersDavid Crocker
2021-07-31Further improvementsChristian Hammacher
2021-06-07Fixed issue with doing maths on unsigned values e.g. job.filePositionDavid Crocker
2021-05-05Added stack check to some recursive functionsDavid Crocker
2021-05-04Further reduced stack usage of ExpressionParserDavid Crocker
2021-05-04Reduce stack usage of EvaluateExpression (thanks Andy)David Crocker
2021-03-31Implemented 'exists(object_model_path)' in expression evaluaterDavid Crocker
2021-03-31Include global variables in object model (incomplete)David Crocker
2021-03-07ObjectTracker now uses the string heap instead of a StringBufferDavid Crocker
2021-03-07More work on variables and parametersDavid Crocker
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-02-22Work towards v3.3Christian Hammacher
2020-08-28Support comparison of any type having no literals with stringDavid Crocker
2020-08-28Expression parser improvementsDavid Crocker
2020-04-25Improved ExpressionParser::ParseNumberDavid Crocker
2020-03-08Bug fixes and refactoringDavid Crocker
2020-03-07Moved ExpressionParser to a separate classDavid Crocker