Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-28 | Error running Expression.execute after parse error | santouits | |
There happens a segmentation fault when you use Expression.parse() and you don't check for errors and then run Expression.execute(). So we check if there was a parse error in the execute method now. | |||
2018-10-01 | Add support for '.[0-9]' numbers in Expression | Rémi Verschelde | |
Fixes #21874, supersedes #22065. | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-08-29 | Add missing copyright headers | Rémi Verschelde | |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-23 | Fixed bugs in expression class | Daniel Eliasinski | |
2018-08-09 | Fix clang compile error | Marcelo Fernandez | |
2018-08-08 | Ability to pass custom variables to expression. | Juan Linietsky | |
2018-08-08 | -Add Expression class, used to evaluate expressions | Juan Linietsky | |
-Added expression evaluation to EditorSpinSlider, fixes #20813, fixes #18932 |