| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Enable debug | 2020-06-12 | 1 | -0/+1 | ||
| * | Simplify the documentatiton | 2020-06-12 | 1 | -70/+11 | ||
| * | Fix behaviour of output. | 2020-05-22 | 2 | -2/+2 | ||
| * | fix #82 return 0 for no reason. | 2020-05-01 | 2 | -21/+18 | ||
| * | fix tests. | 2020-04-26 | 1 | -3/+4 | ||
| * | Add support for OnEachValue compare method. | 2020-04-26 | 7 | -19/+118 | ||
| * | die: Add missing array include | 2020-04-23 | 1 | -0/+1 | ||
| * | Fix compilation | 2020-04-23 | 1 | -3/+4 | ||
| * | Fix build | 2020-04-22 | 1 | -1/+1 | ||
| * | Add copy constructor for alias | 2020-04-20 | 4 | -5/+15 | ||
| * | fix compile | 2020-04-18 | 1 | -1/+2 | ||
| * | fix mispell file name | 2020-04-18 | 1 | -2/+2 | ||
| * | Fix compilation on master | 2020-04-17 | 5 | -0/+35 | ||
| * | Init to nullptr | 2020-04-15 | 1 | -2/+2 | ||
| * | Improve init of the seed | 2020-04-15 | 2 | -2/+19 | ||
| * | Improve documentation | 2020-04-15 | 1 | -4/+69 | ||
| * | Dice: fix #77 from github | 2020-04-15 | 4 | -74/+183 | ||
| * | Change website address | 2020-04-12 | 60 | -60/+60 | ||
| * | New Api for string result subclass dice result. | 2020-04-01 | 10 | -78/+156 | ||
| * | Don't display string result if it can be read as int. | 2020-03-31 | 1 | -2/+4 | ||
| * | Rework help about range. | 2020-03-28 | 1 | -3/+3 | ||
| * | Merge branch 'repeat2' into 'master' | 2020-03-28 | 34 | -1654/+2435 | ||
| |\ | ||||||
| | * | Add filter operator in the Help. | 2020-03-28 | 1 | -0/+15 | ||
| | * | @ placeholder does not display final scalar when y operator is set. | 2020-03-28 | 1 | -2/+9 | ||
| | * | update documentation. | 2020-03-28 | 1 | -3/+26 | ||
| | * | Fix .. as range operator | 2020-03-28 | 1 | -2/+2 | ||
| | * | Show explode value in @ place holder. | 2020-03-28 | 2 | -7/+24 | ||
| | * | add unicity and repeat function part2 | 2020-03-28 | 32 | -1690/+2245 | ||
| | * | add unicity and repeat function part1 | 2020-03-28 | 2 | -0/+0 | ||
| | * | Add repeater node. | 2020-03-28 | 2 | -0/+164 | ||
| |/ | ||||||
| * | Remove ambiguous syntax. | 2020-03-28 | 3 | -12/+8 | ||
| * | update grammar | 2020-03-28 | 1 | -9/+18 | ||
| * | Add .gitlab-ci.yml | 2020-03-06 | 1 | -0/+17 | ||
| * | add subsection in help | 2020-01-29 | 1 | -0/+8 | ||
| * | Fix 1d20|3i:[>1]{"Success"}{"Failure"} command. | 2020-01-29 | 2 | -2/+2 | ||
| * | add new test command | 2020-01-29 | 1 | -0/+1 | ||
| * | Remove warnings. | 2020-01-29 | 1 | -1/+1 | ||
| * | Output tags for dice list. | 2020-01-29 | 7 | -42/+175 | ||
| * | Fix test of IF | 2019-12-25 | 2 | -7/+35 | ||
| * | Improve perf | 2019-12-25 | 1 | -3/+5 | ||
| * | fix [2,2,4,2]i[=4]{-4} command | 2019-12-22 | 1 | -5/+19 | ||
| * | Performance improvement: mt19937 is not static | 2019-12-22 | 2 | -6/+7 | ||
| * | OPTI: Add QSet instead of QString | 2019-12-22 | 1 | -4/+4 | ||
| * | Fix mergenode.cpp | 2019-12-22 | 1 | -4/+7 | ||
| * | Protect all dynamic casts. | 2019-10-07 | 1 | -10/+13 | ||
| * | Fix endless loop t operator. | 2019-10-01 | 1 | -35/+39 | ||
| * | Add operator T | 2019-09-26 | 8 | -1/+147 | ||
| * | Second part for fixing #55 | 2019-09-25 | 2 | -2/+80 | ||
| * | improve alias testing | 2019-09-24 | 1 | -19/+22 | ||
| * | Fix error on range computation | 2019-09-24 | 1 | -1/+1 | ||